@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* ---------------------------------------
	Required project style settings
--------------------------------------- */
@media print, screen and (max-width: 74.99875em) {
  .grid-container {
    max-width: 100%;
  }
}
/* ---------------------------------------
	Additional Foundation style settings
--------------------------------------- */
/* Plugins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/***SLICK THEME****/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: block;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  opacity: 1;
  color: white;
  font-family: "Font Awesome 6 Free";
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev {
  left: 0;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  margin-left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.375rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  position: static;
  display: block;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000000;
  font-size: 0;
  line-height: 1.25;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized)::after {
  content: "";
  display: table;
  clear: both;
}
.slick-slider:not(.slick-initialized) .slick-slide:first-child {
  display: block;
}

.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}
@media print, screen and (max-width: 40.06125em) {
  .slick-slider,
  .slick-list,
  .slick-track {
    height: auto;
  }
}

.slick-slide {
  transition: transform 0.3s ease-in-out;
}
.home-slide {
  width: 100%;
}

.home-slide__inner {
  height: 100%;
}
@media print, screen and (max-width: 75.06125em) {
  .home-slide__inner img {
    object-position: 50% 30%;
  }
}

.home-slide__caption {
  position: relative;
  z-index: 3;
  min-height: 54.0625rem; /*define the height of slide*/
}
@media print, screen and (max-width: 75.06125em) {
  .home-slide__caption {
    min-height: 37.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home-slide__caption {
    min-height: 250px;
  }
}
.full-height .home-slide__caption {
  min-height: 100vh;
}

.video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.video-holder__media {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.slick-arrow {
  /* Slick arrows global styles */
}
.slick-prev {
  left: 1rem;
}
.slick-next {
  right: 1rem;
}
.slick-dots {
  /* Slick dots global styles */
  display: flex;
  justify-content: center;
  left: 0;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button::before {
  border: 2px solid #6ABBC0;
  background-color: transparent;
}
.slick-dots li.slick-active button::before {
  background-color: #6ABBC0;
}

/* ---------------------------------------
	Appear animation
--------------------------------------- */
@media print, screen and (min-width: 64.0625em) {
  [data-scroll] {
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
  }
  .fade-in, .ease-right, .ease-left, .ease-btm, .ease-top {
    opacity: 0;
  }
  .fade-in[data-scroll=in], .ease-right[data-scroll=in], .ease-left[data-scroll=in], .ease-btm[data-scroll=in], .ease-top[data-scroll=in] {
    opacity: 1;
  }
  .fade-in {
    transition-duration: 1s;
  }
  [class*=ease-][data-scroll=in] {
    transform: none;
  }
  .ease-right {
    transform: translateX(6.25rem);
  }
  .ease-left {
    transform: translateX(-6.25rem);
  }
  .ease-top {
    transform: translateY(-6.25rem);
  }
  .ease-btm {
    transform: translateY(6.25rem);
  }
  [class*=flip-][data-scroll=in] {
    transform: perspective(25rem);
    backface-visibility: visible !important;
  }
  .flip-top {
    transform: perspective(25rem) rotateX(-90deg);
    transform-origin: center top;
  }
  .flip-btm {
    transform: perspective(25rem) rotateX(90deg);
    transform-origin: center bottom;
  }
  .flip-left {
    transform: perspective(25rem) rotateY(90deg);
    transform-origin: left center;
  }
  .flip-right {
    transform: perspective(25rem) rotateY(-90deg);
    transform-origin: right center;
  }
  .ease-delay-100 {
    transition-delay: 300ms;
  }
  .ease-delay-200 {
    transition-delay: 600ms;
  }
  .ease-delay-300 {
    transition-delay: 900ms;
  }
  .ease-delay-400 {
    transition-delay: 1200ms;
  }
  .ease-delay-500 {
    transition-delay: 1500ms;
  }
}
/* ---------------------------------------
	Typography / Forms / Inputs / Buttons
--------------------------------------- */
/* ---------------------------------------
	Typography
--------------------------------------- */
html {
  font-size: 0.8333333333vw;
  /*
  $step-size: $design-width - 1025;
  @for $i from 1 through 30 {
  	$size: 1000 + 100 * $i + (floor($i / 10) * 100 * ceil($i / 10) );
  	@include breakpoint($size) {
  		font-size: round(16px / $design-width * $size);
  	}
  }*/
}
@media print, screen and (max-width: 90.06125em) {
  html {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 75.06125em) {
  html {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
  background-color: #faf6f1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

h1, .h1, .has-h-1-font-size {
  /*basic heading styles*/
  font-size: 3.0208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  h1, .h1, .has-h-1-font-size {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  h1, .h1, .has-h-1-font-size {
    font-size: 2.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  h1, .h1, .has-h-1-font-size {
    font-size: 2.375rem;
  }
}

h2, .h2, .has-h-2-font-size {
  /*basic heading styles*/
  font-size: clamp(26px, 1.625rem + (1vw - 5px) * 1.0638, 36px) !important;
}
h3, .h3, .has-h-3-font-size {
  /*basic heading styles*/
  font-size: 1.875vw;
}
@media print, screen and (max-width: 75.06125em) {
  h3, .h3, .has-h-3-font-size {
    font-size: 1.9375rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  h3, .h3, .has-h-3-font-size {
    font-size: 1.625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  h3, .h3, .has-h-3-font-size {
    font-size: 1.25rem;
  }
}

h4, .h4, .has-h-4-font-size {
  /*basic heading styles*/
  font-size: 1.8229166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  h4, .h4, .has-h-4-font-size {
    font-size: 1.875rem;
  }
}

h5, .h5, .has-h-5-font-size {
  /*basic heading styles*/
  font-size: 1.5625vw;
}
@media print, screen and (max-width: 75.06125em) {
  h5, .h5, .has-h-5-font-size {
    font-size: 1.6875rem;
  }
}

h6, .h6, .has-h-6-font-size {
  /*basic heading styles*/
  font-size: 0.9375vw;
}
@media print, screen and (max-width: 75.06125em) {
  h6, .h6, .has-h-6-font-size {
    font-size: 1.25rem;
  }
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: none;
}

ul {
  /*basic list styles*/
  font-size: inherit;
  margin-left: 0;
}
ul li {
  /*basic list-item styles*/
}
ul li::marker {
  color: #3bba85;
}

ul, ol {
  list-style-position: inside;
  margin-left: 0;
}
ul li::marker, ol li::marker {
  color: #3bba85;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
}

a {
  color: #6ABBC0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #3a858a;
}

a, button, .button, input[type=submit], input[type=reset], input[type=button] {
  -webkit-tap-highlight-color: rgba(149, 68, 63, 0.5) !important;
}

/* ---------------------------------------
	Forms/Inputs
--------------------------------------- */
.no-outline button, .no-outline a, .no-outline [tabindex] {
  outline: none;
}

/* Placeholder styling */
input::placeholder, textarea::placeholder {
  opacity: 1;
}

/* Input Styling */
:root {
  --input-fz: 1rem;
  --input-lh: 1.5;
  --input-pt: 0.625rem;
  --input-pb: 0.625rem;
  --input-bd: 1px;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
body .select2-container .select2-selection {
  /* STYLES GO THERE */
  font-size: var(--input-fz);
  line-height: var(--input-lh);
  padding-top: var(--input-pt);
  padding-bottom: var(--input-pb);
  border-width: var(--input-bd);
  --input-height: calc(var(--input-fz) * var(--input-lh) + var(--input-pt) + var(--input-pb) + var(--input-bd) * 2);
  height: var(--input-height);
  margin-bottom: 0;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus,
body .select2-container .select2-selection:focus {
  border-width: var(--input-bd);
}

select:not([multiple]) {
  padding: 0.625rem 0.9375rem;
  padding-right: 2rem;
}

/* ---------------------------------------
	Select 2
--------------------------------------- */
body .select2 {
  font-weight: 300;
  text-align: left;
  width: 100% !important;
}
body .select2:focus {
  outline: none;
}
body .select2-dropdown {
  padding: 0;
  border: 1px solid #cacaca;
  border-radius: 0 0 0 0;
  background-color: #fff;
  font-size: 0.875rem;
}
body .select2-dropdown li {
  margin: 0;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.86;
  transition: all 0.15s ease-in;
}
body .select2-dropdown li:hover {
  background: #ededed;
}
body .select2-container .select2-selection {
  margin: 0;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  font-size: 1rem;
  line-height: normal;
}
body .select2-container .select2-selection--single {
  height: var(--input-height);
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #000;
  line-height: 1.5;
}
body .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #cacaca;
}
body .select2-container .select2-selection--single .select2-selection__clear {
  margin-right: 0.5rem;
}
body .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0.625rem;
  width: auto;
  height: auto;
  font-size: 0.75rem;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 75.0625em) {
  body .select2-container .select2-selection--single .select2-selection__arrow::after, body .select2-container .select2-selection--single .select2-selection__arrow::before {
    right: 2rem;
  }
}
body .select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "\f078";
  color: #000;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
body .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body .select2-container .select2-selection--multiple {
  min-height: var(--input-height);
  height: auto;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.5;
  padding: 0;
  margin: -0.125rem;
  display: block;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered li {
  margin: 0.125rem;
}
body .select2-container .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  padding: 0 0.125rem;
  box-shadow: inset 0 0 0 1px #cacaca;
  background-color: #e6e6e6;
}
body .select2-container .select2-selection--multiple .select2-search__field {
  height: auto;
  font-size: inherit;
  line-height: inherit;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected], body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  background: #ededed;
  color: #000;
}
body .select2-container--default.select2-container--focus .select2-selection {
  outline: none;
  background-color: #e6e6e6;
  border: 1px solid #404F59;
}
body .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #cacaca;
}
body .select2-container--open .select2-selection__arrow::after {
  content: "\f077" !important;
}
body .select2-dropdown .select2-search--dropdown .select2-search__field {
  height: auto;
  padding: 0.25rem 0.625rem;
}

textarea[rows] {
  /*Styles for TextArea*/
  max-width: 100%;
  height: 10rem;
}

[type=number] {
  -moz-appearance: textfield;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.number-box {
  position: relative;
  display: inline-block;
  min-width: 4rem;
}
.number-box input {
  width: 100%;
  padding-right: 1.25rem !important;
}

.number-box__control {
  position: absolute;
  right: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 0.75;
  height: 0.75em;
}
.number-box__control--inc {
  top: 0.375rem;
}
.number-box__control--dec {
  bottom: 0.375rem;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

[type=checkbox] {
  display: none;
}
[type=checkbox]:checked + label:before {
  background-color: #6ABBC0;
  background-image: url("../images/done.svg");
  background-position: center;
  background-size: contain;
  border: 1px solid #6ABBC0;
}
[type=checkbox] + label {
  position: relative;
  padding-left: 1.8229166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  [type=checkbox] + label {
    padding-left: 25px;
  }
}
[type=checkbox] + label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
  display: block;
  border: 1px solid #404F59;
  transition: 0.3s;
}
@media print, screen and (max-width: 75.06125em) {
  [type=checkbox] + label:before {
    width: 20px;
    height: 20px;
  }
}
[type=checkbox] + label:hover::before {
  border: 1px solid #6ABBC0;
}

[type=radio] {
  display: none;
}
[type=radio]:checked + label:before {
  border: 1px solid #6ABBC0;
  background-color: #6ABBC0;
  padding: 4px;
  background-clip: content-box;
  box-sizing: border-box;
}
[type=radio] + label {
  position: relative;
  padding-left: 1.8229166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  [type=radio] + label {
    padding-left: 25px;
  }
}
[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  border: 1px solid #404F59;
  display: block;
  transition: 0.3s;
}
@media print, screen and (max-width: 75.06125em) {
  [type=radio] + label:before {
    width: 20px;
    height: 20px;
  }
}
[type=radio] + label:hover::before {
  border: 1px solid #6ABBC0;
}

button, .button, input[type=submit], input[type=reset], input[type=button] {
  border-width: 1px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
/* Button additional styles */
.button {
  font-size: 1rem !important;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #6ABBC0;
  background: #6ABBC0;
  background: linear-gradient(to right, #6ABBC0 50%, #053645 50%);
  background-size: 200% 100%;
  transition: background-position 0.5s ease;
}
.button:hover {
  background-position: -100% 0;
  color: #6ABBC0;
}
@media print, screen and (max-width: 75.06125em) {
  .button {
    padding: 12px 15px;
  }
}

strong {
  font-weight: 500;
}

.big_text {
  font-size: 1.0416666667vw;
  font-weight: 300;
}
@media print, screen and (max-width: 75.06125em) {
  .big_text {
    font-size: 1.0625rem;
  }
}

.medium_text {
  font-size: 0.9895833333vw;
  font-weight: 300;
}
@media print, screen and (max-width: 75.06125em) {
  .medium_text {
    font-size: 0.9375rem;
  }
}

.normal_text {
  font-size: 0.8333333333vw;
  font-weight: 300;
}
@media print, screen and (max-width: 75.06125em) {
  .normal_text {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}

.small_text {
  font-size: 0.7291666667vw;
  font-weight: 300;
}
@media print, screen and (max-width: 75.06125em) {
  .small_text {
    font-size: 0.8125rem;
  }
}

.button_text {
  font-weight: 600;
  font-size: 0.8333333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .button_text {
    font-size: 0.9375rem;
  }
}

.eyebrow {
  font-size: 0.8333333333vw;
  font-weight: 600;
}
@media print, screen and (max-width: 75.06125em) {
  .eyebrow {
    font-size: 1.25rem;
  }
}

.button.social_button {
  width: 2.1354166667vw;
  height: 2.1354166667vw;
  padding: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 75.06125em) {
  .button.social_button {
    width: 2.5625rem;
    height: 2.5625rem;
  }
}
.button.social_button:hover {
  color: #ffffff;
}

.text_styles {
  margin-top: 3.125vw;
}
@media print, screen and (max-width: 75.06125em) {
  .text_styles {
    margin-top: 2.5rem;
  }
}
.text_styles__wrapper {
  border: 1px solid #E0E0E0;
  height: 10.625vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2.0833333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .text_styles__wrapper {
    height: 12.75rem;
    padding: 1.875rem;
  }
}

.with_arrow {
  font-weight: 600;
  color: black;
}
.with_arrow i {
  transition: 0.3s;
  color: #6ABBC0;
  margin-left: 0.3645833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .with_arrow i {
    margin-left: 0.3125rem;
  }
}
.with_arrow:hover {
  color: black;
}
.with_arrow:hover i {
  transform: translateX(3px);
}

.box_link {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  gap: 2px;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  cursor: pointer;
}
@media print, screen and (max-width: 75.06125em) {
  .box_link {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.box_link span {
  width: 5px;
  height: 5px;
  background-color: #6ABBC0;
  transition: 0.3s;
}
.box_link:hover span {
  width: 6px;
  height: 6px;
}

/* ---------------------------------------
	WooCommerce
--------------------------------------- */
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
  clear: both;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  clear: both;
}

*:last-child > .alignright, *:last-child > .alignleft, *:last-child > .alignnone, *:last-child > .aligncenter {
  margin: 0;
}

@media print, screen and (max-width: 40.06125em) {
  .alignright, .alignleft, .alignnone {
    float: none;
    margin: 0 auto 1em;
  }
}
.wp-caption {
  max-width: 100%; /* Image does not overflow the content area */
  padding: 0.25rem 0.25rem 0.625rem;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 0.75rem;
}
.wp-caption figcaption {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.gallery-caption {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
  vertical-align: top;
  text-align: center;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 1.5625rem * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 1.5625rem * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 1.5625rem * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 1.5625rem * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 1.5625rem * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 1.5625rem * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 1.5625rem * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 1.5625rem * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

#wpadminbar {
  -webkit-transform: translateZ(0);
}

.wp-video {
  width: 100% !important;
}
.wp-video .mejs-container {
  width: 100% !important;
  height: auto !important;
}

.mejs-mediaelement {
  position: static !important;
}

mediaelementwrapper {
  display: block;
}

.wp-video-shortcode video, video.wp-video-shortcode {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Pagination */
ul.pagination, .woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  border: none;
  text-align: center;
}
ul.pagination li, .woocommerce nav.woocommerce-pagination ul li {
  margin: 0 0.25rem;
  padding: 0;
  border: none;
  line-height: 1.5;
}
ul.pagination li > span, ul.pagination li > a, .woocommerce nav.woocommerce-pagination ul li > span, .woocommerce nav.woocommerce-pagination ul li > a {
  display: block;
  min-width: 2rem;
  min-height: 2rem;
  line-height: 2rem;
  padding: 0 2px;
}
ul.pagination li > span span, ul.pagination li > a span, .woocommerce nav.woocommerce-pagination ul li > span span, .woocommerce nav.woocommerce-pagination ul li > a span {
  padding: 0;
}
ul.pagination li a:hover, ul.pagination li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #e6e6e6;
}
ul.pagination li span::before, ul.pagination li a::before, .woocommerce nav.woocommerce-pagination ul li span::before, .woocommerce nav.woocommerce-pagination ul li a::before {
  font-weight: 900;
}
ul.pagination li span.current, ul.pagination li a.current, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a.current {
  background: #6ABBC0;
  color: #ffffff;
}
ul.pagination li > .pagination-arrow.disabled, .woocommerce nav.woocommerce-pagination ul li > .pagination-arrow.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* Comments block */
#comments {
  padding-top: 2rem;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem;
}

.comment {
  position: relative;
  margin-top: 1rem;
}
.comment .children {
  list-style: none;
}

.comment-meta {
  font-size: 0.875rem;
}

.comment-metadata {
  margin-top: 0.25rem;
  color: #666;
}

.comment-content {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
  font-size: 0.875rem;
}

.reply {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.comment-reply-link {
  display: block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  background: #777;
  color: #fefefe;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
}
.comment-reply-link:hover, .comment-reply-link:focus {
  background-color: #6ABBC0;
  color: #fff;
  text-decoration: none;
}

.comment-form {
  display: flex;
  flex-flow: row wrap;
}

.comment-notes,
.comment-form-comment {
  flex: 1 0 100%;
}

.comment-form-comment {
  order: 1;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  flex: 1 1 auto;
  flex-basis: calc(33.3333% - 1.25rem);
}
@media print, screen and (max-width: 40.06125em) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    flex-basis: 100%;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .comment-form-author,
  .comment-form-email {
    margin-right: 1.875rem;
  }
}

.comment-form-cookies-consent,
.comment-form .form-submit {
  order: 2;
}

.comment-form .form-submit {
  flex-basis: 100%;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html {
  height: 100%;
}

body {
  position: static !important;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
}

main {
  display: block;
}

iframe {
  width: 100%;
}

*:last-child {
  margin-bottom: 0;
}

img, .woocommerce img, .woocommerce-page img {
  transition: opacity 0.3s ease-in-out;
}
img.pre-lazyload, img[data-lazy-src], .woocommerce img.pre-lazyload, .woocommerce img[data-lazy-src], .woocommerce-page img.pre-lazyload, .woocommerce-page img[data-lazy-src] {
  opacity: 0;
}
img.lazyloaded, .woocommerce img.lazyloaded, .woocommerce-page img.lazyloaded {
  opacity: 1;
}

/* ---------------------------------------
	Foundation tweaks
--------------------------------------- */
.responsive-embed {
  display: block;
}

.grid-container {
  width: 100%;
}
/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this -
comment or delete styles below*/
/* ---------------------------------------
	Gravity Forms v2.5 styles
--------------------------------------- */
.gform-theme {
  --field-y-gap: 1.25rem;
  --field-x-gap: 1.875rem;
}
@media print, screen and (max-width: 64.06125em) {
  .gform-theme {
    --field-x-gap: 3%;
    --field-y-gap: 10px;
  }
}
.gform-theme .gform_fields {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: var(--field-x-gap);
  grid-row-gap: var(--field-y-gap);
}
.gform-theme .gform_fields::before, .gform-theme .gform_fields::after {
  content: none;
  display: none;
}
.gform-theme .gfield {
  margin-bottom: 0;
  grid-column: 1/-1;
}
@media print, screen and (min-width: 40.0625em) {
  .gform-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .gform-theme .gfield.gfield--width-eleven-twelfths {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .gform-theme .gfield.gfield--width-five-sixths {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .gform-theme .gfield.gfield--width-three-quarter {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .gform-theme .gfield.gfield--width-two-thirds {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .gform-theme .gfield.gfield--width-seven-twelfths {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .gform-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .gform-theme .gfield.gfield--width-five-twelfths {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .gform-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .gform-theme .gfield.gfield--width-quarter {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .gform-theme .gfield.gfield--width-one-sixth {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .gform-theme .gfield.gfield--width-one-twelfth {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.gform-theme .gfield_list_group, .gform-theme .gfield_list_header {
  display: flex;
  flex-flow: row wrap;
  margin-right: calc(var(--field-x-gap) / -2);
  margin-left: calc(var(--field-x-gap) / -2);
}
.gform-theme .gfield_list_group {
  margin-bottom: var(--field-y-gap);
}
.gform-theme .gfield_list_group:last-child {
  margin-bottom: 0;
}
.gform-theme .gfield_header_item, .gform-theme .gfield_list_group_item {
  flex-grow: 1;
  width: 0;
  padding-right: calc(var(--field-x-gap) / 2);
  padding-left: calc(var(--field-x-gap) / 2);
}
.gform-theme .gfield_header_item:last-child, .gform-theme .gfield_list_icons {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  width: 3.25rem;
  padding-right: calc(var(--field-x-gap) / 2);
}
.gform-theme .gfield_list_icons button {
  opacity: 0.5;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%22-444%20448%20256%20256%22%3E%3Cpath%20d%3D%22M-316%20448c-70.7%200-128%2057.3-128%20128s57.3%20128%20128%20128%20128-57.3%20128-128S-245.3%20448-316%20448zM-316%20672c-53%200-96-43-96-96s43-96%2096-96%2096%2043%2096%2096S-263%20672-316%20672z%22/%3E%3Cpolygon%20points%3D%22-332%20512%20-332%20560%20-380%20560%20-380%20592%20-332%20592%20-332%20640%20-300%20640%20-300%20592%20-252%20592%20-252%20560%20-300%20560%20-300%20512%20%22/%3E%3C/svg%3E");
  font-size: 0;
  transition: opacity 0.5s ease-out;
}
.gform-theme .gfield_list_icons button::before, .gform-theme .gfield_list_icons button::after {
  content: none;
  display: none;
}
.gform-theme .gfield_list_icons button.delete_list_item {
  margin-left: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%22-139%2051%20512%20512%22%3E%3Cpath%20d%3D%22M117%2051c-141.4%200-256%20114.6-256%20256%200%20141.4%20114.6%20256%20256%20256%20141.4%200%20256-114.6%20256-256C373%20165.6%20258.4%2051%20117%2051zM117%20499C11%20499-75%20413-75%20307s86-192%20192-192c106%200%20192%2086%20192%20192S223%20499%20117%20499zM-11%20339h256v-64H-11V339z%22/%3E%3C/svg%3E");
}

/* ---------------------------------------
	General GF styles
--------------------------------------- */
.gform_heading {
  margin-bottom: 0.75rem;
}

.gform_description:empty {
  display: none;
}

.gform_wrapper .select2 {
  width: 100% !important;
}
.gform_wrapper ul {
  list-style: none;
}
.gform_wrapper .clear-multi {
  display: flex;
}
.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_hour {
  flex: 1 0 calc(32% - var(--field-x-gap));
  text-align: center;
  margin-left: calc(var(--field-x-gap) / 2);
  margin-right: calc(var(--field-x-gap) / 2);
}
.gform_wrapper .gfield_time_ampm input, .gform_wrapper .gfield_time_ampm select, .gform_wrapper .gfield_time_ampm .select2-selection,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_time_minute select,
.gform_wrapper .gfield_time_minute .select2-selection,
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_hour select,
.gform_wrapper .gfield_time_hour .select2-selection {
  width: 100% !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gform_wrapper .hour_minute_colon {
  flex: 0 0 4%;
  text-align: center;
}
.gform_wrapper .gfield_time_hour {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.gform_description {
  display: block;
}

.gform_fields {
  margin: 0;
}
.gform_fields::after {
  content: "";
  display: table;
  clear: both;
}

.gfield {
  position: relative;
  list-style: none;
}

.gform_hidden {
  display: none;
}

.ginput_complex {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.ginput_complex > span {
  display: block;
  flex-basis: 100%;
}
@media print, screen and (max-width: 40.06125em) {
  .ginput_complex > span:not(:last-child) {
    margin-bottom: var(--field-y-gap);
  }
}
@media print, screen and (min-width: 40.0625em) {
  .ginput_complex {
    margin-right: calc(var(--field-x-gap) / -2);
    margin-left: calc(var(--field-x-gap) / -2);
  }
  .ginput_complex > span {
    display: block;
    flex: 1 1 0;
    width: auto;
    margin-right: calc(var(--field-x-gap) / 2);
    margin-left: calc(var(--field-x-gap) / 2);
  }
  .ginput_complex > span.ginput_full {
    width: calc(100% - var(--field-x-gap));
  }
  .ginput_complex > span.ginput_full > span {
    display: block;
    float: left;
    width: calc(50% - var(--field-x-gap));
  }
}

@media print, screen and (min-width: 40.0625em) {
  .ginput_container_address > span {
    flex: 0 0 auto;
    width: calc(50% - var(--field-x-gap));
  }
}
.ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.ginput_container_address .ginput_full:not(:last-of-type) {
  margin-bottom: var(--field-y-gap);
}

.ginput_container ul {
  margin-left: 0;
}

.gform_required_legend {
  display: none;
}

.gfield_error input, .gfield_error textarea, .gfield_error select, .gfield_error .select2-selection {
  color: #E72C2C;
}
.gfield_error input::placeholder, .gfield_error textarea::placeholder, .gfield_error select::placeholder, .gfield_error .select2-selection::placeholder {
  color: #E72C2C;
}

.gfield_description {
  margin-top: var(--field-y-gap);
}

.gform_confirmation_message {
  margin-bottom: 1rem;
}

.gform_footer {
  position: relative;
  margin-top: var(--field-y-gap);
  text-align: right; /*aligning of submit button*/
}
.gform_ajax_spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  margin-left: 3px;
}

.validation_error, .gform_validation_errors {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.25rem;
  border: 1px solid #ec7a7a;
  background-color: #f7e4e1;
  color: #000;
  font-size: 1rem;
  text-align: left;
}
.validation_error .gform_submission_error, .gform_validation_errors .gform_submission_error {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.validation_message {
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.4375rem);
  left: 1rem;
  display: inline-block;
  margin: 0;
  padding: 0.1875rem 0.375rem;
  border-radius: 2px;
  background-color: #f7e4e1;
  color: #333;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.validation_message::before {
  content: "Error:";
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 700;
}
.validation_message::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1.25rem;
  width: 0.875rem;
  height: 0.4375rem;
  border-width: 0 0.4375rem 0.4375rem 0.4375rem;
  border-style: solid;
  border-color: transparent transparent #f7e4e1 transparent;
}

.ginput_container_fileupload .validation_message:empty {
  display: none;
}

input.datepicker_with_icon {
  display: inline-block;
  width: calc(100% - 1.5rem);
  margin-right: 0.25rem;
  vertical-align: middle;
}

.ui-datepicker {
  position: absolute;
  z-index: 9999 !important;
  width: 13rem;
  height: auto;
  margin: 0.25rem auto 0;
  font-size: 0.75rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  border-bottom: 1px solid #bbb;
  background: #f7f7f7;
  color: #404F59;
}
.ui-datepicker thead th {
  padding: 0.1875rem;
  border: 1px solid #ddd;
  text-align: center;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  width: 2rem;
  padding: 0;
  border: 1px solid #bbb;
  background-color: #fff;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: block;
  height: 1.8125rem;
  color: #666;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
}
.ui-datepicker tbody th {
  padding: 0.25rem 0;
  color: #666;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: 1.75rem;
  margin: 0 2.5%;
  padding: 0.25rem 1.25rem 0.25rem 0.25rem;
  border: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.ui-datepicker-header {
  position: relative;
  padding: 0.25rem 0;
  border: none;
  background-color: #666; /* set the header background color */
  color: #fff;
  font-weight: 700;
}
.ui-datepicker-header::after {
  content: "";
  display: table;
  clear: both;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 50%;
  padding: 0.625rem;
  color: #fff;
  font-size: 0;
  line-height: 1.4;
  transform: translateY(-50%);
}
.ui-datepicker-prev:hover, .ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:focus {
  color: #fff;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 0.75rem;
  font-weight: 900;
}

.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-next::before {
  content: "\f054";
}

.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-prev::before {
  content: "\f053";
}

.ui-datepicker-title {
  display: flex;
  justify-content: center;
  padding-right: 2rem;
  padding-left: 2rem;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  position: relative;
  width: 2.1875rem;
  height: 1.9375rem;
  margin: -1px;
  border: 1px solid #c19163; /* set the active date border color */
  background: #fff2aa; /* set the active date background color */
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background-color: #d7d7d7;
  color: #b4b3b3;
}

/* ---------------------------------------
	Authorize credit card field
--------------------------------------- */
.ginput_container_creditcard .ginput_cardinfo_left,
.ginput_container_creditcard .ginput_cardinfo_right {
  display: block;
}
@media print, screen and (min-width: 40.0625em) {
  .ginput_container_creditcard .ginput_cardinfo_left {
    margin-right: calc(var(--field-x-gap) / 2);
  }
  .ginput_container_creditcard .ginput_cardinfo_right {
    margin-left: calc(var(--field-x-gap) / 2);
  }
  .ginput_container_creditcard select.ginput_card_expiration {
    display: inline-block;
    width: 47% !important;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .ginput_container_creditcard select.ginput_card_expiration_month {
    margin-bottom: var(--field-y-gap);
  }
  .ginput_container_creditcard .ginput_cardinfo_left,
  .ginput_container_creditcard .ginput_cardinfo_right {
    margin-top: var(--field-y-gap);
    margin-bottom: var(--field-y-gap);
  }
}
.ginput_container_creditcard .ginput_card_expiration_container {
  display: block;
  width: 100%;
}
.ginput_container_creditcard .ginput_cardinfo_right input.ginput_card_security_code {
  position: relative;
  display: inline-block;
  max-width: 50% !important;
}

.gform_card_icon_container {
  height: 2rem;
  margin: 0.5rem 0 0.375rem;
}

div.gform_card_icon {
  float: left;
  width: 2.25rem;
  height: 2rem;
  margin-right: 0.25rem;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  text-indent: -9000px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.ginput_complex .ginput_cardinfo_right {
  min-width: 5.25rem !important;
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 0.25rem;
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: relative;
  top: -2px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  width: 2rem;
  height: 1.4375rem;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
}

div.gfield_creditcard_warning_message {
  color: red;
  font-weight: 700;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  position: absolute !important;
  left: -9000px;
  display: none !important;
}

.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label, .css-clip, .hidden_label .gfield_label, .gfield_contains_required .ginput_container_phone .validation_message {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  clip-path: inset(50%);
}

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

/* ---------------------------------------
	Inline form
--------------------------------------- */
.inline-form_wrapper {
  display: flex;
  flex-flow: row wrap;
}
.inline-form_wrapper .gform_heading {
  flex: 1;
}

.inline-form {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 31.25em) {
  .inline-form {
    flex-flow: row wrap;
  }
}
.inline-form .gform_body {
  flex-grow: 1;
}
@media screen and (max-width: 31.25em) {
  .inline-form .gform_body {
    flex-basis: 100%;
  }
}
.inline-form .gform_footer {
  margin: 0 0 0 0.625rem;
}
@media screen and (max-width: 31.25em) {
  .inline-form .gform_footer {
    flex-basis: 100%;
  }
  .inline-form .gform_footer .button {
    width: 100%;
  }
}
.inline-form .gform_footer .button {
  min-width: 0;
  padding-top: var(--input-pt);
  padding-bottom: var(--input-pb);
  line-height: var(--input-lh);
}
.inline-form .gform_fields {
  grid-column-gap: 2%;
}
.inline-form .gform_fields::before, .inline-form .gform_fields::after {
  content: none;
  display: none;
}

.gform_description {
  font-weight: 700;
  font-size: 1.8229166667vw;
  color: #053645;
  line-height: 1.17;
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #6ABBC0;
  margin-bottom: 2.5vw;
}
@media print, screen and (max-width: 75.06125em) {
  .gform_description {
    font-size: 2.1875rem;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .gform_description {
    margin-bottom: 50px;
    padding-bottom: 41px;
    font-size: 27px;
  }
}

.gfield_error input::placeholder, .gfield_error textarea::placeholder, .gfield_error select::placeholder, .gfield_error .select2-selection::placeholder {
  color: #E72C2C !important;
}

.gform_footer {
  margin-top: 25px;
}

.gform_fields {
  grid-row-gap: 25px;
}

.ginput_container input, .ginput_container textarea {
  border: 1px solid #E0E0E0 !important;
  background-color: white !important;
  font-size: 0.7291666667vw;
  padding: 0.6770833333vw 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .ginput_container input, .ginput_container textarea {
    font-size: 0.9375rem;
    padding: 0.8125rem 1.5rem;
  }
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder {
  font-size: 0.7291666667vw;
  color: #828282;
}
@media print, screen and (max-width: 75.06125em) {
  .ginput_container input::placeholder, .ginput_container textarea::placeholder {
    font-size: 0.9375rem;
  }
}
.ginput_container textarea {
  min-height: 10.4166666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .ginput_container textarea {
    min-height: 9.375rem;
  }
}

.gform-button--width-full {
  width: 100%;
  font-weight: 700;
  font-size: 0.8333333333vw;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
}
@media print, screen and (max-width: 75.06125em) {
  .gform-button--width-full {
    font-size: 1rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

/* ---------------------------------------
	Fanbcybox
--------------------------------------- */
img.fancybox-image {
  width: 100%;
  height: 100%;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.main-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Preloader */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  z-index: 100000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
  color: #222;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader--hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.preloader__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.preloader__icon::before {
  content: "\f1ce";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 2.5rem;
  font-weight: 900;
  animation: spin 1s ease-in-out infinite;
}

/* Search form */
.search-form {
  position: relative;
}
.posts-list .search-form {
  margin-bottom: 2.5rem;
}

.search-form__input {
  padding-right: 4.5rem;
}

.search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.625rem 0.75rem;
  cursor: pointer;
}
.search-form__submit::after {
  font-family: "Font Awesome 6 Free";
  font-size: 1.25rem;
  font-weight: 900;
}

/* 404 page */
.not-found {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media print, screen and (max-width: 40.06125em) {
  .not-found {
    padding-top: 44px;
  }
}
.not-found h1 {
  color: #053645;
  margin-bottom: 2.0833333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .not-found h1 {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .not-found h1 {
    font-size: 27px;
    margin-bottom: 23px;
  }
}
.not-found p {
  font-size: 0.9895833333vw;
  line-height: 1.42;
  margin-bottom: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .not-found p {
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .not-found p {
    font-size: 15px;
  }
}

/* ---------------------------------------
	Repeatable blocks
--------------------------------------- */
/* ---------------------------------------
	Helper classes
--------------------------------------- */
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.bg-contain {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.inherit-color h1, .inherit-color h2, .inherit-color h3, .inherit-color h4, .inherit-color h5, .inherit-color h6,
.inherit-color .h1, .inherit-color .h2, .inherit-color .h3, .inherit-color .h4, .inherit-color .h5, .inherit-color .h6 {
  color: inherit;
}

.position-center {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.stretched-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce .stretched-img, .woocommerce-page .stretched-img {
  height: 100%;
}

.rel-wrap {
  position: relative;
}

.rel-content {
  position: relative;
  z-index: 2;
}

.of-cover, .stretched-img {
  object-position: 50% 50%;
  object-fit: cover;
}

@media print, screen and (min-width: 40.0625em) {
  .two-columns {
    columns: 2;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .three-columns {
    columns: 3;
  }
}

.stretched-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
}

.jarallax {
  position: relative;
  z-index: 1;
}
.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.jarallax-inline {
  position: relative;
}
.jarallax-inline > .jarallax-img {
  position: relative;
  z-index: -100;
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.ajax-overlay {
  position: relative;
}
.ajax-overlay::before, .ajax-overlay::after {
  visibility: hidden;
  opacity: 0;
}
.ajax-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2091.4%2091.4%22%3E%3Ccircle%20cx%3D%2245.7%22%20cy%3D%2245.7%22%20r%3D%2245.7%22/%3E%3Ccircle%20cx%3D%2245.7%22%20cy%3D%2224.4%22%20r%3D%2212.5%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: cover;
  animation: spin 1s ease-in-out infinite;
}
.ajax-overlay::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ajax-overlay--active::before, .ajax-overlay--active::after {
  visibility: visible;
  opacity: 0.6;
}

/* ---------------------------------------
	Social networks
--------------------------------------- */
.stay-tuned {
  display: flex;
  margin: 0 -0.5rem;
  padding: 0;
  list-style: none;
}

.stay-tuned__item {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.stay-tuned__link {
  display: block;
}
.stay-tuned__link .fab, .stay-tuned__link .far, .stay-tuned__link .fas {
  display: block;
}

/* ---------------------------------------
	Share links
--------------------------------------- */
.share-links {
  display: flex;
  flex-flow: row wrap;
  margin: -0.25rem -0.5rem;
  padding: 0;
  list-style: none;
}

.share-links__item {
  margin: 0.25rem 0.5rem;
}

.share-links__link {
  display: block;
}
.share-links__link .fab, .share-links__link .far, .share-links__link .fas {
  display: block;
}

.share-box {
  display: flex;
  align-items: center;
}

.share-box__title {
  margin-right: 1rem;
  margin-bottom: 0;
}

/* ---------------------------------------
	Side by side
--------------------------------------- */
.sbs-block {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sbs-block--reverse .cell.sbs-block__img-wrap {
  right: 50%;
  left: 0;
}

.sbs-block__content-wrap {
  display: flex;
  flex-direction: column;
}

.sbs-block__content {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40.0625em) {
  .sbs-block__content {
    min-height: 25rem;
  }
}

.sbs-block__content-inner {
  width: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .cell.sbs-block__img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    margin: 0;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .cell.sbs-block__img-wrap {
    margin-bottom: 1.5rem;
  }
}

.sbs-block__img {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------
	Gutenberg default styles
--------------------------------------- */
.has-h-1-font-size,
.has-h-2-font-size,
.has-h-3-font-size,
.has-h-4-font-size,
.has-h-5-font-size,
.has-h-6-font-size {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 700;
  color: inherit;
}

body {
  --wp--preset--font-size--h-1: 2rem ;
  --wp--preset--font-size--h-2: 1.8125rem ;
  --wp--preset--font-size--h-3: 1.625rem ;
  --wp--preset--font-size--h-4: 1.4375rem ;
  --wp--preset--font-size--h-5: 1.25rem ;
  --wp--preset--font-size--h-6: 1.0625rem ;
}

@media print, screen and (min-width: 40.0625em) {
  body {
    --wp--preset--font-size--h-1: 3rem ;
    --wp--preset--font-size--h-2: 2.75rem ;
    --wp--preset--font-size--h-3: 2.5rem ;
    --wp--preset--font-size--h-4: 2.25rem ;
    --wp--preset--font-size--h-5: 2rem ;
    --wp--preset--font-size--h-6: 1.5rem ;
  }
}

.wp-block-gallery .blocks-gallery-grid {
  flex-grow: 1;
}

.wp-block-file .wp-block-file__button {
  margin-left: 0.75em;
}

:root {
  --main-gap: 3.125rem;
}
@media print, screen and (min-width: 40.0625em) {
  :root {
    --main-gap: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  :root {
    --main-gap: 3.125rem;
  }
}
@media screen and (min-width: 75.0625em) {
  :root {
    --main-gap: 3.125rem;
  }
}

.gb-content--full {
  padding-left: calc(var(--main-gap) / 2);
  padding-right: calc(var(--main-gap) / 2);
}
.gb-content--full .alignfull {
  margin-left: calc(var(--main-gap) / -2);
  margin-right: calc(var(--main-gap) / -2);
  width: calc(100% + var(--main-gap));
}
.gb-content--full .alignfull.wp-block-columns {
  padding-left: calc(var(--main-gap) / 2);
  padding-right: calc(var(--main-gap) / 2);
}
.gb-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.woocommerce) {
  max-width: calc(75.1041666667vw - var(--main-gap));
}
.gb-content .wp-block-columns {
  gap: var(--main-gap);
}
@media print, screen and (min-width: 40.0625em) {
  .gb-content .wp-block-image.alignleft {
    margin-right: var(--main-gap);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .gb-content .wp-block-image.alignleft {
    margin-left: calc((100% - (75.1041666667vw - var(--main-gap))) / 2);
  }
}
@media print, screen and (min-width: 40.0625em) {
  .gb-content .wp-block-image.alignright {
    margin-left: var(--main-gap);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .gb-content .wp-block-image.alignright {
    margin-right: calc((100% - (75.1041666667vw - var(--main-gap))) / 2);
  }
}
.gb-content .wp-block-image.alignright, .gb-content .wp-block-image.alignleft {
  max-width: calc(75.1041666667vw / 2 - var(--main-gap));
}
@media only screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
  .gb-content .wp-block-image.alignright, .gb-content .wp-block-image.alignleft {
    max-width: calc(50% - var(--main-gap) / 2);
  }
}
.gb-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.woocommerce) {
  width: 100%;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
.gb-content .wp-block {
  width: 100%;
}
.gb-content .wp-block[data-align=full] {
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 37.5em) and (max-width: 48.8125em) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
  }
}
/* ---------------------------------------
	Gutenberg custom blocks
--------------------------------------- */
/* ---------------------------------------
	General
--------------------------------------- */
.full-height {
  min-height: 100vh;
}

/* ---------------------------------------
	ACF Sample Block
--------------------------------------- */
.acf-custom-block {
  margin-bottom: 1rem;
  padding: 1.25rem;
  background-color: #95443f;
  color: #ffffff;
  font-size: 2rem;
}

/* ---------------------------------------
	Header
--------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  background-color: #CDD2D7;
}
@media print, screen and (max-width: 75.06125em) {
  .header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .header {
    padding-top: 1.25rem;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
  }
  .header.fixed:after {
    position: absolute;
    width: 100%;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media print, screen and (max-width: 40.06125em) {
  .header {
    height: 50px;
    padding-top: 13px;
  }
}

@media print, screen and (max-width: 64.06125em) {
  body {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  body {
    padding-top: 50px;
  }
}

.close-menu-button {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 45px;
}
.close-menu-button:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #6ABBC0;
  transform: rotate(-45deg);
}
.close-menu-button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #6ABBC0;
  transform: rotate(45deg);
}
@media print, screen and (max-width: 64.06125em) {
  .close-menu-button {
    width: 100%;
    display: flex;
  }
}

.logo h1 {
  font-size: 0;
}
.logo a {
  display: inline-block;
}
.logo img {
  width: 11.9791666667vw;
  height: auto;
  object-fit: contain;
}
@media print, screen and (max-width: 75.06125em) {
  .logo img {
    width: 14.375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .logo img {
    width: 120px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .logo {
    max-width: 50%;
  }
}

@media print, screen and (max-width: 64.06125em) {
  /* TOP BAR Mobile STYLING */
  .header {
    padding-bottom: 0;
  }
  .header__logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.9375rem;
    padding-bottom: 1.25rem;
    padding-left: 0.9375rem;
  }
  .menu-grid-container {
    padding-right: 0;
    padding-left: 0;
  }
  .menu-grid-container .grid-margin-x {
    margin-right: 0;
    margin-left: 0;
  }
  .menu-grid-container .grid-margin-x .cell {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .title-bar {
    line-height: 2.8125rem;
  }
  .title-bar .menu-icon {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 1.875rem;
    height: 1.5rem;
    cursor: pointer;
  }
  .title-bar .menu-icon.is-active {
    display: none;
  }
  .title-bar .menu-icon span {
    top: 0;
    display: block;
  }
  .title-bar .menu-icon span::before, .title-bar .menu-icon span::after {
    content: "";
    display: block;
  }
  .title-bar .menu-icon span, .title-bar .menu-icon span::before, .title-bar .menu-icon span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: #053645;
    border-radius: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .title-bar .menu-icon span::before {
    top: 0.65625rem;
  }
  .title-bar .menu-icon span::after {
    top: 1.3125rem;
  }
  .title-bar .menu-icon.is-active span {
    transform: translate3d(0, 0.65625rem, 0) rotate(45deg);
  }
  .title-bar .menu-icon.is-active span, .title-bar .menu-icon.is-active span::before, .title-bar .menu-icon.is-active span::after {
    background-color: #6ABBC0;
  }
  .title-bar .menu-icon.is-active span::before {
    display: none;
  }
  .title-bar .menu-icon.is-active span::after {
    transform: translate3d(0, -1.3125rem, 0) rotate(-90deg);
  }
  .top-bar {
    display: none;
    background: #CDD2D7; /* menu list background color */
    position: absolute;
    top: 69px;
    z-index: 1;
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 64.06125em) and (max-width: 40.06125em) {
  .top-bar {
    top: 50px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .header-menu {
    background: transparent;
  }
  .header-menu li > a {
    font-weight: 600;
    font-size: 20px;
    background: #CDD2D7; /* menu item background color */
    color: #053645; /* menu item text color */
    line-height: 2.8125rem;
    padding-left: 25px;
  }
  .header-menu li > a:focus, .header-menu li > a:focus + .submenu-toggle {
    background: transparent; /* menu item background color on hover */
  }
  .header-menu li > a.button {
    padding: 0.625rem 0.9375rem;
    display: inline-block;
  }
  .header-menu li.current-menu-item > a, .header-menu li.current-menu-item .submenu-toggle, .header-menu li.current_page_ancestor > a, .header-menu li.current_page_ancestor .submenu-toggle, .header-menu li.current_page_parent > a, .header-menu li.current_page_parent .submenu-toggle {
    background: transparent; /* current/parent menu item background color */
  }
  .header-menu li[aria-expanded=true] > a, .header-menu li[aria-expanded=true] .submenu-toggle {
    background: transparent; /* menu item background color on open dropdown */
  }
  .header-menu li.has-button {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .header-menu .submenu-toggle {
    padding: 0;
    display: none;
  }
  .header-menu .submenu {
    display: flex !important;
  }
  .header-menu .submenu a {
    padding-left: 1.546875rem;
  }
  .header-menu .submenu .submenu a {
    padding-left: 2.15625rem;
  }
  .is-accordion-submenu-item a {
    font-weight: 400 !important;
    padding-left: 45px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  /* TOP BAR STYLING */
  .header-menu.menu {
    /* Align menu items to the right */
    align-items: center;
    justify-content: flex-end;
    /* Align menu items to the center */
    /* Dropdown item styling */
  }
  .header-menu.menu > li > a {
    /* Style for first level menu links */
    font-size: 0.8333333333vw;
    font-weight: 500;
    line-height: 2.25;
    color: black;
    padding: 0.625vw 1.1979166667vw;
    background: transparent;
    background: linear-gradient(to right, transparent 50%, #96AFC8 50%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease;
  }
  .header-menu.menu > li > a:hover {
    background-position: -100% 0;
    color: #053645 !important;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 75.06125em) {
  .header-menu.menu > li > a {
    font-size: 1rem;
    padding: 0.75rem 1.4375rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header-menu.menu li > a {
    /* Regular menu item style */
    font-size: 0.8333333333vw;
    font-weight: 500;
    line-height: 2.25;
    color: black;
    padding: 0.625vw 1.1979166667vw;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 75.06125em) {
  .header-menu.menu li > a {
    font-size: 1rem;
    padding: 0.75rem 1.4375rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header-menu.menu li > a:after {
    transition: 0.4s;
  }
  .header-menu.menu li > a:hover:after {
    filter: brightness(0) saturate(100%) invert(14%) sepia(13%) saturate(6247%) hue-rotate(162deg) brightness(103%) contrast(96%);
  }
  .header-menu.menu li > a:hover, .header-menu.menu li > a:focus {
    /* menu item style on hover */
    color: #053645;
  }
  .header-menu.menu li > a.button {
    padding: 0.625rem 0.9375rem;
    color: #ffffff;
    line-height: 1;
  }
  .header-menu.menu li.current-menu-item > a, .header-menu.menu li.current_page_ancestor > a, .header-menu.menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    color: #053645;
  }
  .header-menu.menu li.current-menu-item > a:after, .header-menu.menu li.current_page_ancestor > a:after, .header-menu.menu li.current_page_parent > a:after {
    /* Style of Current page and Ancestor page */
    filter: brightness(0) saturate(100%) invert(14%) sepia(13%) saturate(6247%) hue-rotate(162deg) brightness(103%) contrast(96%);
  }
  .header-menu.menu li.has-dropdown > a {
    /* Style of item with dropdown */
    position: relative;
    padding-right: 2.0833333333vw;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 75.06125em) {
  .header-menu.menu li.has-dropdown > a {
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header-menu.menu li.has-dropdown > a:after {
    position: absolute;
    content: "";
    background-image: url("../images/chevron.svg");
    width: 0.78125vw;
    height: 0.78125vw;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    background-size: contain;
    background-repeat: no-repeat;
    right: 0.8333333333vw;
    top: 55%;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 75.06125em) {
  .header-menu.menu li.has-dropdown > a:after {
    width: 0.625rem;
    height: 0.625rem;
    right: 5px;
    top: 58%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header-menu.menu li.is-active > a {
    /* Parent link style on dropdown hover */
    color: black;
    background: #96AFC8;
    background: linear-gradient(to right, transparent 50%, #96AFC8 50%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease;
  }
  .header-menu.menu li.is-active > a:hover {
    background-position: -100% 0;
  }
  .header-menu.menu .submenu {
    z-index: 11;
    display: none;
    width: 13.5416666667vw;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 75.06125em) {
  .header-menu.menu .submenu {
    width: 16.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header-menu.menu .submenu.js-dropdown-active {
    display: block;
  }
  .header-menu.menu .submenu li > a {
    /* Regular link in dropdown */
    background-color: #96AFC8;
  }
  .header-menu.menu .submenu li > a:hover {
    /* Dropdown link on hover */
    background: #6ABBC0;
  }
  .header-menu.menu .submenu li.current-menu-item > a, .header-menu.menu .submenu li.current_page_ancestor > a, .header-menu.menu .submenu li.current_page_parent > a {
    color: #ffffff;
  }
  .header-menu.menu .submenu .submenu {
    /* Styles for 2nd level dropdown menu */
  }
}
.submenu li {
  width: 110% !important;
}

@media print, screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
  .header-menu.menu > li > a {
    /* First level menu links styles to fix responsive lack of space */
  }
  .submenu li {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 75.06125em) {
  .header-menu.menu > li > a {
    /* First level menu links styles to fix responsive lack of space */
  }
}
/* ---------------------------------------
	Sidebar
--------------------------------------- */
@media print, screen and (max-width: 40.06125em) {
  .sidebar {
    margin-top: 3rem;
  }
}

.widget {
  margin-bottom: 1.25rem;
}
.widget:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------
	Footer
--------------------------------------- */
.footer {
  padding-top: 1.875vw;
  padding-bottom: 1.6666666667vw;
  background-color: #CDD2D7;
}
@media print, screen and (max-width: 75.06125em) {
  .footer {
    padding-top: 2.25rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .footer {
    text-align: center;
  }
}
.footer_copy {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.29;
}
@media print, screen and (max-width: 75.06125em) {
  .footer_copy {
    font-size: 0.875rem;
  }
}
.footer_links {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width: 40.06125em) {
  .footer_links {
    justify-content: center;
  }
}
.footer_links__item {
  padding-left: 1.1458333333vw;
  padding-right: 1.1458333333vw;
  color: black;
  font-weight: 500;
  line-height: 2.29;
}
.footer_links__item:hover {
  color: #053645;
}
@media print, screen and (max-width: 75.06125em) {
  .footer_links__item {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .footer_links__item {
    padding: 10px;
  }
}
.footer_links__item:last-child {
  padding-right: 0;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ---------------------------------------
	TMPL: Home
--------------------------------------- */
.home_slider_wrapper {
  padding-right: 0.6770833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .home_slider_wrapper {
    padding-right: 0;
  }
}

.home_content_wrapper {
  padding-left: 5.7291666667vw;
  padding-right: 12.4479166667vw;
  padding-top: 4.1666666667vw;
  margin-bottom: 4.4375rem;
}
@media print, screen and (max-width: 75.06125em) {
  .home_content_wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2.75rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home_content_wrapper {
    padding-top: 30px;
  }
}

.home_content_title {
  color: #053645;
  font-size: clamp(25px, 1.5625rem + (1vw - 5px) * 1.0638, 35px) !important;
}
.home_content_title.mobile {
  display: none;
}
@media print, screen and (max-width: 40.06125em) {
  .home_content_title.mobile {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 44px;
    line-height: 1.11;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home_content_title {
    display: none;
  }
}

.home_content {
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.42;
  padding-bottom: 40px;
  position: relative;
  font-weight: 300;
}
@media print, screen and (max-width: 75.06125em) {
  .home_content {
    padding-bottom: 1.75rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home_content {
    margin-bottom: 50px;
  }
}
.home_content:after {
  position: absolute;
  content: "";
  background: #6ABBC0;
  width: 37.1875vw;
  height: 1px;
  left: 0;
  bottom: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .home_content:after {
    width: 100%;
  }
}
.home_content h4 {
  line-height: 1.17;
}

.home_by_numbers {
  padding-top: 35px;
}
.home_by_numbers h5 {
  color: #053645;
  margin-bottom: 35px;
  font-size: clamp(30px, 1.875rem + (1vw - 5px) * 1.5957, 45px) !important;
}
.home_by_numbers__item {
  font-weight: 600;
  /* font-size: 1.125rem; */
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.45;
  color: #053645;
  padding-right: 2.9166666667vw;
  padding-left: 1.5625vw;
  padding-top: 1.25vw;
  border-top: 1px solid #6ABBC0;
  border-right: 1px solid #6ABBC0;
  border-top-right-radius: 5.2083333333vw;
  transform: translateY(-1px);
}
@media print, screen and (max-width: 75.06125em) {
  .home_by_numbers__item {
    font-size: 1.125rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 1.25rem;
    border-top-right-radius: 50px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home_by_numbers__item {
    padding-left: 0;
    padding-top: 17px;
    padding-bottom: 5px;
    margin-bottom: 0;
    min-height: 100px;
    border-top-right-radius: 70px;
    transform: translateX(1px);
  }
}
.home_by_numbers__item:first-child {
  padding-left: 0;
}
@media print, screen and (max-width: 40.06125em) {
  .home_by_numbers__item:first-child {
    border: none;
  }
}
.home_by_numbers__item:last-child {
  border: none;
}
@media print, screen and (max-width: 40.06125em) {
  .home_by_numbers__item:last-child {
    border-top: 1px solid #6ABBC0;
    border-right: 1px solid #6ABBC0;
  }
}
.home_by_numbers__list {
  display: flex;
  border-top: 1px solid #6ABBC0;
  border-right: 1px solid #6ABBC0;
  border-top-right-radius: 5.2083333333vw;
  margin-bottom: 2.5vw;
}
@media print, screen and (max-width: 75.06125em) {
  .home_by_numbers__list {
    border-top-right-radius: 70px;
    margin-bottom: 3rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home_by_numbers__list {
    flex-direction: column;
    margin-bottom: 74px;
    border-top-right-radius: 70px;
  }
}

.home_post__main_title {
  color: #053645;
  font-size: 1.2rem !important;
  margin-bottom: 1.25vw;
}
@media print, screen and (max-width: 75.06125em) {
  .home_post__main_title {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home_post__main_title {
    line-height: 1.11;
  }
}
.home_post__category {
  font-size: 1rem;
  color: black;
  margin-bottom: 0.4166666667vw;
  font-weight: 300;
}
@media print, screen and (max-width: 75.06125em) {
  .home_post__category {
    margin-bottom: 0.875rem;
    font-size: 0.9375rem;
  }
}
.home_post__post_title {
  color: black;
  font-size: 18px;
  transition: 0.3s;
  margin-bottom: 1.25vw;
}
@media print, screen and (max-width: 75.06125em) {
  .home_post__post_title {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .home_post__post_title {
    font-size: 18px;
    margin-bottom: 38px;
  }
}
.home_post__post_title:hover {
  color: #6ABBC0;
}
.home_post__post_title i {
  color: #6ABBC0;
  margin-left: 0.4166666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .home_post__post_title i {
    margin-left: 0.5rem;
  }
}
.home_post__blog_link {
  color: black;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 2.9166666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .home_post__blog_link {
    font-size: 0.9375rem;
    margin-bottom: 3.5rem;
    font-weight: 600;
  }
}

.home-three-button {
  margin-bottom: 70px;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media print, screen and (max-width: 40.06125em) {
  .home-three-button {
    grid-template-columns: 1fr;
  }
}

.home-three-button a {
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px !important;
  font-weight: 600;
}

.hero-video-section {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .hero-video-section {
    height: fit-content;
  }
}
.hero-video-section .hero-video-iframe-wrapper {
  aspect-ratio: 16/9;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hero-video-section .hero-video-iframe-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.hero-video-section .hero-video-section iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
.hero-video-section .hero-video-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .hero-video-section .hero-video-text-container {
    height: 100%;
  }
}
.hero-video-section .hero-video-text-container .hero-video-text-overlay {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: calc(100% - 120px);
  z-index: 2;
  padding: 30px;
}
@media print, screen and (max-width: 75.06125em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay {
    height: 100%;
  }
}
.hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper {
  position: relative;
  display: flex;
}
@media print, screen and (max-width: 64.06125em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper {
    align-items: center;
  }
}
.hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .hero-video-text {
  font-size: 4.5em;
  line-height: 100%;
  color: #faf6f1;
  text-align: right;
}
@media print, screen and (max-width: 75.06125em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .hero-video-text {
    text-align: left;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .hero-video-text {
    font-size: 3.5em;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .hero-video-text {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 23.4375em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .hero-video-text {
    font-size: 2em;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .hero-video-text span {
    max-width: 70%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .hero-video-text span {
    max-width: 100%;
  }
}
.hero-video-section .hero-video-text-container .hero-video-text-overlay .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: opacity 3s ease;
}

/* ---------------------------------------
	Page: Blog
--------------------------------------- */
/* ---------------------------------------
	Blog page
--------------------------------------- */
.news_page_top {
  padding-top: 5.1041666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .news_page_top {
    padding-top: 4.375rem;
  }
}
.news_page_top__text {
  padding-bottom: 2.0833333333vw;
  border-bottom: 1px solid #6ABBC0;
  font-size: 0.9895833333vw;
}
@media print, screen and (max-width: 40.06125em) {
  .news_page_top__text h4 {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .news_page_top__text {
    padding-bottom: 5.625rem;
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news_page_top__text {
    padding-bottom: 87px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .news_page_top__text {
    font-weight: 300;
  }
}

.news_categories {
  display: flex;
  align-items: baseline;
  padding-top: 2.0833333333vw;
  padding-bottom: 0.8333333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .news_categories {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}
.news_categories__title {
  color: #053645;
  margin-bottom: 0;
  margin-right: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .news_categories__title {
    margin-right: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .news_categories__title {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .news_categories a.category_button {
    display: none;
  }
}
.news_categories .category_button {
  font-size: 1.5rem;
  font-weight: 600;
  color: #053544;
  line-height: 1.71;
  margin-left: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .news_categories .category_button {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .news_categories .category_button {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
  }
  .news_categories .category_button:first-of-type {
    margin-left: 0;
  }
}
.news_categories .category_button:hover {
  color: #6ABBC0;
}
.news_categories .category_button.active {
  color: #6ABBC0;
  cursor: unset;
}
.news_categories .select2 {
  display: none;
}
.news_categories .select2 .select2-selection__rendered {
  color: #6ABBC0 !important;
  font-weight: 400;
  font-size: 1.5rem;
}
.news_categories .select2 .select2-selection {
  background: transparent !important;
  border: none !important;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.news_categories .select2 .select2-selection:hover, .news_categories .select2 .select2-selection:focus, .news_categories .select2 .select2-selection:active {
  background: transparent;
}
@media print, screen and (max-width: 40.06125em) {
  .news_categories .select2 {
    display: block;
  }
}

.select2-search--dropdown {
  display: none;
}

.news_posts .news_post_link {
  display: block;
}
.news_posts .news_item {
  background-color: white;
  border: 1px solid #EAECF0;
  padding: 1.25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (max-width: 75.06125em) {
  .news_posts .news_item {
    padding: 1.5rem;
    margin: 1rem 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .news_posts .news_item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .news_posts .news_item {
    padding: 16px 25px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
}
.news_posts .news_item:hover .news_item__title {
  color: #6ABBC0;
}
.news_posts .news_item__title {
  color: #282828;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  margin-bottom: 5px;
}
.news_posts .news_item__title:hover i {
  transform: translateX(3px);
}
@media print, screen and (max-width: 75.06125em) {
  .news_posts .news_item__title {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .news_posts .news_item__title {
    font-size: 17px;
  }
}
.news_posts .news_item__title i {
  color: #6ABBC0;
  margin-left: 0.5208333333vw;
  transition: 0.3s;
}
@media print, screen and (max-width: 75.06125em) {
  .news_posts .news_item__title i {
    margin-left: 0.625rem;
  }
}
.news_posts .news_item__categories {
  display: flex;
}
.news_posts .news_item__categories .home_post__category {
  margin-right: 0.2604166667vw;
  color: #3E3E59;
  font-size: 1rem;
}
@media print, screen and (max-width: 75.06125em) {
  .news_posts .news_item__categories .home_post__category {
    margin-right: 0.3125rem;
    font-size: 1rem;
  }
}

.news_item .button {
  max-width: 170px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}

#news-section {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-column-gap: 50px !important;
  grid-row-gap: 30px !important;
}
@media print, screen and (max-width: 75.06125em) {
  #news-section {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media print, screen and (max-width: 40.06125em) {
  #news-section {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.awards_list {
  margin-top: 1.875vw;
  margin-bottom: clamp(75px, 4.6875rem + (1vw - 5px) * 11.5957, 184px);
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list {
    margin-top: 2.25rem;
    margin-bottom: clamp(75px, 4.6875rem + (1vw - 5px) * 11.5957, 184px);
  }
}
.awards_list h4 {
  margin-bottom: 0.8333333333vw;
  color: #053645;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list h4 {
    margin-bottom: 1rem;
  }
}
.awards_list .award_item {
  background-color: white;
  padding: 1.25vw;
  border: 1px solid #EAECF0;
  margin: 0.8333333333vw 2.1875vw;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list .award_item {
    margin: 1rem 1.25rem;
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .awards_list .award_item {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 25px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    align-items: flex-start;
  }
}
.awards_list .award_item:hover .award_item__title {
  color: #6ABBC0;
}
.awards_list .award_item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #282828;
  font-size: 1rem;
  line-height: 1.67;
  margin-bottom: 0.2083333333vw;
  font-weight: bold;
  transition: 0.3s;
}
.awards_list .award_item__title:hover i {
  transform: translateX(3px);
}
.awards_list .award_item__title i {
  transition: 0.3s;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list .award_item__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .awards_list .award_item__title {
    font-size: 17px;
  }
}
.awards_list .award_item__details {
  color: #3E3E59;
  font-size: 0.7291666667vw;
  line-height: 1.57;
  margin-bottom: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list .award_item__details {
    font-size: 0.875rem;
  }
}
.awards_list .award_item__info {
  width: 100%;
  padding-left: 0.8333333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list .award_item__info {
    padding-left: 1rem;
  }
}
.awards_list .award_item__info p {
  margin-bottom: 0;
}
.awards_list .award_item__info i {
  color: #6ABBC0;
  margin-left: 0.5208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list .award_item__info i {
    margin-left: 0.625rem;
  }
}
.awards_list .award_item__image {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list .award_item__image {
    width: 2rem;
    height: 2rem;
  }
}
.awards_list__grid {
  margin-left: -2.1875vw;
  margin-right: -2.1875vw;
}
@media print, screen and (max-width: 75.06125em) {
  .awards_list__grid {
    margin-left: 0;
    margin-right: 0;
  }
}

.news_item_search {
  display: flex;
  justify-content: flex-start !important;
}

#news-section > div {
  width: 100% !important;
}

/* ---------------------------------------
	TMPL: Default page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Default
--------------------------------------- */
/* ---------------------------------------
	TMPL: Contact page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Contact
--------------------------------------- */
.contact_main {
  margin-top: 5.1041666667vw;
  margin-bottom: 2.6041666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_main {
    margin-top: 4.375rem;
    margin-bottom: 3.125rem;
  }
}
.contact_main .contact__form {
  padding-right: 2.1875vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_main .contact__form {
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .contact_main .contact__form {
    margin-bottom: 4.125rem;
    padding-right: 0;
  }
}
.contact_main .contact__form .gform_required_legend {
  display: none;
}
.contact_main .contact__form .gform_description {
  font-weight: 700;
  font-size: 1.563rem !important;
  color: #053645;
  line-height: 1.17;
  padding-bottom: 20px;
  border-bottom: 1px solid #6ABBC0;
  margin-bottom: 2.5vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_main .contact__form .gform_description {
    margin-bottom: 1.75rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .contact_main .contact__form .gform_description {
    margin-bottom: 50px;
  }
}
.contact_main .contact__form .gfield_error input::placeholder, .contact_main .contact__form .gfield_error textarea::placeholder, .contact_main .contact__form .gfield_error select::placeholder, .contact_main .contact__form .gfield_error .select2-selection::placeholder {
  color: #E72C2C !important;
}
.contact_main .contact__form .gform_footer {
  margin-top: 25px;
}
.contact_main .contact__form .gform_fields {
  grid-row-gap: 25px;
}
.contact_main .contact__form .ginput_container input, .contact_main .contact__form .ginput_container textarea {
  border: 1px solid #E0E0E0;
  font-size: 0.7291666667vw;
  padding: 0.6770833333vw 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_main .contact__form .ginput_container input, .contact_main .contact__form .ginput_container textarea {
    font-size: 0.9375rem;
    padding: 0.8125rem 1.5rem;
  }
}
.contact_main .contact__form .ginput_container input::placeholder, .contact_main .contact__form .ginput_container textarea::placeholder {
  font-size: 0.7291666667vw;
  color: #828282;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_main .contact__form .ginput_container input::placeholder, .contact_main .contact__form .ginput_container textarea::placeholder {
    font-size: 0.9375rem;
  }
}
.contact_main .contact__form .ginput_container textarea {
  min-height: 10.4166666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_main .contact__form .ginput_container textarea {
    min-height: 9.375rem;
  }
}
.contact_main .contact__form .gform-button--width-full {
  width: 100%;
  font-weight: 700;
  font-size: 0.8333333333vw;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_main .contact__form .gform-button--width-full {
    font-size: 1rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.ginput_container .selection span {
  font-size: 0.7291666667vw;
  padding: 0.6770833333vw 1.0416666667vw;
}

.contact_location_side {
  padding-left: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_location_side {
    padding-left: 1.25rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .contact_location_side {
    padding-left: 0;
  }
}
.contact_location_side .location_cell {
  width: 50%;
}
.contact_location_side .location_cell:nth-child(odd) .locations_detail {
  margin-right: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_location_side .location_cell:nth-child(odd) .locations_detail {
    margin-right: 0.9375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .contact_location_side .location_cell:nth-child(odd) .locations_detail {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .contact_location_side .location_cell:nth-child(even) .locations_detail {
    margin-left: 0;
  }
}

.locations_detail p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 75.06125em) {
  .locations_detail p {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .locations_detail p {
    font-size: 14px;
  }
}
.locations_detail p:first-child {
  font-size: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .locations_detail p:first-child {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .locations_detail p:first-child {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 300;
  }
}

.contact_page_map {
  height: 10.4166666667vw;
  margin-top: 0.5208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_page_map {
    height: 21.875rem;
    margin-top: 0.625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .contact_page_map {
    height: 225px;
  }
}

.address-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6ABBC0;
}
@media print, screen and (max-width: 40.06125em) {
  .address-wrapper {
    flex-direction: column;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .location_cell {
    width: 100% !important;
  }
}

/* ---------------------------------------
	Page: Single
--------------------------------------- */
/* ---------------------------------------
	Page: Single
--------------------------------------- */
.post_content .post_info {
  display: flex;
  align-items: center;
  margin-bottom: 1.25vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_info {
    margin-bottom: 1.5rem;
  }
}
.post_content .post_date {
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #6ABBC0;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_date {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_date {
    font-size: 12px;
    margin-left: 4px;
  }
}
.post_content .post_category {
  margin-right: 0.4166666667vw;
  font-size: 0.7291666667vw;
  color: #6ABBC0;
  line-height: 1.71;
  background-color: white;
  border: 1px solid #E0E0E0;
  padding: 0.4166666667vw 1.0416666667vw;
  text-transform: unset;
  font-weight: 400;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_category {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_category {
    font-size: 12px;
    padding: 3px 8px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.post_content .post_category:last-child {
  margin-right: 1.4583333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_category:last-child {
    margin-right: 0.5625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_category:last-child {
    margin-right: 4px;
  }
}
.post_content .post_category:hover {
  background-color: #eeeeee;
}
.post_content .post_sidebar {
  padding-left: 8.4895833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_sidebar {
    padding-left: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}
.post_content .post_main_content {
  padding-right: 2.8645833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_main_content {
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_main_content {
    padding-right: 0;
  }
}
.post_content .post_title {
  padding-right: 4.1666666667vw;
  color: #053645;
  line-height: 1.17;
  margin-bottom: 2.0833333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_title {
    padding-right: 1.6875rem;
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_title {
    padding-right: 0;
  }
}
.post_content .post_text {
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 1.75;
  color: #232E52;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_text {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_text {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
.post_content .post_text p {
  margin-bottom: 1.8229166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_text p {
    margin-bottom: 2.1875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_text p {
    margin-bottom: 15px;
  }
}
.post_content .post_text h6 {
  margin-bottom: 0;
  font-size: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_text h6 {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_text h6 {
    margin-bottom: 11px;
  }
}
.post_content .post_text ul {
  margin-left: 0.5208333333vw;
  margin-bottom: 1.5625vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_content .post_text ul {
    margin-left: 0.625rem;
    margin-bottom: 1.875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_content .post_text ul li {
    margin-bottom: 15px;
  }
}

.post_side_list_title {
  color: #053645;
  line-height: 1.37;
  padding-bottom: 1.9270833333vw;
  border-bottom: 1px solid #6ABBC0;
}
@media print, screen and (max-width: 75.06125em) {
  .post_side_list_title {
    padding-bottom: 2.3125rem;
    margin-bottom: 1.5625rem;
  }
}

.post_side_list__item {
  background-color: white;
  padding: 1.25vw;
  border: 1px solid #EAECF0;
  margin-bottom: 1.6666666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_side_list__item {
    padding: 1.5rem;
    margin-bottom: 1.5625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .post_side_list__item {
    padding: 16px 25px;
  }
}
.post_side_list__item:hover .post_side_list__item_title {
  color: #6ABBC0;
}
.post_side_list__item_categories {
  display: flex;
  margin-bottom: 0.4166666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_side_list__item_categories {
    margin-bottom: 0.5rem;
  }
}
.post_side_list__item_category {
  color: #3E3E59;
  font-size: 0.7291666667vw;
  line-height: 1.57;
  margin-right: 0.2604166667vw;
  margin-bottom: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .post_side_list__item_category {
    margin-right: 0.3125rem;
    font-size: 0.875rem;
  }
}
.post_side_list__item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #282828;
  font-size: 0.9375vw;
  line-height: 1.67;
  transition: 0.3s;
}
@media print, screen and (max-width: 75.06125em) {
  .post_side_list__item_title {
    font-size: 1.0625rem;
  }
}
.post_side_list__item_title i {
  color: #6ABBC0;
  margin-left: 0.5208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .post_side_list__item_title i {
    margin-left: 0.625rem;
  }
}

/* ---------------------------------------
	TMPL: Careers
--------------------------------------- */
/* ---------------------------------------
	TMPL: Careers
--------------------------------------- */
@media print, screen and (max-width: 40.06125em) {
  .career_content {
    margin-bottom: 30px;
  }
}
.career_content__grid {
  margin-bottom: clamp(1px, 0.0625rem + (1vw - 5px) * 9.2553, 88px);
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid {
    margin-top: 44px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid_title {
    display: none;
  }
}
.career_content__grid_title.mobile {
  display: none;
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid_title.mobile {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.career_content__grid:first-child .career_content__grid_text {
  margin-top: 4.1666666667vw;
}
.career_content__grid:nth-child(even) {
  flex-direction: row-reverse;
}
.career_content__grid:nth-child(even) .career_content__grid_text {
  padding-right: clamp(25px, 1.5625rem + (1vw - 5px) * 5.8511, 80px);
  padding-left: 25px;
  margin-left: auto;
}
@media print, screen and (max-width: 75.06125em) {
  .career_content__grid:nth-child(even) .career_content__grid_text {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid:nth-child(even) .career_content__grid_text {
    margin-top: 20px;
  }
}
.career_content__grid:nth-child(even) .career_content__grid_image_cell {
  padding-right: 0;
}
.career_content__grid_image_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.career_content__grid_image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid_image {
    position: unset;
    height: 250px;
  }
}
.career_content__grid_text {
  padding-left: clamp(25px, 1.5625rem + (1vw - 5px) * 5.8511, 80px);
  padding-right: 25px;
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.42;
  width: 100%;
  max-width: clamp(500px, 31.25rem + (1vw - 14px) * 46.1538, 740px);
}
@media print, screen and (max-width: 75.06125em) {
  .career_content__grid_text {
    margin-bottom: 1.25rem;
    padding-right: 1.5625rem;
    margin-top: 20px;
    max-width: clamp(460px, 28.75rem + (1vw - 12px) * 0, 460px);
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid_text {
    max-width: 100%;
  }
}
.career_content__grid_text h2 {
  line-height: clamp(30px, 1.875rem + (1vw - 5px) * 2.9787, 58px) !important;
  font-size: clamp(20px, 1.25rem + (1vw - 5px) * 1.0638, 30px) !important;
  margin-bottom: 0.8333333333vw;
  color: #053645;
}
@media print, screen and (max-width: 75.06125em) {
  .career_content__grid_text h2 {
    margin-bottom: 1rem;
  }
}
.career_content__grid_buttons {
  margin-top: 1.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.career_content__grid_buttons a {
  min-width: 292px;
  font-size: 16px !important;
}
.career_content__grid_buttons p {
  margin-bottom: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .career_content__grid_buttons {
    margin-top: 2rem;
    margin-bottom: 1.875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid_buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_content__grid_buttons .button {
    width: 100%;
    margin: 0;
    margin-top: 12px;
  }
}

.career_organizations {
  padding-top: 8.2291666667vw;
  padding-bottom: 4.6875vw;
}
@media print, screen and (max-width: 75.06125em) {
  .career_organizations {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_organizations {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.career_organizations__top {
  font-size: 0.9895833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .career_organizations__top {
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_organizations__top {
    font-size: 14px;
  }
}
.career_organizations__top p {
  margin-bottom: 0;
}
.career_organizations .organizations_grid {
  margin-right: -2.5520833333vw;
  margin-left: -2.5520833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .career_organizations .organizations_grid {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_organizations .organizations_grid {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
.career_organizations .organization_item {
  width: 20%;
  padding: 1.5625vw 2.5520833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .career_organizations .organization_item {
    padding: 1.875rem 1.5625rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .career_organizations .organization_item {
    width: 25%;
    padding: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_organizations .organization_item {
    width: 50%;
    padding: 12.5px;
  }
}
.career_organizations .organization_item__logo {
  max-width: 8.3333333333vw;
  object-fit: contain;
}
@media print, screen and (max-width: 75.06125em) {
  .career_organizations .organization_item__logo {
    max-width: 8.125rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .career_organizations .organization_item__logo {
    max-width: 6.875rem;
  }
}
.career_organizations .organization_wrapper {
  height: 9.375vw;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 75.06125em) {
  .career_organizations .organization_wrapper {
    height: 10rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .career_organizations .organization_wrapper {
    height: 125px;
  }
}

.career_employee h2 {
  line-height: clamp(30px, 1.875rem + (1vw - 5px) * 2.9787, 58px) !important;
  font-size: clamp(20px, 1.25rem + (1vw - 5px) * 1.0638, 30px) !important;
  margin-bottom: 0.8333333333vw;
  color: #053645;
}

.career_employee div {
  font-size: clamp(15px, 0.9375rem + (1vw - 5px) * 0.4255, 19px) !important;
}

/* ---------------------------------------
	TMPL: Our Team
--------------------------------------- */
/* ---------------------------------------
	TMPL: Our Team
--------------------------------------- */
.our_team_top {
  margin-top: 5.8854166667vw;
  margin-bottom: 3.6979166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_top {
    margin-top: 5.625rem;
    margin-bottom: 3.75rem;
  }
}
.our_team_top__title {
  color: #053544;
  padding-right: 0.5208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_top__title {
    padding-right: 0.625rem;
  }
}
.our_team_top__text {
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.42;
  padding-right: 0.5208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_top__text {
    font-size: 1.1875rem;
    padding-right: 0.625rem;
  }
}
.our_team_top__text p {
  margin-bottom: 0;
}

.our_team_list {
  margin-top: 1.8229166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list {
    margin-top: 2.1875rem;
  }
}
.our_team_list .accordion {
  background-color: transparent;
}
.our_team_list .accordion-item:first-child .team_member:nth-child(1) {
  width: 50%;
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(1) {
    width: 100%;
  }
}
.our_team_list .accordion-item:first-child .team_member:nth-child(1) a {
  width: 38.8%;
  margin-left: auto;
  display: block;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(1) a {
    width: 48.8%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(1) a {
    width: 66.8%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(1) a {
    width: 100%;
  }
}
.our_team_list .accordion-item:first-child .team_member:nth-child(2) {
  width: 50%;
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(2) {
    width: 100%;
  }
}
.our_team_list .accordion-item:first-child .team_member:nth-child(2) a {
  width: 38.8%;
  display: block;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(2) a {
    width: 48.8%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(2) a {
    width: 66.8%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-item:first-child .team_member:nth-child(2) a {
    width: 100%;
  }
}
.our_team_list .accordion-item.is-active .accordion-title p:after {
  top: 30%;
  transform: rotate(180deg);
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-item.is-active .accordion-title p:after {
    top: 50%;
    background-image: url("../images/minus.sv");
    transform: translateY(-50%);
    background-position: center;
  }
}
.our_team_list .partners_section .team_member:nth-child(1) {
  width: 50%;
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .partners_section .team_member:nth-child(1) {
    width: 100%;
  }
}
.our_team_list .partners_section .team_member:nth-child(1) a {
  width: 38.8%;
  margin-left: auto;
  display: block;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .partners_section .team_member:nth-child(1) a {
    width: 48.8%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .partners_section .team_member:nth-child(1) a {
    width: 66.8%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .partners_section .team_member:nth-child(1) a {
    width: 100%;
  }
}
.our_team_list .partners_section .team_member:nth-child(2) {
  width: 50%;
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .partners_section .team_member:nth-child(2) {
    width: 100%;
  }
}
.our_team_list .partners_section .team_member:nth-child(2) a {
  width: 38.8%;
  display: block;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .partners_section .team_member:nth-child(2) a {
    width: 48.8%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .partners_section .team_member:nth-child(2) a {
    width: 66.8%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .partners_section .team_member:nth-child(2) a {
    width: 100%;
  }
}
.our_team_list .partners_title p:after {
  display: none;
}
.our_team_list .accordion-title, .our_team_list .partners_title {
  color: #053645;
  font-size: 1.5625vw;
  font-weight: 600;
  border: none;
  border-top: 1px solid #6ABBC0;
  border-bottom: none !important;
  padding: 0;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .accordion-title, .our_team_list .partners_title {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    font-size: 1.875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-title, .our_team_list .partners_title {
    font-size: 27px;
  }
}
.our_team_list .accordion-title:before, .our_team_list .partners_title:before {
  display: none;
}
.our_team_list .accordion-title p, .our_team_list .partners_title p {
  max-width: fit-content;
  position: relative;
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-title p, .our_team_list .partners_title p {
    max-width: 100%;
    padding-right: 20px;
  }
}
.our_team_list .accordion-title p:after, .our_team_list .partners_title p:after {
  position: absolute;
  content: "";
  background-image: url("../images/chevron.sv");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3020833333vw;
  height: 1.0416666667vw;
  top: 25%;
  right: -1.71875vw;
  filter: invert(68%) sepia(51%) saturate(316%) hue-rotate(135deg) brightness(93%) contrast(85%);
  transform: rotate(0deg);
  transition: 0.3s;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .accordion-title p:after, .our_team_list .partners_title p:after {
    width: 1.5625rem;
    height: 1.25rem;
    right: -2.0625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-title p:after, .our_team_list .partners_title p:after {
    right: 0;
    top: 50%;
    background-image: url("../images/plus.sv");
    filter: unset;
    transform: translateY(-50%);
    background-position: center;
  }
}
.our_team_list .accordion-title:hover, .our_team_list .accordion-title:focus, .our_team_list .partners_title:hover, .our_team_list .partners_title:focus {
  background: transparent;
}
.our_team_list .accordion-content {
  background: transparent;
  border: none !important;
  padding: 0;
}
.our_team_list .team_members_grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.2083333333vw;
  margin-left: -0.3645833333vw;
  margin-right: -0.3645833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .team_members_grid {
    margin-bottom: 6.25rem;
  }
}
.our_team_list .team_member {
  width: 20%;
  margin-bottom: 2.5vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .team_member {
    margin-bottom: 2.5rem;
    width: 25%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .team_member {
    width: 33.3%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .team_member {
    width: 100%;
  }
  .our_team_list .team_member .fancybox {
    justify-content: center;
    display: flex !important;
  }
}
.our_team_list .team_member__photo {
  width: 100%;
  height: 14.5833333333vw;
  object-fit: cover;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .team_member__photo {
    height: 21.875rem;
    object-position: top;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .team_member__photo {
    height: 25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .team_member__photo {
    height: 350px;
  }
}
.our_team_list .team_member__info {
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .team_member__info {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
  }
}
.our_team_list .team_member__name {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.2083333333vw;
  color: #282828;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .team_member__name {
    margin-bottom: 0.25rem;
  }
}
.our_team_list .team_member__position {
  font-size: 14px;
  color: #3E3E59;
  line-height: 1.57;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .team_member__position {
    font-size: 0.9375rem;
  }
}
.our_team_list .team_member_wrapper {
  background-color: white;
  border: 1px solid #EAECF0;
  height: 100%;
  margin-left: 0.3645833333vw;
  margin-right: 0.3645833333vw;
}
.our_team_list .team_member_wrapper:hover {
  opacity: 0.85;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .team_member_wrapper {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .team_member_wrapper {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 11px;
    max-width: 325px;
  }
}

.our_team_popup {
  display: none;
  width: 53.3333333333vw;
  padding: 0;
  padding-right: 1.25vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_popup {
    width: 80%;
    padding-right: 1.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_popup {
    padding-right: 0;
    max-width: 335px;
  }
}
.our_team_popup__wrapper {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_popup__wrapper {
    flex-direction: column;
  }
}
.our_team_popup__photo {
  width: 13.3333333333vw;
  height: 100%;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_popup__photo {
    width: 16rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_popup__photo {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}
.our_team_popup__info {
  padding-left: 2.0833333333vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  width: 100%;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_popup__info {
    padding-left: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_popup__info {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 108px;
    padding-top: 10px;
  }
}
.our_team_popup__info h6 {
  color: #282828;
  font-size: 1rem;
  line-height: 1.67;
  margin-bottom: 0.2083333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_popup__info h6 {
    font-size: 14px;
    margin-bottom: 0.25rem;
  }
}
.our_team_popup__position {
  font-size: 1rem;
  color: #3E3E59;
  line-height: 1.57;
  margin-bottom: 0.4166666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_popup__position {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
.our_team_popup__description {
  font-size: 1rem;
  line-height: 1.42;
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_popup__description {
    font-size: 14px;
  }
}

.fancybox-close-small {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%3E%3Cg%20id%3D%22Group%207%22%3E%3Crect%20id%3D%22Rectangle%201%22%20x%3D%2212.8787%22%20y%3D%220.00012207%22%20width%3D%223%22%20height%3D%2218%22%20transform%3D%22rotate%2845%2012.8787%200.00012207%29%22%20fill%3D%22%236ABBC0%22/%3E%3Crect%20id%3D%22Rectangle%202%22%20x%3D%2214.9998%22%20y%3D%2212.7279%22%20width%3D%223%22%20height%3D%2218%22%20transform%3D%22rotate%28135%2014.9998%2012.7279%29%22%20fill%3D%22%236ABBC0%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.78125vw;
  height: 0.78125vw;
  top: 1.25vw !important;
  right: 1.25vw !important;
}
@media print, screen and (max-width: 75.06125em) {
  .fancybox-close-small {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 1.25rem !important;
    right: 1.25rem !important;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .fancybox-close-small {
    top: unset !important;
    bottom: 40px;
    right: 50% !important;
    transform: translateX(50%);
  }
}
.fancybox-close-small svg {
  display: none;
}
.fancybox-close-small:hover {
  background-color: transparent;
}

.fancybox-bg {
  background-color: #053645;
  opacity: 0.64;
}

/* Investment Team Leaders */
.our_team_list .accordion-item:nth-child(2) .team_member,
.our_team_list .accordion-item:last-child .team_member {
  width: 20% !important;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .accordion-item:nth-child(2) .team_member,
  .our_team_list .accordion-item:last-child .team_member {
    width: 20% !important;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .accordion-item:nth-child(2) .team_member,
  .our_team_list .accordion-item:last-child .team_member {
    width: 33% !important;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-item:nth-child(2) .team_member,
  .our_team_list .accordion-item:last-child .team_member {
    width: 100% !important;
  }
}

.our_team_list .accordion-item:nth-child(2) .team_member .team_member_wrapper,
.our_team_list .accordion-item:last-child .team_member .team_member_wrapper {
  margin-left: 6px;
  margin-right: 6px;
}
@media print, screen and (max-width: 75.06125em) {
  .our_team_list .accordion-item:nth-child(2) .team_member .team_member_wrapper,
  .our_team_list .accordion-item:last-child .team_member .team_member_wrapper {
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .our_team_list .accordion-item:nth-child(2) .team_member .team_member_wrapper,
  .our_team_list .accordion-item:last-child .team_member .team_member_wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .our_team_list .accordion-item:nth-child(2) .team_member .team_member_wrapper,
  .our_team_list .accordion-item:last-child .team_member .team_member_wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.team_members_grid {
  justify-content: center;
}

/* ---------------------------------------
	TMPL: About Page
--------------------------------------- */
/* ---------------------------------------
	TMPL: About Page
--------------------------------------- */
.about_top_text_title {
  color: #053645;
}
.about_top_text_title.mobile {
  display: none;
}
@media print, screen and (max-width: 40.06125em) {
  .about_top_text_title.mobile {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_top_text_title {
    display: none;
  }
}

.about_top__image_wrapper {
  padding-right: 0.5208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_top__image_wrapper {
    padding-right: 0.625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_top__image_wrapper {
    padding-right: 0;
  }
}
.about_top__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 24.7395833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_top__image {
    min-height: 26.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_top__image {
    min-height: 250px;
  }
}
.about_top__text {
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.42;
  padding-right: 19.1666666667vw;
  padding-left: 5.5729166667vw;
  padding-top: 3.3854166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_top__text {
    font-size: 1.1875rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    padding-top: 2.8125rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_top__text {
    font-size: 15px;
  }
}

.about_top_text_title {
  margin-bottom: 10px;
}

.about_achievements_title {
  color: #053645;
  margin-top: 6.25vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements_title {
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements_title {
    margin-top: 57px;
  }
}

.about_achievements {
  margin-top: 4.1666666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements {
    margin-top: 3.75rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements {
    margin-top: 30px;
    padding-right: 25px;
    padding-left: 21px;
  }
}
.about_achievements__top, .about_achievements__bottom {
  display: flex;
}
.about_achievements__top {
  transform: translateY(8px);
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__top {
    flex-direction: column;
    width: 50%;
    transform: translateX(4px);
  }
}
.about_achievements__top .about_achievements__item {
  opacity: 0;
  transform: translateX(30px);
  position: relative;
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__top .about_achievements__item {
    padding-top: 17px;
    padding-right: 12px;
    padding-left: 0;
    font-weight: 300;
  }
}
.about_achievements__top .about_achievements__item:after {
  position: absolute;
  content: "";
  inset: 0;
  border-bottom-right-radius: 100px;
  padding: 0 8px 8px 0;
  background: linear-gradient(60deg, #253844 40%, #76babf 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__top .about_achievements__item:after {
    border-bottom-right-radius: 50px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__top .about_achievements__item:after {
    background: linear-gradient(175deg, #253844 40%, #76babf 60%);
    padding: 0 4px 4px 0;
  }
}
.about_achievements__top .about_achievements__item:first-child {
  width: 13.0208333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__top .about_achievements__item:first-child {
    display: none;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__top .about_achievements__item:first-child {
    height: 50px;
    min-height: unset;
    display: block;
    width: 100%;
  }
}
.about_achievements__bottom {
  padding-left: 5.2083333333vw;
  position: relative;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__bottom {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom {
    flex-direction: column;
    width: 50%;
  }
}
.about_achievements__bottom:after {
  position: absolute;
  content: "";
  top: 0;
  height: 8px;
  width: 100%;
  left: 0;
  background: linear-gradient(70deg, #253844 5%, #76babf 95%);
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom:after {
    height: 100%;
    width: 4px;
    background: linear-gradient(70deg, #76babf 5%, #253844 95%);
  }
}
.about_achievements__bottom:before {
  position: absolute;
  content: "";
  right: 0;
  top: -13px;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  border-top: 8px solid #76babf;
  border-right: 8px solid #76babf;
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom:before {
    bottom: 0;
    left: -10.5px;
    top: unset;
    right: unset;
    transform: rotate(135deg);
    border-width: 4px;
    width: 25px;
    height: 25px;
  }
}
.about_achievements__bottom .about_achievements__item {
  opacity: 0;
  transform: translateX(-30px);
  padding-bottom: 0.78125vw;
  padding-top: 5.2083333333vw;
  position: relative;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__bottom .about_achievements__item {
    padding-bottom: 0.9375rem;
    padding-top: 3.125rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom .about_achievements__item {
    padding-top: 17px;
    padding-left: 12px;
    padding-right: 0;
    font-weight: 300;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom .about_achievements__item h4 {
    margin-bottom: 0;
  }
}
.about_achievements__bottom .about_achievements__item:last-child {
  width: 9.8958333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__bottom .about_achievements__item:last-child {
    width: 20%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom .about_achievements__item:last-child {
    width: 100%;
    min-height: 175px;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__bottom .about_achievements__item:first-child {
    display: none;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom .about_achievements__item:first-child {
    height: 200px;
    display: block;
    min-height: unset;
  }
}
.about_achievements__bottom .about_achievements__item:after {
  position: absolute;
  content: "";
  inset: 0;
  border-top-right-radius: 100px;
  padding: 8px 8px 0 0;
  background: linear-gradient(300deg, #76babf 40%, #253844 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__bottom .about_achievements__item:after {
    border-top-right-radius: 30px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__bottom .about_achievements__item:after {
    padding: 0 0 4px 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    background: linear-gradient(0deg, #76babf 40%, #253844 60%);
  }
}
.about_achievements__item {
  width: 14.0625vw;
  min-height: 16.40625vw;
  padding-left: 0.8333333333vw;
  padding-right: 1.0416666667vw;
  font-size: clamp(14px, 0.875rem + (1vw - 5px) * 0, 14px);
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__item {
    width: 20%;
    min-height: 12.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_achievements__item {
    width: 100%;
    min-height: 275px;
  }
  .about_achievements__item h3 {
    margin-bottom: 0;
  }
}
.about_achievements__item:last-child::after {
  display: none;
}
.about_achievements__item p {
  margin-bottom: 0.2604166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_achievements__item p {
    margin-bottom: 0.3125rem;
  }
}

.about_wide_image {
  margin-top: 7.3958333333vw;
  margin-bottom: 7.3958333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_wide_image {
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_wide_image {
    margin-top: 4.75rem;
    margin-bottom: 4.3125rem;
  }
}
.about_wide_image__img {
  width: 100%;
  height: 17.8645833333vw;
  object-fit: cover;
}
@media print, screen and (max-width: 75.06125em) {
  .about_wide_image__img {
    height: 21.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_wide_image__img {
    height: 250px;
  }
}

.about_bottom__content {
  display: flex;
  flex-direction: column;
}
.about_bottom__title {
  color: #053645;
}
@media print, screen and (max-width: 40.06125em) {
  .about_bottom__title {
    display: none;
  }
}
.about_bottom__title.mobile {
  display: none;
}
@media print, screen and (max-width: 40.06125em) {
  .about_bottom__title.mobile {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.about_bottom__text {
  padding-left: 12.34375vw;
  padding-right: 3.125vw;
  font-size: 0.9895833333vw;
  line-height: 1.42;
  margin-bottom: 1.71875vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_bottom__text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.1875rem;
    margin-bottom: 1.875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_bottom__text {
    font-size: 14px;
    order: 2;
    margin-top: 20px;
  }
}
.about_bottom__image_wrapper {
  padding-right: 3.125vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_bottom__image_wrapper {
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_bottom__image_wrapper {
    padding-right: 0;
  }
}
.about_bottom__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 25.78125vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_bottom__image {
    min-height: 28.125rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_bottom__image {
    height: 250px;
    min-height: unset;
  }
}
.about_bottom__content_with_links {
  padding-right: 11.4583333333vw;
  padding-top: 0.78125vw;
  padding-left: 0.7291666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_bottom__content_with_links {
    padding-right: 1.5625rem;
    padding-top: 0.9375rem;
    padding-left: 1.5625rem;
  }
}
.about_bottom__content_with_links_item {
  font-size: 0.9895833333vw;
  line-height: 1.42;
  margin-bottom: 2.0833333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .about_bottom__content_with_links_item {
    font-size: 1.1875rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .about_bottom__content_with_links_item {
    font-size: 15px;
  }
}
.about_bottom__content_with_links_item h3 {
  font-weight: 600;
}
.about_bottom__content_with_links_item a {
  color: black;
  text-decoration: none;
}
.about_bottom__content_with_links_item a:hover {
  color: #6ABBC0;
}

.about_achievements__item h3 {
  font-size: clamp(20px, 1.25rem + (1vw - 5px) * 1.0638, 30px);
}

/* ---------------------------------------
	TMPL: Business Page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Business Page
--------------------------------------- */
.business_top {
  padding-top: clamp(45px, 2.8125rem + (1vw - 5px) * 6.9149, 110px);
  padding-bottom: clamp(60px, 3.75rem + (1vw - 5px) * 4.2553, 100px);
}
@media print, screen and (max-width: 75.06125em) {
  .business_top {
    padding-top: clamp(45px, 2.8125rem + (1vw - 5px) * 6.9149, 110px);
  }
}
.business_top__title {
  color: #053645;
  padding-left: 12.3958333333vw;
  margin-bottom: 2.0833333333vw;
  line-height: clamp(30px, 1.875rem + (1vw - 5px) * 2.8723, 57px);
}
@media print, screen and (max-width: 75.06125em) {
  .business_top__title {
    padding-left: 1.25rem;
    margin-bottom: 2.5rem;
    padding-right: 1.25rem;
  }
}
.business_top__image_wrapper {
  padding-left: 12.3958333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .business_top__image_wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .business_top__image_wrapper {
    padding-right: 0;
  }
}
.business_top__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 14.53125vw;
}
@media print, screen and (max-width: 75.06125em) {
  .business_top__image {
    min-height: 300px;
  }
}
.business_top__text {
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.42;
  padding-right: 13.59375vw;
  padding-left: clamp(25px, 1.5625rem + (1vw - 5px) * 10.6383, 125px);
  padding-top: 40px;
}
@media print, screen and (max-width: 75.06125em) {
  .business_top__text {
    font-size: 1.1875rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .business_top__text {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
  }
}

.business_strategies {
  margin-bottom: 3.8020833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies {
    margin-bottom: 4.5625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .business_strategies__cell:first-child {
    order: 2;
  }
}
.business_strategies__title {
  color: #053645;
  margin-bottom: 2.0833333333vw;
  line-height: clamp(30px, 1.875rem + (1vw - 5px) * 2.8723, 57px);
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies__title {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .business_strategies__title {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.business_strategies__text {
  background-color: white;
  padding-left: 12.4479166667vw;
  padding-right: clamp(25px, 1.5625rem + (1vw - 5px) * 9.7872, 117px);
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.42;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies__text {
    padding-left: 1.5625rem;
    padding-bottom: 40px;
    padding-right: 1.5625rem;
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .business_strategies__text {
    font-size: 15px;
  }
}
.business_strategies__text a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
.business_strategies__text a:hover {
  color: #6ABBC0;
}
@media print, screen and (max-width: 40.06125em) {
  .business_strategies__text a {
    font-weight: 600;
  }
}
.business_strategies__image_wrapper {
  background-color: white;
  height: 100%;
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies__image_wrapper {
    padding-left: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .business_strategies__image_wrapper {
    padding-left: 0;
    height: 250px;
  }
}
.business_strategies__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business_strategies__grid:nth-child(even) {
  flex-direction: row-reverse;
}
.business_strategies__grid:nth-child(even) .medium-5, .business_strategies__grid:nth-child(even) .medium-7 {
  width: 50%;
}
@media print, screen and (max-width: 40.06125em) {
  .business_strategies__grid:nth-child(even) .medium-5, .business_strategies__grid:nth-child(even) .medium-7 {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies__grid:nth-child(even) .medium-7 {
    width: 43.5%;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies__grid:nth-child(even) .medium-5 {
    width: 56.5%;
  }
}
.business_strategies__grid:nth-child(even) .business_strategies__image_wrapper {
  padding-left: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies__grid:nth-child(even) .business_strategies__image_wrapper {
    padding-right: 0;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .business_strategies__grid:nth-child(even) .business_strategies__image_wrapper {
    padding-right: 0;
  }
}
.business_strategies__grid:nth-child(even) .business_strategies__text {
  padding-right: 12.4479166667vw;
  padding-left: 4.1666666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .business_strategies__grid:nth-child(even) .business_strategies__text {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

html {
  scroll-padding-top: 100px !important;
}

/* ---------------------------------------
	TMPL: Privacy Policy Page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Privacy Policy Page
--------------------------------------- */
.privacy_policy {
  margin-top: 5.8333333333vw;
  margin-bottom: 7.8125vw;
  min-height: 50vh;
}
@media print, screen and (max-width: 75.06125em) {
  .privacy_policy {
    margin-top: 7rem;
    margin-bottom: 9.375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .privacy_policy {
    margin-bottom: 66px;
    margin-top: 44px;
  }
}
.privacy_policy__top {
  display: flex;
  align-items: baseline;
  margin-bottom: 2.0833333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .privacy_policy__top {
    margin-bottom: 2.375rem;
    flex-direction: column;
  }
}
.privacy_policy__top .select2 {
  display: none;
}
.privacy_policy__top .select2 .select2-selection__rendered {
  color: #6ABBC0 !important;
  font-weight: 400;
  font-size: 15px;
  position: relative;
}
.privacy_policy__top .select2 .select2-selection__rendered:after {
  content: "\f078";
  color: #000;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  padding-left: 8px;
}
.privacy_policy__top .select2 .select2-selection__arrow {
  display: none;
}
.privacy_policy__top .select2.select2-container--open .select2-selection__rendered:after {
  content: "\f077";
}
.privacy_policy__top .select2 .select2-selection {
  background: transparent !important;
  border: none !important;
  padding: 0;
  height: auto;
  display: flex;
  padding-right: 30px;
}
.privacy_policy__top .select2 .select2-selection:hover, .privacy_policy__top .select2 .select2-selection:focus, .privacy_policy__top .select2 .select2-selection:active {
  background: transparent;
}
@media print, screen and (max-width: 40.06125em) {
  .privacy_policy__top .select2 {
    display: block;
  }
}
.privacy_policy__title {
  color: #053645;
  margin-right: 3.6458333333vw;
  margin-bottom: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .privacy_policy__title {
    margin-right: 1.875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .privacy_policy__title {
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .privacy_policy__tabs_titles {
    margin-top: 1.25rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .privacy_policy__tabs_titles {
    display: none;
  }
}
.privacy_policy__tab_link {
  margin-left: 1.0416666667vw;
  margin-right: 1.0416666667vw;
  color: #828282;
  font-size: 0.7291666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .privacy_policy__tab_link {
    margin-left: 0;
    margin-right: 1.875rem;
    font-size: 0.875rem;
  }
}
.privacy_policy__tab_link.active {
  color: #6ABBC0;
}
.privacy_policy__tab_link:hover {
  color: #6ABBC0;
}
.privacy_policy__text {
  font-size: 0.6770833333vw;
  font-weight: 300;
  line-height: 1.2;
  display: none;
}
@media print, screen and (max-width: 90.06125em) {
  .privacy_policy__text {
    font-size: 0.8125rem;
  }
}
.privacy_policy__text p {
  margin-bottom: 8px;
  line-height: 15.6px;
}
.privacy_policy__text ul {
  list-style-position: outside;
  margin-bottom: 0;
  margin-left: 1.5625vw;
}
.privacy_policy__text ul li {
  margin-bottom: 5px;
}
.privacy_policy__text ul li::marker {
  color: black;
}
@media print, screen and (max-width: 75.06125em) {
  .privacy_policy__text ul {
    margin-left: 1.25rem;
  }
}
.privacy_policy__text.active {
  display: block;
}
.privacy_policy__text .wf-table-wrapper {
  margin-bottom: 8px;
}
.privacy_policy__text .wf-table-wrapper tbody,
.privacy_policy__text .wf-table-wrapper tbody tr {
  background-color: transparent;
}
.privacy_policy__text .wf-table-wrapper tbody tr td {
  border-right: 1px solid #cccccc;
}
.privacy_policy__text .wf-table-wrapper tbody tr td div,
.privacy_policy__text .wf-table-wrapper tbody tr td br {
  margin-bottom: 5px;
}

/* ---------------------------------------
	TMPL: Values Page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Values Page
--------------------------------------- */
.values_list {
  margin-top: 5.8854166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .values_list {
    margin-top: 4.375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .values_list {
    margin-top: 30px;
  }
}
.values_list__text {
  padding-right: 2.34375vw;
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2128, 18px);
  line-height: 1.42;
}
@media print, screen and (max-width: 75.06125em) {
  .values_list__text {
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .values_list__text {
    font-size: 15px;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.values_list__text a {
  color: black;
  text-decoration: none;
  margin-top: 2.0833333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .values_list__text a {
    margin-top: 1.875rem;
  }
}
.values_list__text a:hover {
  color: #6ABBC0;
}
@media print, screen and (max-width: 75.06125em) {
  .values_list__text {
    padding-right: 1.25rem;
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .values_list__text {
    font-size: 15px;
    padding-right: 0;
  }
}
.values_list__text h2 {
  line-height: clamp(30px, 1.875rem + (1vw - 5px) * 2.8723, 57px);
  color: #053645;
}
.values_list__grid {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.9479166667vw;
  padding-bottom: 4.6875vw;
  border-bottom: 2px solid #D2D2D2;
}
.values_list__grid:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 75.06125em) {
  .values_list__grid {
    margin-bottom: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .values_list__grid {
    margin-bottom: 30px;
  }
}
.values_list__grid:nth-child(3) .values_list__logos_item {
  width: 28%;
}
@media print, screen and (max-width: 40.06125em) {
  .values_list__grid:nth-child(3) .values_list__logos_item {
    width: 40%;
  }
}
.values_list__grid .values_list__logos_item img {
  width: 100%;
  max-width: 150px;
}
@media print, screen and (max-width: 40.06125em) {
  .values_list__grid .values_list__logos_item img {
    max-width: 100%;
  }
}
.values_list__grid:nth-child(2) .values_list__logos_item:nth-child(3) img {
  max-width: 200px;
}
.values_list__grid:last-child {
  border: none;
}
.values_list__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2.34375vw;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 50px;
  column-gap: 30px;
}
.values_list__logos_item {
  width: 35%;
}
.values_list__logo_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.values_list__logo_image {
  max-width: 14.0625vw;
  object-fit: contain;
}
@media print, screen and (max-width: 75.06125em) {
  .values_list__logo_image {
    max-width: 100%;
  }
}

.testimonial_section {
  background: #CDD2D7;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  margin-top: 5.2083333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .testimonial_section {
    padding-top: 4.375rem;
    padding-bottom: 4.25rem;
    margin-top: 4.0625rem;
  }
}
.testimonial_section .testimonial_slide__text {
  color: #053645;
  font-size: 2.0833333333vw;
  font-weight: 600;
  margin-bottom: 2.1875vw;
}
@media print, screen and (max-width: 75.06125em) {
  .testimonial_section .testimonial_slide__text {
    font-size: 2.5rem;
    margin-bottom: 2.625rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .testimonial_section .testimonial_slide__text {
    font-size: 27px;
  }
}
.testimonial_section .testimonial_slide__author {
  font-size: 0.9895833333vw;
  margin-left: auto;
  max-width: fit-content;
  font-weight: 500;
}
@media print, screen and (max-width: 75.06125em) {
  .testimonial_section .testimonial_slide__author {
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .testimonial_section .testimonial_slide__author {
    font-size: 15px;
  }
}

.value-title {
  margin-bottom: 30px;
  font-size: clamp(20px, 1.25rem + (1vw - 5px) * 1.0638, 30px);
  color: #053645;
}

.values_list__grid:last-child .values_list__logos {
  flex-direction: row !important;
  padding-left: 0px;
  gap: 20px;
  margin-top: 50px;
}
@media print, screen and (max-width: 40.06125em) {
  .values_list__grid:last-child .values_list__logos {
    gap: 40px;
  }
}

.values_list__grid:last-child .values_list__logos img {
  max-height: 120px;
}

.values_list__grid:last-child .medium-6 {
  width: 100% !important;
}

.values_list__grid:last-child .values_list__logos_item {
  width: 18%;
}
@media print, screen and (max-width: 75.06125em) {
  .values_list__grid:last-child .values_list__logos_item {
    width: 25%;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .values_list__grid:last-child .values_list__logos_item {
    width: 42%;
  }
}

/* ---------------------------------------
	TMPL: Styles Page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Styles Page
--------------------------------------- */
.style_heading {
  margin-bottom: 3.4895833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .style_heading {
    margin-bottom: 2.5rem;
  }
}

.style_subtitle {
  text-transform: uppercase;
  font-size: 1.0416666667vw;
  font-weight: 700;
  padding-bottom: 0.8854166667vw;
  border-bottom: 1px solid #E0E0E0;
}
@media print, screen and (max-width: 75.06125em) {
  .style_subtitle {
    font-size: 1.125rem;
  }
}

.style_eyebrow {
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  font-weight: 700;
}
@media print, screen and (max-width: 75.06125em) {
  .style_eyebrow {
    font-size: 1rem;
  }
}

.style_colors {
  margin-top: 4.3229166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .style_colors {
    margin-top: 3.125rem;
  }
}
.style_colors h4 {
  text-transform: uppercase;
}
.style_colors .colors_grid {
  margin-left: -0.7291666667vw;
  margin-right: -0.7291666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .style_colors .colors_grid {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
.style_colors .color_wrapper {
  border: 1px solid #E0E0E0;
  padding: 0.8333333333vw;
  margin-left: 0.7291666667vw;
  margin-right: 0.7291666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 75.06125em) {
  .style_colors .color_wrapper {
    padding: 0.9375rem;
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
.style_colors .color_wrapper .color_example {
  width: 7.8125vw;
  height: 7.8125vw;
}
@media print, screen and (max-width: 75.06125em) {
  .style_colors .color_wrapper .color_example {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.style_colors .color_wrapper .color_example.sub {
  background-color: #053645;
}
.style_colors .color_wrapper .color_example.light_blue {
  background-color: #96AFC8;
}
.style_colors .color_wrapper .color_example.main {
  background-color: #6ABBC0;
}
.style_colors .color_wrapper .color_example.white {
  background-color: #ffffff;
}
.style_colors .color_wrapper .color_example.milk {
  background-color: #FAF6F1;
}
.style_colors .color_wrapper .color_example.gray {
  background-color: #CDD2D7;
}
.style_colors .color_wrapper .color_name {
  margin-top: 0.5729166667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .style_colors .color_wrapper .color_name {
    margin-top: 0.6875rem;
  }
}

.typography {
  margin-top: 6.3541666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .typography {
    margin-top: 3.125rem;
  }
}
.typography .font_wrapper {
  border: 1px solid #E0E0E0;
  padding: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .typography .font_wrapper {
    padding: 0.9375rem;
  }
}
.typography .text_example {
  font-size: 2.6041666667vw;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (max-width: 75.06125em) {
  .typography .text_example {
    font-size: 3.125rem;
  }
}
.typography .font_name {
  text-align: center;
  font-weight: 400;
  font-size: 0.9375vw;
}
@media print, screen and (max-width: 75.06125em) {
  .typography .font_name {
    font-size: 1.125rem;
  }
}

.list_styles {
  margin-top: 5.2083333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .list_styles {
    margin-top: 3.125rem;
  }
}
.list_styles .list_desc {
  font-weight: 400;
  margin-bottom: 3.9583333333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .list_styles .list_desc {
    margin-bottom: 3.125rem;
  }
}
.list_styles .list_desc p {
  margin-bottom: 0;
}

.components_grid {
  row-gap: 2.6041666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components_grid {
    row-gap: 1.875rem;
  }
}
.components .buttons {
  display: flex;
  align-items: center;
}
.components .buttons .hovered {
  padding: 1.3020833333vw;
  background-color: #053645;
}
.components .buttons .button {
  margin-left: 0.46875vw;
  margin-right: 0.46875vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components .buttons .button {
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
  }
}
.components .social_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #053645;
  padding-bottom: 1.3020833333vw;
  padding-top: 1.3020833333vw;
  width: 10.9375vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components .social_buttons {
    width: 12.5rem;
  }
}
.components .social_buttons .button {
  margin-right: 1.1979166667vw;
  margin-left: 1.1979166667vw;
}
.components .buttons_desc {
  margin-top: 1.1979166667vw;
  font-size: 0.9375vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components .buttons_desc {
    margin-top: 1.4375rem;
    font-size: 1.0625rem;
  }
}
.components .arrow_links__wrapper {
  border: 1px solid #E0E0E0;
  padding: 1.0416666667vw 0.78125vw;
  max-width: 23.4895833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components .arrow_links__wrapper {
    padding: 1.25rem 0.9375rem;
    max-width: 90%;
  }
}
.components .arrow_links__wrapper .with_arrow {
  margin-right: 2.6041666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components .arrow_links__wrapper .with_arrow {
    margin-right: 1.875rem;
  }
}
.components .arrow_links__wrapper .with_arrow.active i {
  transform: translateX(3px);
}
.components .box_link_wrapper {
  border: 1px solid #E0E0E0;
  padding: 1.0416666667vw 0.78125vw;
  max-width: 23.4895833333vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components .box_link_wrapper {
    padding: 1.25rem 0.9375rem;
    max-width: 90%;
  }
}
.components .footer_links_wrapper, .components .nav_links_wrapper {
  max-width: 23.4895833333vw;
  background-color: #CDD2D7;
  padding-left: 1.5625vw;
  padding-top: 1.3020833333vw;
  padding-bottom: 1.3020833333vw;
  padding-right: 1.0416666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .components .footer_links_wrapper, .components .nav_links_wrapper {
    max-width: 90%;
    padding-left: 1.875rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-right: 1.25rem;
  }
}
.components .footer_links_wrapper a, .components .nav_links_wrapper a {
  margin-right: 1.25vw;
  color: #053645;
  font-weight: 600;
}
@media print, screen and (max-width: 75.06125em) {
  .components .footer_links_wrapper a, .components .nav_links_wrapper a {
    margin-right: 1.5rem;
  }
}
.components .footer_links_wrapper a.hover {
  color: #ffffff;
}
.components .nav_links_wrapper a.hover {
  padding: 0.5208333333vw;
  background-color: #96AFC8;
}
@media print, screen and (max-width: 75.06125em) {
  .components .nav_links_wrapper a.hover {
    padding: 0.625rem;
  }
}
.components .nav_links_wrapper a.active {
  color: white;
}

.contact_form {
  margin-top: 4.4791666667vw;
}
@media print, screen and (max-width: 75.06125em) {
  .contact_form {
    margin-top: 2.5rem;
  }
}

.other_components {
  margin-top: 5.2083333333vw;
}
.other_components .checkboxes, .other_components .radio_buttons {
  display: flex;
  flex-direction: column;
}
.other_components .checkboxes fieldset, .other_components .radio_buttons fieldset {
  margin-bottom: 2.2395833333vw;
}

/*# sourceMappingURL=custom.css.map */
