@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;
}

@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-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-bold.woff2') format("woff2"), url('../fonts/euclidflex-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --new-blue: #00abbd;
  --main-green: #7d9675;
  --eg-green: #1e3c35;
  --white: white;
  --dark-slate-grey: #0a4855;
  --orange: #e9a246;
  --dark-slate-grey-2: #003648;
  --light-sea-green: #009f93;
  --dark-khaki: #b09c61;
  --dark-slate-grey-3: #014055;
  --midnight-blue-2: #00354f;
  --tan: #b99765;
  --midnight-blue: #01265c;
  --cadet-blue: #18a1bb;
  --crimson: #e53e3e;
  --goldenrod: #edab33;
  --slate-blue: #515e97;
  --coral: #f47c44;
  --black: black;
  --dark-slate-blue: #00446a;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  text-align: center;
  font-family: GT Ultrafine;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

h2 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 56px;
}

h4 {
  color: var(--new-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

li {
  margin-bottom: 2px;
}

label {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.close {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 5px;
  right: 5px;
}

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

.reg-panel {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #1e3c35de;
  flex-direction: column;
  justify-content: flex-start;
  width: 650px;
  height: 100%;
  padding: 56px 53px 60px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

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

.reg-head {
  color: #fff;
  text-align: left;
  width: 100%;
  font-family: Euclidflex, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.hero {
  background-color: var(--main-green);
  color: #fff;
  background-image: linear-gradient(#7d9675d6, #7d9675d6), url('../images/elgand-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.hero.sub {
  min-height: auto;
}

.logos {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
  position: relative;
}

.durkan {
  width: 240px;
  margin-top: 30px;
}

.newber {
  width: 80px;
  display: none;
}

.button {
  color: #1e3c35;
  background-color: #b09c6100;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--eg-green);
  color: var(--white);
  border-color: #6d6d6d;
}

.button.fw {
  background-color: var(--white);
  width: 100%;
  color: var(--eg-green);
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.fw:hover {
  background-color: #ffffffa3;
}

.button.rev {
  background-color: #0000;
  display: none;
}

.button.rev:hover {
  background-color: #22ae75;
}

.button.vis {
  margin-left: 10px;
}

.button.fixed {
  opacity: 0;
  max-width: 200px;
  margin: 0 auto;
  display: none;
  position: fixed;
  inset: auto 0% 20px;
  transform: translate(0, 20px);
}

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

.field {
  color: #000;
  border: 1px #000;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 10px;
}

.field.textarea {
  height: 65px;
}

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

.check {
  border-width: 2px;
  border-color: #fff;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
}

.check.w--redirected-checked {
  background-color: #bd9855;
  border-width: 2px;
  border-color: #000;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  text-align: left;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--dark-slate-grey);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  color: #414042;
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-slate-grey-2);
  color: var(--dark-slate-grey-2);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--light-sea-green);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark-slate-grey-2);
  color: var(--dark-slate-grey-2);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  text-align: left;
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #585858;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0a4855e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-slate-grey-2);
  color: var(--dark-slate-grey-2);
  background-color: #f5f5f5;
  font-weight: 400;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.spacer {
  flex: 1;
}

.mid-wrap {
  width: 100%;
  color: var(--dark-slate-grey-3);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.mid-wrap.forapts {
  padding-top: 75px;
  padding-bottom: 75px;
}

.gap {
  width: 10px;
  display: none;
}

.section {
  background-color: var(--white);
  min-height: auto;
  color: var(--midnight-blue-2);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.section.blue {
  background-color: var(--midnight-blue-2);
  color: var(--white);
}

.section.blue.pattern {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: 60px;
}

.section.lite {
  color: var(--midnight-blue-2);
  background-color: #01265c0d;
}

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

.container.fornav {
  padding-left: 0;
  padding-right: 0;
}

.container.text-center {
  text-align: center;
}

.agent {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 240px;
  display: flex;
}

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

.priv-link {
  color: #eae6dd;
}

.priv-link:hover {
  color: #fff;
}

.dwella {
  width: 100px;
  margin-top: 10px;
}

.comingsoon {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

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

.gradient-overlay {
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.paragraph {
  max-width: 35ch;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.logo {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo.smaller {
  max-width: 350px;
}

.logo.small {
  max-width: 300px;
}

.video-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  box-shadow: 0 5px 15px 4px #00000073;
}

.white-head {
  color: #fff;
  margin-top: 50px;
}

.navbar-2 {
  background-color: var(--midnight-blue-2);
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  width: 140px;
  color: var(--tan);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.brand:focus {
  outline-offset: 0px;
  outline: 3px solid #b99765;
}

.navlink {
  color: var(--tan);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  transition: all .2s;
}

.navlink:hover {
  color: var(--white);
}

.navlink:focus {
  outline-offset: 0px;
  outline: 3px solid #b99765;
}

.navlink.w--current {
  color: var(--white);
}

.navlink.reg {
  background-color: var(--dark-khaki);
  color: var(--dark-slate-grey-3);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navlink.reg:hover {
  background-color: var(--white);
}

.navlink.home.w--current {
  color: var(--dark-khaki);
}

.footer {
  background-color: var(--main-green);
  text-align: left;
  padding-top: 46px;
  padding-bottom: 46px;
}

.new-hero {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/pattern.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 111px;
  padding-bottom: 111px;
  display: flex;
}

.cell {
  border-top: 1px solid var(--midnight-blue);
  border-bottom: 1px solid var(--midnight-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-2 {
  color: var(--tan);
  margin-bottom: 15px;
  font-family: Jazmin;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.cell-2 {
  justify-content: flex-end;
}

.neil {
  width: 200px;
  margin-top: 13px;
  margin-bottom: 10px;
}

.gold-bold {
  color: var(--tan);
  font-weight: 700;
}

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

.text-block {
  border-bottom: 1px solid var(--midnight-blue);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Jazmin;
  font-size: 80px;
  line-height: 80px;
  display: none;
}

.text-block-2 {
  max-width: 20ch;
  color: var(--tan);
  font-family: Jazmin;
  font-size: 32px;
  line-height: 37px;
  display: none;
}

.cell-3 {
  padding-bottom: 30px;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.list {
  list-style-type: decimal;
}

.list.aqua {
  color: var(--cadet-blue);
}

.list.red {
  color: var(--crimson);
}

.list.orange {
  color: var(--goldenrod);
}

.list.blue {
  color: var(--slate-blue);
}

.list.dark-orange {
  color: var(--coral);
}

.amen-head {
  text-transform: uppercase;
}

.amen-head.aqua {
  color: var(--cadet-blue);
}

.amen-head.red {
  color: var(--crimson);
}

.amen-head.orange {
  color: var(--goldenrod);
}

.amen-head.blue {
  color: var(--slate-blue);
}

.amen-head.dark-orange {
  color: var(--coral);
}

.amen-head.gold {
  color: var(--tan);
  font-weight: 700;
}

.text-block-3 {
  color: var(--tan);
  margin-bottom: 15px;
  font-family: Playfair Display;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}

.cell-4, .cell-5 {
  justify-content: flex-end;
}

.cell-6 {
  background-color: var(--midnight-blue-2);
  padding: 20px;
}

.disclaimer {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.disclaimer.in-footer {
  color: #ffffffd1;
}

.text-block-4 {
  color: var(--tan);
  margin-bottom: 15px;
  font-family: Jazmin;
  font-size: 20px;
  line-height: 24px;
}

.flex-block {
  grid-column-gap: 20px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.square {
  background-color: var(--tan);
  width: 20px;
  height: 20px;
}

.square.schooner {
  background-color: #e75480;
}

.square.caravel {
  background-color: #6f189e;
}

.square.galleon {
  background-color: #dbcb72;
}

.square.galleon.large {
  width: 60px;
  height: 60px;
}

.square.brigantine {
  background-color: #8fa0f7;
}

.square.clipper {
  background-color: #fe6e00;
}

.square.large {
  width: 60px;
  height: 60px;
}

.text-block-5 {
  text-transform: uppercase;
  font-weight: 700;
}

.site-key {
  border: 1px solid var(--tan);
  color: var(--midnight-blue-2);
  padding: 20px;
}

.cell-7 {
  grid-column-gap: 20px;
  flex-direction: row;
}

.flex-block-2 {
  grid-column-gap: 20px;
}

.cell-8 {
  grid-column-gap: 20px;
  flex-direction: row;
}

.ber {
  width: 100px;
  margin-top: 10px;
}

.gold {
  color: var(--tan);
  font-weight: 500;
}

.cell-9 {
  justify-content: flex-end;
}

.image {
  margin-top: 17px;
  margin-bottom: 10px;
}

.paragraph-3 {
  color: #00354f8f;
  font-size: 12px;
}

.quick-stack-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.div-block {
  position: relative;
}

.div-block-2 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.top {
  border-bottom: 8px solid var(--dark-khaki);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 21px;
}

.top.bottom {
  border-bottom-style: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-6 {
  color: var(--dark-khaki);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.heading {
  max-width: 38ch;
  color: var(--eg-green);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.homeland {
  width: 250px;
}

.html-embed {
  width: 100%;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.navbar {
  background-color: var(--dark-slate-grey-3);
  position: fixed;
  inset: 0% 0% auto;
}

.quick-stack-3 {
  padding: 0;
}

.heading-2 {
  border-bottom: 2px solid var(--new-blue);
  color: var(--new-blue);
  padding-bottom: 5px;
  font-weight: 400;
}

.heading-3 {
  color: var(--new-blue);
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 38px;
}

.heading-4 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 80px;
  line-height: 70px;
}

.cell-10 {
  border-top: 1px solid var(--dark-slate-grey-3);
}

.heading-5 {
  font-family: Gt Ultra;
  font-size: 55px;
  font-weight: 400;
}

.teal {
  color: var(--new-blue);
}

.heading-6 {
  text-transform: uppercase;
  font-weight: 400;
}

.top-banner {
  color: #1e3c35;
  background-color: #eae6dd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 12px;
  font-family: Euclidflex, Arial, sans-serif;
  display: flex;
}

.bold-text {
  color: #1e3c35;
  letter-spacing: 0;
  text-transform: none;
  font-size: 28px;
  line-height: 32px;
}

.soon {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

.normal-container {
  width: 100%;
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .durkan {
    margin-top: 10px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.fornav {
    padding-left: 20px;
    padding-right: 0;
  }

  .navlink {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-menu, .menu-button {
    background-color: var(--midnight-blue-2);
  }

  .menu-button.w--open {
    background-color: var(--tan);
  }

  .menu {
    background-color: var(--dark-slate-grey-3);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .reg-panel {
    width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .durkan, .newber {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    order: -1;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .gradient-overlay {
    background-image: linear-gradient(to right, #00446a 31%, #00446ac2);
  }

  .logo {
    max-width: 300px;
  }

  .ber {
    margin-left: 0;
  }

  .top.bottom {
    padding-top: 0;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 50px;
  }

  .soon {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .reg-panel {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    transform: translate(100%);
  }

  .logos {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .durkan {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newber {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .heading-5 {
    font-size: 42px;
  }
}


@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;
}
@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-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-bold.woff2') format('woff2'), url('../fonts/euclidflex-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}