@font-face {
  font-family: 'gotham';
  src: url(../fonts/GothamSSm-Book.woff) format('woff'), url(../fonts/GothamSSm-Book.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url(../fonts/GothamSSm-Medium.woff) format('woff'), url(../fonts/GothamSSm-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url(../fonts/GothamSSm-Medium.woff) format('woff'), url(../fonts/GothamSSm-Medium.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url(../fonts/GothamSSm-Black.woff) format('woff'), url(../fonts/GothamSSm-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
}
.font-primary {
  font-family: 'gotham', sans-serif;
  font-weight: 400;
}
.font-secondary {
  font-family: Arial;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.fs-10090 {
  font-size: 100px;
  line-height: 1.1;
  font-size: clamp(3.75rem, 7.75vw, 6.25rem);
}
.fs-6042 {
  font-size: 60px;
  line-height: 1.2;
  font-size: clamp(1.875rem, 4.25vw, 3.75rem);
}
.fs-4542 {
  font-size: 45px;
  line-height: 1.1;
  font-size: clamp(1.5rem, 2.25vw, 2.625rem);
}
.fs-1740 {
  font-size: 17px;
  line-height: 1.4;
  font-size: clamp(0.813rem, 1.5vw, 1.063rem);
}
.fs-2430 {
  font-size: 24px;
  line-height: 1.5;
  font-size: clamp(1rem, 1.75vw, 1.5rem);
}
.fs-2030 {
  font-size: 20px;
  line-height: 1.5;
}
.fs-3238 {
  font-size: 32px !important;
  line-height: 1.5;
}
.lh-10 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}
.lh-14 {
  line-height: 1.4;
}
.lh-15 {
  line-height: 1.5;
}
.lh-16 {
  line-height: 1.6;
}
.lh-17 {
  line-height: 1.7;
}
.lh-18 {
  line-height: 1.8;
}
.lh-19 {
  line-height: 1.9;
}
.lh-20 {
  line-height: 2;
}
.screen-reader {
  position: absolute;
  text-indent: -9999px;
  left: -9999px;
}
.agreement-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agreement-popup-box {
  width: 100%;
  max-width: 620px;
  padding: 40px 50px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.95);
}
.agreement-popup-box img {
  margin-bottom: 1.5em;
  max-width: 130px;
  max-height: 90px;
}
.agreement-popup-box p {
  margin-bottom: 1.5em;
}
.agreement-popup-box p a {
  color: #000000;
  text-decoration: underline;
}
.img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
.img-contain {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  object-fit: contain;
}
.img-circle {
  border-radius: 100%;
}
.aspect-ratio {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1 / 1) {
  .aspect-ratio::before {
    float: left;
    padding-top: 100%;
    content: "";
  }
  .aspect-ratio::after {
    display: block;
    content: "";
    clear: both;
  }
}
.aspect-2-1 {
  aspect-ratio: 2 / 1;
}
.aspect-3-1 {
  aspect-ratio: 3 / 1;
}
.aspect-3-2 {
  aspect-ratio: 3 / 2;
}
.aspect-5-2 {
  aspect-ratio: 5 / 2;
}
.aspect-7-6 {
  aspect-ratio: 7 / 6;
}
.aspect-16-9 {
  aspect-ratio: 16 / 9;
}
.aspect-53-40 {
  aspect-ratio: 53 / 40;
}
.aspect-53-76 {
  aspect-ratio: 53 / 76;
}
.aspect-194-43 {
  aspect-ratio: 194 / 43;
}
.aspect-12-5 {
  aspect-ratio: 12 / 5;
}
@media (max-width: 768px) {
  .aspect-extend {
    aspect-ratio: auto;
  }
  .banner {
    height: 425px;
  }
}
@media (min-width: 768px) {
  .aspect-2-1-md {
    aspect-ratio: 2/1;
  }
  @supports not (aspect-ratio: 2 / 1) {
    .aspect-2-1-md::before {
      padding-top: 50%;
    }
  }
  .aspect-3-1-md {
    aspect-ratio: 3/1;
  }
  @supports not (aspect-ratio: 3 / 1) {
    .aspect-3-1-md::before {
      padding-top: 50%;
    }
  }
  .aspect-3-2-md {
    aspect-ratio: 3/2;
  }
  @supports not (aspect-ratio: 3 / 2) {
    .aspect-3-2-md::before {
      padding-top: 66.66666667%;
    }
  }
  .aspect-7-6-md {
    aspect-ratio: 7/6;
  }
  @supports not (aspect-ratio: 7 / 6) {
    .aspect-7-6-md::before {
      padding-top: 85.71428571%;
    }
  }
  .aspect-28-11-md {
    aspect-ratio: 28/11;
  }
  @supports not (aspect-ratio: 28 / 11) {
    .aspect-28-11-md::before {
      padding-top: 39.28571429%;
    }
  }
  .aspect-53-40-md {
    aspect-ratio: 53/40;
  }
  @supports not (aspect-ratio: 53 / 40) {
    .aspect-53-40-md::before {
      padding-top: 75.47169811%;
    }
  }
  .aspect-194-43-md {
    aspect-ratio: 194/43;
  }
  @supports not (aspect-ratio: 194 / 43) {
    .aspect-194-43-md::before {
      padding-top: 22.16494845%;
    }
  }
  .aspect-4-3-md {
    aspect-ratio: 4/3;
  }
  @supports not (aspect-ratio: 4 / 3) {
    .aspect-4-3-md::before {
      padding-top: 75%;
    }
  }
  .aspect-5-2-md {
    aspect-ratio: 5/2;
  }
  @supports not (aspect-ratio: 5 / 2) {
    .aspect-5-2-md::before {
      padding-top: 40%;
    }
  }
  .aspect-12-5-md {
    aspect-ratio: 12/5;
  }
  @supports not (aspect-ratio: 12 / 5) {
    .aspect-12-5-md::before {
      padding-top: 41.66666667%;
    }
  }
}
.maxw-100 {
  max-width: 100px;
}
.mw-200 {
  max-width: 200px;
}
.mw-250 {
  max-width: 250px;
}
.mw-300 {
  max-width: 300px;
}
.mw-400 {
  max-width: 400px;
}
.mw-500 {
  max-width: 500px;
}
.mw-600 {
  max-width: 600px;
}
.mw-700 {
  max-width: 700px;
}
.mw-770 {
  max-width: 770px;
}
.mw-800 {
  max-width: 800px;
}
.mw-875 {
  max-width: 875px;
}
.mw-900 {
  max-width: 900px;
}
.mw-1000 {
  max-width: 1000px;
}
figure.table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
figure.table table {
  font-size: 12px;
}
figure.table table > :not(caption) > * > * {
  vertical-align: top;
  padding: 0.5rem 0.5rem;
  background-color: #fefefe;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border: 1px solid #dee2e6;
}
figure.table table p,
figure.table table ul,
figure.table table ol {
  margin-bottom: 0;
}
figure.table table ul,
figure.table table ol {
  padding-left: 1rem;
}
.row-retain,
.breakout-row {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.btn {
  --bs-border-radius: 0.8rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-padding-x: 1.4rem;
  font-weight: bold;
}
.btn:hover {
  text-decoration: none;
}
.btn-sm {
  --bs-border-radius-sm: 0.7rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.75rem;
}
.btn-lg {
  --bs-border-radius-lg: 0.8rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 2.8rem;
}
.btn-warning {
  --bs-btn-bg: rgb(var(--c-bronze));
  --bs-btn-border-color: rgb(var(--c-bronze));
  --bs-btn-hover-bg: rgb(var(--c-bronze-hover));
  --bs-btn-hover-border-color: rgb(var(--c-bronze-hover));
  --bs-btn-active-bg: rgb(var(--c-bronze-active));
  --bs-btn-active-border-color: rgb(var(--c-bronze-active));
  --bs-btn-disabled-border-color: #b1c1cc;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-focus-shadow-rgb: 210,130,37;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: 130,138,145;
}
.btn-primary.btn-viotetred {
  --bs-btn-bg: rgb(var(--c-violetred));
  --bs-btn-border-color: rgb(var(--c-violetred));
  --bs-btn-hover-bg: rgb(var(--c-violetred-hover));
  --bs-btn-hover-border-color: rgb(var(--c-violetred-hover));
  --bs-btn-active-bg: rgb(var(--c-violetred-active));
  --bs-btn-active-border-color: rgb(var(--c-violetred-active));
  --bs-btn-disabled-border-color: #b1c1cc;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-focus-shadow-rgb: 173,82,103;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: 130,138,145;
}
.header {
  font-size: 20px;
  line-height: 1.4;
}
.top-nav {
  text-transform: uppercase;
}
.top-nav a:not(.btn) {
  color: rgb(var(--c-bronze));
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
}
.top-nav a.join-text {
  font-size: 17px;
}
.top-nav a.join-text:hover {
  border-color: transparent !important;
  font-weight: 900;
}
.top-nav a:not(.btn):hover {
  color: rgb(var(--c-bronze));
  text-decoration: none;
  border-color: rgb(var(--c-bronze));
}
.main-nav {
  text-transform: uppercase;
}
.main-nav li a {
  color: rgb(var(--c-primary-blue));
  text-decoration: none;
  border-bottom: 0px solid transparent;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-size: 17px;
}
.main-nav li a:hover {
  color: rgb(var(--c-bronze));
  text-decoration: none;
  border-color: rgb(var(--c-bronze));
}
.main-nav .menu-level-2 {
  display: none;
}
.main-nav > li.current-menu-item > a {
  font-weight: 900;
  color: rgb(var(--c-bronze));
}
.header-social li {
  padding: 0 0.25rem;
}
.header-social li:first-child {
  padding-left: 0;
}
.header-social li:last-child {
  padding-right: 0;
}
.header-social a {
  border-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  padding: 0.5rem;
  color: rgb(var(--c-bronze));
}
.header-social a:focus,
.header-social a:hover {
  color: rgb(var(--c-primary-blue));
  transform: scale(1.1);
}
.header-logo {
  width: 262px;
}
.btn-navigation-menu {
  background-color: transparent;
  color: #fff;
  color: #000;
  font-size: 44px;
  line-height: 1;
  padding: 0px;
  border: 0px solid #fff;
}
@media (max-width: 576px) {
}
@media (max-width: 991px) {
  .header-logo {
    padding-bottom: 0;
  }
  .header-logo img {
    max-height: 74px;
  }
  .header-navigation-holder.open,
  .btn-navigation-menu {
    display: block;
  }
  .header-navigation-holder {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 1rem;
    background-color: #ffffff;
    z-index: 10000;
    height: 100vh;
    overflow-y: scroll;
  }
  .header-search-input {
    padding: 10px 50px 10px 15px;
    font-style: 16px;
    margin-bottom: 1rem;
  }
  .btn-header-search {
    font-size: 22px;
    padding: 9px 7px;
  }
  ul.main-nav {
    margin-top: 1rem;
  }
  ul.main-nav li {
    position: relative;
    border-bottom: 1px solid rgb(var(--c-orange-rgb));
  }
  ul.main-nav li a {
    display: block;
    padding: 0.6rem 54px 0.7rem 0;
  }
  ul.main-nav li ul {
    padding-left: 20px;
    border-left: 1px solid rgb(var(--c-orange-rgb));
    font-size: 14px;
    font-weight: normal;
  }
  .btn-toggle-submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border: 0;
    background-color: transparent;
    color: #fff;
    line-height: 1;
    font-size: 16px;
  }
  .btn-toggle-submenu i {
    transition: transform 200ms ease-in;
    transform: rotate(-90deg);
  }
  .subnav-open i {
    transform: rotate(0deg);
  }
  .subnav-open + a + ul.menu-level-2 {
    display: block;
  }
  .subnav-open + a + ul.menu-level-2 li:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-social {
    margin-right: -0.5rem;
  }
  .btn-toggle-submenu,
  .btn-navigation-menu {
    display: none;
  }
  .flex-1 {
    flex: 1;
  }
  ul.main-nav {
    border-top: 1px solid rgb(var(--c-grey));
    padding-top: 0.5rem;
    position: relative;
    z-index: 100;
    margin-bottom: 0;
    margin-bottom: -3px;
  }
  ul.main-nav ul {
    display: none;
  }
  ul.main-nav > li {
    text-align: center;
    position: relative;
    margin-left: 2rem;
  }
  ul.main-nav > li:first-child {
    margin-left: 0;
  }
  ul.main-nav > li > a {
    padding: 0px;
    line-height: 1.1;
    position: relative;
    display: block;
  }
  ul.main-nav > li > a:before {
    display: block;
    content: attr(title);
    font-weight: 900;
    color: #000;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  ul.main-nav > li {
    background-color: #fff;
    z-index: 100;
  }
  ul.main-nav > li > a:focus,
  ul.main-nav > li > a:hover {
    background-color: transparent;
    color: rgb(var(--c-bronze));
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  ul.main-nav {
    margin-bottom: -1px;
  }
  ul.main-nav > li {
    margin-left: 3rem;
  }
}
.footer a {
  color: rgb(var(--c-text));
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer a:not(.footer-logo):hover {
  color: rgb(var(--c-text));
  text-decoration: none;
  border-color: rgb(var(--c-text));
}
.footer h3 {
  color: rgb(var(--c-text));
}
.footer h3,
.footer ul,
.footer ol,
.footer p {
  font-size: 17px;
  line-height: 1.4;
  font-size: clamp(0.813rem, 1.5vw, 1.063rem);
  color: rgb(var(--c-text));
  font-weight: 400 !important;
}
.footer ul li {
  padding-bottom: 0.75rem;
}
.footer .footer-social li {
  padding: 0 0.25rem;
}
.footer .footer-social li:first-child {
  padding-left: 0;
}
.footer .footer-social li:last-child {
  padding-right: 0;
}
.footer .footer-social a {
  border-bottom: 0;
  font-size: 2rem;
  line-height: 1;
  display: block;
  padding: 0.25rem;
  color: rgb(var(--c-primary-blue));
}
.footer .footer-social a:focus,
.footer .footer-social a:hover {
  color: rgb(var(--c-primary-blue));
  transform: scale(1.1);
}
.form-label {
  font-size: 24px;
  line-height: 1.5;
  font-size: clamp(1rem, 1.75vw, 1.5rem);
}
.form-control,
.form-select {
  --bs-body-bg: #fcfcfc;
  --bs-border-color: rgb(var(--c-grey));
  --bs-border-radius: 0;
  padding: 0.8rem 1rem;
}
.focus-outline {
  outline: none;
  border-color: rgba(var(--c-focus-outline), 1);
  box-shadow: 0 0 0 0.25rem rgba(var(--c-focus-outline), 0.25);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-checkbox-container {
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: -2;
}
.custom-checkbox-container input:focus + .checkbox-box {
  outline: none;
  border-color: rgba(var(--c-focus-outline), 1);
  box-shadow: 0 0 0 0.25rem rgba(var(--c-focus-outline), 0.25);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-checkbox-container input:checked + .checkbox-box {
  background-color: rgb(var(--c-primary-blue));
  border-color: rgb(var(--c-primary-blue));
}
.custom-checkbox-container input:disabled + .checkbox-box {
  background-color: #f8f8f8;
}
.custom-checkbox-container .checkbox-box {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid rgb(var(--c-grey));
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 0.65rem;
}
.custom-checkbox-container input[type="checkbox"] + .checkbox-box {
  border-radius: 0px;
}
.custom-checkbox-container input[type="radio"] + .checkbox-box {
  border-radius: 100%;
}
.custom-checkbox-container input[type="checkbox"]:checked + .checkbox-box:before {
  font-family: Bootstrap-Icons;
  content: "\F633";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
  text-align: center;
}
.custom-checkbox-container input[type="radio"]:checked + .checkbox-box {
  background-color: #fff;
}
.custom-checkbox-container input[type="radio"]:checked + .checkbox-box:before {
  content: "";
  background-color: rgb(var(--c-primary-blue));
  display: block;
  border-radius: 100%;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  text-align: center;
}
.custom-checkbox-container.checkbox-center {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
}
.custom-checkbox-container {
  display: flex;
  display: inline-flex;
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.325rem;
  margin-bottom: 1rem;
  clear: both;
}
.form-check-label {
  display: flex;
  align-items: center;
}
.form-check {
  margin-bottom: 0.75rem;
}
#password-reveal i,
#confirm_password-reveal i {
  font-size: 22px;
  line-height: 1;
}
div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select,
div.wpforms-container-full textarea,
.wp-core-ui div.wpforms-container-full input[type=date],
.wp-core-ui div.wpforms-container-full input[type=datetime],
.wp-core-ui div.wpforms-container-full input[type=datetime-local],
.wp-core-ui div.wpforms-container-full input[type=email],
.wp-core-ui div.wpforms-container-full input[type=month],
.wp-core-ui div.wpforms-container-full input[type=number],
.wp-core-ui div.wpforms-container-full input[type=password],
.wp-core-ui div.wpforms-container-full input[type=range],
.wp-core-ui div.wpforms-container-full input[type=search],
.wp-core-ui div.wpforms-container-full input[type=tel],
.wp-core-ui div.wpforms-container-full input[type=text],
.wp-core-ui div.wpforms-container-full input[type=time],
.wp-core-ui div.wpforms-container-full input[type=url],
.wp-core-ui div.wpforms-container-full input[type=week],
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full textarea {
  --wpforms-field-background-color: #fcfcfc;
  --wpforms-field-border-color: rgb(var(--c-grey));
  --wpforms-field-border-radius: 0;
  padding: 0.8rem 1rem;
  height: auto;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: rgb(var(--c-bronze));
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.8rem 1.4rem;
}
div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background-color: rgb(var(--c-bronze)) !important;
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.8rem 1.4rem;
}
div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
  color: #000;
  padding: 0;
  line-height: 1.5;
  font-size: clamp(1rem, 1.75vw, 1.5rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.invalid-field {
  display: block !important;
}
:root {
  --c-teal: 76,118,105;
  --c-bronze: 174,100,10;
  --c-violetred: 173,82,103;
  --c-text: 46,46,46;
  --c-dark-pink: 184,104,123;
  --c-green: 116,166,150;
  --c-green-dark: 76,118,105;
  --c-pink: 241,89,150;
  --c-primary-blue: 68,87,119;
  --c-primary-orange: 243,151,40;
  --c-grey-light: 160,160,160;
  --c-primary-blue-dark: 20,39,68;
  --c-grey: 112,112,112;
  --bs-primary-rgb: var(--c-primary-blue);
  --bs-success-rgb: var(--c-green);
  --bs-danger-rgb: var(--c-violetred);
  --bs-warning-rgb: var(--c-primary-orange);
  --bs-border-color: rgba(33, 37, 41, 0.25);
  --c-focus-outline: 13,110,253;
  --c-text: var(--p-text);
  --c-title: var(--c-primary-blue);
  --c-bronze-hover: 144,84,11;
  --c-bronze-active: 122,71,9;
  --c-violetred-hover: 150,78,96;
  --c-violetred-active: 140,70,90;
  --wp--preset--font-size--large: 32px;
  --bs-border-radius: 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}
.row {
  --bs-gutter-x: 3rem;
}
.row > * {
  --bs-gutter-x: 3rem;
}
.bg-primary-blue {
  background-color: rgb(var(--c-primary-blue));
}
.bg-green {
  background-color: rgb(var(--c-green-dark));
}
.bg-violet {
  background-color: rgb(var(--c-violetred));
}
.bg-bronze {
  background-color: rgba(var(--c-bronze), 0.1);
}
.text-blue {
  color: rgb(var(--c-primary-blue));
}
.box-violet {
  background-color: rgb(var(--c-violetred));
  padding: 3rem;
  color: #fff;
}
.box-violet h1,
.box-violet h2,
.box-violet h3,
.box-violet h4,
.box-violet h5,
.box-violet h6 {
  color: #fff;
}
.pagination {
  --bs-border-color: #ffffff;
  --bs-pagination-color: #000;
  --bs-pagination-border-width: 0;
  --bs-pagination-hover-color: #ffffff;
  --bs-pagination-hover-bg: rgba(var(--c-primary-blue), 0.5);
  --bs-pagination-hover-border-color: rgba(var(--c-primary-blue), 0.5);
  --bs-pagination-focus-color: #ffffff;
  --bs-pagination-focus-bg: rgba(var(--c-primary-blue), 0.5);
  --bs-pagination-focus-box-shadow: rgb(var(--c-primary-blue));
  --bs-pagination-active-color: #000000;
  --bs-pagination-active-bg: rgba(var(--c-primary-blue), 0.8);
  --bs-pagination-active-border-color: rgba(var(--c-primary-blue), 0.8);
}
.page-link {
  border-radius: 10px !important;
  font-weight: 900;
  margin-right: 4px;
  min-width: 35px;
  text-align: center;
}
.page-link.current {
  background: rgb(var(--c-primary-blue));
  color: #fff;
}
body {
  font-family: 'gotham', sans-serif;
  font-weight: 400;
}
body .footer {
  font-family: Arial;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(var(--c-title));
  font-weight: 900 !important;
}
main ul,
main ol,
p {
  font-size: 24px;
  line-height: 1.5;
  font-size: clamp(1rem, 1.75vw, 1.5rem);
  color: rgb(var(--c-text));
}
main ul li,
main ol li {
  margin-bottom: 1.5rem;
}
main p a {
  color: rgb(var(--c-text));
  text-decoration: none;
  border-bottom: 1px solid rgb(var(--c-text));
}
main p a:hover {
  color: rgb(var(--c-text));
  text-decoration: none;
  border-bottom: 1px solid rgb(var(--c-text));
}
blockquote {
  font-weight: 400 !important;
  font-size: 45px;
  line-height: 1.1;
  font-size: clamp(1.5rem, 2.25vw, 2.625rem);
  color: rgb(var(--c-bronze));
}
h1 {
  font-size: 100px;
  line-height: 1.1;
  font-size: clamp(3.75rem, 7.75vw, 6.25rem);
}
h2 {
  font-size: 60px;
  line-height: 1.2;
  font-size: clamp(1.875rem, 4.25vw, 3.75rem);
}
.h3 {
  font-size: 45px;
  line-height: 1.1;
  font-size: clamp(1.5rem, 2.25vw, 2.625rem);
}
.has-large-font-size {
  font-size: 32px !important;
  line-height: 1.5;
}
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 1.5rem;
}
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
p + h2,
ol + h2,
ul + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
p + h3,
ol + h3,
ul + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
p + h4,
ol + h4,
ul + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
p + h5,
ol + h5,
ul + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6,
p + h6,
ol + h6,
ul + h6 {
  margin-top: 2.5rem;
}
blockquote.wp-block-quote {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
blockquote.wp-block-quote p {
  font-size: 45px;
  line-height: 1.1;
}
.banner {
  min-height: 425px;
}
.banner h1 {
  color: #fff;
  margin-bottom: 2.5rem;
}
.banner p {
  color: #fff;
  font-size: clamp(1.125rem, 2.5vw, 1.75rem);
}
.overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.4;
}
.banner-challenge {
  background-color: #FAEBCC;
}
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}
.image-behind {
  position: relative;
  padding: 4rem 2rem;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image-behind h1,
.image-behind h2,
.image-behind h3,
.image-behind h4,
.image-behind h5,
.image-behind h6,
.image-behind {
  color: #fff !important;
}
.image-behind .wp-block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-behind .wp-block-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.image-behind .btn {
  margin-top: 1rem;
}
.image-behind h1,
.image-behind h2,
.image-behind h3,
.image-behind h4,
.image-behind h5,
.image-behind h6,
.image-behind p,
.image-behind .btn {
  z-index: 4;
  position: relative;
}
.image-behind:before {
  content: "";
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 50%;
  top: 0%;
  margin-top: -30px;
  margin-right: -30px;
  transform: rotate(45deg);
  z-index: 2;
}
.image-behind:after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.imgcta-content {
  background: #f3f2f0;
  padding: 2rem;
}
.imgcta-content a.btn {
  margin-top: 1rem;
}
.imgcta-content h3 {
  font-size: 45px;
  line-height: 1.1;
  font-size: clamp(1.5rem, 2.25vw, 2.625rem);
}
.imgcta-media figure {
  margin-bottom: 0;
}
.banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.44);
}
.banner-large {
  height: 80vh;
  min-height: 780px;
}
.btn-page-down {
  display: block;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-top: 2rem;
  width: 200px;
  margin-left: -100px;
  margin-top: 80px;
}
.btn-page-down i {
  display: block;
  width: 100%;
  text-align: center;
}
.banner-container .owl-theme .owl-nav + .owl-dots {
  margin-top: -80px;
  z-index: 3;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
.accordion-item {
  border: 0;
}
.accordion-header {
  border-bottom: 1px solid #000;
}
.accordion-header button {
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 1.5;
  color: rgb(var(--c-text));
}
.accordion-button:not(.collapsed) {
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: rgb(var(--c-text));
}
.owl-recipes .owl-stage-outer {
  padding-bottom: 2rem;
}
.owl-recipes h3 {
  min-height: 68px;
  display: block;
}
.owl-recipes p {
  min-height: 110px;
  display: block;
}
.owl-recipes .owl-nav {
  margin-top: 0rem;
}
.owl-recipes .owl-nav button.owl-next,
.owl-recipes .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 1;
  color: rgba(var(--c-red-rgb), 1);
  text-align: center;
  border-radius: 0;
  border: 1px solid #fff;
}
.owl-recipes .owl-nav button.owl-next:hover,
.owl-recipes .owl-nav button.owl-prev:hover {
  background-color: transparent;
  color: rgba(var(--c-red-rgb), 1);
  border: 1px solid #ddd;
}
.dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.dl__row {
  display: table-row;
}
.dl__row {
  border-bottom: 1px solid #b1b4b6;
}
.dl dt {
  width: 30%;
}
.dl dt {
  margin-bottom: 5px;
  font-weight: 700;
}
.dl dt,
.dt dd {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.dl dt,
.dt dd {
  display: table-cell;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.iframe-digital-edition iframe {
  width: 100%;
  height: 670px;
  max-height: 80vh;
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
    word-break: break-word;
  }
}
@media (min-width: 768px) {
  .imgcta-content-inner {
    max-width: 345px;
  }
  .imgcta .imgcta-content {
    padding-right: 50px;
    padding-left: 110px;
  }
  .imgcta.imgcta-alt .imgcta-content {
    padding-left: 50px;
    padding-right: 110px;
  }
}
@media (max-width: 768px) {
  .adv-link img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .imgcta {
    margin-bottom: 3rem;
  }
  .imgcta-media {
    display: block;
    aspect-ratio: 1/1;
    aspect-ratio: 6 / 4;
    width: 100%;
    position: relative;
  }
  @supports not (aspect-ratio: 1 / 1) {
    .imgcta-media::before {
      float: left;
      padding-top: 100%;
      content: "";
    }
    .imgcta-media::after {
      display: block;
      content: "";
      clear: both;
    }
  }
  .imgcta-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .imgcta {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .imgcta-media {
    position: relative;
    max-height: 400px;
    width: 50%;
  }
  .imgcta-media img {
    display: block;
    width: 100%;
  }
  .imgcta-media:before {
    content: "";
    background-color: #f3f2f0;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -30px;
    transform: rotate(45deg);
  }
  .imgcta-content {
    width: 50%;
    align-items: flex-start;
    padding: 0 110px;
    flex-direction: column;
    display: flex;
    text-align: left;
  }
  .imgcta-content-inner {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 450px;
  }
  .imgcta-content-inner p {
    font-size: 20px;
    line-height: 1.5;
  }
  .imgcta.imgcta-alt .imgcta-media {
    order: 2;
  }
  .imgcta.imgcta-alt .imgcta-media:before {
    left: -30px;
  }
  .imgcta.imgcta-alt .imgcta-content {
    order: 1;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .imgcta-content-inner {
    max-width: 435px;
  }
  .imgcta .imgcta-content {
    padding-right: 0px;
    padding-left: 110px;
  }
  .imgcta.imgcta-alt .imgcta-content {
    padding-left: 0px;
    padding-right: 110px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1168px;
  }
  .imgcta-content-inner {
    max-width: 435px;
  }
}
@media (min-width: 1700px) {
  .imgcta-content-inner {
    max-width: 450px;
  }
}
