@font-face {
  font-family: Euclidflex;
  src: url('../fonts/euclidflex-light.woff2') format("woff2"), url('../fonts/euclidflex-light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidflex;
  src: url('../fonts/euclidflex-regular.woff2') format("woff2"), url('../fonts/euclidflex-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidflex;
  src: url('../fonts/euclidflex-bold.woff2') format("woff2"), url('../fonts/euclidflex-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidflex;
  src: url('../fonts/euclidflex-medium.woff2') format("woff2"), url('../fonts/euclidflex-medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-main: #00434e;
  --beige: #f7f4f6;
  --brand-key: #e28570;
  --peach: #f3dbc6;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.pagewrapper {
  font-family: Euclidflex, Arial, sans-serif;
}

.hero {
  background-color: var(--brand-main);
  width: 100%;
  min-height: 100vh;
  color: var(--beige);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.main-logo {
  width: 100%;
  max-width: 450px;
}

.button {
  background-color: var(--brand-key);
  color: var(--brand-main);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 15px 29px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  background-color: var(--beige);
}

.hero-banner {
  border-top: 10px solid var(--brand-key);
  border-bottom: 10px solid var(--brand-key);
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero-container {
  width: 100%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-container.expadn {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-heading {
  text-transform: uppercase;
  margin-top: 35px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}

.cta-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-wrapper {
  background-color: #fff;
  flex: 1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-wrapper.shorten {
  flex: 0 auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mandf-logo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 300px;
  display: flex;
}

.tel {
  color: #142d81;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: none;
}

.mkn-logo {
  width: 110px;
}

.ber {
  width: 100px;
}

.reg-panel {
  z-index: 9999;
  float: right;
  width: 550px;
  height: 100%;
  color: var(--beige);
  text-align: center;
  object-fit: contain;
  background-color: #002f36;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 30px 20px;
  font-size: 16px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.checkfield {
  text-transform: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
}

.form-block {
  font-size: 14px;
}

.check {
  border: 2px solid var(--peach);
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -25px;
}

.check.w--redirected-checked {
  border-width: 2px;
  border-color: var(--brand-key);
  background-color: var(--brand-key);
}

.reg-head {
  border-top: 1px solid var(--peach);
  border-bottom: 1px solid var(--peach);
  width: 100%;
  color: var(--brand-key);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
}

.form-2 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
}

.button-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #01446a00;
  border: 2px solid #fff;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-2:hover {
  background-color: #241232;
}

.button-2.fw {
  color: #fff;
  background-color: #340c34;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.success {
  background-color: #dba463;
  font-size: 18px;
  line-height: 24px;
}

.reg-para {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.field {
  color: #000;
  background-color: #e7e7e7;
  border: 1px #d3d3d3;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 10px;
}

.close {
  background-color: var(--brand-key);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 44px 30px auto auto;
}

.close:hover {
  background-color: #d42222;
}

.peach-link {
  color: var(--peach);
}

.recap {
  margin-top: 11px;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .hero-container {
    padding-top: 25px;
  }

  .flex-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .button-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-banner {
    height: 250px;
  }

  .reg-panel {
    width: 100%;
    transform: translate(100%);
  }
}


@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/euclidflex-light.woff2') format('woff2'), url('../fonts/euclidflex-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/euclidflex-regular.woff2') format('woff2'), url('../fonts/euclidflex-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/euclidflex-bold.woff2') format('woff2'), url('../fonts/euclidflex-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/euclidflex-medium.woff2') format('woff2'), url('../fonts/euclidflex-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}