@charset "UTF-8";
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
html {
  margin-top: 0 !important;
}
html.js--nav-mobile-opened {
  overflow: hidden;
}
@media (min-width: 1200px) {
  html.js--nav-mobile-opened {
    overflow: initial;
  }
}
html.js--search-opened {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
body {
  background-color: #FFFFFF;
  color: #202020;
  font-size: clamp(16px, 0.9375vw, 18px) ;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1.44;
}
* {
  outline: 0 none;
}
::-moz-selection {
  background-color: #013A71;
  color: #FFFFFF;
}
::selection {
  background-color: #013A71;
  color: #FFFFFF;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #9C825A transparent;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #9C825A;
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
  transition: background-color 0.2s ease;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #7c6747;
}
::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background: #45617B;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #BDE2FF;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: clamp(24px, 1.6666666667vw, 32px) ;
}
h1, .h1 {
  font-size: clamp(70px, 4.9479166667vw, 95px) ;
}
h2, .h2 {
  font-size: clamp(50px, 3.3333333333vw, 64px) ;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: clamp(24px, 1.6666666667vw, 32px) ;
}
h3, .h3 {
  font-size: clamp(40px, 2.9166666667vw, 56px) ;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: clamp(24px, 1.6666666667vw, 32px) ;
}
h4, .h4 {
  font-size: clamp(24px, 1.4583333333vw, 28px) ;
  margin-bottom: clamp(10px, 1.0416666667vw, 20px) ;
  line-height: 1;
}
h5, .h5 {
  font-size: clamp(20px, 1.25vw, 24px) ;
  margin-bottom: clamp(10px, 1.0416666667vw, 20px) ;
}
h6, .h6 {
  font-size: 16px;
  margin-bottom: clamp(10px, 0.78125vw, 15px) ;
}
.dark {
  color: #FFFFFF;
}
.dark h1, .dark .h1, .dark h2, .dark .h2, .dark h3, .dark .h3, .dark h4, .dark .h4, .dark h5, .dark .h5, .dark h6, .dark .h6 {
  color: #FFFFFF;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  --bs-gutter-x: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    --bs-gutter-x: 40px;
  }
}
.container {
  max-width: 1210px;
}
.container-sm {
  max-width: 750px;
}
.container-md {
  max-width: 980px;
}
.container-lg {
  max-width: 1210px;
}
.container-xl {
  max-width: 1340px;
}
.container-xxl {
  max-width: 1718px;
}
.container-xxxl {
  max-width: 1940px;
}
img {
  max-width: 100%;
  border: none;
}
a {
  color: #1C99D8;
  transition: 0.2s all ease-in-out;
}
a:hover, a:focus {
  color: #BDE2FF;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
b, strong {
  font-weight: 700;
}
p, ul, ol {
  margin-bottom: clamp(15px, 1.0416666667vw, 20px) ;
}
input, textarea, button, .btn, select {
  font-family: "bebas-neue-pro", sans-serif;
  outline: none !important;
  line-height: normal;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="file"], input[type="search"], textarea, select, .selectric {
  width: 100%;
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #DCDCDC;
  border-radius: 0;
  line-height: 1.2;
  padding: 15px 20px;
  background-color: #FFFFFF;
  color: #202020;
  transition: all 0.2s ease-in-out;
}
input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control, input[type="tel"].form-control, input[type="number"].form-control, input[type="file"].form-control, input[type="search"].form-control, textarea.form-control, select.form-control, .selectric.form-control {
  height: auto;
  font-weight: 400;
  box-shadow: none;
}
.form-label, label {
  margin-bottom: 8px;
  color: #202020;
  font-family: "source-sans-pro", sans-serif;
  line-height: normal;
  font-size: 18px;
}
.btn, button, .button, button[type="submit"], input[type="submit"] {
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "source-sans-pro", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  border: 1px solid #9C825A;
  background-color: #9C825A;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
}
.btn:hover, .btn:focus, button:hover, button:focus, .button:hover, .button:focus, button[type="submit"]:hover, button[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  color: #FFFFFF;
  background-color: #013A71;
  border-color: #013A71;
  text-decoration: none;
}
.button-alt, .btn-alt {
  color: #FFFFFF;
  background-color: #9C825A;
  border-color: #9C825A;
}
.button-alt:hover, .btn-alt:hover {
  color: #FFFFFF;
  background-color: #013A71;
  border-color: #013A71;
}
.btn-link {
  background: transparent;
  padding: 0 16px 0 0;
  margin: 0;
  box-shadow: none;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "bebas-neue-pro", sans-serif;
  line-height: normal;
  color: #61CAFF;
  border: none;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 1;
}
.btn-link:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 10px;
}
.btn-link:hover {
  border: none;
  background: transparent;
  color: #BDE2FF;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none"><path d="M10.75 0.750001L5.75 4.75L0.750001 0.75" stroke="%237B858D" stroke-width="1.5" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px auto;
  padding-right: 35px;
}
.select2-container .select2-selection--single {
  border-radius: 25px;
  border: 1px solid #D9D9D9;
  height: auto;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #7B858D;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #7B858D;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 14px 30px;
  height: auto;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #7B858D;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  right: 15px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #7B858D transparent transparent;
}
.select2-container .select2-dropdown {
  border: 1px solid #D9D9D9;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #7B858D;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #D9D9D9;
}
.select2-container--default .select2-results .select2-results__option[data-selected=true] {
  background-color: #D9D9D9;
}
.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #013A71;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #45617B;
  border-radius: 2px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #BDE2FF;
}
textarea {
  height: 100px;
  display: block;
  resize: none;
}
.btn-play .play-circle {
  position: relative;
  width: clamp(194px, 12.1875vw, 234px) ;
  height: clamp(194px, 12.1875vw, 234px) ;
}
.btn-play .play-circle * {
  transition: all 0.2s ease-in-out;
}
.btn-play .play-circle .circle-1, .btn-play .play-circle .circle-2, .btn-play .play-circle .circle-3, .btn-play .play-circle .circle-4 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background-color: #B19D7F;
  border-radius: 100%;
}
.btn-play .play-circle .circle-1 {
  opacity: 0.05;
  width: clamp(96px, 12.1875vw, 234px) ;
  height: clamp(96px, 12.1875vw, 234px) ;
}
.btn-play .play-circle .circle-2 {
  opacity: 0.2;
  width: clamp(84px, 10.5208333333vw, 202px) ;
  height: clamp(84px, 10.5208333333vw, 202px) ;
}
.btn-play .play-circle .circle-3 {
  opacity: 0.3;
  width: clamp(62px, 7.9166666667vw, 152px) ;
  height: clamp(62px, 7.9166666667vw, 152px) ;
}
.btn-play .play-circle .circle-4 {
  background-color: #9C825A;
  opacity: 1;
  width: clamp(38px, 5vw, 96px) ;
  height: clamp(38px, 5vw, 96px) ;
}
.btn-play .play-circle .icon {
  font-size: clamp(10px, 1.25vw, 24px) ;
  color: #FFFFFF;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btn-play .play-circle .icon:before {
  content: "";
}
@media (min-width: 992px) {
  .btn-play .play-circle .icon:before {
    content: "";
  }
}
.btn-play:hover .play-circle .circle-1 {
  width: clamp(96px, 8.8541666667vw, 170px) ;
  height: clamp(96px, 8.8541666667vw, 170px) ;
}
.btn-play:hover .play-circle .circle-2 {
  width: clamp(84px, 8.0208333333vw, 154px) ;
  height: clamp(84px, 8.0208333333vw, 154px) ;
}
.btn-play:hover .play-circle .circle-3 {
  width: clamp(62px, 7.0833333333vw, 136px) ;
  height: clamp(62px, 7.0833333333vw, 136px) ;
}
.btn-play:hover .play-circle .circle-4 {
  width: clamp(38px, 6.1458333333vw, 118px) ;
  height: clamp(38px, 6.1458333333vw, 118px) ;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
@media (max-width: 991px) {
  html[lang*="-"] {
    margin-top: 0 !important;
  }
}
#wpadminbar {
  display: none !important;
}
.wp-admin #wpadminbar {
  display: block !important;
}
/*register mark*/
.reg-mark {
  font-family: "source-sans-pro", sans-serif !important;
}
/* Alignments */
.alignleft {
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: 20px;
  }
}
.alignright {
  float: right;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: 20px;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-bg {
  position: relative;
  display: block;
}
.img-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination {
  display: block;
}
.pagination-default {
  text-align: right;
  position: relative;
  padding: 0;
  margin-top: clamp(12px, 1.25vw, 24px) ;
}
.pagination-default .page-numbers, .pagination-default .current {
  font-size: clamp(14px, 0.7291666667vw, 14px) ;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  color: #7B858D;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 5px;
  line-height: 1;
}
.pagination-default .current {
  color: #202020;
  font-weight: 600;
}
.pagination-default .prev, .pagination-default .next {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #7B858D;
  font-size: 0;
  padding: 5px;
}
.pagination-default .prev:before, .pagination-default .next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
.pagination-default .prev {
  margin-right: 3px;
}
.pagination-default .prev:before {
  content: "";
}
.pagination-default .next {
  margin-left: 3px;
}
.pagination-default .next:before {
  content: "";
}
.pagination {
  text-align: center;
}
.wp-pagenavi {
  text-align: center;
  position: relative;
  padding: 0;
  display: inline-block;
  padding-inline: clamp(50px, 5.2083333333vw, 100px) ;
  margin-top: clamp(20px, 2.0833333333vw, 40px) ;
}
.wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .extend + .page, .wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  color: #7B858D;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi .current {
  color: #013A71;
  background: #BDE2FF;
  font-weight: 400;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  text-transform: uppercase;
  position: absolute;
  font-size: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .previouspostslink:before, .wp-pagenavi .previouspostslink:after, .wp-pagenavi .nextpostslink:before, .wp-pagenavi .nextpostslink:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #202020;
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  left: 0;
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .nextpostslink:before {
  display: none;
}
.wp-pagenavi .nextpostslink:after {
  content: "";
  right: 0;
}
.block-swiper {
  position: relative;
}
.swiper {
  opacity: 0;
}
.swiper-slide {
  height: auto;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper.swiper-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet {
  margin: 0 20px 10px 0;
}
.swiper.swiper-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-scrollbar {
  z-index: initial !important;
}
.swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #202020;
  opacity: 1;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  border-radius: 10px;
}
.swiper-pagination-bullet-active {
  background: #202020;
  width: 24px;
}
.swiper-pagination.dark .swiper-pagination-bullet {
  background-color: #FFFFFF;
}
.swiper-pagination.dark .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 20px 10px 0;
}
.swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-button-prev, .swiper-button-next {
  display: flex;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transform: none;
  right: auto;
  left: auto;
  font-family: "source-sans-pro", sans-serif;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  text-decoration: none;
  font-size: 0;
  border-radius: 0;
  border: 2px solid #9C825A;
  background-color: #9C825A;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  position: absolute;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #FFFFFF;
  color: #013A71;
}
.swiper-button-prev:before, .swiper-button-prev:after, .swiper-button-next:before, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev .icon, .swiper-button-next .icon {
  font-size: 14px;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.swiper-button-prev.swiper-button-lock, .swiper-button-next.swiper-button-lock {
  display: none;
}
.swiper-button-prev.alt, .swiper-button-next.alt {
  background-color: transparent;
  color: #013A71;
}
.swiper-button-prev.alt:hover, .swiper-button-next.alt:hover {
  border-color: #9C825A;
  background-color: #9C825A;
  color: #FFFFFF;
}
.swiper-button-prev {
  right: auto;
  left: 0;
}
.swiper-button-next {
  left: auto;
  right: 0;
}
.gform_confirmation_message {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-family: "source-sans-pro", sans-serif;
  color: green;
  font-weight: 700;
}
div.gform_wrapper.gravity-theme input:not([type=radio]), div.gform_wrapper.gravity-theme input:not([type=checkbox]), div.gform_wrapper.gravity-theme input:not([type=image]), div.gform_wrapper.gravity-theme input:not([type=file]) {
  line-height: normal !important;
  min-height: 0 !important;
}
div.gform_wrapper.gravity-theme input[type=color], div.gform_wrapper.gravity-theme input[type=date], div.gform_wrapper.gravity-theme input[type=datetime-local], div.gform_wrapper.gravity-theme input[type=datetime], div.gform_wrapper.gravity-theme input[type=email], div.gform_wrapper.gravity-theme input[type=month], div.gform_wrapper.gravity-theme input[type=number], div.gform_wrapper.gravity-theme input[type=password], div.gform_wrapper.gravity-theme input[type=search], div.gform_wrapper.gravity-theme input[type=tel], div.gform_wrapper.gravity-theme input[type=text], div.gform_wrapper.gravity-theme input[type=time], div.gform_wrapper.gravity-theme input[type=url], div.gform_wrapper.gravity-theme input[type=week], div.gform_wrapper.gravity-theme select, div.gform_wrapper.gravity-theme textarea {
  font-family: "source-sans-pro", sans-serif;
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  letter-spacing: normal;
  font-weight: 400;
  border: 1px solid #DCDCDC;
  border-radius: 0;
  line-height: normal;
  padding: 10px 16px;
  background-color: #FFFFFF;
  color: #7B858D;
  box-shadow: none;
}
div.gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, div.gform_wrapper.gravity-theme select::-webkit-input-placeholder, div.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
  color: #7B858D;
  opacity: 1;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=date]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=email]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=month]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=number]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=password]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=search]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=tel]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=text]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=time]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=url]:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=week]:-moz-placeholder, div.gform_wrapper.gravity-theme select:-moz-placeholder, div.gform_wrapper.gravity-theme textarea:-moz-placeholder {
  color: #7B858D;
  opacity: 1;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, div.gform_wrapper.gravity-theme select::-moz-placeholder, div.gform_wrapper.gravity-theme textarea::-moz-placeholder {
  color: #7B858D;
  opacity: 1;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder, div.gform_wrapper.gravity-theme select:-ms-input-placeholder, div.gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
  color: #7B858D;
  opacity: 1;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]::placeholder, div.gform_wrapper.gravity-theme input[type=date]::placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, div.gform_wrapper.gravity-theme input[type=datetime]::placeholder, div.gform_wrapper.gravity-theme input[type=email]::placeholder, div.gform_wrapper.gravity-theme input[type=month]::placeholder, div.gform_wrapper.gravity-theme input[type=number]::placeholder, div.gform_wrapper.gravity-theme input[type=password]::placeholder, div.gform_wrapper.gravity-theme input[type=search]::placeholder, div.gform_wrapper.gravity-theme input[type=tel]::placeholder, div.gform_wrapper.gravity-theme input[type=text]::placeholder, div.gform_wrapper.gravity-theme input[type=time]::placeholder, div.gform_wrapper.gravity-theme input[type=url]::placeholder, div.gform_wrapper.gravity-theme input[type=week]::placeholder, div.gform_wrapper.gravity-theme select::placeholder, div.gform_wrapper.gravity-theme textarea::placeholder {
  color: #7B858D;
  opacity: 1;
}
div.gform_wrapper.gravity-theme input[type=color]:focus, div.gform_wrapper.gravity-theme input[type=date]:focus, div.gform_wrapper.gravity-theme input[type=datetime-local]:focus, div.gform_wrapper.gravity-theme input[type=datetime]:focus, div.gform_wrapper.gravity-theme input[type=email]:focus, div.gform_wrapper.gravity-theme input[type=month]:focus, div.gform_wrapper.gravity-theme input[type=number]:focus, div.gform_wrapper.gravity-theme input[type=password]:focus, div.gform_wrapper.gravity-theme input[type=search]:focus, div.gform_wrapper.gravity-theme input[type=tel]:focus, div.gform_wrapper.gravity-theme input[type=text]:focus, div.gform_wrapper.gravity-theme input[type=time]:focus, div.gform_wrapper.gravity-theme input[type=url]:focus, div.gform_wrapper.gravity-theme input[type=week]:focus, div.gform_wrapper.gravity-theme select:focus, div.gform_wrapper.gravity-theme textarea:focus {
  border-color: #69A2D9;
}
div.gform_wrapper.gravity-theme input[type=color]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=date]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=email]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=month]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=number]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=password]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=search]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=tel]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=text]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=time]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=url]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme input[type=week]:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme select:focus::-webkit-input-placeholder, div.gform_wrapper.gravity-theme textarea:focus::-webkit-input-placeholder {
  color: #7B858D;
  opacity: 0.4;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=date]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=email]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=month]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=number]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=password]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=search]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=tel]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=text]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=time]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=url]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme input[type=week]:focus:-moz-placeholder, div.gform_wrapper.gravity-theme select:focus:-moz-placeholder, div.gform_wrapper.gravity-theme textarea:focus:-moz-placeholder {
  color: #7B858D;
  opacity: 0.4;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=date]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=email]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=month]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=number]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=password]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=search]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=tel]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=text]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=time]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=url]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme input[type=week]:focus::-moz-placeholder, div.gform_wrapper.gravity-theme select:focus::-moz-placeholder, div.gform_wrapper.gravity-theme textarea:focus::-moz-placeholder {
  color: #7B858D;
  opacity: 0.4;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=date]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=datetime]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=email]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=month]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=number]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=password]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=search]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=tel]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=text]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=time]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=url]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme input[type=week]:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme select:focus:-ms-input-placeholder, div.gform_wrapper.gravity-theme textarea:focus:-ms-input-placeholder {
  color: #7B858D;
  opacity: 0.4;
  font-weight: 400;
}
div.gform_wrapper.gravity-theme input[type=color]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=date]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=datetime-local]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=datetime]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=email]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=month]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=number]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=password]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=search]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=tel]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=text]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=time]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=url]:focus::placeholder, div.gform_wrapper.gravity-theme input[type=week]:focus::placeholder, div.gform_wrapper.gravity-theme select:focus::placeholder, div.gform_wrapper.gravity-theme textarea:focus::placeholder {
  color: #7B858D;
  opacity: 0.4;
}
div.gform_wrapper.gravity-theme textarea {
  border: 1px solid #DCDCDC;
}
div.gform_wrapper.gravity-theme .gform_title {
  font-size: clamp(32px, 2.0833333333vw, 40px) ;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #013A71;
  margin-bottom: clamp(32px, 2.0833333333vw, 40px) ;
}
div.gform_wrapper.gravity-theme .gfield .textarea.small {
  height: clamp(100px, 5.2083333333vw, 100px) ;
}
div.gform_wrapper.gravity-theme .gfield .textarea.medium {
  height: clamp(100px, 5.2083333333vw, 100px) ;
}
div.gform_wrapper.gravity-theme .gfield .gfield_required_text {
  display: none;
}
div.gform_wrapper.gravity-theme .ginput_container_address span, div.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 12px;
}
div.gform_wrapper.gravity-theme .chosen-container {
  font-size: clamp(14px, 0.7291666667vw, 14px) ;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
div.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
  background: #FFFFFF;
  color: #202020;
  line-height: 1.125;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border-color: #202020;
  padding: 15px 30px;
  height: auto;
}
div.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
  line-height: inherit;
}
div.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}
div.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #202020 transparent transparent transparent;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
div.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
  display: none;
}
div.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
  border-color: #202020;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background-color: #F9F9F9;
  padding: 0;
}
div.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
  background: #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #202020;
}
div.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.gform_wrapper.gravity-theme .chosen-container .chosen-results {
  color: #202020;
  margin: 0;
  padding: 0;
}
div.gform_wrapper.gravity-theme .chosen-container .chosen-results li {
  padding: 12px 23px;
}
div.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-option {
  padding-left: 32px;
}
div.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
  background: #013A71;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  div.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
div.gform_wrapper.gravity-theme .iti__flag-container {
  font-size: 13px;
}
div.gform_wrapper.gravity-theme .iti__flag-container .iti__selected-flag {
  padding: 0 10px;
}
div.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
div.gform_wrapper.gravity-theme .gfield {
  position: relative;
  align-items: end;
}
div.gform_wrapper.gravity-theme .gfield_label, div.gform_wrapper.gravity-theme .ginput_complex label {
  font-weight: 400;
  font-size: clamp(18px, 0.9375vw, 18px) ;
  margin-bottom: 8px;
  height: auto;
  color: #202020;
  line-height: normal;
}
div.gform_wrapper.gravity-theme .gfield_label > .gfield_required .gfield_required, div.gform_wrapper.gravity-theme .ginput_complex label > .gfield_required .gfield_required {
  color: #202020;
}
@media (max-width: 991px) {
  div.gform_wrapper.gravity-theme .gfield--width-third {
    grid-column: span 6 !important;
  }
}
@media (max-width: 767px) {
  div.gform_wrapper.gravity-theme .gfield--width-third {
    grid-column: span 12 !important;
  }
}
div.gform_wrapper.gravity-theme .gfield--type-section {
  border: none;
  padding: 0;
}
div.gform_wrapper.gravity-theme .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
div.gform_wrapper.gravity-theme .gfield_radio .gchoice:not(:last-child) {
  margin-right: 27px;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file {
  position: relative;
  display: block;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file .ginput_container_fileupload {
  position: absolute;
  inset: 100% 0 auto 0;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file .ginput_container_fileupload input[type="file"] {
  display: none;
  border: none;
  background: transparent;
  padding: 15px 0 0;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file .gfield {
  align-items: start;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file .gfield_label {
  margin: 0;
  padding: 0;
  color: #7B858D;
  text-align: center;
  font-size: 16px;
  border: 1px solid #DCDCDC;
  padding: 14px 15px;
  line-height: normal;
  display: block;
  cursor: pointer;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file .gfield_label:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file .gform_fileupload_rules {
  display: none;
}
div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file.js-file-added .gfield_label:after {
  display: none;
}
div.gform_wrapper.gravity-theme .validation_message {
  margin-top: 10px;
  background: transparent;
  border: none;
  padding: 0;
  font-size: clamp(14px, 0.7291666667vw, 14px) ;
  font-family: "source-sans-pro", sans-serif;
}
div.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 10px 0;
  box-shadow: none;
  border: none;
  background: transparent;
  display: none;
}
div.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-family: "source-sans-pro", sans-serif;
}
div.gform_wrapper.gravity-theme .gchoice {
  position: relative;
  margin-bottom: 8px;
}
div.gform_wrapper.gravity-theme .gchoice input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
}
div.gform_wrapper.gravity-theme .gchoice input[type="checkbox"] + label {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  color: #202020;
}
div.gform_wrapper.gravity-theme .gchoice input[type="checkbox"] + label:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #DCDCDC;
  position: absolute;
  left: 0;
  top: 4px;
}
div.gform_wrapper.gravity-theme .gchoice input[type="checkbox"]:checked + label:before {
  background: #1C99D8;
  border-color: #1C99D8;
}
div.gform_wrapper.gravity-theme .gchoice input[type="checkbox"]:checked + label:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 3px;
  top: 6px;
  font-size: 6px;
  color: #FFFFFF;
}
div.gform_wrapper.gravity-theme .gfield_error input[type="text"][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error input[type="email"][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error input[type="tel"][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error textarea[aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error select[aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error input[type="text"][aria-invalid=true][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error input[type="email"][aria-invalid=true][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error input[type="tel"][aria-invalid=true][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error textarea[aria-invalid=true][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error select[aria-invalid=true][aria-invalid=true] {
  border-width: 1px;
}
div.gform_wrapper.gravity-theme .gfield_error textarea[aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error textarea[aria-invalid=true][aria-invalid=true] {
  border-width: 1px;
}
div.gform_wrapper.gravity-theme .gfield_error label {
  color: #202020;
}
div.gform_wrapper.gravity-theme .gform_drop_area {
  border: 1px solid #DCDCDC;
  background-color: #DCDCDC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
div.gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: clamp(30px, 1.5625vw, 30px) ;
}
div.gform_wrapper.gravity-theme .gform_footer .button {
  font-size: 16px;
  padding: 7px 20px;
}
.posts {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.post-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.post-wrap:hover .post-image:after {
  opacity: 1;
  visibility: visible;
}
.post-wrap:hover .post-text {
  max-height: 500px;
}
.post-image {
  position: relative;
  padding-top: 96%;
}
@media (min-width: 576px) {
  .post-image {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .post-image {
    padding-top: 125%;
  }
}
.post-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.post-image:before, .post-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.post-image:before {
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.post-image:after {
  background: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.post-image:has(> img) .post-image-logo {
  display: none;
}
.post-image:has(> img):before {
  background: rgba(1, 58, 113, 0.3);
}
.post-image:has(> img):after {
  content: none;
}
.post-image:not(:has(> img)):before {
  background: #013A71;
}
.post-image-logo {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(1, 58, 113, 0.3);
  inset: 0;
  padding: 0 40px;
  padding-top: 25%;
  text-align: center;
}
@media (min-width: 576px) {
  .post-image-logo {
    padding-top: 30%;
  }
}
@media (min-width: 992px) {
  .post-image-logo {
    padding-top: 35%;
  }
}
.post-image-logo img {
  width: 70%;
  object-fit: contain;
  object-position: 0 0;
  position: relative;
  z-index: 2;
}
.post-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.0416666667vw, 20px) ;
  color: #FFFFFF;
  z-index: 2;
}
.post-headline {
  font-size: clamp(28px, 1.6666666667vw, 32px) ;
  line-height: 1.25;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.post-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  line-height: normal;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 12px;
}
.post-meta {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}
.post-meta .post-author, .post-meta .post-date {
  display: inline-block;
  vertical-align: middle;
}
.post-meta .post-date {
  position: relative;
  padding-right: 10px;
  margin-right: 4px;
}
.post-meta .post-date:after {
  content: "|";
  position: absolute;
  top: -1px;
  right: 0;
}
.post-link {
  margin-top: 10px;
}
.post-link .btn {
  color: #BDE2FF;
}
.post-link .btn:hover {
  color: #1C99D8;
}
.post-categories {
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.post-category {
  display: inline-block;
  vertical-align: middle;
}
.post-category > span, .post-category > a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(14px, 0.8333333333vw, 16px) ;
  padding: 4px;
  padding-inline: clamp(10px, 0.625vw, 12px) ;
  display: inline-block;
  color: #FFFFFF;
  background: #1C99D8;
  border-radius: 40px;
  text-decoration: none;
  margin-right: clamp(3px, 0.2604166667vw, 5px) ;
  margin-bottom: clamp(4px, 0.4166666667vw, 8px) ;
  text-align: center;
}
.post-category > a:hover {
  background: #61CAFF;
}
.dropdown-toggle {
  background: #1C99D8;
  color: #FFFFFF;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  padding: 18px 40px 18px 20px;
  position: relative;
  width: 100%;
  max-width: none;
  display: inline-block;
  margin: 0;
}
.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  border: none;
  margin: 0;
  padding: 0;
  font-size: 6px;
}
.dropdown-toggle-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu {
  width: 100%;
  border-radius: 0;
  outline: none;
  border: 1px solid #DCDCDC;
  margin: 0;
  padding: 0;
}
.dropdown-menu[data-popper-placement="top-start"] {
  margin-bottom: -2px !important;
}
.dropdown-menu[data-popper-placement="bottom-start"] {
  margin-top: -2px !important;
}
.dropdown-item {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-bottom: 1px solid #DCDCDC;
}
.dropdown-item.active, .dropdown-item:hover {
  background-color: #1C99D8;
}
.dropdown-item.active .dropdown-item-text, .dropdown-item:hover .dropdown-item-text {
  color: #FFFFFF;
}
.dropdown-item-text {
  padding: 0;
}
.dropdown-light .dropdown-toggle {
  color: #013A71;
  background-color: #FFFFFF;
}
.header {
  z-index: 13;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  line-height: 1;
}
.header-1 {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, rgba(1, 58, 113, 0.9) 0%, rgba(5, 118, 210, 0.9) 44.39%);
  padding: 12px 0;
}
@media (min-width: 1200px) {
  .header-1 {
    padding: 12px 0;
  }
}
@media (min-width: 1200px) {
  .header-1-inner-right {
    width: 980px;
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .header-1-inner-right {
    width: 1120px;
  }
}
.header .login-log-out {
  margin-right: 25px;
  display: inline-block;
}
@media (min-width: 1400px) {
  .header .login-log-out {
    margin-right: 40px;
  }
}
.header .login-log-out a {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-family: "source-sans-pro", sans-serif;
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.4;
  text-transform: uppercase;
}
.header .login-log-out a:hover {
  color: #61CAFF;
  text-decoration: none;
}
/* Burger Menu */
.burger-menu {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0;
  box-shadow: none;
  position: relative;
  height: 19px;
  width: 30px;
  line-height: 1;
  background: none;
  display: inline-block;
  vertical-align: middle;
}
.burger-menu:focus, .burger-menu:hover {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
.burger-menu:before {
  content: "";
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out;
}
.burger-menu-icon {
  height: 3px;
  width: 30px;
  display: block;
  background: none;
  position: absolute;
  left: 0;
  border-radius: 0;
  overflow: hidden;
  transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  opacity: 1;
  transform: rotate(0);
}
.burger-menu-icon:nth-child(1) {
  top: 0;
}
.burger-menu-icon:nth-child(2) {
  top: 8px;
}
.burger-menu-icon:nth-child(3) {
  top: 16px;
}
.burger-menu-icon:before {
  content: "";
  height: 3px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #FFFFFF;
  display: block;
}
.js--nav-mobile-opened .burger-menu:before {
  opacity: 1;
  visibility: visible;
}
.js--nav-mobile-opened .burger-menu-icon {
  opacity: 0;
  visibility: hidden;
}
.js--nav-mobile-opened .burger-menu-icon:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.js--nav-mobile-opened .burger-menu-icon:nth-child(2) {
  opacity: 0;
}
.js--nav-mobile-opened .burger-menu-icon:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
@media (min-width: 1200px) {
  .burger-menu {
    display: none;
  }
}
.logo a {
  display: inline-block;
  text-decoration: none;
}
.logo a img {
  width: 100%;
}
.logo-header {
  max-width: clamp(114px, 8.9583333333vw, 172px) ;
}
.logo-footer {
  max-width: clamp(114px, 8.9583333333vw, 172px) ;
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  text-decoration: none;
}
.mega-menu {
  display: none;
}
@media (min-width: 1200px) {
  .mega-menu {
    display: block;
  }
}
.nav-mega-menu .mega-menu-dropdown {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: -1;
  padding-top: clamp(100px, 5.2083333333vw, 100px) ;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  background: linear-gradient(90deg, #013A71 0%, #0576D2 44.39%);
  padding-bottom: 30px;
}
.nav-mega-menu .mega-menu-dropdown > * {
  position: relative;
  z-index: 3;
}
.nav-mega-menu .mega-menu-wrapper {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  padding-right: clamp(20px, 2.0833333333vw, 40px) ;
  padding-top: 5vh;
  gap: 25px;
  align-items: start;
  min-width: 240px;
}
@media (min-width: 1200px) {
  .nav-mega-menu .mega-menu-wrapper {
    width: 980px;
  }
}
@media (min-width: 1400px) {
  .nav-mega-menu .mega-menu-wrapper {
    width: 1120px;
  }
}
.nav-mega-menu .mega-menu-wrapper .sub-menu {
  width: 50%;
  display: block;
  column-count: 2;
  column-gap: 25px;
}
.nav-mega-menu .mega-menu-wrapper .sub-menu > .menu-item {
  margin-bottom: 15px;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-content {
  width: 50%;
  position: relative;
  display: flex;
  gap: 25px;
  align-items: center;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-image {
  width: 50%;
  position: relative;
  padding-top: 30%;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-image svg, .nav-mega-menu .mega-menu-wrapper .mega-menu-item-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-body {
  width: 50%;
  color: #FFFFFF;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "bebas-neue-pro", sans-serif;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-text {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-cta {
  margin-top: 12px;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-cta .btn-link {
  font-size: 14px;
  font-weight: 700;
}
.nav-mega-menu .mega-menu-wrapper .mega-menu-item-cta .btn-link:after {
  color: #61CAFF;
}
.nav-mega-menu a {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-family: "source-sans-pro", sans-serif;
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.4;
}
.nav-mega-menu a:hover {
  color: #61CAFF;
  text-decoration: underline;
}
.nav-mega-menu > .menu-item {
  display: inline-block;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .nav-mega-menu > .menu-item {
    margin-right: 25px;
  }
}
@media (min-width: 1400px) {
  .nav-mega-menu > .menu-item {
    margin-right: 40px;
  }
}
.nav-mega-menu > .menu-item:after {
  position: absolute;
  inset: 100% 0 auto 0;
  height: 50px;
}
.nav-mega-menu > .menu-item > a {
  font-weight: 700;
  text-transform: uppercase;
}
.nav-mega-menu > .menu-item > a:hover {
  text-decoration: none;
}
.nav-mega-menu > .menu-item:hover > .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
}
.nav-mega-menu > .menu-item:hover > a {
  color: #61CAFF;
}
.nav-mega-menu > .menu-item:hover:after {
  content: "";
}
.nav-mega-menu > .menu-item.one-column > .mega-menu-dropdown .mega-menu-wrapper .sub-menu {
  column-count: 1;
}
.navbar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, #013A71 0%, #0576D2 44.39%);
  padding: 110px 10px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.navbar-mobile-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.navbar-mobile-wrapper::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}
.navbar-mobile-wrapper::-webkit-scrollbar-track {
  background: #45617B;
  border-radius: 2px;
}
.navbar-mobile-wrapper::-webkit-scrollbar-thumb {
  background: #BDE2FF;
}
.js--nav-mobile-opened .navbar-mobile {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .js--nav-mobile-opened .navbar-mobile {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, #013A71 0%, #0576D2 44.39%);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.navbar-mobile-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.navbar-mobile-wrapper::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}
.navbar-mobile-wrapper::-webkit-scrollbar-track {
  background: #45617B;
  border-radius: 2px;
}
.navbar-mobile-wrapper::-webkit-scrollbar-thumb {
  background: #BDE2FF;
}
.nav-mobile {
  margin: 0;
  list-style: none;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.nav-mobile a {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.nav-mobile li {
  margin-bottom: 24px;
}
.nav-mobile li.js--active > .level-2, .nav-mobile li.js--active > .level-3 {
  opacity: 1;
  visibility: visible;
}
.nav-mobile .menu-item-back {
  font-size: 22px;
  position: relative;
  color: #FFFFFF;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 24px;
  display: inline-block;
}
.nav-mobile .menu-item-back .icon-chevron-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 18px;
}
.nav-mobile .level-2, .nav-mobile .level-3 {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.nav-mobile .level-2 > ul, .nav-mobile .level-3 > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-mobile .level-2 {
  left: 100%;
}
.nav-mobile .level-3 {
  z-index: 4;
  left: 200%;
}
.nav-mobile .nav-link-wrapper {
  position: relative;
}
.nav-mobile .menu-item-toggle {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  z-index: 2;
}
.nav-mobile > li {
  margin-bottom: 24px;
}
.nav-mobile > li a {
  position: relative;
  font-size: 22px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
}
.js-level-2 .nav-mobile {
  transform: translateX(-100%);
}
.js-level-2.js-level-3 .nav-mobile {
  transform: translateX(-200%);
}
.search-toggle {
  font-size: 0;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  align-self: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .search-toggle {
    margin: 0;
    color: #61CAFF;
  }
}
.search-toggle .icon-search {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
}
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, #013A71 0%, #0576D2 44.39%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.js--search-opened .search-popup {
  opacity: 1;
  visibility: visible;
}
.js--search-opened .search-toggle .icon-search:before {
  content: "";
}
.search-form {
  line-height: 1;
}
.search-form .search-label {
  font-size: clamp(40px, 2.6041666667vw, 50px) ;
  margin-bottom: clamp(20px, 1.5625vw, 30px) ;
  display: none;
}
.search-form-content {
  position: relative;
}
.search-form-content .search-field {
  padding-top: clamp(15px, 1.0416666667vw, 20px) ;
  padding-bottom: clamp(15px, 1.0416666667vw, 20px) ;
  padding-left: clamp(20px, 1.8229166667vw, 35px) ;
  padding-right: clamp(40px, 3.125vw, 60px) ;
  font-size: clamp(18px, 1.6666666667vw, 32px) ;
  font-weight: 400;
  color: #202020;
  border-color: #FFFFFF;
}
.search-form-content > button.search-form-submit {
  position: absolute;
  right: clamp(15px, 1.5625vw, 30px) ;
  top: 50%;
  transform: translateY(-50%);
  min-width: 0;
  padding: 0;
  background-color: transparent;
  color: #202020;
  margin: 2px 0 0;
  border: none;
  font-size: clamp(18px, 1.5625vw, 30px) ;
  box-shadow: none;
  transition: color 0.2s ease-in-out;
}
.search-form-content > button.search-form-submit:hover {
  color: #013A71;
}
.sticky-links {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  right: 20px;
  display: none;
}
@media (min-width: 1200px) {
  .sticky-links {
    display: block;
  }
}
.sticky-links ul {
  margin: 0;
  padding: 0;
}
.sticky-links ul li {
  display: block;
  margin: 0 0 8px;
  text-align: right;
}
.sticky-links ul li .link {
  display: inline-block;
  background: #186CBA;
  text-decoration: none;
  color: #FFFFFF;
  max-width: 50px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.sticky-links ul li .link-icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.sticky-links ul li .link-text {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0 20px 0 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.sticky-links ul li .link:hover {
  max-width: 300px;
  background: #9C825A;
}
.sticky-links ul li .link:hover .link-text {
  opacity: 1;
  visibility: visible;
}
.footer {
  position: relative;
  padding-top: clamp(50px, 6.25vw, 120px) ;
  padding-bottom: clamp(50px, 3.125vw, 60px) ;
  color: #FFFFFF;
}
.footer .footer-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.footer .footer-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
@media (min-width: 768px) {
  .footer .footer-bg:before {
    display: none;
  }
}
.footer .footer-bg img {
  height: 800px;
  width: 2000px;
  object-fit: cover;
  object-position: 0 0;
}
@media (min-width: 768px) {
  .footer .footer-bg img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .footer .footer-bg img {
    object-position: 50% 25%;
  }
}
.footer .container-xxl {
  position: relative;
}
.footer-2 {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.28571;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .footer-2 {
    padding-top: 0;
    margin-top: clamp(20px, 4.1666666667vw, 80px) ;
  }
}
.footer-2 .copyright {
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .footer-2 .copyright {
    text-align: left;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
.footer-2 .quicklinks {
  margin: 10px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-2 .quicklinks {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: left;
  }
}
.footer-2 .quicklinks > li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-2 .quicklinks > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: left;
  }
}
.footer-2 .quicklinks > li:before {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .footer-2 .quicklinks > li:before {
    content: "|";
  }
}
.footer-2 .quicklinks > li:first-child:before {
  display: none;
}
.footer-2 .quicklinks > li a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-2 .quicklinks > li a:hover {
  color: #61CAFF;
}
.footer .footer-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .footer .footer-text {
    max-width: clamp(420px, 21.875vw, 420px) ;
  }
}
.footer .footer-text p {
  margin-bottom: 0;
}
.footer .social-media {
  margin-top: 30px;
  line-height: 1;
}
.footer .social-media > .item {
  display: inline-block;
  margin-right: clamp(10px, 0.78125vw, 15px) ;
  vertical-align: middle;
}
.footer .social-media > .item:last-child {
  margin-right: 0;
}
.footer .social-media > .item a {
  text-decoration: none;
  color: #61CAFF;
  font-size: 22px;
}
.footer .social-media > .item a:hover {
  text-decoration: none;
  color: #1C99D8;
}
.footer .social-media > .item-fb a {
  font-size: 25px;
}
.footer .social-media > .item-yt a {
  font-size: 19px;
}
.footer .social-media > .item-in a {
  font-size: 22px;
}
.footer .footer-menus {
  line-height: 1.1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .footer .footer-menus {
    flex-wrap: nowrap;
    margin-top: 0;
  }
}
.footer .footer-menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-menus .nav-footer-column {
  font-family: "source-sans-pro", sans-serif;
  width: 50%;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .footer .footer-menus .nav-footer-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
  }
}
.footer .footer-menus .nav-footer-column a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-menus .nav-footer-column a:hover {
  color: #61CAFF;
  text-decoration: none;
}
.footer .footer-menus .nav-footer-column > li {
  margin-bottom: clamp(32px, 1.6666666667vw, 32px) ;
}
.footer .footer-menus .nav-footer-column > li > a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.footer .footer-menus .nav-footer-column > li .sub-menu {
  margin-top: clamp(15px, 0.78125vw, 15px) ;
}
.footer .footer-menus .nav-footer-column > li .sub-menu > li {
  margin-bottom: 5px;
}
.footer .footer-menus .nav-footer-column > li .sub-menu > li a {
  font-size: 14px;
}
.footer .footer-menus .nav-footer-column > li .sub-menu > li.current-menu-item > a {
  color: #61CAFF;
}
.page-builder-section {
  margin-top: var(--margin_top);
  margin-bottom: var(--margin_bottom);
  position: relative;
}
.page-builder-section .bg {
  position: absolute;
  inset: 0;
}
.page-builder-section .bg > img, .page-builder-section .bg > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.page-builder-section .section-outer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .page-builder-section .section-outer {
    padding-top: var(--padding_top);
    padding-bottom: var(--padding_bottom);
  }
}
.page-builder-section .block-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
}
.page-builder-section .block-text > *:last-child {
  margin-bottom: 0;
}
.page-builder-section .block-text h2 {
  color: #013A71;
}
.page-builder-section .block-text h3 {
  color: #013A71;
}
.page-builder-section .block-button, .page-builder-section .btn-container {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
  margin-bottom: 0;
}
.section-section .bg {
  background: var(--bs-bg_color);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-section .bg .img-bg {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section-section .bg .img-bg img, .section-section .bg .img-bg svg {
  position: absolute;
  inset: 0;
  object-position: 50% 50%;
  object-fit: cover;
}
.section-section .section-outer {
  position: relative;
  z-index: 2;
}
.section-section .block-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
}
.section-section .block-text > *:last-child {
  margin-bottom: 0;
}
.section-section .block-button {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-hero_banner {
  overflow: hidden;
  position: relative;
  padding-top: 67px;
}
@media (min-width: 992px) {
  .section-hero_banner {
    min-height: clamp(400px, 30.2083333333vw, 580px) ;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .section-hero_banner {
    padding-top: clamp(77px, 4.5833333333vw, 88px) ;
  }
}
@media (min-width: 992px) {
  .section-hero_banner.short_hero {
    min-height: clamp(350px, 21.3541666667vw, 410px) ;
  }
}
.section-hero_banner .bg {
  position: relative;
  padding-top: 55%;
}
@media (min-width: 992px) {
  .section-hero_banner .bg {
    padding-top: 0;
    position: absolute;
    inset: 0;
  }
}
.section-hero_banner .bg:before {
  background: linear-gradient(0deg, rgba(0, 43, 85, 0.5) 0%, rgba(0, 43, 85, 0.5) 100%), linear-gradient(0deg, rgba(0, 70, 127, 0.3) 0%, rgba(0, 70, 127, 0.3) 100%);
  background-blend-mode: multiply, normal, normal;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-hero_banner .bg:before {
    content: "";
  }
}
.section-hero_banner .bg .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% var(--bs-top_postition);
}
.section-hero_banner .bg .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero_banner .section-outer {
  position: relative;
  z-index: 1;
  padding-top: clamp(30px, 2.6041666667vw, 50px) ;
  padding-bottom: clamp(40px, 2.6041666667vw, 50px) ;
}
.section-hero_banner .block-content-right {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .section-hero_banner .block-content-right {
    margin-top: 0;
    margin-left: auto;
    max-width: 455px;
  }
}
.section-hero_banner .block-title {
  margin-bottom: 0;
}
.section-hero_banner .block-title h1 {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: clamp(60px, 4.1666666667vw, 80px) ;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #013A71;
}
@media (min-width: 992px) {
  .section-hero_banner .block-title h1 {
    color: #FFFFFF;
  }
}
.section-hero_banner .block-subtitle {
  margin-top: 0;
}
@media (min-width: 992px) {
  .section-hero_banner .block-subtitle {
    max-width: clamp(335px, 29.9479166667vw, 575px) ;
  }
}
.section-hero_banner .block-subtitle h2 {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: clamp(28px, 2.5vw, 48px) ;
  line-height: 1.16667;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #BDE2FF;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-hero_banner .block-subtitle h2 {
    color: #BDE2FF;
  }
}
.section-hero_banner .block-text {
  font-size: clamp(16px, 0.9375vw, 18px) ;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0;
  color: #202020;
}
@media (min-width: 992px) {
  .section-hero_banner .block-text {
    color: #FFFFFF;
  }
}
.section-hero_banner .block-text a {
  color: #61CAFF;
}
.section-hero_banner_home {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 70px;
}
@media (min-width: 1200px) {
  .section-hero_banner_home {
    height: clamp(880px, 46.875vw, 900px) ;
  }
}
.section-hero_banner_home .bg {
  position: absolute;
  inset: 0;
}
.section-hero_banner_home .bg:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 43, 85, 0.5) 0%, rgba(0, 43, 85, 0.5) 100%), linear-gradient(0deg, rgba(0, 70, 127, 0.2) 0%, rgba(0, 70, 127, 0.2) 100%);
  background-blend-mode: multiply, normal;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-hero_banner_home .bg .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero_banner_home .bg .video-mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-hero_banner_home .bg .video-desktop {
    display: none;
  }
  .section-hero_banner_home .bg .video-mobile {
    display: block;
  }
}
.section-hero_banner_home .bg-steel-strip {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section-hero_banner_home .bg-steel-strip img {
  object-fit: cover;
  width: 100%;
}
.section-hero_banner_home .section-outer {
  position: relative;
  z-index: 3;
  width: 100%;
}
.section-hero_banner_home .block-content-left {
  position: relative;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-content-left {
    padding-right: 40px;
    display: inline-block;
    vertical-align: top;
    width: 59.5%;
    text-align: right;
  }
}
.section-hero_banner_home .block-content-left-wrap {
  position: relative;
  text-align: left;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-content-left-wrap {
    display: inline-block;
  }
}
@media (min-width: 1500px) {
  .section-hero_banner_home .block-content-left-wrap {
    max-width: none;
  }
}
@media (min-width: 1500px) {
  .section-hero_banner_home .block-content-left .block-highlighted-2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-content-left .block-highlighted-3 {
    display: none;
  }
}
.section-hero_banner_home .block-content-right {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-content-right {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
.section-hero_banner_home .block-content-right .block-highlighted-2 {
  display: none;
}
@media (min-width: 1500px) {
  .section-hero_banner_home .block-content-right .block-highlighted-2 {
    display: inline;
  }
}
.section-hero_banner_home .block-content-right .block-highlighted-3 {
  display: none;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-content-right .block-highlighted-3 {
    display: inline;
  }
}
.section-hero_banner_home .block-title {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-title {
    margin-bottom: 0;
    position: absolute;
    inset: auto 0 100% 0;
    max-width: 355px;
  }
}
@media (min-width: 1400px) {
  .section-hero_banner_home .block-title {
    max-width: 400px;
  }
}
@media (min-width: 1500px) {
  .section-hero_banner_home .block-title {
    max-width: none;
    white-space: nowrap;
    inset: auto 0 100% auto;
  }
}
@media (min-width: 2000px) {
  .section-hero_banner_home .block-title {
    position: static;
    display: inline;
    margin-right: clamp(20px, 1.8229166667vw, 35px) ;
    max-width: none;
  }
}
.section-hero_banner_home .block-title h1 {
  font-family: "bebas-neue", sans-serif;
  font-size: 70px;
  letter-spacing: -0.002em;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 0.84211;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-title h1 {
    font-size: clamp(70px, 4.9479166667vw, 95px) ;
    display: inline;
  }
}
@media (min-width: 1400px) {
  .section-hero_banner_home .block-title h1 {
    font-size: 95px;
  }
}
.section-hero_banner_home .block-highlighted {
  font-size: 70px;
  color: #BDE2FF;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 350;
  letter-spacing: -0.002em;
  text-transform: uppercase;
  display: inline;
  line-height: 0.78571;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-highlighted {
    line-height: normal;
    font-size: clamp(70px, 4.4270833333vw, 85px) ;
  }
}
@media (min-width: 1400px) {
  .section-hero_banner_home .block-highlighted {
    font-size: 85px;
  }
}
.section-hero_banner_home .block-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
  color: #FFFFFF;
  display: inline;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-text {
    display: block;
    font-size: clamp(18px, 1.09375vw, 21px) ;
    width: clamp(312px, 19.1666666667vw, 368px) ;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-text-top {
    position: absolute;
    bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-text-bottom {
    max-width: 250px;
  }
}
@media (min-width: 1500px) {
  .section-hero_banner_home .block-text-bottom {
    width: clamp(250px, 19.1666666667vw, 368px) ;
  }
}
.section-hero_banner_home .block-button {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .section-hero_banner_home .block-button {
    margin-top: 0;
    position: absolute;
    bottom: -120px;
    left: 0;
  }
}
@media (min-width: 1500px) {
  .section-hero_banner_home .block-button {
    position: static;
  }
}
.section-page_title {
  overflow: hidden;
  position: relative;
  min-height: clamp(320px, 21.3541666667vw, 410px) ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 67px;
}
@media (min-width: 1200px) {
  .section-page_title {
    padding-top: clamp(77px, 4.5833333333vw, 88px) ;
  }
}
.section-page_title .bg {
  position: relative;
  padding-top: 0;
  position: absolute;
  inset: 0;
}
.section-page_title .bg:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 43, 85, 0.5) 0%, rgba(0, 43, 85, 0.5) 100%), linear-gradient(0deg, rgba(0, 70, 127, 0.3) 0%, rgba(0, 70, 127, 0.3) 100%);
  background-blend-mode: multiply, normal, normal;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-page_title .bg .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-page_title .bg .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page_title .section-outer {
  position: relative;
  z-index: 1;
  padding-top: clamp(30px, 2.6041666667vw, 50px) ;
  padding-bottom: clamp(40px, 2.6041666667vw, 50px) ;
}
.section-page_title .block-title {
  margin-bottom: 0;
}
.section-page_title .block-title h1 {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: clamp(50px, 4.1666666667vw, 80px) ;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section-announcement-bar {
  background: #013A71;
  color: #FFFFFF;
  padding: 16px 0;
  text-align: center;
}
.section-announcement-bar .block-text {
  font-size: clamp(18px, 1.0416666667vw, 20px) ;
  font-weight: 400;
}
.section-announcement-bar .block-text > *:last-child {
  margin-bottom: 0;
}
.section-announcement_bar {
  background: #013A71;
  color: #FFFFFF;
}
.section-announcement_bar .block-text {
  font-size: clamp(18px, 1.0416666667vw, 20px) ;
  font-weight: 400;
  line-height: normal;
}
.section-announcement_bar .block-text > *:last-child {
  margin-bottom: 0;
}
.section-50_years_experience {
  position: relative;
}
.section-50_years_experience .video-bg {
  position: relative;
  padding-top: 125%;
}
@media (min-width: 576px) {
  .section-50_years_experience .video-bg {
    padding-top: 0;
    max-width: 430px;
    margin: 0 auto;
    height: 550px;
  }
}
@media (min-width: 992px) {
  .section-50_years_experience .video-bg {
    padding-top: 65%;
    height: auto;
    max-width: none;
  }
}
.section-50_years_experience .video-bg .video {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 0 0;
}
@media (min-width: 992px) {
  .section-50_years_experience .video-bg .video {
    object-position: 50% 50%;
  }
}
@media (min-width: 992px) {
  .section-50_years_experience .section-outer {
    position: absolute;
    inset: 0;
  }
}
@media (min-width: 992px) {
  .section-50_years_experience .block-content {
    padding-left: clamp(50px, 5.2083333333vw, 100px) ;
  }
}
.section-50_years_experience .section-inner {
  position: relative;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .section-50_years_experience .section-inner {
    padding-top: clamp(100px, 7.8125vw, 150px) ;
    padding-bottom: clamp(100px, 7.8125vw, 150px) ;
  }
}
.section-50_years_experience .block-badge_logo {
  right: 0;
  position: absolute;
  margin-bottom: 20px;
  bottom: 100%;
  max-width: clamp(72px, 5.625vw, 108px) ;
  font-size: 0;
}
@media (min-width: 992px) {
  .section-50_years_experience .block-badge_logo {
    top: 0;
    bottom: auto;
    margin-top: 0;
  }
}
.section-50_years_experience .block-badge_logo img, .section-50_years_experience .block-badge_logo svg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .section-50_years_experience .block-text {
    max-width: 562px;
    padding-right: clamp(72px, 5.625vw, 108px) ;
  }
}
.section-50_years_experience .block-text h2 {
  font-family: "bebas-neue-pro", sans-serif;
  color: #013A71;
  font-size: clamp(50px, 3.6458333333vw, 70px) ;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.section-50_years_experience .block-button {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-animated_numbers {
  background-color: #013A71;
  text-align: center;
}
.section-animated_numbers .block-item {
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #5385B4;
}
@media (min-width: 576px) {
  .section-animated_numbers .block-item {
    border-left: 1px solid #5385B4;
  }
}
@media (min-width: 992px) {
  .section-animated_numbers .block-item {
    border-left: 1px solid #5385B4;
    border-bottom: none;
  }
}
.section-animated_numbers .block-item:first-child {
  border-left: none;
}
@media (min-width: 576px) {
  .section-animated_numbers .block-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.section-animated_numbers .block-item:last-child {
  border-bottom: 0;
}
.section-animated_numbers .block-item-wrap {
  display: flex;
  color: #FFFFFF;
  padding-top: clamp(40px, 4.4270833333vw, 85px) ;
  padding-bottom: clamp(40px, 4.4270833333vw, 85px) ;
  padding-left: clamp(25px, 2.6041666667vw, 50px) ;
  padding-right: clamp(25px, 2.6041666667vw, 50px) ;
}
.section-animated_numbers .block-item-icon {
  margin-right: clamp(10px, 1.25vw, 24px) ;
  width: clamp(45px, 3.90625vw, 75px) ;
}
@media (min-width: 992px) {
  .section-animated_numbers .block-item-icon {
    width: clamp(45px, 3.90625vw, 75px) ;
  }
}
.section-animated_numbers .block-item-icon img, .section-animated_numbers .block-item-icon svg {
  width: 100%;
}
.section-animated_numbers .block-item-counters {
  flex: 1;
  text-align: left;
}
.section-animated_numbers .block-item-counter {
  font-weight: 700;
  text-align: left;
  display: inline-block;
  margin-right: clamp(18px, 1.875vw, 36px) ;
  margin-bottom: clamp(18px, 1.875vw, 36px) ;
}
.section-animated_numbers .block-item-counter:last-child {
  margin-right: 0;
}
.section-animated_numbers .block-item-counter-headline, .section-animated_numbers .block-item-counter-value {
  font-size: clamp(50px, 5.2083333333vw, 100px) ;
  line-height: 0.9;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "bebas-neue-pro", sans-serif;
}
@media (min-width: 992px) {
  .section-animated_numbers .block-item-counter-headline, .section-animated_numbers .block-item-counter-value {
    font-size: clamp(50px, 5.2083333333vw, 100px) ;
  }
}
.section-animated_numbers .block-item-counter-text {
  font-size: clamp(17px, 0.9895833333vw, 19px) ;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-natare_solutions_tabs {
    color: #FFFFFF;
  }
}
@media (max-width: 991px) {
  .section-natare_solutions_tabs .section-outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-natare_solutions_tabs .bg {
  position: absolute;
  inset: 0;
}
.section-natare_solutions_tabs .bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.section-natare_solutions_tabs .bg-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-90deg, rgba(1, 58, 113, 0.8), rgba(1, 58, 113, 0.5));
}
.section-natare_solutions_tabs .bg-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0576D2;
  background: #243341;
  z-index: -1;
}
.section-natare_solutions_tabs .bg-img img, .section-natare_solutions_tabs .bg-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-natare_solutions_tabs .block-tabs {
  margin: 0 -20px;
}
@media (min-width: 992px) {
  .section-natare_solutions_tabs .block-tabs {
    margin: 0;
    max-width: 337px;
    padding: 0 18px 0 0;
  }
}
.section-natare_solutions_tabs .block-tabs-headline {
  margin-bottom: clamp(16px, 1.8229166667vw, 35px) ;
}
.section-natare_solutions_tabs .block-tabs-headline h3 {
  font-size: clamp(35px, 1.8229166667vw, 35px) ;
  color: #013A71;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.14286;
  margin-bottom: 0;
  text-align: center;
  text-transform: initial;
}
@media (min-width: 992px) {
  .section-natare_solutions_tabs .block-tabs-headline h3 {
    color: #FFFFFF;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-natare_solutions_tabs .tab-content {
    max-width: clamp(455px, 26.8229166667vw, 515px) ;
  }
}
.section-natare_solutions_tabs .tab-content-image {
  position: relative;
  padding-top: 45%;
  margin: 0 -20px;
}
@media (min-width: 992px) {
  .section-natare_solutions_tabs .tab-content-image {
    margin: 0;
  }
}
.section-natare_solutions_tabs .tab-content-image img, .section-natare_solutions_tabs .tab-content-image svg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-natare_solutions_tabs .tab-content-wrap {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .section-natare_solutions_tabs .tab-content-wrap {
    padding-top: 0;
  }
}
.section-natare_solutions_tabs .tab-content-title h2 {
  font-size: clamp(50px, 5.7291666667vw, 110px) ;
  font-weight: 700;
  line-height: 0.86364;
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: clamp(25px, 1.8229166667vw, 35px) ;
  color: #013A71;
}
@media (min-width: 992px) {
  .section-natare_solutions_tabs .tab-content-title h2 {
    color: #FFFFFF;
  }
}
.section-natare_solutions_tabs .tab-content-button {
  margin-top: clamp(25px, 1.8229166667vw, 35px) ;
}
.section-natare_solutions_tabs .nav-tabs {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.section-natare_solutions_tabs .nav-tabs .nav-item {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #3D6E9E;
}
.section-natare_solutions_tabs .nav-tabs .nav-item:last-child {
  border-bottom: none;
}
.section-natare_solutions_tabs .nav-tabs .nav-link {
  background: rgba(1, 58, 113, 0.7);
  display: block;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
  min-width: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(16px, 0.9375vw, 18px) ;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  position: relative;
  transition: 0.2s all ease-in-out;
}
.section-natare_solutions_tabs .nav-tabs .nav-link:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><path d="M1.07669 1.04443L6.89636 7.04443L1.07669 13.0444" stroke="white" stroke-width="3"/></svg>');
  height: 16px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s opacity ease-in-out;
}
.section-natare_solutions_tabs .nav-tabs .nav-link:hover {
  background: rgba(28, 153, 216, 0.5);
}
.section-natare_solutions_tabs .nav-tabs .nav-link.active {
  background: #1C99D8;
  width: calc(100% + 18px);
}
.section-natare_solutions_tabs .nav-tabs .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.section-cards .block-text h2 {
  font-family: "bebas-neue-pro", sans-serif;
  color: #013A71;
  font-size: clamp(50px, 3.6458333333vw, 70px) ;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.section-cards .block-button {
  margin-top: clamp(24px, 1.875vw, 36px) ;
}
.section-cards .block-cards {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
  flex-wrap: wrap;
}
.section-cards .block-cards .block-card {
  flex: 0 0 auto;
}
.section-cards .block-cards .block-card-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.section-cards .block-cards .block-card-wrap .card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
  display: block;
}
.section-cards .block-cards .block-card-image {
  position: relative;
  padding-top: 96%;
}
@media (min-width: 576px) {
  .section-cards .block-cards .block-card-image {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .section-cards .block-cards .block-card-image {
    padding-top: 125%;
  }
}
.section-cards .block-cards .block-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-cards .block-cards .block-card-image:before, .section-cards .block-cards .block-card-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-cards .block-cards .block-card-image:before {
  background-image: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.section-cards .block-cards .block-card-image:after {
  background-image: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.section-cards .block-cards .block-card-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.5104166667vw, 29px) ;
  color: #FFFFFF;
  z-index: 2;
}
.section-cards .block-cards .block-card-headline {
  font-size: clamp(32px, 2.0833333333vw, 40px) ;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-cards .block-cards .block-card-text {
  font-size: clamp(16px, 0.9375vw, 18px) ;
  line-height: 1.33333;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.section-cards .block-cards .block-card-link {
  margin-top: 10px;
}
.section-cards .block-cards .block-card:hover .block-card-image:after {
  opacity: 1;
  visibility: visible;
}
.section-cards .block-cards .block-card:hover .block-card-text {
  max-height: 500px;
}
@media (min-width: 1200px) {
  .section-cards .block-cards.nr-cards-5 .block-card {
    width: 20%;
  }
}
.section-cards .swiper {
  padding-right: 10%;
}
@media (min-width: 1400px) {
  .section-cards .swiper {
    padding-right: 0;
  }
}
.section-employee_owned_and_built_with_pride {
  position: relative;
}
@media (min-width: 992px) {
  .section-employee_owned_and_built_with_pride {
    color: #FFFFFF;
  }
}
.section-employee_owned_and_built_with_pride .bg {
  position: absolute;
  inset: 0;
}
.section-employee_owned_and_built_with_pride .bg .img-bg {
  height: 100%;
  width: 100%;
}
.section-employee_owned_and_built_with_pride .bg .img-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-employee_owned_and_built_with_pride .block-title {
  margin-bottom: clamp(16px, 3.3854166667vw, 65px) ;
}
.section-employee_owned_and_built_with_pride .block-title h2 {
  margin-bottom: 0;
  font-family: "bebas-neue-pro", sans-serif;
  color: #013A71;
  text-align: left;
}
@media (min-width: 992px) {
  .section-employee_owned_and_built_with_pride .block-title h2 {
    text-align: center;
    color: #FFFFFF;
  }
}
.section-employee_owned_and_built_with_pride .block-title-1 {
  font-size: clamp(50px, 5.7291666667vw, 110px) ;
  line-height: 0.86364;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 400;
}
.section-employee_owned_and_built_with_pride .block-title-2 {
  font-size: 50px;
  letter-spacing: -0.002em;
  text-transform: uppercase;
  line-height: 1.11765;
  font-size: clamp(50px, 4.4270833333vw, 85px) ;
  display: block;
  color: #61CAFF;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-employee_owned_and_built_with_pride .block-title-2 {
    display: inline;
    color: #BDE2FF;
    font-weight: 350;
  }
}
.section-employee_owned_and_built_with_pride .block-text h4 {
  font-size: clamp(28px, 1.8229166667vw, 35px) ;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1.14286;
  margin-bottom: clamp(16px, 1.25vw, 24px) ;
  color: #013A71;
}
@media (min-width: 992px) {
  .section-employee_owned_and_built_with_pride .block-text h4 {
    color: #FFFFFF;
  }
}
.section-employee_owned_and_built_with_pride .block-text p {
  font-size: clamp(16px, 0.9375vw, 18px) ;
  line-height: 1.55;
  font-weight: 600;
}
.section-employee_owned_and_built_with_pride .block-video {
  position: relative;
  margin: 0 -20px 32px;
}
@media (min-width: 992px) {
  .section-employee_owned_and_built_with_pride .block-video {
    margin: 0;
  }
}
.section-employee_owned_and_built_with_pride .block-video-thumbnail {
  padding-top: 56%;
  position: relative;
}
.section-employee_owned_and_built_with_pride .block-video-thumbnail img, .section-employee_owned_and_built_with_pride .block-video-thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  inset: 0;
}
.section-employee_owned_and_built_with_pride .block-video .btn-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .section-employee_owned_and_built_with_pride .block-body {
    max-width: clamp(400px, 23.9583333333vw, 460px) ;
  }
}
.accordion {
  border: none;
  border-radius: 0;
}
.accordion .accordion-item {
  border: 2px solid #B19D7F;
  border-radius: 0;
  margin-bottom: 16px;
  color: #013A71;
  background: transparent;
}
.accordion .accordion-item .accordion-button {
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font-size: clamp(22px, 2.0833333333vw, 40px) ;
  font-family: "bebas-neue-pro", sans-serif;
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-top: clamp(15px, 1.3020833333vw, 25px) ;
  padding-bottom: clamp(15px, 1.3020833333vw, 25px) ;
  padding-left: clamp(15px, 1.8229166667vw, 35px) ;
  padding-right: clamp(30px, 1.8229166667vw, 35px) ;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: clamp(18px, 1.4583333333vw, 28px) ;
  color: inherit;
  right: clamp(15px, 1.5625vw, 30px) ;
  height: auto;
  width: auto;
  background-image: none;
}
.accordion .accordion-item .accordion-button .icon {
  font-size: clamp(16px, 1.5625vw, 30px) ;
  margin-right: 10px;
  margin-top: clamp(0px, 0vw, -2px) ;
}
.accordion .accordion-item .accordion-body {
  font-size: clamp(14px, 0.9375vw, 18px) ;
  font-weight: 400;
  line-height: 1.33333;
  border: none;
  padding-top: 0;
  padding-bottom: clamp(15px, 1.5625vw, 30px) ;
  padding-left: clamp(15px, 1.8229166667vw, 35px) ;
  padding-right: clamp(15px, 1.8229166667vw, 35px) ;
}
.accordion.dark .accordion-item {
  color: #FFFFFF;
}
.section-video_history_and_text .section-outer {
  padding: 0;
}
.section-video_history_and_text .block-content {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section-video_history_and_text .block-content {
    max-width: 462px;
    margin: 0 auto;
  }
}
.section-video_history_and_text .block-text h2 {
  font-family: "bebas-neue-pro", sans-serif;
  color: #013A71;
  font-size: clamp(50px, 3.6458333333vw, 70px) ;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.section-video_history_and_text .block-button {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-video_history_and_text .video-bg {
  position: relative;
  padding-top: 50%;
  margin: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .section-video_history_and_text .video-bg {
    margin: 0;
    padding-top: 100%;
  }
}
.section-video_history_and_text .video-bg .video {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 768px) {
  .section-video_history_and_text .video-bg .video {
    margin: 0;
  }
}
.breadcrumbs {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 400;
  line-height: 1.3125;
  color: #202020;
  padding: 12px 0;
}
.breadcrumbs a {
  color: #202020;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb_separator {
  color: #1C99D8;
  font-weight: 700;
  margin: 0 10px;
}
.breadcrumbs .breadcrumb_last {
  color: #1C99D8;
}
.section-breadcrumbs {
  border-bottom: 1px solid #F1F1F1;
  display: none;
}
@media (min-width: 1025px) {
  .section-breadcrumbs {
    display: block;
  }
}
.section-breadcrumbs .container-xl {
  max-width: 1260px;
}
.section-text_and_image_type_1 .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-text_and_image_type_1 .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}
.section-text_and_image_type_1 .bg .img-bg {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section-text_and_image_type_1 .bg .img-bg img, .section-text_and_image_type_1 .bg .img-bg svg {
  position: absolute;
  inset: 0;
  object-position: 50% 50%;
  object-fit: cover;
}
.section-text_and_image_type_1 .bg.bg-type-gradient:before {
  background: linear-gradient(90deg, var(--bs-gradient_start) 0%, var(--bs-gradient_end) 75.69%);
}
.section-text_and_image_type_1 .bg.bg-type-color:before {
  background: var(--bs-bg_color);
}
.section-text_and_image_type_1 .section-outer {
  position: relative;
  z-index: 2;
}
.section-text_and_image_type_1 .block-image {
  position: relative;
  margin-bottom: 24px;
  min-height: 300px;
  padding-top: 55%;
}
@media (min-width: 768px) {
  .section-text_and_image_type_1 .block-image {
    padding-top: 94%;
    margin-bottom: 0;
  }
}
.section-text_and_image_type_1 .block-image img, .section-text_and_image_type_1 .block-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-text_and_image_type_1 .block-content {
  position: relative;
}
@media (min-width: 768px) {
  .section-text_and_image_type_1 .block-content {
    padding-left: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-text_and_image_type_1 .block-content .block-logo {
  max-width: clamp(50px, 3.8020833333vw, 73px) ;
  margin-left: auto;
}
.section-text_and_image_type_1 .block-content .block-logo img, .section-text_and_image_type_1 .block-content .block-logo svg {
  width: 100%;
  height: auto;
}
.section-text_and_image_type_1 .block-content .block-text {
  margin-top: 0;
}
.section-text_and_image_type_1 .block-content .block-text h2 {
  color: #013A71;
}
.section-text_and_image_type_1 .block-content .block-text h3 {
  color: #013A71;
}
.section-text_and_image_type_1 .block-content .block-text h4 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-text_and_image_type_1 .flex-md-row-reverse .block-content {
    padding-left: 0;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-text_and_image_type_2 {
  background: #243341;
  color: #FFFFFF;
}
.section-text_and_image_type_2 .block-image {
  position: relative;
  margin-bottom: 24px;
  min-height: 300px;
  padding-top: 55%;
}
@media (min-width: 768px) {
  .section-text_and_image_type_2 .block-image {
    padding-top: 94%;
    margin-bottom: 0;
  }
}
.section-text_and_image_type_2 .block-image img, .section-text_and_image_type_2 .block-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-text_and_image_type_2 .block-content {
  position: relative;
}
@media (min-width: 768px) {
  .section-text_and_image_type_2 .block-content {
    padding-left: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-text_and_image_type_2 .block-content .block-logo {
  max-width: clamp(50px, 3.8020833333vw, 73px) ;
  margin-left: auto;
}
.section-text_and_image_type_2 .block-content .block-logo img, .section-text_and_image_type_2 .block-content .block-logo svg {
  width: 100%;
  height: auto;
}
.section-text_and_image_type_2 .block-content .block-title {
  margin-bottom: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-text_and_image_type_2 .block-content .block-text {
  position: relative;
}
@media (min-width: 768px) {
  .section-text_and_image_type_2 .block-content .block-text {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 18px;
  }
}
.section-text_and_image_type_2 .block-content .block-text::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}
.section-text_and_image_type_2 .block-content .block-text::-webkit-scrollbar-track {
  background: #45617B;
  border-radius: 2px;
}
.section-text_and_image_type_2 .block-content .block-text::-webkit-scrollbar-thumb {
  background: #BDE2FF;
}
.section-text_and_image_type_2 .block-content .block-text h2 {
  color: #013A71;
}
@media (min-width: 768px) {
  .section-text_and_image_type_2 .flex-md-row-reverse .block-content {
    padding-left: 0;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-text_and_image_type_3 {
  background: #fff;
}
.section-text_and_image_type_3 .section-outer {
  padding: 0;
}
.section-text_and_image_type_3 .block-image {
  position: relative;
  padding-top: 55%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .section-text_and_image_type_3 .block-image {
    padding-top: 78%;
    min-height: 100%;
  }
}
.section-text_and_image_type_3 .block-image img, .section-text_and_image_type_3 .block-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-text_and_image_type_3 .block-content {
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .section-text_and_image_type_3 .block-content {
    padding-left: clamp(20px, 6.25vw, 120px) ;
    padding-top: clamp(40px, 4.1666666667vw, 80px) ;
    padding-bottom: clamp(40px, 4.1666666667vw, 80px) ;
    max-width: calc((1130px + 80px) / 2);
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .section-text_and_image_type_3 .block-content {
    padding-right: 40px;
  }
}
.section-text_and_image_type_3 .block-content .block-text h2, .section-text_and_image_type_3 .block-content .block-text h3 {
  color: #013A71;
}
@media (min-width: 768px) {
  .section-text_and_image_type_3 .flex-md-row-reverse .block-content {
    padding-left: 20px;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .section-text_and_image_type_3 .flex-md-row-reverse .block-content {
    padding-left: 40px;
  }
}
.section-file_transfer_center .block-image {
  position: relative;
  padding-top: 65%;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .section-file_transfer_center .block-image {
    padding-top: 65%;
  }
}
@media (min-width: 768px) {
  .section-file_transfer_center .block-image {
    padding-top: 94%;
    margin-bottom: 0;
  }
}
.section-file_transfer_center .block-image img, .section-file_transfer_center .block-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-file_transfer_center .block-image:before {
  content: "";
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 52.81%, #013A71 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-file_transfer_center .block-text {
  margin-top: 0;
}
.section-file_transfer_center .block-text h2 {
  color: #013A71;
}
.section-file_transfer_center .block-text h3 {
  color: #013A71;
}
.section-file_transfer_center .block-content {
  position: relative;
}
@media (min-width: 768px) {
  .section-file_transfer_center .block-content {
    padding-left: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
@media (min-width: 768px) {
  .section-file_transfer_center .flex-md-row-reverse .block-content {
    padding-left: 0;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-image_and_login_form, .section-image_and_sign_up_form, .section-image_and_reset_password_form {
  background: #f5f5f5;
}
.section-image_and_login_form .block-image, .section-image_and_sign_up_form .block-image, .section-image_and_reset_password_form .block-image {
  position: relative;
  padding-top: 65%;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .section-image_and_login_form .block-image, .section-image_and_sign_up_form .block-image, .section-image_and_reset_password_form .block-image {
    padding-top: 65%;
  }
}
@media (min-width: 768px) {
  .section-image_and_login_form .block-image, .section-image_and_sign_up_form .block-image, .section-image_and_reset_password_form .block-image {
    padding-top: 94%;
    margin-bottom: 0;
  }
}
.section-image_and_login_form .block-image img, .section-image_and_login_form .block-image svg, .section-image_and_sign_up_form .block-image img, .section-image_and_sign_up_form .block-image svg, .section-image_and_reset_password_form .block-image img, .section-image_and_reset_password_form .block-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-image_and_login_form .block-title .h3, .section-image_and_sign_up_form .block-title .h3, .section-image_and_reset_password_form .block-title .h3 {
  color: #013A71;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-image_and_login_form .block-content, .section-image_and_sign_up_form .block-content, .section-image_and_reset_password_form .block-content {
    padding-left: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-image_and_login_form .block-form, .section-image_and_sign_up_form .block-form, .section-image_and_reset_password_form .block-form {
  position: relative;
}
.section-image_and_login_form .block-form .form-reset-password, .section-image_and_sign_up_form .block-form .form-reset-password, .section-image_and_reset_password_form .block-form .form-reset-password {
  font-weight: 700;
  margin-top: 4px;
  font-size: 12px;
}
.section-image_and_login_form .block-form .block-footnote, .section-image_and_sign_up_form .block-form .block-footnote, .section-image_and_reset_password_form .block-form .block-footnote {
  margin-top: clamp(24px, 2.0833333333vw, 40px) ;
  font-size: 18px;
}
.section-image_and_login_form .block-form .block-footnote a, .section-image_and_sign_up_form .block-form .block-footnote a, .section-image_and_reset_password_form .block-form .block-footnote a {
  font-weight: 700;
}
.section-image_and_login_form .block-form .block-text, .section-image_and_sign_up_form .block-form .block-text, .section-image_and_reset_password_form .block-form .block-text {
  margin-top: 0;
}
.section-image_and_login_form .block-form .block-text h2, .section-image_and_sign_up_form .block-form .block-text h2, .section-image_and_reset_password_form .block-form .block-text h2 {
  color: #013A71;
}
.section-image_and_login_form .block-form .block-text h3, .section-image_and_sign_up_form .block-form .block-text h3, .section-image_and_reset_password_form .block-form .block-text h3 {
  color: #013A71;
}
@media (min-width: 768px) {
  .section-image_and_login_form .flex-md-row-reverse .block-form, .section-image_and_sign_up_form .flex-md-row-reverse .block-form, .section-image_and_reset_password_form .flex-md-row-reverse .block-form {
    padding-left: 0;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-send_files_1 {
  background: #f5f5f5;
}
.section-send_files_1 .block-text {
  margin-top: 0;
}
.section-send_files_1 .block-text h2 {
  color: #013A71;
}
.section-send_files_1 .block-text h3 {
  color: #013A71;
}
.section-send_files_1 .block-form {
  margin-top: 32px;
}
.section-send_files_2 {
  background: #f5f5f5;
}
.section-send_files_2 .block-image {
  position: relative;
  padding-top: 65%;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .section-send_files_2 .block-image {
    padding-top: 65%;
  }
}
@media (min-width: 768px) {
  .section-send_files_2 .block-image {
    padding-top: 94%;
    margin-bottom: 0;
  }
}
.section-send_files_2 .block-image img, .section-send_files_2 .block-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-send_files_2 .block-text {
  margin-top: 0;
}
.section-send_files_2 .block-text h2 {
  color: #013A71;
}
.section-send_files_2 .block-text h3 {
  color: #013A71;
}
.section-send_files_2 .block-form {
  margin-top: 20px;
}
.section-send_files_2 .block-content {
  position: relative;
}
@media (min-width: 768px) {
  .section-send_files_2 .block-content {
    padding-left: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
@media (min-width: 768px) {
  .section-send_files_2 .flex-md-row-reverse .block-content {
    padding-left: 0;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-natare_timeline {
  background: #fdfdfd;
}
.section-natare_timeline .block-text h2 {
  color: #013A71;
}
.section-natare_timeline .block-history {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history {
    display: flex;
  }
}
@media (min-width: 992px) {
  .section-natare_timeline .block-history {
    margin-top: 0;
  }
}
.section-natare_timeline .block-history .block-video {
  display: block;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .block-video {
    flex: 1;
  }
}
.section-natare_timeline .block-history .block-video .video-bg {
  position: relative;
  padding-top: 60%;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .block-video .video-bg {
    height: 100%;
    padding-top: 0;
  }
}
.section-natare_timeline .block-history .block-video .video-bg .video {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 0 0;
  object-position: 50% 50%;
}
.section-natare_timeline .block-history .block-swiper {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .block-swiper {
    margin-top: 0;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -70px;
    width: 54%;
  }
}
@media (min-width: 992px) {
  .section-natare_timeline .block-history .block-swiper {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper {
    height: clamp(450px, 31.25vw, 600px) !important;
  }
}
.section-natare_timeline .block-history .swiper-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-buttons {
    margin-top: 0;
    display: block;
  }
}
.section-natare_timeline .block-history .swiper-button-prev, .section-natare_timeline .block-history .swiper-button-next {
  position: static;
  transform: none;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-button-prev, .section-natare_timeline .block-history .swiper-button-next {
    position: absolute;
    left: 70px;
    transform: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: clamp(120px, 6.25vw, 120px) ;
  }
}
.section-natare_timeline .block-history .swiper-button-prev .icon, .section-natare_timeline .block-history .swiper-button-next .icon {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-button-prev .icon, .section-natare_timeline .block-history .swiper-button-next .icon {
    transform: none;
  }
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-button-prev {
    top: 0;
  }
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-button-next {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
    overflow: initial;
    padding-top: clamp(10px, 1.0416666667vw, 20px) ;
    padding-bottom: clamp(10px, 1.0416666667vw, 20px) ;
    padding-left: clamp(120px, 6.25vw, 120px) ;
    justify-content: center;
  }
}
.section-natare_timeline .block-history .swiper-slide-year {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #013A71;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  display: block;
  font-size: 50px;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-slide-year {
    font-size: clamp(30px, 2.6041666667vw, 50px) ;
  }
}
.section-natare_timeline .block-history .swiper-slide-year:before, .section-natare_timeline .block-history .swiper-slide-year:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #9C825A;
  right: calc(100% + 20px);
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-slide-year:before, .section-natare_timeline .block-history .swiper-slide-year:after {
    content: "";
  }
}
.section-natare_timeline .block-history .swiper-slide-year:before {
  width: 1000%;
  height: 2px;
}
.section-natare_timeline .block-history .swiper-slide-year:after {
  height: 5px;
  width: 5px;
  border-radius: 100%;
}
.section-natare_timeline .block-history .swiper-slide-text {
  line-height: normal;
  font-weight: 400;
  color: #202020;
  font-size: 16px;
}
.section-natare_timeline .block-history .swiper-slide-image {
  margin-top: 12px;
  position: relative;
  max-width: 300px;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-slide-image {
    padding-top: 0;
    height: clamp(90px, 6.5625vw, 126px) ;
  }
}
.section-natare_timeline .block-history .swiper-slide-image img, .section-natare_timeline .block-history .swiper-slide-image svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .section-natare_timeline .block-history .swiper-slide-image img, .section-natare_timeline .block-history .swiper-slide-image svg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.section-cta_banner_1 {
  color: #FFFFFF;
}
.section-cta_banner_1 .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 28, 53, 0.7) 0%, rgba(1, 28, 53, 0.7) 100%);
  z-index: 1;
}
.section-cta_banner_1 .section-outer {
  z-index: 2;
  position: relative;
}
.section-cta_banner_1 .block-content {
  max-width: 700px;
  margin: 0 auto;
}
.section-cta_banner_1 .block-text h2 {
  color: #FFFFFF;
}
.section-cta_banner_2 {
  color: #FFFFFF;
}
.section-cta_banner_2 .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 58, 113, 0.9) 0%, rgba(1, 58, 113, 0.9) 100%);
  z-index: 1;
}
.section-cta_banner_2 .section-outer {
  z-index: 2;
  position: relative;
}
.section-cta_banner_2 .block-content {
  max-width: 600px;
  margin: 0 auto;
}
.section-image_slider_and_text .block-swiper {
  padding: 0 20px;
  position: relative;
  margin: 0 -20px 24px;
  z-index: 11;
}
@media (min-width: 768px) {
  .section-image_slider_and_text .block-swiper {
    margin-bottom: 0;
  }
}
.section-image_slider_and_text .swiper-slide-image {
  position: relative;
  padding-top: 65%;
}
@media (min-width: 576px) {
  .section-image_slider_and_text .swiper-slide-image {
    padding-top: 65%;
  }
}
@media (min-width: 768px) {
  .section-image_slider_and_text .swiper-slide-image {
    padding-top: 94%;
    margin-bottom: 0;
  }
}
.section-image_slider_and_text .swiper-slide-image img, .section-image_slider_and_text .swiper-slide-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-image_slider_and_text .swiper-slide h4 {
  margin: 0;
  color: #FFFFFF;
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.6666666667vw, 32px) ;
  font-size: clamp(20px, 1.0416666667vw, 20px) ;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .section-image_slider_and_text .block-content {
    padding-left: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-image_slider_and_text .block-content .block-text {
  margin-top: 0;
}
.section-image_slider_and_text .block-content .block-text h3 {
  font-size: clamp(40px, 2.9166666667vw, 56px) ;
  line-height: 1;
  text-transform: uppercase;
  color: #013A71;
  font-weight: 300;
  margin-bottom: clamp(24px, 1.6666666667vw, 32px) ;
}
@media (min-width: 768px) {
  .section-image_slider_and_text .flex-md-row-reverse .block-content {
    padding-left: 0;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-tabs_type_1 {
  background: #243341;
  color: #FFFFFF;
}
.section-tabs_type_1 .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-tabs_type_1 .block-text h2 {
  color: #FFFFFF;
}
.section-tabs_type_1 .block-tabs {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-tabs_type_1 .block-tabs {
    width: clamp(300px, 18.1770833333vw, 349px) ;
    margin-bottom: 0;
  }
}
.section-tabs_type_1 .block-tabs .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.section-tabs_type_1 .block-tabs .nav-tabs .nav-item {
  display: block;
  border-bottom: 1px solid #3D6E9E;
  padding: 20px 0;
}
.section-tabs_type_1 .block-tabs .nav-tabs .nav-item:last-child {
  border-bottom: none;
}
.section-tabs_type_1 .block-tabs .nav-tabs .nav-item .nav-link {
  position: relative;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0 40px 0 0;
  border: none;
  border-radius: 0;
  color: #69A2D9;
  background: transparent;
  font-size: clamp(18px, 1.09375vw, 21px) ;
  font-weight: 700;
  line-height: 1.14286;
  font-family: "source-sans-pro", sans-serif;
  width: 100%;
}
.section-tabs_type_1 .block-tabs .nav-tabs .nav-item .nav-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.section-tabs_type_1 .block-tabs .nav-tabs .nav-item .nav-link:hover, .section-tabs_type_1 .block-tabs .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #FFFFFF;
}
.section-tabs_type_1 .block-tabs .nav-tabs .nav-item .nav-link:hover:after, .section-tabs_type_1 .block-tabs .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.section-tabs_type_1 .tab-content {
  width: 100%;
}
@media (min-width: 768px) {
  .section-tabs_type_1 .tab-content {
    max-width: 710px;
    flex: 1;
    padding-left: 20px;
  }
}
.section-tabs_type_1 .tab-content-wrap {
  position: relative;
}
.section-tabs_type_1 .tab-content-image {
  position: relative;
  padding-top: 55%;
  min-height: 320px;
}
@media (min-width: 768px) {
  .section-tabs_type_1 .tab-content-image {
    padding-top: 65%;
  }
}
.section-tabs_type_1 .tab-content-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, rgba(1, 58, 113, 0.6) 100%);
  z-index: 1;
}
.section-tabs_type_1 .tab-content-image img, .section-tabs_type_1 .tab-content-image svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-tabs_type_1 .tab-content-text {
  position: absolute;
  inset: auto 0 0 0;
  font-size: clamp(16px, 1.0416666667vw, 20px) ;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03em;
  z-index: 2;
  padding-inline: clamp(20px, 3.2291666667vw, 62px) ;
  padding-bottom: clamp(20px, 1.6666666667vw, 32px) ;
}
.section-collection_of_colors_and_textures {
  background: #243341;
  color: #FFFFFF;
}
.section-collection_of_colors_and_textures .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-collection_of_colors_and_textures .block-text h2 {
  color: #FFFFFF;
}
.section-collection_of_colors_and_textures .block-tabs {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-collection_of_colors_and_textures .block-tabs {
    width: clamp(275px, 16.6666666667vw, 320px) ;
    margin-bottom: 0;
  }
}
.section-collection_of_colors_and_textures .block-tabs .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item {
  display: block;
  border-bottom: 1px solid #3D6E9E;
  padding: 12px 0;
}
.section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item:last-child {
  border-bottom: none;
}
.section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item .nav-link {
  position: relative;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0 40px 0 0;
  border: none;
  border-radius: 0;
  color: #69A2D9;
  background: transparent;
  font-size: clamp(18px, 1.09375vw, 21px) ;
  font-weight: 700;
  line-height: 1.14286;
  font-family: "source-sans-pro", sans-serif;
  width: 100%;
}
.section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item .nav-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item .nav-link:hover, .section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #FFFFFF;
}
.section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item .nav-link:hover:after, .section-collection_of_colors_and_textures .block-tabs .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.section-collection_of_colors_and_textures .tab-content {
  width: 100%;
}
@media (min-width: 992px) {
  .section-collection_of_colors_and_textures .tab-content {
    flex: 1;
    padding-left: clamp(20px, 4.1666666667vw, 80px) ;
  }
}
.section-collection_of_colors_and_textures .tab-content-wrap {
  position: relative;
}
.section-collection_of_colors_and_textures .tab-content-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 400;
  line-height: normal;
}
.section-collection_of_colors_and_textures .tab-content .textures {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-collection_of_colors_and_textures .tab-content .textures .row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 16px;
}
.section-collection_of_colors_and_textures .tab-content .textures .texture-image {
  padding-top: 70%;
  position: relative;
}
.section-collection_of_colors_and_textures .tab-content .textures .texture-image img, .section-collection_of_colors_and_textures .tab-content .textures .texture-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.section-collection_of_colors_and_textures .tab-content .textures .texture-name {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 400;
  line-height: normal;
  font-weight: "bebas-neue", sans-serif;
  text-transform: uppercase;
  margin-top: 8px;
}
.section-two_colums_text_and_image {
  background-color: #243341;
  color: #FFFFFF;
}
.section-two_colums_text_and_image .block-text-left > *:last-child, .section-two_colums_text_and_image .block-text-right > *:last-child {
  margin-bottom: 0;
}
.section-two_colums_text_and_image .block-image {
  position: relative;
  margin-bottom: 20px;
  min-height: 300px;
  padding-top: 55%;
}
@media (min-width: 992px) {
  .section-two_colums_text_and_image .block-image {
    padding-top: 120%;
    margin-bottom: 0;
  }
}
.section-two_colums_text_and_image .block-image img, .section-two_colums_text_and_image .block-image svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-two_colums_text_and_image .block-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, rgba(1, 58, 113, 0.6) 100%);
  z-index: 1;
}
.section-two_colums_text_and_image ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.section-two_colums_text_and_image ul > li {
  position: relative;
  padding-left: 14px;
}
.section-two_colums_text_and_image ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #BDE2FF;
}
.section-versatile_options .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-versatile_options .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, rgba(1, 58, 113, 0.5) 100%), linear-gradient(0deg, rgba(1, 58, 113, 0.92) 0%, rgba(1, 58, 113, 0.92) 100%);
}
.section-versatile_options .bg .img-bg {
  height: 100%;
  width: 100%;
}
.section-versatile_options .bg .img-bg img, .section-versatile_options .bg .img-bg svg {
  position: absolute;
  inset: 0;
  object-position: 50% 50%;
  object-fit: cover;
}
.section-versatile_options .section-outer {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.section-versatile_options .block-intro_text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-versatile_options .block-content {
  --bs-gutter-x: clamp(40px, 6.25vw, 120px) ;
}
.section-versatile_options .block-content h4 {
  font-size: clamp(21px, 1.09375vw, 21px) ;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1.14286;
  font-weight: 700;
  margin-bottom: clamp(16px, 1.0416666667vw, 20px) ;
}
.section-versatile_options .block-content-left, .section-versatile_options .block-content-center {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .section-versatile_options .block-content-left, .section-versatile_options .block-content-center {
    margin-bottom: 0;
    border-right: 1px solid #1C99D8;
    border-bottom: none;
  }
}
.section-versatile_options .block-text-left > *:last-child, .section-versatile_options .block-text-center > *:last-child, .section-versatile_options .block-text-right > *:last-child {
  margin-bottom: 0;
}
.section-versatile_options .block-text-left, .section-versatile_options .block-text-center {
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .section-versatile_options .block-text-left, .section-versatile_options .block-text-center {
    padding-bottom: 0;
  }
}
.section-versatile_options .block-text-left:after, .section-versatile_options .block-text-center:after {
  content: "";
  background: #1C99D8;
  width: 228px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .section-versatile_options .block-text-left:after, .section-versatile_options .block-text-center:after {
    display: none;
  }
}
.section-slider_cards .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-slider_cards .block-text h2 {
  color: #013A71;
}
.section-slider_cards .block-button {
  margin-top: clamp(24px, 1.875vw, 36px) ;
}
.section-slider_cards .block-swiper {
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
}
.section-slider_cards .swiper-slide-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.section-slider_cards .swiper-slide-wrap:hover .swiper-slide-image:after {
  opacity: 1;
  visibility: visible;
}
.section-slider_cards .swiper-slide-wrap:hover .swiper-slide-text {
  max-height: 500px;
}
.section-slider_cards .swiper-slide-image {
  position: relative;
  padding-top: 120%;
}
@media (min-width: 576px) {
  .section-slider_cards .swiper-slide-image {
    padding-top: 125%;
  }
}
.section-slider_cards .swiper-slide-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-slider_cards .swiper-slide-image:before, .section-slider_cards .swiper-slide-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-slider_cards .swiper-slide-image:before {
  background-image: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.section-slider_cards .swiper-slide-image:after {
  background-image: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.section-slider_cards .swiper-slide-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.5104166667vw, 29px) ;
  color: #FFFFFF;
  z-index: 2;
}
.section-slider_cards .swiper-slide-headline {
  font-size: clamp(32px, 2.0833333333vw, 40px) ;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-slider_cards .swiper-slide-text {
  font-size: clamp(16px, 0.9375vw, 18px) ;
  line-height: 1.33333;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.section-slider_cards .swiper-slide-text p {
  margin-bottom: 0;
}
.section-slider_cards .swiper-slide-link {
  margin-top: 10px;
}
.section-tabs_type_2 .block-text {
  margin-bottom: 50px;
}
.section-tabs_type_2 .block-tabs {
  margin-bottom: clamp(24px, 2.3958333333vw, 46px) ;
}
.section-tabs_type_2 .block-tabs .nav-tabs {
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
}
.section-tabs_type_2 .block-tabs .nav-tabs .nav-item {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .section-tabs_type_2 .block-tabs .nav-tabs .nav-item {
    flex: 1;
  }
}
.section-tabs_type_2 .block-tabs .nav-tabs .nav-item button {
  width: 100%;
  border: 1px solid #013A71;
  color: #013A71;
  box-shadow: none;
  font-size: clamp(16px, 0.9375vw, 18px) ;
  background: transparent;
  border-radius: 0;
  font-weight: 700;
  margin: 0;
  padding: 15px 10px;
  height: 100%;
}
.section-tabs_type_2 .block-tabs .nav-tabs .nav-item button.active, .section-tabs_type_2 .block-tabs .nav-tabs .nav-item button:hover {
  background: #013A71;
  color: #FFFFFF;
}
.section-tabs_type_2 .tab-content .row {
  --bs-gutter-x: clamp(20px, 5.7291666667vw, 110px) ;
}
.section-tabs_type_2 .tab-content-image {
  position: relative;
  padding-top: 78%;
}
@media (min-width: 576px) {
  .section-tabs_type_2 .tab-content-image {
    padding-top: 65%;
  }
}
@media (min-width: 768px) {
  .section-tabs_type_2 .tab-content-image {
    padding-top: 78%;
    min-height: 100%;
  }
}
.section-tabs_type_2 .tab-content-image img, .section-tabs_type_2 .tab-content-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-tabs_type_2 .tab-content-text {
  position: relative;
  padding-top: clamp(20px, 3.125vw, 60px) ;
  padding-bottom: clamp(20px, 3.125vw, 60px) ;
}
.section-tabs_type_2 .tab-content-text h2, .section-tabs_type_2 .tab-content-text h3 {
  color: #013A71;
}
@media (min-width: 768px) {
  .section-text_and_video_type_1 {
    color: #FFFFFF;
  }
}
.section-text_and_video_type_1 .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-text_and_video_type_1 .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}
.section-text_and_video_type_1 .bg .img-bg {
  height: 100%;
  width: 100%;
}
.section-text_and_video_type_1 .bg .img-bg img, .section-text_and_video_type_1 .bg .img-bg svg {
  position: absolute;
  inset: 0;
  object-position: 50% 50%;
  object-fit: cover;
}
.section-text_and_video_type_1 .bg.bg-type-gradient:before {
  background: linear-gradient(90deg, var(--bs-gradient_start) 0%, var(--bs-gradient_end) 75.69%);
}
.section-text_and_video_type_1 .bg.bg-type-color:before {
  background: var(--bs-bg_color);
}
.section-text_and_video_type_1 .section-outer {
  position: relative;
  z-index: 2;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .section-text_and_video_type_1 .section-outer {
    padding-top: var(--padding_top);
    padding-bottom: var(--padding_bottom);
  }
}
.section-text_and_video_type_1 .block-intro-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .section-text_and_video_type_1 .block-intro-text {
    padding-top: 0;
  }
}
.section-text_and_video_type_1 .block-text h2 {
  color: #FFFFFF;
}
.section-text_and_video_type_1 .block-text ul {
  list-style: none;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0;
}
.section-text_and_video_type_1 .block-text ul > li {
  margin-bottom: clamp(16px, 0.8333333333vw, 16px) ;
  position: relative;
  padding-left: 14px;
}
.section-text_and_video_type_1 .block-text ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #BDE2FF;
}
.section-text_and_video_type_1 .block-video {
  position: relative;
  margin: 0 -20px 32px;
}
@media (min-width: 992px) {
  .section-text_and_video_type_1 .block-video {
    margin: 0;
  }
}
.section-text_and_video_type_1 .block-video:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 42, 81, 0.2) 0%, rgba(1, 42, 81, 0.2) 100%);
  z-index: 1;
}
.section-text_and_video_type_1 .block-video-thumbnail {
  position: relative;
  min-height: 300px;
  padding-top: 55%;
}
@media (min-width: 768px) {
  .section-text_and_video_type_1 .block-video-thumbnail {
    padding-top: 65%;
  }
}
.section-text_and_video_type_1 .block-video-thumbnail img, .section-text_and_video_type_1 .block-video-thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  inset: 0;
}
.section-text_and_video_type_1 .block-video .btn-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section-text_and_video_type_1 .block-content {
  position: relative;
}
@media (min-width: 768px) {
  .section-text_and_video_type_1 .block-content {
    padding-left: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
@media (min-width: 768px) {
  .section-text_and_video_type_1 .flex-md-row-reverse .block-content {
    padding-left: 0;
    padding-right: clamp(20px, 5.7291666667vw, 110px) ;
  }
}
.section-tabs_type_3 {
  background: rgba(220, 220, 220, 0.1);
}
.section-tabs_type_3 .block-text {
  text-align: center;
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-tabs_type_3 .block-text h2 {
  color: #013A71;
}
.section-tabs_type_3 .block-tabs {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-tabs_type_3 .block-tabs {
    margin-bottom: 0;
    width: 33.33%;
    padding-right: clamp(20px, 3.125vw, 60px) ;
  }
}
.section-tabs_type_3 .block-tabs .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.section-tabs_type_3 .block-tabs .nav-tabs .nav-item {
  display: block;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
}
.section-tabs_type_3 .block-tabs .nav-tabs .nav-item:last-child {
  border-bottom: none;
}
.section-tabs_type_3 .block-tabs .nav-tabs .nav-item .nav-link {
  position: relative;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0 30px 0 0;
  border: none;
  border-radius: 0;
  color: #202020;
  background: transparent;
  font-size: clamp(18px, 1.09375vw, 21px) ;
  font-weight: 700;
  line-height: 1.14286;
  font-family: "source-sans-pro", sans-serif;
  width: 100%;
}
.section-tabs_type_3 .block-tabs .nav-tabs .nav-item .nav-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.section-tabs_type_3 .block-tabs .nav-tabs .nav-item .nav-link:hover, .section-tabs_type_3 .block-tabs .nav-tabs .nav-item .nav-link.active {
  color: #013A71;
}
.section-tabs_type_3 .block-tabs .nav-tabs .nav-item .nav-link:hover:after, .section-tabs_type_3 .block-tabs .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .section-tabs_type_3 .tab-content {
    flex: 1;
  }
}
.section-tabs_type_3 .tab-content .row {
  --bs-gutter-x: clamp(20px, 3.125vw, 60px) ;
}
.section-tabs_type_3 .tab-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  line-height: normal;
  font-weight: 400;
}
.section-tabs_type_3 .tab-pane-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .section-tabs_type_3 .tab-pane-image {
    margin: 0;
    padding-top: 125%;
  }
}
.section-tabs_type_3 .tab-pane-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
}
.section-tabs_type_3 .tab-pane-image img, .section-tabs_type_3 .tab-pane-image svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
  object-position: 50% 50%;
}
.section-warranty_information {
  color: #FFFFFF;
}
.section-warranty_information .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 28, 53, 0.7) 0%, rgba(1, 28, 53, 0.7) 100%);
  z-index: 1;
}
.section-warranty_information .section-outer {
  z-index: 2;
  position: relative;
}
.section-warranty_information .block-text {
  max-width: 700px;
  margin: 0 auto;
}
.section-warranty_information .block-text h2 {
  color: #FFFFFF;
}
.section-warranty_information .block-items {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-warranty_information .block-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
  margin-bottom: 7px;
  margin-right: 7px;
  color: #BDE2FF;
  font-size: clamp(20px, 1.25vw, 24px) ;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.section-warranty_information .block-item:after {
  content: "|";
  position: absolute;
  right: 0;
  bottom: 2px;
}
.section-warranty_information .block-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.section-warranty_information .block-item:last-child:after {
  display: none;
}
.section-warranty_information_2 {
  background: #fff;
}
.section-warranty_information_2 .section-outer {
  padding: 0;
}
.section-warranty_information_2 .block-image {
  position: relative;
  padding-top: 78%;
}
@media (min-width: 576px) {
  .section-warranty_information_2 .block-image {
    padding-top: 65%;
  }
}
@media (min-width: 768px) {
  .section-warranty_information_2 .block-image {
    padding-top: 78%;
    min-height: 100%;
  }
}
.section-warranty_information_2 .block-image img, .section-warranty_information_2 .block-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-warranty_information_2 .block-content {
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .section-warranty_information_2 .block-content {
    max-width: calc((1130px + 80px) / 2);
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .section-warranty_information_2 .block-content {
    padding-inline: 40px;
    padding-top: clamp(40px, 4.1666666667vw, 80px) ;
    padding-bottom: clamp(40px, 4.1666666667vw, 80px) ;
  }
}
@media (min-width: 768px) {
  .section-warranty_information_2 .block-content-wrap {
    max-width: 423px;
  }
}
.section-warranty_information_2 .block-content .block-text h2, .section-warranty_information_2 .block-content .block-text h3 {
  color: #013A71;
}
.section-warranty_information_2 .block-content .block-items {
  margin-top: clamp(20px, 1.0416666667vw, 20px) ;
}
.section-warranty_information_2 .block-content .block-item {
  font-family: "bebas-neue-pro", sans-serif;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section-warranty_information_2 .block-content .block-item {
    display: flex;
    align-items: center;
  }
}
.section-warranty_information_2 .block-content .block-item:last-child {
  margin-bottom: 0;
}
.section-warranty_information_2 .block-content .block-item-value {
  font-size: clamp(28px, 1.6666666667vw, 32px) ;
  text-transform: uppercase;
  position: relative;
  padding-right: 14px;
  color: #1C99D8;
  margin-right: 8px;
}
.section-warranty_information_2 .block-content .block-item-value:after {
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background: #1C99D8;
}
.section-warranty_information_2 .block-content .block-item-text {
  color: #202020;
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
}
.section-warranty_information_2 .block-content .block-button {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-two_columns_text .block-content .row {
  --bs-gutter-x: clamp(20px, 13.0208333333vw, 250px) ;
}
.section-two_columns_text .block-content .row > *:first-child {
  position: relative;
  border-bottom: 1px solid #BDE2FF;
}
@media (min-width: 768px) {
  .section-two_columns_text .block-content .row > *:first-child {
    border-bottom: 0;
    border-right: 1px solid #BDE2FF;
  }
}
.section-two_columns_text .block-content-left, .section-two_columns_text .block-content-right {
  padding-top: clamp(50px, 4.6875vw, 90px) ;
  padding-bottom: clamp(50px, 4.6875vw, 90px) ;
}
.section-two_columns_text .block-text h2, .section-two_columns_text .block-text h3 {
  color: #013A71;
}
.section-custom_cards .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-custom_cards .block-text h2 {
  color: #013A71;
}
.section-custom_cards .block-button {
  margin-top: clamp(24px, 1.875vw, 36px) ;
}
.section-custom_cards .block-cards {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.section-custom_cards .block-cards.two_columns .block-card-image {
  padding-top: 96%;
}
@media (min-width: 992px) {
  .section-custom_cards .block-cards.two_columns .block-card-image {
    padding-top: 58%;
  }
}
.section-custom_cards .block-cards.three_columns .block-card-image {
  padding-top: 96%;
}
@media (min-width: 992px) {
  .section-custom_cards .block-cards.three_columns .block-card-image {
    padding-top: 110%;
  }
}
.section-custom_cards .block-cards.four_columns .block-card-image {
  padding-top: 96%;
}
@media (min-width: 992px) {
  .section-custom_cards .block-cards.four_columns .block-card-image {
    padding-top: 125%;
  }
}
.section-custom_cards .block-card-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.section-custom_cards .block-card-wrap:hover .block-card-image:after {
  opacity: 1;
  visibility: visible;
}
.section-custom_cards .block-card-wrap:hover .block-card-text {
  max-height: 500px;
}
.section-custom_cards .block-card-image {
  position: relative;
  padding-top: 120%;
}
@media (min-width: 576px) {
  .section-custom_cards .block-card-image {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .section-custom_cards .block-card-image {
    padding-top: 125%;
  }
}
.section-custom_cards .block-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-custom_cards .block-card-image:before, .section-custom_cards .block-card-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-custom_cards .block-card-image:before {
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.section-custom_cards .block-card-image:after {
  background: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.section-custom_cards .block-card-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.0416666667vw, 20px) ;
  color: #FFFFFF;
  z-index: 2;
}
.section-custom_cards .block-card-headline {
  font-size: clamp(32px, 2.0833333333vw, 40px) ;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-custom_cards .block-card-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  line-height: normal;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.section-custom_cards .block-card-text p {
  margin-bottom: 0;
}
.section-custom_cards .block-card-link {
  margin-top: 10px;
}
.section-service_cards .container-xl {
  max-width: 1440px;
}
.section-service_cards .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-service_cards .block-text h2 {
  color: #013A71;
}
.section-service_cards .block-button {
  margin-top: clamp(24px, 1.875vw, 36px) ;
}
.section-service_cards .block-cards {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.section-service_cards .block-card-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.section-service_cards .block-card-wrap:hover .block-card-image:after {
  opacity: 1;
  visibility: visible;
}
.section-service_cards .block-card-wrap:hover .block-card-text {
  max-height: 500px;
}
.section-service_cards .block-card-image {
  position: relative;
  padding-top: 96%;
}
@media (min-width: 576px) {
  .section-service_cards .block-card-image {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .section-service_cards .block-card-image {
    padding-top: 125%;
  }
}
.section-service_cards .block-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-service_cards .block-card-image:before, .section-service_cards .block-card-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-service_cards .block-card-image:before {
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.section-service_cards .block-card-image:after {
  background: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.section-service_cards .block-card-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.0416666667vw, 20px) ;
  color: #FFFFFF;
  z-index: 2;
}
.section-service_cards .block-card-headline {
  font-size: clamp(32px, 2.0833333333vw, 40px) ;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-service_cards .block-card-text {
  font-size: clamp(16px, 0.9375vw, 18px) ;
  line-height: 1.33333;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.section-service_cards .block-card-text p {
  margin-bottom: 0;
}
.section-service_cards .block-card-link {
  margin-top: 10px;
}
.section-knowledge_center_cards .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-knowledge_center_cards .block-text h2 {
  color: #013A71;
}
.section-knowledge_center_cards .block-button {
  margin-top: clamp(24px, 1.875vw, 36px) ;
}
.section-knowledge_center_cards .block-cards {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.section-knowledge_center_cards .block-card-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.section-knowledge_center_cards .block-card-wrap:hover .block-card-image:after {
  opacity: 1;
  visibility: visible;
}
.section-knowledge_center_cards .block-card-wrap:hover .block-card-text {
  max-height: 500px;
}
.section-knowledge_center_cards .block-card-image {
  position: relative;
  padding-top: 96%;
}
@media (min-width: 576px) {
  .section-knowledge_center_cards .block-card-image {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .section-knowledge_center_cards .block-card-image {
    padding-top: 58%;
  }
}
.section-knowledge_center_cards .block-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-knowledge_center_cards .block-card-image:before, .section-knowledge_center_cards .block-card-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-knowledge_center_cards .block-card-image:before {
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.section-knowledge_center_cards .block-card-image:after {
  background: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.section-knowledge_center_cards .block-card-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.0416666667vw, 20px) ;
  color: #FFFFFF;
  z-index: 2;
}
.section-knowledge_center_cards .block-card-headline {
  font-size: clamp(32px, 2.0833333333vw, 40px) ;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-knowledge_center_cards .block-card-text {
  font-size: clamp(16px, 0.9375vw, 18px) ;
  line-height: 1.33333;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.section-knowledge_center_cards .block-card-text p {
  margin-bottom: 0;
}
.section-knowledge_center_cards .block-card-link {
  margin-top: 10px;
}
.section-related_projects .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-related_projects .block-text h2 {
  color: #013A71;
}
.section-related_projects .block-button {
  margin-top: clamp(24px, 1.875vw, 36px) ;
}
.section-related_projects .block-projects {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.section-related_projects .block-project-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.section-related_projects .block-project-wrap:hover .block-project-image:after {
  opacity: 1;
  visibility: visible;
}
.section-related_projects .block-project-wrap:hover .block-project-text {
  max-height: 500px;
}
.section-related_projects .block-project-image {
  position: relative;
  padding-top: 58%;
}
@media (min-width: 576px) {
  .section-related_projects .block-project-image {
    padding-top: 58%;
  }
}
.section-related_projects .block-project-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-related_projects .block-project-image:before, .section-related_projects .block-project-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-related_projects .block-project-image:before {
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.section-related_projects .block-project-image:after {
  background: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.section-related_projects .block-project-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.0416666667vw, 20px) ;
  color: #FFFFFF;
  z-index: 2;
}
.section-related_projects .block-project-headline {
  font-size: clamp(32px, 2.0833333333vw, 40px) ;
  line-height: 1;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-related_projects .block-project-text {
  font-size: clamp(14px, 0.8333333333vw, 16px) ;
  line-height: 1.33333;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 15px;
}
.section-related_projects .block-project-text p {
  margin-bottom: 0;
}
.section-related_projects .block-project-link {
  margin-top: 15px;
}
.section-related_projects .block-project-link .btn-link {
  color: #BDE2FF;
}
.section-related_projects .block-project-locations {
  margin-bottom: 15px;
}
.section-related_projects .block-project-location {
  position: relative;
  font-size: clamp(12px, 0.625vw, 12px) ;
  font-weight: 700;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 10px 0;
}
.section-related_projects .block-project-location:last-child {
  margin-right: 0;
}
.section-related_projects .block-project-location .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  font-size: 14px;
  display: block;
}
.acf-map {
  height: clamp(400px, 33.8541666667vw, 650px) ;
  position: relative;
  padding: 0;
}
.acf-map > .marker {
  display: none;
}
.acf-map iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.acf-map .marker-popup {
  position: relative;
  padding: 5px 20px 25px;
}
.acf-map .marker-popup-title {
  font-size: clamp(20px, 1.25vw, 24px) ;
  color: #013A71;
  font-weight: 700;
  font-family: "bebas-neue-pro", sans-serif;
}
.acf-map .marker-popup-wrap {
  padding: 12px 20px;
  box-shadow: 0 0 25px 0 rgba(36, 51, 65, 0.15) !important;
  background: #FFFFFF;
  position: relative;
}
.acf-map .marker-popup-wrap:after {
  background: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  width: 25px;
}
.acf-map .gm-style .gm-style-iw-t {
  margin-bottom: -15px !important;
}
.acf-map .gm-style .gm-style-iw-tc {
  display: none !important;
}
.acf-map .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  max-height: none !important;
}
.acf-map .gm-style-iw-ch {
  display: none !important;
}
.acf-map .gm-style-iw-chr {
  background: transparent !important;
  justify-content: end;
}
.acf-map .gm-style-iw-chr button {
  height: 20px !important;
  width: 20px !important;
  opacity: 1 !important;
}
.acf-map .gm-style-iw-chr button > span {
  height: 20px !important;
  width: 20px !important;
  margin: 0 !important;
}
.acf-map .gm-style .gm-style-iw-d {
  margin: 0 !important;
  max-height: none !important;
  overflow: initial !important;
}
.section-text_and_image_items .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-text_and_image_items .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}
.section-text_and_image_items .bg .img-bg {
  height: 100%;
  width: 100%;
}
.section-text_and_image_items .bg .img-bg img, .section-text_and_image_items .bg .img-bg svg {
  position: absolute;
  inset: 0;
  object-position: 50% 50%;
  object-fit: cover;
}
.section-text_and_image_items .bg.bg-type-gradient:before {
  background: linear-gradient(90deg, var(--bs-gradient_start) 0%, var(--bs-gradient_end) 75.69%);
}
.section-text_and_image_items .bg.bg-type-color:before {
  background: var(--bs-bg_color);
}
.section-text_and_image_items .section-outer {
  position: relative;
  z-index: 2;
}
.section-text_and_image_items .block-intro-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
@media (min-width: 992px) {
  .section-text_and_image_items .block-intro-text {
    max-width: clamp(645px, 41.25vw, 792px) ;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-text_and_image_items .block-intro-text h2, .section-text_and_image_items .block-intro-text h3 {
  color: #013A71;
}
.section-text_and_image_items .block-intro-text h4 {
  text-transform: uppercase;
}
.section-text_and_image_items .block-item {
  margin-bottom: clamp(40px, 2.0833333333vw, 40px) ;
}
.section-text_and_image_items .block-item:last-child {
  margin-bottom: 0;
}
.section-text_and_image_items .block-item .row {
  --bs-gutter-x: clamp(20px, 3.125vw, 60px) ;
}
.section-text_and_image_items .block-item-image {
  position: relative;
  padding-top: 65%;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .section-text_and_image_items .block-item-image {
    padding-top: 65%;
  }
}
@media (min-width: 768px) {
  .section-text_and_image_items .block-item-image {
    padding-top: 75%;
    margin-bottom: 0;
  }
}
.section-text_and_image_items .block-item-image img, .section-text_and_image_items .block-item-image svg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.section-text_and_image_items .block-item-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  z-index: 1;
}
.section-text_and_image_items .block-item-text > * {
  margin-top: clamp(20px, 1.0416666667vw, 20px) ;
}
.section-text_and_image_items .block-item-text > *:last-child {
  margin-bottom: 0;
}
.section-text_and_image_items .block-item-text h4 {
  font-size: clamp(30px, 1.875vw, 36px) ;
  color: #013A71;
  font-family: "source-sans-pro", sans-serif;
  line-height: normal;
}
.section-text_and_image_items .block-item-text ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.section-text_and_image_items .block-item-text ul > li {
  position: relative;
  padding-left: 14px;
}
.section-text_and_image_items .block-item-text ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #1C99D8;
}
.section-center_text .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-center_text .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}
.section-center_text .bg .img-bg {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section-center_text .bg .img-bg img, .section-center_text .bg .img-bg svg {
  position: absolute;
  inset: 0;
  object-position: 50% 50%;
  object-fit: cover;
}
.section-center_text .bg.bg-type-gradient:before {
  background: linear-gradient(90deg, var(--bs-gradient_start) 0%, var(--bs-gradient_end) 75.69%);
}
.section-center_text .bg.bg-type-color:before {
  background: var(--bs-bg_color);
}
.section-center_text .section-outer {
  position: relative;
  z-index: 2;
}
.section-center_text .block-text h4 {
  color: #013A71;
  font-size: clamp(32px, 2.5vw, 48px) ;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.section-benefits {
  background: #fdfdfd;
}
.section-benefits .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-benefits .block-text h2 {
  color: #013A71;
  font-weight: 400;
}
.section-benefits .block-items {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px) ;
  --bs-gutter-y: 30px;
}
.section-benefits .block-item {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .section-benefits .block-item {
    padding-bottom: 0;
  }
}
.section-benefits .block-item:after {
  content: "";
  position: absolute;
  background: #BDE2FF;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media (min-width: 576px) {
  .section-benefits .block-item:after {
    height: 100px;
    width: 1px;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 576px) {
  .section-benefits .block-item:nth-child(2n):after {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-benefits .block-item:nth-child(2n):after {
    display: block;
  }
}
.section-benefits .block-item:last-child:after {
  display: none;
}
.section-benefits .block-item-headline {
  margin-top: 20px;
}
.section-benefits .block-item-headline h5 {
  font-size: clamp(16px, 0.9375vw, 18px) ;
  font-weight: 700;
  line-height: 1.33333;
  color: #013A71;
  text-transform: uppercase;
}
.section-benefits_2 {
  background: #013A71;
  color: #FFFFFF;
}
.section-benefits_2 .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-benefits_2 .block-text h2 {
  color: #FFFFFF;
  font-weight: 400;
}
.section-benefits_2 .block-items {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px) ;
  --bs-gutter-y: 30px;
}
.section-benefits_2 .block-item {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .section-benefits_2 .block-item {
    padding-bottom: 0;
  }
}
.section-benefits_2 .block-item:after {
  content: "";
  position: absolute;
  background: #BDE2FF;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media (min-width: 576px) {
  .section-benefits_2 .block-item:after {
    height: 100px;
    width: 1px;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 576px) {
  .section-benefits_2 .block-item:nth-child(2n):after {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-benefits_2 .block-item:nth-child(2n):after {
    display: block;
  }
}
.section-benefits_2 .block-item:last-child:after {
  display: none;
}
.section-benefits_2 .block-item-headline {
  margin-top: 20px;
}
.section-benefits_2 .block-item-headline h5 {
  font-family: "source-sans-pro", sans-serif;
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-blog_articles .block-content-top {
    max-width: 584px;
    margin: 0 auto;
  }
}
.section-blog_articles .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-blog_articles .block-text h2 {
  color: #013A71;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-corporate_news .block-content-top {
    max-width: 700px;
    margin: 0 auto;
  }
}
.section-corporate_news .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-corporate_news .block-text h2 {
  color: #013A71;
  font-weight: 400;
}
.section-blog_articles-category .section-outer {
  padding-top: clamp(40px, 4.1666666667vw, 80px) ;
  padding-bottom: clamp(40px, 4.1666666667vw, 80px) ;
}
@media (min-width: 992px) {
  .section-blog_articles-category .block-content-top {
    max-width: 584px;
    margin: 0 auto;
  }
}
.section-blog_articles-category .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-blog_articles-category .block-text h2 {
  color: #013A71;
  font-weight: 400;
}
.section-terminology .block-text {
  margin-bottom: clamp(30px, 3.125vw, 60px) ;
}
.section-terminology .block-text h2 {
  color: #013A71;
  font-weight: 400;
}
.section-terminology .block-filter-categories {
  margin-bottom: clamp(20px, 2.0833333333vw, 40px) ;
}
.section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
}
.section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio {
  padding: 0;
  width: 100%;
  margin: -1px 0 0 -1px;
}
@media (min-width: 992px) {
  .section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio {
    width: 25%;
  }
}
.section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio .search-filter-input-radio__container {
  padding: clamp(10px, 0.78125vw, 15px) ;
  background: transparent;
  transition: 0.2s ease-in-out;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
  border: 1px solid #013A71;
}
.section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio .search-filter-input-radio__control {
  display: none;
}
.section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio .search-filter-input-radio__label {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #013A71;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  font-family: "source-sans-pro", sans-serif;
  transition: 0.2s ease-in-out;
}
.section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio--is-active .search-filter-input-radio__container, .section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio:hover .search-filter-input-radio__container {
  background: #013A71;
}
.section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio--is-active .search-filter-input-radio__label, .section-terminology .block-filter-categories .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio:hover .search-filter-input-radio__label {
  color: #FFFFFF;
}
.section-terminology .block-filter-letters-toggle {
  background: #1C99D8;
  color: #FFFFFF;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  padding: 18px 40px 18px 20px;
  position: relative;
  width: 100%;
  max-width: none;
  display: inline-block;
  margin: 0;
}
.section-terminology .block-filter-letters-toggle:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  border: none;
  margin: 0;
  padding: 0;
  font-size: 6px;
  transition: 0.3s ease-in-out;
}
.section-terminology .block-filter-letters-panel {
  padding: 10px;
  border: 1px solid #DCDCDC;
  display: none;
}
@media (min-width: 992px) {
  .section-terminology .block-filter-letters-panel {
    padding: 0;
    border: none;
    display: block !important;
  }
}
.section-terminology .block-filter-letters.js-opened .block-filter-letters-toggle:after {
  transform: rotate(-180deg);
}
.section-terminology .block-filter-letters .search-filter-field--type-choice {
  display: block;
}
@media (min-width: 992px) {
  .section-terminology .block-filter-letters .search-filter-field--type-choice {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-label {
  color: #202020;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "source-sans-pro", sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 992px) {
  .section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-label {
    display: inline;
    width: 150px;
    margin: 0;
  }
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input {
  margin: 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input {
    gap: 0;
  }
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio {
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio .search-filter-input-radio__control {
  display: none;
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio .search-filter-input-radio__label {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #7B858D;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  transition: 0.2s ease-in-out;
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio--is-active .search-filter-input-radio__label, .section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-radio:hover .search-filter-input-radio__label {
  color: #1C99D8;
  text-decoration: underline;
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-checkbox {
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-checkbox .search-filter-input-checkbox__control {
  display: none;
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-checkbox .search-filter-input-checkbox__label {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #7B858D;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: normal;
  font-family: "bebas-neue-pro", sans-serif;
  transition: 0.2s ease-in-out;
}
.section-terminology .block-filter-letters .search-filter-field--type-choice .search-filter-field__input .search-filter-input-checkbox--is-active .search-filter-input-checkbox__label {
  color: #1C99D8;
  text-decoration: underline;
}
.section-terminology .block-results {
  margin-top: clamp(20px, 1.5625vw, 30px) ;
}
.section-terminology .block-results .term {
  border: 1px solid rgba(220, 220, 220, 0.3);
  margin-top: -1px;
  padding: 16px 20px;
  background: #FFFFFF;
}
.section-terminology .block-results .term:nth-child(1) {
  background: rgba(220, 220, 220, 0.3);
}
.section-terminology .block-results .term-title {
  margin-bottom: 0;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: clamp(24px, 1.25vw, 24px) ;
  font-weight: 700;
  line-height: normal;
  color: #013A71;
}
.section-terminology .block-results .term-text {
  margin-top: 8px;
  font-family: "source-sans-pro", sans-serif;
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 400;
  line-height: normal;
}
.section-terminology .block-results .term-text > * {
  margin-bottom: 8px;
}
.section-terminology .block-results .term-text > *:last-child {
  margin-bottom: 0;
}
.section-terminology .block-results .term-text ul > li, .section-terminology .block-results .term-text ol > li {
  margin-bottom: 8px;
}
.section-terminology .block-results .term-text ul > li:last-child, .section-terminology .block-results .term-text ol > li:last-child {
  margin-bottom: 0;
}
.section-contact_form .block-form {
  margin: 0 auto;
  max-width: 750px;
}
.section-post-details .section-outer {
  padding-top: clamp(50px, 3.3854166667vw, 65px) ;
  padding-bottom: clamp(50px, 3.3854166667vw, 65px) ;
}
.section-post-details .page-body {
  font-size: 16px;
  line-height: normal;
  color: #202020;
}
.section-post-details .page-body > * {
  margin-bottom: clamp(16px, 0.8333333333vw, 16px) ;
}
.section-post-details .page-body > *:last-child {
  margin-bottom: 0;
}
.section-post-details .page-body > * + h2, .section-post-details .page-body > * + h3, .section-post-details .page-body > * + h4, .section-post-details .page-body > * + h5, .section-post-details .page-body > * + h6 {
  margin-top: clamp(24px, 1.6666666667vw, 32px) ;
}
.section-post-details .page-body h2, .section-post-details .page-body h3, .section-post-details .page-body h4, .section-post-details .page-body h5, .section-post-details .page-body h6 {
  color: #013A71;
  margin-bottom: 16px;
  line-height: normal;
  font-weight: 700;
  text-transform: initial;
}
.section-post-details .page-body h2 {
  font-size: clamp(24px, 1.25vw, 24px) ;
}
.section-post-details .page-body h3 {
  font-size: clamp(20px, 1.0416666667vw, 20px) ;
}
.section-post-details .page-body h4 {
  font-size: clamp(18px, 0.9375vw, 18px) ;
}
.section-post-details .page-body h5 {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
}
.section-hero_banner-blog .block-meta {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.section-hero_banner-blog .block-meta .block-author, .section-hero_banner-blog .block-meta .block-date {
  display: inline-block;
  vertical-align: middle;
}
.section-hero_banner-blog .block-meta .block-date {
  position: relative;
  padding-right: 10px;
  margin-right: 4px;
}
.section-hero_banner-blog .block-meta .block-date:after {
  content: "|";
  position: absolute;
  top: -1px;
  right: 0;
}
.section-hero_banner-blog .block-subtitle .category {
  position: relative;
  font-family: "bebas-neue-pro", sans-serif;
}
.section-hero_banner-blog .block-subtitle .category:after {
  content: ",";
  color: #BDE2FF;
  font-size: clamp(28px, 1.6666666667vw, 32px) ;
}
.section-hero_banner-blog .block-subtitle .category a {
  text-transform: uppercase;
  color: #BDE2FF;
  font-size: clamp(28px, 1.6666666667vw, 32px) ;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.section-hero_banner-blog .block-subtitle .category a:hover {
  color: #1C99D8;
}
.section-hero_banner-blog .block-subtitle .category:last-child:after {
  display: none;
}
.block-filter {
  margin-bottom: clamp(24px, 1.6666666667vw, 32px) ;
}
.block-filter-options {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.block-filter-label {
  margin-bottom: 12px;
  font-size: 16px;
  display: block;
  color: #202020;
  font-weight: 400;
}
@media (min-width: 768px) {
  .block-filter-label {
    margin-bottom: 0;
  }
}
.block-filter .search-filter-input-text input[type=text].search-filter-input-text__input, .block-filter .search-filter-input-text input[type=text].search-filter-input-text__input:active, .block-filter .search-filter-input-text input[type=text].search-filter-input-text__input:focus, .block-filter .search-filter-input-text input[type=text].search-filter-input-text__input:hover, .block-filter .search-filter-input-text input[type=number].search-filter-input-text__input, .block-filter .search-filter-input-text input[type=number].search-filter-input-text__input:active, .block-filter .search-filter-input-text input[type=number].search-filter-input-text__input:focus, .block-filter .search-filter-input-text input[type=number].search-filter-input-text__input:hover {
  color: #202020;
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 400;
  color: #202020;
  font-family: "source-sans-pro", sans-serif;
  line-height: normal;
  padding: 10px 0;
}
.block-filter .search-filter-base {
  font-size: 16px;
}
.block-filter .search-filter-base .search-filter-component-combobox__clear-selection {
  display: none;
}
.block-filter .search-filter-base .search-filter-field__input {
  border-color: #DCDCDC;
  border-radius: 0;
  font-size: 16px;
}
.block-filter .search-filter-base .search-filter-field__input:hover {
  border-color: #DCDCDC;
}
.block-filter .search-filter-base .search-filter-field__input.search-filter-input-date-picker {
  flex-direction: row-reverse;
}
.block-filter .search-filter-base .search-filter-field__input.search-filter-input-date-picker .search-filter-input-date-picker__input-container {
  padding-left: 10px;
}
.block-filter .search-filter-base .search-filter-field__input.search-filter-input-date-picker .search-filter-input-text__icon:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.block-filter .search-filter-base .search-filter-field__input.search-filter-input-date-picker .search-filter-input-text__icon svg {
  display: none;
}
.block-filter .search-filter-base .search-filter-icon {
  display: flex;
  color: #7B858D;
}
.block-filter .search-filter-base .search-filter-icon .search-filter-icon__svg {
  fill: #7B858D;
}
.block-filter .search-filter-component-combobox {
  padding: 0 0 0 16px;
  font-size: 16px;
}
.block-filter .search-filter-component-combobox__actions {
  padding: 0;
}
.block-filter .search-filter-component-combobox__actions .search-filter-component-combobox__selection {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  font-weight: 400;
  color: #202020;
  font-family: "source-sans-pro", sans-serif;
  line-height: normal;
  padding: 10px 0;
}
.block-filter .search-filter-component-combobox__actions .search-filter-component-combobox__selection.search-filter-component-combobox__selection-placeholder {
  color: #7B858D;
}
.block-filter .search-filter-component-combobox__input-divider {
  display: none;
}
.block-filter .search-filter-component-combobox__listbox-toggle {
  padding: 0;
  flex-basis: 40px;
}
.block-filter .search-filter-component-combobox__listbox-toggle .search-filter-icon:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
}
.block-filter .search-filter-component-combobox__listbox-toggle .search-filter-icon svg {
  display: none;
}
.block-filter .search-filter-component-popover {
  border-color: #DCDCDC;
  border-radius: 0;
}
.block-filter .search-filter-component-popover .search-filter-component-combobox-base__listbox-option {
  padding: 8px 18px;
  font-size: 16px;
}
.block-filter .search-filter-component-popover .search-filter-component-combobox-base__listbox-option--selected {
  background-color: #BDE2FF;
}
.section-the_smarter_pool_solution {
  background: #243341;
  color: #FFFFFF;
}
.section-the_smarter_pool_solution .block-title {
  margin-bottom: clamp(20px, 4.1666666667vw, 80px) ;
  text-align: center;
}
@media (min-width: 992px) {
  .section-the_smarter_pool_solution .block-title {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    gap: clamp(10px, 1.0416666667vw, 20px) ;
  }
}
.section-the_smarter_pool_solution .block-title-logo {
  max-width: 140px;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .section-the_smarter_pool_solution .block-title-logo {
    margin: 0;
    max-width: clamp(60px, 7.2916666667vw, 140px) ;
  }
}
.section-the_smarter_pool_solution .block-title-logo img, .section-the_smarter_pool_solution .block-title-logo svg {
  width: 100%;
}
.section-the_smarter_pool_solution .block-title h2 {
  font-size: clamp(50px, 5.7291666667vw, 110px) ;
  font-weight: 700;
  line-height: 0.86364;
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section-the_smarter_pool_solution .block-tabs {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-the_smarter_pool_solution .block-tabs {
    width: clamp(300px, 18.1770833333vw, 349px) ;
    margin-bottom: 0;
  }
}
.section-the_smarter_pool_solution .block-tabs .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item {
  display: block;
  border-bottom: 1px solid #3D6E9E;
  padding: 20px 0;
}
.section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item:last-child {
  border-bottom: none;
}
.section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item .nav-link {
  position: relative;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0 40px 0 0;
  border: none;
  border-radius: 0;
  color: #69A2D9;
  background: transparent;
  font-size: clamp(18px, 1.09375vw, 21px) ;
  font-weight: 700;
  line-height: 1.14286;
  font-family: "source-sans-pro", sans-serif;
  width: 100%;
}
.section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item .nav-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item .nav-link:hover, .section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #FFFFFF;
}
.section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item .nav-link:hover:after, .section-the_smarter_pool_solution .block-tabs .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .section-the_smarter_pool_solution .tab-content {
    padding-left: clamp(20px, 2.5520833333vw, 49px) ;
    flex: 1;
  }
}
.section-the_smarter_pool_solution .tab-pane-image {
  background: #69A2D9;
  position: relative;
  padding-top: 100%;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .section-the_smarter_pool_solution .tab-pane-image {
    margin: 0;
  }
}
.section-the_smarter_pool_solution .tab-pane-image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, rgba(1, 58, 113, 0.6) 100%);
}
.section-the_smarter_pool_solution .tab-pane-image img, .section-the_smarter_pool_solution .tab-pane-image svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-the_smarter_pool_solution .tab-pane-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: clamp(20px, 2.0833333333vw, 40px) ;
  padding-left: clamp(20px, 2.0833333333vw, 40px) ;
  padding-right: clamp(20px, 2.0833333333vw, 40px) ;
}
.section-the_smarter_pool_solution .tab-pane-image-title h3 {
  font-size: clamp(35px, 3.3854166667vw, 65px) ;
  font-weight: 700;
  line-height: 1.08333;
  letter-spacing: -0.02em;
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF;
}
.section-faqs_tabs .block-text {
  margin-bottom: clamp(20px, 4.1666666667vw, 80px) ;
  text-align: center;
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
}
.section-faqs_tabs .block-text h2 {
  font-weight: 400;
  color: #013A71;
}
.section-faqs_tabs .block-tabs {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-faqs_tabs .block-tabs {
    width: clamp(300px, 18.1770833333vw, 349px) ;
    margin-bottom: 0;
  }
}
.section-faqs_tabs .block-tabs .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.section-faqs_tabs .block-tabs .nav-tabs .nav-item {
  display: block;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
}
.section-faqs_tabs .block-tabs .nav-tabs .nav-item:last-child {
  border-bottom: none;
}
.section-faqs_tabs .block-tabs .nav-tabs .nav-item .nav-link {
  position: relative;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0 40px 0 0;
  border: none;
  border-radius: 0;
  color: #202020;
  background: transparent;
  font-size: clamp(18px, 1.09375vw, 21px) ;
  font-weight: 700;
  line-height: 1.14286;
  font-family: "source-sans-pro", sans-serif;
  width: 100%;
}
.section-faqs_tabs .block-tabs .nav-tabs .nav-item .nav-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.section-faqs_tabs .block-tabs .nav-tabs .nav-item .nav-link:hover, .section-faqs_tabs .block-tabs .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #013A71;
}
.section-faqs_tabs .block-tabs .nav-tabs .nav-item .nav-link:hover:after, .section-faqs_tabs .block-tabs .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .section-faqs_tabs .tab-content {
    padding-left: clamp(20px, 2.5520833333vw, 49px) ;
    flex: 1;
  }
}
.section-faqs_tabs .tab-pane-image {
  background: #69A2D9;
  position: relative;
  padding-top: 100%;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .section-faqs_tabs .tab-pane-image {
    margin: 0;
  }
}
.section-faqs_tabs .tab-pane-image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, rgba(1, 58, 113, 0.6) 100%);
}
.section-faqs_tabs .tab-pane-image img, .section-faqs_tabs .tab-pane-image svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-faqs_tabs .tab-pane-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: clamp(20px, 2.0833333333vw, 40px) ;
  padding-left: clamp(20px, 2.0833333333vw, 40px) ;
  padding-right: clamp(20px, 2.0833333333vw, 40px) ;
}
.section-faqs_tabs .tab-pane-image-title h3 {
  font-size: clamp(35px, 3.3854166667vw, 65px) ;
  font-weight: 700;
  line-height: 1.08333;
  letter-spacing: -0.02em;
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF;
}
.section-page-details .section-outer {
  padding-top: clamp(40px, 4.1666666667vw, 80px) ;
  padding-bottom: clamp(40px, 4.1666666667vw, 80px) ;
}
.section-page-details .page-body > * {
  margin-bottom: 16px;
}
.section-page-details .page-body > *:last-child {
  margin-bottom: 0;
}
.section-page-details .page-body h2, .section-page-details .page-body .h2, .section-page-details .page-body h3, .section-page-details .page-body .h3, .section-page-details .page-body h4, .section-page-details .page-body .h4, .section-page-details .page-body h5, .section-page-details .page-body .h5 h6, .section-page-details .page-body .h6 {
  color: #013A71;
  text-transform: initial;
  font-weight: initial;
  font-weight: 700;
  font-family: "bebas-neue-pro", sans-serif;
}
.section-page-details .page-body h2, .section-page-details .page-body .h2 {
  font-size: clamp(24px, 1.25vw, 24px) ;
}
.section-page-details .page-body h3, .section-page-details .page-body .h3 {
  font-size: clamp(20px, 1.0416666667vw, 20px) ;
}
.section-page-details .page-body h4, .section-page-details .page-body .h4 {
  font-size: clamp(18px, 0.9375vw, 18px) ;
}
.section-page-details .page-body h5, .section-page-details .page-body .h5 {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
}
.section-page-details .page-body a {
  color: #1C99D8;
  font-weight: 700;
}
.section-page-details .page-body a:hover {
  color: #BDE2FF;
}
.section-search_results {
  padding-top: clamp(50px, 5.2083333333vw, 100px) ;
  padding-bottom: clamp(50px, 5.2083333333vw, 100px) ;
}
.search-results-list .item {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.search-results-list .item .text h3 {
  text-transform: initial;
  margin-bottom: 16px;
  font-weight: 700;
}
.search-results-list .item a {
  text-decoration: none;
}
.section-404 {
  padding-top: clamp(50px, 5.2083333333vw, 100px) ;
  padding-bottom: clamp(50px, 5.2083333333vw, 100px) ;
}
.section-404 h3 {
  font-weight: 700;
  text-transform: initial;
}
.section-send_files_1 .gform_confirmation_message {
  text-align: center;
}
.section-send_files_1 div.gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  justify-content: center;
  column-gap: clamp(10px, 1.0416666667vw, 20px) ;
}
.section-send_files_1 div.gform_wrapper.gravity-theme #field_submit input {
  font-size: 16px;
  align-self: flex-start;
  font-weight: 700;
  line-height: normal !important;
  padding: 13.5px 15px;
}
@media (min-width: 992px) {
  .section-send_files_1 div.gform_wrapper.gravity-theme #field_submit input {
    padding: 13.5px 20px;
  }
}
.section-send_files_2 .gform_confirmation_message {
  text-align: center;
}
.section-send_files_2 div.gform_wrapper.gravity-theme .gform_fields {
  justify-content: center;
  display: flex;
  column-gap: clamp(10px, 1.0416666667vw, 20px) ;
}
.section-send_files_2 div.gform_wrapper.gravity-theme .gfield--input-type-fileupload.custom-upload-file {
  flex: 1;
}
.section-send_files_2 div.gform_wrapper.gravity-theme #field_submit input {
  font-size: 16px;
  align-self: flex-start;
  font-weight: 700;
  line-height: normal !important;
  padding: 13.5px 15px;
}
@media (min-width: 992px) {
  .section-send_files_2 div.gform_wrapper.gravity-theme #field_submit input {
    padding: 13.5px 20px;
  }
}
.section-our_team .block-text {
  max-width: 600px;
  margin: 0 auto;
}
.section-our_team .block-text h2 {
  color: #013A71;
  font-weight: 400;
}
.section-our_team .block-text h3 {
  color: #013A71;
}
.section-our_team .block-members {
  margin-top: clamp(30px, 3.125vw, 60px) ;
}
.section-our_team .member-wrap {
  position: relative;
  text-decoration: none;
  display: block;
}
.section-our_team .member-wrap:hover .member-image:after {
  opacity: 1;
  visibility: visible;
}
.section-our_team .member-wrap:hover .member-text {
  max-height: 500px;
}
.section-our_team .member-image {
  position: relative;
  padding-top: 96%;
}
@media (min-width: 576px) {
  .section-our_team .member-image {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .section-our_team .member-image {
    padding-top: 125%;
  }
}
.section-our_team .member-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-our_team .member-image:before, .section-our_team .member-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-our_team .member-image:before {
  background: linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
}
.section-our_team .member-image:after {
  background: linear-gradient(0deg, rgba(1, 42, 81, 0.4) 0%, rgba(1, 42, 81, 0.4) 100%), linear-gradient(180deg, rgba(1, 58, 113, 0) 42.26%, #013A71 100%);
  opacity: 0;
  visibility: hidden;
}
.section-our_team .member-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 1.0416666667vw, 20px) ;
  color: #FFFFFF;
  z-index: 2;
}
.section-our_team .member-name h4 {
  font-size: clamp(28px, 1.6666666667vw, 32px) ;
  line-height: 1.25;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-our_team .member-job-title {
  font-size: 12px;
  font-weight: 700;
  font-family: "source-sans-pro", sans-serif;
  text-transform: initial;
}
.section-our_team .member-text {
  font-size: clamp(16px, 0.8333333333vw, 16px) ;
  line-height: normal;
  font-weight: 400;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin-top: 12px;
}
