/* Always import the mixins file incase you need them! */
/* #Colours
================================================== */
/* #Dark Mode Colours
================================================== */
/* #Custom Post Type Colours
================================================== */
/* Table of Contents
==================================================
	#Clearing
	#Media Queries
*/
/* #Clearing
================================================== */
/* Self Clearing Goodness */
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  min-height: auto;
}

/* #Media Queries
================================================== */
/* Responsive Layouts */
/* Type sizes */
/* Responsive grid */
/* Variables */
/* Mixins */
/* Percentage values */
/* Pixel values */
/* Grid based width */
/* Container values */
/* #Borders
================================================== */
/* # Global Styles
================================================== */
.transition-swipe {
  position: fixed;
  top: 0px;
  left: -24vw;
  width: 150vw;
  height: 200vh;
  background: linear-gradient(to bottom, transparent, transparent 10%, #FC004C 10%, #FC004C 90%, transparent 90%, transparent), radial-gradient(0% 50% at top right, transparent 99%, #FC004C);
  opacity: 1;
  border-radius: 40%;
  transform: translateY(-15%);
  pointer-events: none;
  z-index: 99;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.transition-swipe.on_load {
  transform: translateY(-100%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

html.is-changing .transition-swipe {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  z-index: 99;
  opacity: 1;
}

html.is-animating .transition-swipe {
  transform: translateY(-15%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

html.is-rendering {
  background-color: #000;
}

html.is-rendering .transition-swipe {
  transform: translateY(-15%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

/* Define the styles for the unloaded pages */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  overflow: auto;
  height: 100%;
}

body.static {
  overflow-y: hidden;
}

body section {
  background-color: #EEEBE9;
}

body.green {
  background-color: #00705A;
}

body.mint {
  background-color: #27CBAE;
}

body.blue {
  background-color: #0064C5;
}

body.pink {
  background-color: #FF9FCD;
}

body.grey {
  background-color: #E6E2DF;
}

body.grey .brief_button {
  background-color: #00705A;
  color: #E6E2DF;
}

body.grey .brief_button:hover {
  background-color: #E6E2DF;
  color: #00705A;
}

.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  font-size: 18px;
  pointer-events: none;
  background-color: #FF9FCD;
  border: solid 1px #00705A;
  color: #FBFBFB;
  border-radius: 50px;
  z-index: 9999;
  text-align: center;
  opacity: 1;
  transition: background-color 0.3s, width 0.3s, height 0.3s, color 0.3s, opacity 0.3s;
}

@media only screen and (max-width: 768px) {
  .cursor {
    display: none;
  }
}

.cursor .view {
  opacity: 0;
  visibility: hidden;
  align-items: center;
  top: 3px;
  position: relative;
}

.cursor .slide_left,
.cursor .slide_right {
  opacity: 0;
  visibility: hidden;
  top: 3px;
  position: absolute;
  display: flex;
  align-items: center;
  text-align: unset;
  gap: 5px;
}

.cursor .slide_left img,
.cursor .slide_right img {
  max-width: 20px;
}

.cursor .slide_left {
  right: 13px;
}

.cursor.hover_white {
  background-color: #FBFBFB;
  border: solid 1px #FF9FCD;
  transition: color 0.3s;
}

.cursor.hover_anchor {
  width: 40px;
  height: 40px;
  background-color: #FF9FCD;
  border: solid 1px #00705A;
  opacity: 0.7;
  transition: background-color 0.3s, width 0.3s, height 0.3s, color 0.3s, opacity 0.3s;
}

.cursor.hover_project {
  width: 80px;
  height: 28px;
  border-radius: 50px;
  transition: border-radius 0.1s, width 0.3s, height 0.3s, color 0.3s, opacity 0.3s;
  background-color: #4A4A4A;
  border: solid 1px #4A4A4A;
  filter: none;
}

.cursor.hover_project .view {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.cursor.hover_slide_left,
.cursor.hover_slide_right {
  width: 90px;
  height: 28px;
  border-radius: 50px;
  transition: border-radius 0.1s, width 0.3s, height 0.3s, color 0.3s, opacity 0.3s;
  background-color: #4A4A4A;
  border: solid 1px #4A4A4A;
}

.cursor.hover_slide_left .slide_left {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.cursor.hover_slide_right .slide_right {
  right: 12px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

body {
  cursor: none;
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

body.remove_scroll {
  overflow: hidden;
}

body.layout_toggle_transition {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

body main {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

body main section {
  position: relative;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

body main section.blur {
  filter: blur(14px);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

/* #Container
================================================== */
.container {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: calc(100vw - 3.125vw);
  }
}

.container_small {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 1200px) {
  .container_small {
    width: calc(100vw - 28.125vw);
  }
}

/* #Menus
================================================== */
/* Desktop dropdowns */
/* Side/Modal Navs */
/* #Page Headers
================================================== */
/* #Post Layouts
================================================== */
/* #Fade Ins & Transitions
================================================== */
.fade-delay-1 {
  transition-delay: 0.1s !important;
}

.fade-delay-2 {
  transition-delay: 0.2s !important;
}

.fade-delay-3 {
  transition-delay: 0.3s !important;
}

.fade-delay-4 {
  transition-delay: 0.4s !important;
}

.fade-delay-5 {
  transition-delay: 0.5s !important;
}

.fade-delay-6 {
  transition-delay: 0.6s !important;
}

.fade-delay-7 {
  transition-delay: 0.7s !important;
}

.fade-delay-8 {
  transition-delay: 0.8s !important;
}

.fade-delay-9 {
  transition-delay: 0.9s !important;
}

.fade-delay-10 {
  transition-delay: 1s !important;
}

.fade-delay-11 {
  transition-delay: 1.1s !important;
}

.fade-delay-12 {
  transition-delay: 1.2s !important;
}

.fade-delay-13 {
  transition-delay: 1.3s !important;
}

.fade-delay-14 {
  transition-delay: 1.4s !important;
}

.fade-delay-15 {
  transition-delay: 1.5s !important;
}

.fade-delay-16 {
  transition-delay: 1.6s !important;
}

.fade-delay-17 {
  transition-delay: 1.7s !important;
}

.fade-delay-18 {
  transition-delay: 1.8s !important;
}

.fade-delay-19 {
  transition-delay: 1.9s !important;
}

.fade-delay-20 {
  transition-delay: 2s !important;
}

.fade-delay-21 {
  transition-delay: 2.1s !important;
}

.fade-delay-22 {
  transition-delay: 2.2s !important;
}

.fade-delay-23 {
  transition-delay: 2.3s !important;
}

.fade-delay-24 {
  transition-delay: 2.4s !important;
}

.fade_in_element {
  opacity: 0;
  transform: translate(0, 10vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fade_in_element.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fade_in_container .container {
  opacity: 0;
  transform: translate(0, 10vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fade_in_container.visible .container {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.landing_page_header_fade {
  opacity: 0;
  transform: translate(0, 10vh);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.landing_page_header_fade.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.ani_background_reveal {
  height: 0%;
}

.ani_letterwave,
.ani_wordwave,
.ani_fade_up,
.ani_fade_up_fold,
.ani_fade_up_letter,
.ani_fade_up_fold_top_level {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
}

.ani_fade_up_fold .word_wrap,
.ani_fade_up .word_wrap,
.ani_fade_up_fold_top_level .word_wrap {
  position: relative;
}

.ani_fade_up_fold .word_wrap .word,
.ani_fade_up .word_wrap .word,
.ani_fade_up_fold_top_level .word_wrap .word {
  position: relative;
  display: inline-flex;
}

.ani_fade_up,
.ani_fade_up_fold,
.ani_fade_up_fold_top_level {
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ani_fade_up.reveal,
.ani_fade_up_fold.reveal,
.ani_fade_up_fold_top_level.reveal {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* #Transforms
================================================== */
/* #Buttons
================================================== */
.btn_simple {
  font-size: 20px;
  color: #FBFBFB;
}

.btn_simple:hover {
  text-decoration: none;
}

.btn_anchor {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  font-weight: 600;
  font-size: 20px;
  transform: translateX(0px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_anchor:before {
  content: '';
  background-image: url(./assets/images/svg/arrow-right-white.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  height: 37px;
  width: 65px;
  position: absolute;
  left: -66px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .btn_anchor:before {
    height: 100%;
    left: -64px;
  }
}

.btn_anchor:hover {
  transform: translateX(56px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn_default {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .btn_default {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.btn_default:hover {
  background-color: #00705A;
  color: #FF9FCD;
}

.btn_second {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #EEEBE9;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .btn_second {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.btn_second:hover {
  background-color: #00705A;
  color: #EEEBE9;
}

.btn_third {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .btn_third {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.btn_third:hover {
  background-color: #00705A;
  color: #FF9FCD;
}

.btn_fourth {
  position: relative;
  text-decoration: none;
  border: 1px #FBFBFB solid;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1600px) {
  .btn_fourth {
    font-size: 14px;
  }
}

.btn_fourth:hover {
  background-color: #4A4A4A;
  color: #FBFBFB;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* # Padding solutions
================================================== */
/* #Forms & Input fields
================================================== */
/* #Component Styles
================================================== */
/* #Dark Mode & Colours
================================================== */
/* # - other?
================================================== */
/* #Colours
================================================== */
/* #Dark Mode Colours
================================================== */
/* #Custom Post Type Colours
================================================== */
/* Get your SASS in now! */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #EEEBE9;
  color: #171717;
  text-shadow: none;
}

::selection {
  background: #FBFBFB;
  color: #171717;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.simple-sitemap-wrapper {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 600px) {
  .simple-sitemap-wrapper {
    flex-direction: column;
  }
}

/* Table of Contents
==================================================
	#Clearing
	#Media Queries
*/
/* #Clearing
================================================== */
/* Self Clearing Goodness */
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  min-height: auto;
}

/* #Media Queries
================================================== */
/* Responsive Layouts */
/* Type sizes */
/* Responsive grid */
/* Variables */
/* Mixins */
/* #Colours
================================================== */
/* #Dark Mode Colours
================================================== */
/* #Custom Post Type Colours
================================================== */
h1,
.large-header {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -6px;
  line-height: 1;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {

  h1,
  .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) {

  h1,
  .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1600px) {

  h1,
  .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  h1,
  .large-header {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  h1,
  .large-header {
    font-size: 3.5rem;
    letter-spacing: -6px;
    line-height: 0.9;
  }
}

@media only screen and (max-width: 768px) {

  h1,
  .large-header {
    font-size: 3.5rem;
    letter-spacing: -6px;
    line-height: 0.9;
  }
}

h2,
.large-header {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -5.6px;
  line-height: 1em;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {

  h2,
  .large-header {
    font-size: 43.2px;
  }
}

@media only screen and (min-width: 1200px) {

  h2,
  .large-header {
    font-size: 64.8px;
  }
}

@media only screen and (min-width: 1600px) {

  h2,
  .large-header {
    font-size: 72px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  h2,
  .large-header {
    font-size: 43.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  h2,
  .large-header {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {

  h2,
  .large-header {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

h3,
.medium-header {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {

  h3,
  .medium-header {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 1200px) {

  h3,
  .medium-header {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {

  h3,
  .medium-header {
    font-size: 44px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  h3,
  .medium-header {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  h3,
  .medium-header {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {

  h3,
  .medium-header {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

h4 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  h4 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h4 {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h4 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

h5 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  h5 {
    font-size: 17.6px;
    line-height: 31.6px;
  }
}

@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 19.8px;
    line-height: 33.8px;
  }
}

@media only screen and (min-width: 1600px) {
  h5 {
    font-size: 22px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h5 {
    font-size: 17.6px;
    line-height: 31.6px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h5 {
    font-size: 15.4px;
    line-height: 27.2px;
  }
}

@media only screen and (max-width: 768px) {
  h5 {
    font-size: 15.4px;
    line-height: 27.2px;
  }
}

h6 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 6px;
  width: fit-content;
  height: fit-content;
  -webkit-font-smoothing: antialiased;
  color: #FF9FCD;
}

@media only screen and (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  h6 {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h6 {
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h6 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  h6 {
    font-size: 14px;
    line-height: 18px;
  }
}

blockquote {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -5.6px;
  line-height: 1em;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 43.2px;
  }
}

@media only screen and (min-width: 1200px) {
  blockquote {
    font-size: 64.8px;
  }
}

@media only screen and (min-width: 1600px) {
  blockquote {
    font-size: 72px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  blockquote {
    font-size: 43.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  blockquote {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  blockquote {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

.title_top {
  font-weight: 100;
}

p,
.plain-text {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #00705A;
}

@media only screen and (min-width: 768px) {

  p,
  .plain-text {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) {

  p,
  .plain-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1600px) {

  p,
  .plain-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  p,
  .plain-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  p,
  .plain-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {

  p,
  .plain-text {
    font-size: 16px;
    line-height: 22px;
  }
}

body {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #00705A;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

blockquote {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 500;
}

em,
i,
.italic {
  font-weight: 700;
}

ol,
ul,
li {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #00705A;
}

@media only screen and (min-width: 768px) {

  ol,
  ul,
  li {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) {

  ol,
  ul,
  li {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1600px) {

  ol,
  ul,
  li {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  ol,
  ul,
  li {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  ol,
  ul,
  li {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {

  ol,
  ul,
  li {
    font-size: 16px;
    line-height: 22px;
  }
}

p,
.plain-text {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #00705A;
}

@media only screen and (min-width: 768px) {

  p,
  .plain-text {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) {

  p,
  .plain-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1600px) {

  p,
  .plain-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  p,
  .plain-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  p,
  .plain-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {

  p,
  .plain-text {
    font-size: 16px;
    line-height: 22px;
  }
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
  margin-left: 1rem;
}

ol li::marker {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -6px;
  line-height: 1;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  color: #171717;
}

@media only screen and (min-width: 768px) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1600px) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  ol li::marker {
    font-size: 120px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  ol li::marker {
    font-size: 3.5rem;
    letter-spacing: -6px;
    line-height: 0.9;
  }
}

@media only screen and (max-width: 768px) {
  ol li::marker {
    font-size: 3.5rem;
    letter-spacing: -6px;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 768px) {
  ol li::marker {
    font-family: "Obviously", Arial, Sans Serif;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -5.6px;
    line-height: 1em;
    color: #00705A;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  ol li::marker {
    font-size: 43.2px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  ol li::marker {
    font-size: 64.8px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1600px) {
  ol li::marker {
    font-size: 72px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  ol li::marker {
    font-size: 43.2px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  ol li::marker {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  ol li::marker {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

a {
  color: #4A4A4A;
  text-decoration: none;
  position: relative;
  cursor: none;
}

textarea {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #00705A;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) {
  textarea {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  textarea {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  textarea {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  textarea {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  textarea {
    font-size: 16px;
    line-height: 22px;
  }
}

input[type=submit] {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  input[type=submit] {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

input[type=submit]:hover {
  background-color: #00705A;
  color: #FF9FCD;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

input,
textarea {
  font-family: "Obviously", Arial, Sans Serif;
  font-weight: 400;
}

.footer_container {
  background-color: #EEEBE9;
  z-index: 7;
  position: relative;
}

html::after {
  content: '';
  display: block;
  background-color: #00705A;
  /* Green color for overscroll area */
  height: 300px;
  /* Height of overscroll space */
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: -1;
  /* Ensure it's behind everything */
}

footer {
  z-index: 7;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background-image: url(./assets/images/png/green-bg.png);
  background-size: cover;
  width: 100%;
  z-index: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media only screen and (min-width: 768px) {
  footer {
    display: grid;
    align-items: end;
  }
}

footer .footer_top {
  padding: 20px 0;
}

@media only screen and (min-width: 1200px) {
  footer .footer_top {
    border-bottom: none;
  }
}

footer .footer_top h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  footer .footer_top h3 {
    font-size: 48px;
  }
}

footer .footer_top h4 {
  font-weight: 200;
}

footer .footer_main {
  padding-bottom: 20px;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  footer .footer_main {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
}

footer .footer_main .logo_wrap {
  width: 40%;
  align-self: start;
  order: 1;
  grid-row: 2 / span 2;
  grid-column: 1 / span 2;
}

@media only screen and (min-width: 1200px) {
  footer .footer_main .logo_wrap {
    width: 50%;
    order: unset;
    grid-column: unset;
    grid-row: 1 / span 2;
  }
}

footer .footer_main .nav_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  footer .footer_main .nav_wrap {
    grid-column: 1 / span 2;
  }
}

footer .footer_main .nav_wrap ul {
  margin-bottom: 0;
  margin-left: 0;
}

footer .footer_main .nav_wrap ul .li_level_one {
  color: #FBFBFB;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  height: 100%;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  footer .footer_main .nav_wrap ul .li_level_one {
    font-size: 26px;
    line-height: 1.5;
  }
}

footer .footer_main .nav_wrap ul .li_level_one a {
  color: #FBFBFB;
}

footer .footer_main .nav_wrap ul .li_level_one .dropdown_wrap .dropdown_list {
  display: block;
}

footer .footer_main .nav_wrap ul .li_level_one .dropdown_wrap .dropdown_list li {
  list-style-type: none;
  margin-left: 0;
}

footer .footer_main .nav_wrap .btn_default {
  color: #FBFBFB;
  border-color: #FBFBFB;
}

footer .footer_main .nav_wrap .btn_default:hover {
  background-color: #00705A;
  color: #FF9FCD;
  border: 3px solid transparent;
}

footer .footer_main .nav_wrap .socials_wrap {
  display: flex;
  gap: 20px;
}

footer .footer_main .nav_wrap .contact_wrap {
  display: grid;
  gap: 2px;
}

@media only screen and (max-width: 768px) {
  footer .footer_main .nav_wrap .contact_wrap .btn_simple {
    font-size: 16px;
  }
}

footer .footer_main .legal_wrap {
  order: 1;
  display: grid;
  grid-row: 3;
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
}

footer .footer_main .legal_wrap .pikkle,
footer .footer_main .legal_wrap a {
  font-size: 12px;
  color: white;
}

@media only screen and (min-width: 1200px) {
  footer .footer_main .legal_wrap {
    justify-content: start;
    grid-column: 2;
    grid-row: 2;
    order: unset;
  }

  footer .footer_main .legal_wrap .pikkle,
  footer .footer_main .legal_wrap a {
    font-size: 16px;
  }
}

.pikkle_logo.top_level_pages img {
  height: 29px;
  width: fit-content;
  position: fixed;
  left: 1.5vw;
  top: 16px;
  z-index: 999;
}

.pikkle_logo.top_level_pages svg {
  height: 29px;
  width: fit-content;
  position: fixed;
  left: 1.5vw;
  top: 16px;
  z-index: 999;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.pikkle_logo.top_level_pages.scrolled svg.pikkle_logo_svg path {
  fill: #00705A;
}

.header_fixed {
  z-index: 8;
  position: sticky;
  left: 0px;
  top: 0;
  width: 100%;
  background-color: #FBFBFB;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header_fixed.hide {
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .header_fixed {
    background-color: transparent;
  }
}

.header_fixed .header_fixed_wrap {
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .header_fixed .header_fixed_wrap {
    height: 67px;
  }
}

.header_fixed .header_fixed_wrap .pikkle_logo {
  display: block;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .header_fixed .header_fixed_wrap .pikkle_logo {
    display: none;
  }
}

.header_fixed .header_fixed_wrap .pikkle_logo h1 {
  display: flex;
  z-index: 1;
  position: relative;
}

.header_fixed .header_fixed_wrap .pikkle_logo.home {
  display: block;
  transform-origin: left top;
}

@media only screen and (min-width: 768px) {
  .header_fixed .header_fixed_wrap .pikkle_logo.home {
    transform: scale(10) translateY(30%);
  }
}

@media only screen and (min-width: 1200px) {
  .header_fixed .header_fixed_wrap .pikkle_logo.home {
    transform: scale(10) translateY(40%);
  }
}

@media only screen and (min-width: 1600px) {
  .header_fixed .header_fixed_wrap .pikkle_logo.home {
    transform: scale(10) translateY(50%);
  }
}

.header_fixed .header_fixed_wrap .pikkle_logo.home.scrolled svg.pikkle_logo_svg path {
  fill: #00705A;
}

.header_fixed .header_fixed_wrap .brief_button {
  display: none;
  margin-left: auto;
  margin-right: 40px;
  background-color: #00705A;
  color: #FF9FCD;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .header_fixed .header_fixed_wrap .brief_button {
    display: block;
  }
}

.header_fixed .header_fixed_wrap .brief_button:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #FF9FCD;
  color: #00705A;
}

.header_fixed .header_fixed_wrap .menu_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  padding: 5px 0px;
  border-radius: 12px;
}

.header_fixed .header_fixed_wrap .menu_wrap h5 {
  color: #00705A;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.2;
}

.header_fixed .header_fixed_wrap .menu_wrap h5.close {
  display: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header_fixed .header_fixed_wrap .menu_wrap h5.open {
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header_fixed .header_fixed_wrap .menu_wrap svg {
  overflow: visible;
  height: 30px;
  width: fit-content;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header_fixed .header_fixed_wrap .menu_wrap svg path {
  fill: #00705A;
}

@media only screen and (min-width: 768px) {
  .header_fixed .header_fixed_wrap .menu_wrap {
    background: #00705A;
    padding: 10px 20px;
  }

  .header_fixed .header_fixed_wrap .menu_wrap svg path {
    fill: #FBFBFB;
  }

  .header_fixed .header_fixed_wrap .menu_wrap h5 {
    color: #FBFBFB;
  }
}

.header_fixed .header_fixed_wrap .menu_wrap:hover svg #lid {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: rotate(-3deg) translate3d(-4px, 0px, 0px);
}

.header_fixed .build_brief_bar {
  width: 100%;
  background-color: #FF9FCD;
  color: #00705A;
  padding: 1px 0px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.header_fixed .build_brief_bar svg {
  transform: rotate(-90deg);
  height: 24px;
  margin-top: 4px;
}

.header_fixed .build_brief_bar svg path {
  fill: #00705A;
}

@media only screen and (min-width: 768px) {
  .header_fixed .build_brief_bar {
    display: none;
  }
}

.header_fixed .build_brief_bar.hide {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0px;
  opacity: 0;
  padding: 0px;
  display: none;
}

.header_fixed.active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header_fixed.active .brief_button {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header_fixed.active .menu_wrap {
  background: #FF9FCD;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header_fixed.active .menu_wrap h5.open {
  display: none;
}

.header_fixed.active .menu_wrap h5.close {
  display: block;
}

.header_fixed.active .menu_wrap svg #lid {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: rotate(-15deg) translate3d(-10px, -10px, 10px);
}

@media only screen and (min-width: 1200px) {
  .header_fixed.active {
    z-index: 9;
  }

  .header_fixed.active .pikkle_logo {
    opacity: 0;
    width: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}

header {
  top: -67px;
  z-index: 11;
  width: 100%;
  position: relative;
  z-index: 8;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

header:after {
  content: '';
  position: relative;
  width: 100%;
  height: 300px;
  background-color: red;
}

header h1 {
  font-size: 0px;
}

header .header_top {
  padding: 10px 0;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  header .header_top {
    display: none;
  }
}

header .header_top .menu_icon_wrap {
  z-index: 1;
  background-color: #0000003b;
  backdrop-filter: blur(8px);
  border-radius: 30px;
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  header .header_top .menu_icon_wrap {
    gap: 12px;
  }
}

header .header_top .menu_icon_wrap .menu_icon {
  max-width: 50px;
}

header .header_top .menu_icon_wrap.hover {
  filter: opacity(0.5);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header .header_top .menu_icon_wrap.active {
  background-color: #4A4A4A;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header .header_top .brief_button {
  border: transparent;
}

header.scroll {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header.scroll .container .logo {
  padding: 10px 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

header.green {
  background-color: #00705A;
}

header.mint {
  background-color: #27CBAE;
}

header.blue {
  background-color: #0064C5;
}

header.pink {
  background-color: #FF9FCD;
}

header.grey {
  background-color: #E6E2DF;
}

header.grey .brief_button {
  background-color: #00705A;
  color: #E6E2DF;
}

header.grey .brief_button:hover {
  background-color: #E6E2DF;
  color: #00705A;
}

.back_to_all_wrap_fixed {
  position: fixed;
  top: 210px;
  align-items: center;
  gap: 15px;
  z-index: 0;
  opacity: 0;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .back_to_all_wrap_fixed {
    display: flex;
  }
}

.back_to_all_wrap_fixed img {
  max-width: 24px;
}

.back_to_all_wrap_fixed p {
  color: black;
  margin-top: 4px;
}

.back_to_all_wrap_fixed.hide {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.single_page_header {
  padding-top: 200px;
}

.single_page_header h2 {
  text-transform: none;
}

.single_page_header .title_bar {
  padding-bottom: 5px;
  border-color: #FBFBFB;
}

@media only screen and (min-width: 768px) {
  .single_page_header .title_bar {
    padding-bottom: 8px;
  }
}

.single_page_header .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.single_page_header .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.single_page_header .title_box .title_wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.5fr 1fr;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap {
    grid-template-columns: 1fr;
  }
}

.single_page_header .title_box .title_wrap h1 {
  font-size: 50px;
  line-height: 0.8;
  grid-column: 1 /span 2;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap h1 {
    font-size: 70px;
  }
}

.single_page_header .title_box .title_wrap h1 span {
  letter-spacing: -6px;
}

.single_page_header .title_box .title_wrap .back_to_all_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
  order: -1;
}

.single_page_header .title_box .title_wrap .back_to_all_wrap img {
  max-width: 24px;
}

.single_page_header .title_box .title_wrap .back_to_all_wrap p {
  color: black;
  margin-top: 4px;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap .back_to_all_wrap {
    display: none;
  }
}

.single_page_header .title_box .title_wrap .author_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  order: -1;
}

.single_page_header .title_box .title_wrap .author_wrap p {
  text-transform: uppercase;
}

.single_page_header .title_box .title_wrap .author_wrap .user_avatar_wrap img {
  border-radius: 50%;
  max-width: 40px;
}

@media only screen and (min-width: 1200px) {
  .single_page_header .title_box .title_wrap .author_wrap {
    grid-column: 1;
    order: unset;
    justify-content: start;
  }
}

.image_container .featured_image_wrap {
  background-size: cover;
  max-height: 360px;
  border-radius: 12px;
}

@media only screen and (min-width: 1200px) {
  .image_container .featured_image_wrap {
    min-height: 600px;
    width: 100%;
  }
}

.simple_post {
  padding: 50px 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) {
  .simple_post {
    padding: 80px 0;
  }
}

.simple_post:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .simple_post:last-child {
    padding-bottom: 160px;
  }
}

.simple_post .post_content_wrap {
  width: 100%;
}

.simple_post .post_content_wrap p {
  font-size: 20px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: normal;
}

@media only screen and (min-width: 1200px) {
  .simple_post .post_content_wrap p {
    font-size: 24px;
  }
}

.other_posts {
  padding: 50px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .other_posts {
    padding: 80px 0;
  }
}

.other_posts:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .other_posts:last-child {
    padding-bottom: 160px;
  }
}

.other_posts .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_bar {
    padding-bottom: 8px;
  }
}

.other_posts .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_wrap {
  padding-bottom: 20px;
}

.other_posts .title_wrap .title_wrap .small_title {
  padding-bottom: 20px;
}

.other_posts .title_wrap .title_wrap .big_title {
  padding-bottom: 20px;
  word-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_wrap .title_wrap {
    max-width: 64%;
  }
}

.other_posts .title_wrap .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_wrap .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .title_wrap .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.other_posts .title_wrap .glance_box {
  border-radius: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #E6E2DF;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_wrap .glance_box {
    padding: 12px;
  }
}

.other_posts .title_wrap .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.other_posts .title_wrap .glance_box .glance_box_title_wrap img {
  border-radius: 12px;
  max-width: 40px;
}

.other_posts .title_wrap .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.other_posts .post_rows {
  display: block;
}

.other_posts .post_rows .post_row {
  display: block;
  border-top: solid 1px #E6E2DF;
}

.other_posts .post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.other_posts .post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.other_posts .post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.other_posts .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.other_posts .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.other_posts .post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.other_posts .post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .other_posts .post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }

  .other_posts .post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.other_posts .post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.other_posts .post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.other_posts .post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.other_posts .post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
  position: relative;
}

.other_posts .post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  height: 80%;
  z-index: 1;
  border-radius: 12px;
}

.other_posts .post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.other_posts .post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 12px;
}

.other_posts .post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.other_posts .post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}

.other_posts .post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.other_posts .post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.other_posts .post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.other_posts .post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.other_posts .post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.other_posts .post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell {
    height: 400px;
  }
}

.other_posts .post_grid.four_columns .grid_cell .overlay_image_wrapper {
  height: 65%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-size: 140%;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper {
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .other_posts .post_grid.four_columns .grid_cell .text_wrapper {
    padding: 0;
    justify-content: space-between;
    height: 30%;
  }
}

.other_posts .post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.other_posts .post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.other_posts .posts_editorial {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

.other_posts .posts_editorial .post_wrapper {
  grid-column: 1 / span 3;
}

.other_posts .posts_editorial .post_wrapper .image_wrapper {
  aspect-ratio: 18 / 9;
  margin-bottom: 40px;
}

.other_posts .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 3 / span 2;
}

.other_posts .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 2/ span 4;
}

.other_posts .posts_editorial .post_wrapper .text_wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .posts_editorial .post_wrapper .text_wrapper .arrow {
  position: relative;
  right: 0;
  max-width: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.other_posts .posts_editorial .post_wrapper:hover .image_wrapper img {
  transform: scale(1.2);
}

.other_posts .posts_editorial .post_wrapper:hover .text_wrapper .arrow {
  right: -20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

h2.top-light-title h2.word_wrap span {
  font-weight: 100;
}

.section_project_page_header {
  background-size: cover;
  background-position: center;
  height: 80vh;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .section_project_page_header {
    height: 100vh;
  }
}

.section_project_intro {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro {
    padding: 80px 0;
  }
}

.section_project_intro:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro:last-child {
    padding-bottom: 160px;
  }
}

.section_project_intro .project_title {
  padding: 40px 0;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_title {
    padding: 100px 0;
  }
}

.section_project_intro .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_project_intro .title_bar {
    padding-bottom: 8px;
  }
}

.section_project_intro .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_project_intro .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_project_intro .project_intro_grid {
  height: auto;
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.section_project_intro .project_intro_grid .project_summary {
  padding-bottom: 60px;
}

.section_project_intro .project_intro_grid .services_wrap .services_label {
  padding-bottom: 10px;
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .services_wrap .service_boxes {
    width: 70%;
    gap: calc($conpad * 2);
  }
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box {
  border-radius: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #E6E2DF;
  justify-self: end;
  height: auto;
  width: auto;
  justify-self: auto;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box {
    padding: 12px;
  }
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box .glance_box_title_wrap img {
  border-radius: 12px;
  max-width: 40px;
}

.section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .services_wrap .service_boxes .glance_box {
    min-width: 200px;
  }
}

.section_project_intro .project_intro_grid .brief_wrap {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_project_intro .project_intro_grid .brief_wrap {
    width: 78%;
  }
}

.other_posts .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_bar {
    padding-bottom: 8px;
  }
}

.other_posts .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.other_posts .title_box {
  padding-bottom: 20px;
}

.other_posts .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.other_posts .title_box .title_wrap .big_title {
  padding-bottom: 20px;
  word-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_box .title_wrap {
    max-width: 64%;
  }
}

.other_posts .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .other_posts .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .other_posts .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.other_posts .title_box .glance_box {
  border-radius: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #E6E2DF;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .other_posts .title_box .glance_box {
    padding: 12px;
  }
}

.other_posts .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.other_posts .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 12px;
  max-width: 40px;
}

.other_posts .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.other_posts .link_box {
  text-align: center;
  margin-top: 30px;
}

.page_archive {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .page_archive {
    padding: 80px 0;
  }
}

.page_archive:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .page_archive:last-child {
    padding-bottom: 160px;
  }
}

.page_archive .posts_layout_wrapper.post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
  position: relative;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  height: 80%;
  z-index: 1;
  border-radius: 12px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 12px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.page_archive .posts_layout_wrapper.post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.page_archive .posts_layout_wrapper.post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.page_archive .posts_layout_wrapper.post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page_archive .posts_layout_wrapper.post_grid .post_row {
  display: none;
}

.page_archive .posts_layout_wrapper.post_rows {
  display: block;
}

.page_archive .posts_layout_wrapper.post_rows .post_row {
  display: block;
  border-top: solid 1px #E6E2DF;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }

  .page_archive .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive .posts_layout_wrapper.post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.page_archive .posts_layout_wrapper.post_rows .grid_cell {
  display: none;
}

.page_archive_filter {
  margin-bottom: 0px;
  z-index: 1;
}

.page_archive_filter .posts_layout_wrapper.post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
  position: relative;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  height: 80%;
  z-index: 1;
  border-radius: 12px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 12px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.page_archive_filter .posts_layout_wrapper.post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.page_archive_filter .posts_layout_wrapper.post_grid .post_row {
  display: none;
}

.page_archive_filter .posts_layout_wrapper.post_rows {
  display: block;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row {
  display: block;
  border-top: solid 1px #E6E2DF;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }

  .page_archive_filter .posts_layout_wrapper.post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_archive_filter .posts_layout_wrapper.post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.page_archive_filter .posts_layout_wrapper.post_rows .grid_cell {
  display: none;
}

.section_merch {
  background-color: #00705A;
}

.section_merch .filter_wrap {
  padding: 60px 0 30px 0px;
  border-bottom: solid 2px #FBFBFB;
  display: flex;
  gap: 20px;
}

.section_merch .filter_wrap label,
.section_merch .filter_wrap a {
  color: #FF9FCD;
  font-size: 20px;
  border-bottom: solid 2px transparent;
}

.section_merch .filter_wrap label.active,
.section_merch .filter_wrap a.active {
  border-color: #FF9FCD;
  text-decoration: underline;
}

.section_merch .filter_wrap label .category_checkbox,
.section_merch .filter_wrap a .category_checkbox {
  display: none;
}

@media only screen and (max-width: 768px) {
  .section_merch .filter_wrap {
    display: grid;
    gap: 10px;
  }

  .section_merch .filter_wrap label,
  .section_merch .filter_wrap a {
    font-size: 16px;
    margin-right: 0px;
  }
}

.section_merch .merch_posts_wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section_merch .merch_posts_wrapper {
    gap: 20px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_merch .merch_posts_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 100px;
  }
}

.section_merch .merch_posts_wrapper .grid_cell {
  position: relative;
}

.section_merch .merch_posts_wrapper .grid_cell .image_wrap {
  position: relative;
  height: 20vh;
  border-radius: 12px;
}

@media only screen and (min-width: 1200px) {
  .section_merch .merch_posts_wrapper .grid_cell .image_wrap {
    height: 40vh;
  }
}

.section_merch .merch_posts_wrapper .grid_cell .image_wrap .overlay_image_wrapper {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  opacity: 1;
  border-radius: 12px;
}

@media only screen and (min-width: 1200px) {
  .section_merch .merch_posts_wrapper .grid_cell .image_wrap .overlay_image_wrapper {
    height: 40vh;
  }
}

.section_merch .merch_posts_wrapper .grid_cell .image_wrap:hover .overlay_image_wrapper {
  visibility: visible;
  opacity: 1;
}

.section_merch .merch_posts_wrapper .grid_cell .text_wrap {
  padding: 10px 10px 10px 10px;
}

@media only screen and (min-width: 768px) {
  .section_merch .merch_posts_wrapper .grid_cell .text_wrap {
    padding: 30px 10px 10px 10px;
  }
}

.section_merch .merch_posts_wrapper .grid_cell .text_wrap .merch_title,
.section_merch .merch_posts_wrapper .grid_cell .text_wrap p,
.section_merch .merch_posts_wrapper .grid_cell .text_wrap a {
  margin-bottom: 0px;
  color: #FBFBFB;
}

.section_merch .merch_posts_wrapper .grid_cell .text_wrap .buy_wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  border-radius: 12px;
}

.section_merch .merch_posts_wrapper .grid_cell .text_wrap .buy_wrap .buy_button {
  padding: 0px 10px 3px 10px;
  border: solid 2px #FBFBFB;
  margin-top: 20px;
}

.section_merch .merch_posts_wrapper .grid_cell .text_wrap .buy_wrap .buy_button:hover {
  border-color: #00705A;
  color: #FF9FCD;
}

@media only screen and (min-width: 768px) {
  .two-text-col .auto_content {
    column-gap: 4%;
  }

  .two-text-col .auto_content.one_col {
    column-count: 1;
  }

  .two-text-col .auto_content.two_col {
    column-count: 2;
  }

  .two-text-col .auto_content.three_col {
    column-count: 3;
  }
}

.col_slider {
  position: relative;
}

.col_slider.break_grid .slide_image_wrap {
  padding: 0px;
}

.col_slider .slide_image_wrap {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_image_wrap {
    height: 50vh;
    padding: 0 30px;
  }
}

.col_slider .slide_image_wrap.bandw img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.col_slider .slide_image_wrap img {
  object-fit: cover;
}

.col_slider .slide_box {
  padding: 0 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_box {
    margin-top: 0px;
    padding: 0 60px;
  }
}

.col_slider .slide_box .image_text_area_bg {
  text-align: center;
}

.col_slider .slide_box .image_text_area_bg .button {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #EEEBE9;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .col_slider .slide_box .image_text_area_bg .button {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.col_slider .slide_box .image_text_area_bg .button:hover {
  background-color: #00705A;
  color: #EEEBE9;
}

.col_slider .slick-arrow {
  color: #000;
  opacity: 0.7;
  z-index: 100;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.col_slider .slick-arrow:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.col_slider .slick-arrow:before {
  font-size: 30px;
}

.col_slider .slick-next {
  right: 20px;
}

.col_slider .slick-prev {
  left: 20px;
}

.col_slider .slick-dots {
  text-align: center;
  left: 0;
  bottom: -50px;
}

.col_slider .slick-dots li.slick-active button {
  background-color: #171717;
}

.col_slider .slick-dots li:hover button {
  background-color: #171717;
}

.col_slider .slick-dots li button {
  border: 2px solid #000;
}

.section_accordion {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_accordion {
    padding: 80px 0;
  }
}

.section_accordion:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_accordion:last-child {
    padding-bottom: 160px;
  }
}

.section_accordion .accord_container {
  display: grid;
  gap: 40px;
}

.section_accordion .accord_container .title_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .section_accordion .accord_container.two_col_faqs {
    grid-template-columns: 0.6fr 1fr;
    gap: 160px;
  }
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  border-top: solid 3px #E6E2DF;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap:last-child {
  border-bottom: solid 3px #E6E2DF;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap .accord_head {
  display: grid;
  grid-template-columns: 8fr 1fr;
  gap: 8px;
  padding: 15px 0px 1px 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: none;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap .accord_head .arrow {
  height: 28px;
  width: 28px;
  transform: rotateZ(-180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap .accord_head {
    padding: 15px 0px 1px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap .accord_head .arrow {
    height: 44px;
    width: 44px;
  }
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap .accord_body {
  height: auto;
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  padding: 15px 0px 1px 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: grid;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap .btn_default {
  margin-top: 20px;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap.active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap.active .accord_body {
  max-height: 2000px;
  padding-bottom: 40px;
  opacity: 1;
}

.section_accordion .accord_container.two_col_faqs .accord_col .accord_wrap.active .arrow {
  transform: rotateZ(-90deg);
}

.section_accordion .accord_container.full_width {
  gap: 40px;
}

.section_accordion .accord_container.full_width .accord_col {
  width: 100%;
  display: grid;
  gap: 40px;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
  width: 100%;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 30px;
  border-bottom: solid 2px #00705A;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: none;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head h6 {
  color: #FBFBFB;
  flex-basis: 100%;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
    font-size: 44px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .arrow {
  height: 44px;
  width: 44px;
  transform: rotateZ(-90deg);
  justify-self: end;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body {
  background-color: #EEEBE9;
  padding: 20px;
  margin: 0px 20px;
  border-radius: 12px;
  height: auto;
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  padding: 0px 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: grid;
  gap: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body {
    grid-template-columns: 1fr 1fr;
  }
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav {
  display: block;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  border: unset;
  background-color: unset;
  padding-left: 0px;
  text-align: left;
  border-bottom: solid 2px #00705A;
  opacity: 0.5;
  padding-bottom: 30px;
  cursor: none;
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail {
    display: grid;
    grid-template-columns: 10fr 1fr;
    gap: 20px;
    align-items: baseline;
  }
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail .arrow {
  transform: rotateZ(-90deg);
  width: 30px;
  height: 30px;
  position: relative;
  top: 6px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail.active {
  opacity: 1;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #thumbnail_nav .thumbnail.active .arrow {
  transform: rotateZ(-180deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #text_dynamic_carousel {
  overflow: hidden;
  display: block;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #text_dynamic_carousel .splide__slide {
  width: 100%;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_body #text_dynamic_carousel .splide__slide h3 {
  font-weight: 100;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap.active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap.active .accord_head .arrow {
  transform: rotateZ(-180deg);
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap.active .accord_body {
  margin: 20px 20px;
  max-height: 2000px;
  padding: 60px 40px;
  opacity: 1;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head {
  border-color: #FF9FCD;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head .accord_title {
  color: #FF9FCD;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head svg.arrow .circle {
  stroke: #FF9FCD;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap .accord_head svg.arrow .arrow_inner {
  fill: #FF9FCD;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap #thumbnail_nav .thumbnail {
  color: #00705A;
  border-color: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap #thumbnail_nav .thumbnail svg.arrow .circle {
  stroke: #FF9FCD;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap #thumbnail_nav .thumbnail svg.arrow .arrow_inner {
  fill: #FF9FCD;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+1) {
  background-color: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) {
  background-color: #0064C5;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) .accord_body #thumbnail_nav .thumbnail {
  color: #0064C5;
  border-color: #0064C5;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) .accord_body #text_dynamic_carousel .splide__slide h3,
.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) .accord_body #text_dynamic_carousel .splide__slide h4,
.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) .accord_body #text_dynamic_carousel .splide__slide h5,
.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) .accord_body #text_dynamic_carousel .splide__slide h6,
.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) .accord_body #text_dynamic_carousel .splide__slide p,
.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+2) .accord_body #text_dynamic_carousel .splide__slide a {
  color: #0064C5;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+3) {
  background-color: #FF9FCD;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+3) .accord_head {
  border-color: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+3) .accord_head .accord_title {
  color: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+3) .accord_head svg.arrow .circle {
  stroke: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+3) .accord_head svg.arrow .arrow_inner {
  fill: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+4) {
  background-color: #27CBAE;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+4) .accord_head {
  border-color: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+4) .accord_head .accord_title {
  color: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+4) .accord_head svg.arrow .circle {
  stroke: #00705A;
}

.section_accordion .accord_container.full_width .accord_col .accord_wrap:nth-child(4n+4) .accord_head svg.arrow .arrow_inner {
  fill: #00705A;
}

.banner.full_height {
  height: 90vh;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .banner.full_height {
    height: 90vh;
  }
}

.banner.full_height .slick-slide .slide_box {
  top: 15vh;
}

@media only screen and (min-width: 768px) {
  .banner.full_height .slick-slide .slide_box {
    top: 25vh;
  }
}

.banner.full_height .slick-slide .slide_image_wrap {
  height: 90vh;
}

@media only screen and (min-width: 768px) {
  .banner.full_height .slick-slide .slide_image_wrap {
    height: 90vh;
  }
}

.banner.half_height {
  height: 90vh;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .banner.half_height {
    height: 70vh;
  }
}

.banner.half_height .slick-slide .slide_box {
  top: 20vh;
}

.banner.half_height .slick-slide .slide_image_wrap {
  height: 90vh;
}

@media only screen and (min-width: 768px) {
  .banner.half_height .slick-slide .slide_image_wrap {
    height: 70vh;
  }
}

.banner .slick-slide {
  position: relative;
}

.banner .slick-slide .slide_box {
  position: absolute;
  width: 100%;
}

.banner .slick-slide .slide_box .location {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .banner .slick-slide .slide_box .location {
    bottom: -50px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .location {
    left: -80px;
    top: 15vh;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.banner .slick-slide .slide_box .container .image_text_area {
  position: relative;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
  width: calc(100% - 60px);
  backdrop-filter: blur(5px);
  background-color: #EEEBE9;
  padding: 30px;
  margin: 0%;
  text-align: center;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
    text-align: left;
    padding: 30px 50px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 200;
    width: 50%;
  }

  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overleft {
    left: 0;
  }

  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overright {
    right: 0;
  }

  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overcenter {
    left: 25%;
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #EEEBE9;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover {
  background-color: #00705A;
  color: #EEEBE9;
}

.banner .slick-slide .slide_image_wrap.bandw img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.banner .slick-slide .slide_image_wrap img {
  object-fit: cover;
}

.banner .slick-arrow {
  color: #FBFBFB;
  opacity: 0.7;
  z-index: 100;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banner .slick-arrow:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banner .slick-arrow:before {
  font-size: 30px;
}

.banner .slick-next {
  right: 20px;
}

.banner .slick-prev {
  left: 20px;
}

.slick-dots {
  bottom: 35px;
  left: 0px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    left: 90px;
    text-align: left;
  }
}

.slick-dots li {
  margin: 0px 20px;
  height: 10px;
  width: 10px;
}

.slick-dots li button {
  background-color: transparent;
  border: 2px solid #FBFBFB;
  border-radius: 50%;
  opacity: 0.8;
  height: 10px;
  width: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-dots li button:hover {
  opacity: 1;
  background-color: #FBFBFB;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #FBFBFB;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_big_text {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_big_text {
    padding: 80px 0;
  }
}

.section_big_text:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_big_text:last-child {
    padding-bottom: 160px;
  }
}

.section_big_text.blur {
  filter: blur(30px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_big_text .title_cont .title_wrap {
  text-align: center;
  width: 60%;
  padding-bottom: 20px;
}

.cta_columns .cta_wrap {
  margin-top: 70px;
}

.cta_columns .cta_wrap:after {
  content: "";
  clear: both;
}

.cta_columns .cta_wrap .cta_col {
  text-align: center;
  margin-bottom: 40px;
}

.cta_columns .cta_wrap .cta_col .image {
  border-radius: 30px;
}

.cta_columns .cta_wrap .cta_col .text {
  margin: 20px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cta_columns .cta_wrap .cta_col .text {
    margin: 20px 10%;
    width: 80%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cta_columns .cta_wrap .cta_col .text {
    margin: 20px 10%;
    width: 80%;
  }
}

.cta_columns .cta_wrap .cta_col .text h3 {
  margin-bottom: 10px;
}

.section_video {
  background-color: #EEEBE9;
  margin-bottom: -1px;
}

.section_video .video_wrapper {
  width: 100%;
  margin-left: 0%;
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper .bg_cover {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper iframe {
    position: relative !important;
    min-height: 32vh;
  }
}

.section_video .video_wrapper .wrapper {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(./assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .section_video .video_wrapper.active .wrapper:after {
    background-image: url();
  }
}

.section_video .video_wrapper .video_buttons .button {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.section_video .video_wrapper .video_buttons .button#play-button {
  cursor: url(./assets/images/svg/cursor-play.svg) 15 15, url(./assets/images/svg/cursor-play.svg) 15 15, move;
}

.section_video .video_wrapper .video_buttons .button#pause-button {
  cursor: url(./assets/images/svg/cursor-pause.svg) 15 15, url(./assets/images/svg/cursor-pause.svg) 15 15, move;
}

.section_video .video_wrapper .video_buttons.autoplay .button#play-button {
  z-index: 100;
  opacity: 0;
}

.section_video .video_wrapper .video_buttons.autoplay .button#pause-button {
  z-index: 101;
  opacity: 1;
}

.section_video .video_wrapper .video_buttons.clickplay .button#play-button {
  z-index: 101;
  opacity: 1;
}

.section_video .video_wrapper .video_buttons.clickplay .button#pause-button {
  z-index: 100;
  opacity: 0;
}

.section_video .video_wrapper .video_text_area {
  position: relative;
  width: 100%;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg {
  width: calc(100% - 60px);
  backdrop-filter: blur(5px);
  background-color: #EEEBE9;
  padding: 30px;
  margin: 0%;
  text-align: center;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg {
    text-align: left;
    padding: 30px 50px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 200;
    width: 50%;
  }

  .section_video .video_wrapper .video_text_area .video_text_area_bg.overleft {
    left: 0;
  }

  .section_video .video_wrapper .video_text_area .video_text_area_bg.overright {
    right: 0;
  }

  .section_video .video_wrapper .video_text_area .video_text_area_bg.overcenter {
    left: 25%;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #EEEBE9;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a.button {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a.button:hover {
  background-color: #00705A;
  color: #EEEBE9;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg h1,
.section_video .video_wrapper .video_text_area .video_text_area_bg h2,
.section_video .video_wrapper .video_text_area .video_text_area_bg h3,
.section_video .video_wrapper .video_text_area .video_text_area_bg h4,
.section_video .video_wrapper .video_text_area .video_text_area_bg h5,
.section_video .video_wrapper .video_text_area .video_text_area_bg h6,
.section_video .video_wrapper .video_text_area .video_text_area_bg p {
  color: #000;
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #EEEBE9;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area .video_text_area_bg a {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.section_video .video_wrapper .video_text_area .video_text_area_bg a:hover {
  background-color: #00705A;
  color: #EEEBE9;
}

.section_video .video_wrapper .video_text_area.clickplay .video_text_area_bg {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .section_video .video_wrapper .video_text_area {
    position: absolute;
    z-index: 200;
    top: 30%;
    width: 50%;
  }

  .section_video .video_wrapper .video_text_area.overleft {
    left: 0;
  }

  .section_video .video_wrapper .video_text_area.overright {
    right: 0;
  }

  .section_video .video_wrapper .video_text_area.overcenter {
    left: 25%;
  }

  .section_video .video_wrapper .video_text_area .video_text_area_bg {
    background-color: #FBFBFB;
    padding: 30px;
  }

  .section_video .video_wrapper .video_text_area.clickplay .video_text_area_bg {
    margin: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 850px) {
  .section_video .video-container .wrapper {
    position: relative;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (max-width: 768px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (max-width: 850px) and (max-width: 768px) {
  .section_video .video-container .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(./assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (max-width: 768px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
only screen and (max-width: 850px) and (max-width: 768px) {
  .section_video .video-container.active .wrapper:after {
    background-image: url();
  }
}

.section_video .native_video {
  border-radius: 12px;
  width: 100vw;
  position: relative;
  top: -10px;
}

.page_header {
  width: 100%;
  height: 60vh;
  padding-bottom: 20px;
  margin-bottom: -20px;
  z-index: 3;
  position: relative;
  margin-top: -67px;
  top: 0;
  background-size: cover;
  background-position: center;
  background-color: #00705A;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
  .page_header {
    height: 65vh;
  }
}

@media only screen and (min-width: 1600px) {
  .page_header {
    height: 60vh;
  }
}

.page_header.blur {
  filter: blur(14px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_header.home {
  position: sticky;
  top: -10rem;
  z-index: 0;
}

@media only screen and (min-width: 1200px) {
  .page_header.home {
    height: 78vh;
  }
}

.page_header.home .container {
  height: 100%;
  display: grid;
}

.page_header.home .title_wrap {
  align-self: end;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.page_header.home .title_wrap.blur {
  filter: blur(30px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
  .page_header.home .title_wrap {
    margin-bottom: 70px;
  }
}

.page_header.home .title_wrap .pikkle_logo_wrap {
  flex-basis: 100%;
  margin-bottom: 20px;
}

.page_header.home .title_wrap .pikkle_logo_wrap svg path {
  opacity: 0;
}

.page_header.home .title_wrap .heading_logo_wrap {
  opacity: 0;
}

.page_header.home .title_wrap .heading_logo_wrap.reveal {
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page_header.home .title_wrap .strapline h4,
.page_header.home .title_wrap .strapline_bottom {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  color: #FF9FCD;
  text-transform: none;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {

  .page_header.home .title_wrap .strapline h4,
  .page_header.home .title_wrap .strapline_bottom {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {

  .page_header.home .title_wrap .strapline h4,
  .page_header.home .title_wrap .strapline_bottom {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {

  .page_header.home .title_wrap .strapline h4,
  .page_header.home .title_wrap .strapline_bottom {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .page_header.home .title_wrap .strapline h4,
  .page_header.home .title_wrap .strapline_bottom {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  .page_header.home .title_wrap .strapline h4,
  .page_header.home .title_wrap .strapline_bottom {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {

  .page_header.home .title_wrap .strapline h4,
  .page_header.home .title_wrap .strapline_bottom {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {

  .page_header.home .title_wrap .strapline h4,
  .page_header.home .title_wrap .strapline_bottom {
    font-size: 36px;
    line-height: 42px;
  }
}

.page_header.home .title_wrap .strapline_bottom {
  font-weight: 500 !important;
}

.page_header.home .title_wrap .arrow_down {
  position: relative;
  max-width: 40px;
  max-height: 70px;
}

@media (min-width: 1180px) {
  .page_header.home .title_wrap {
    grid-template-columns: 4fr 1.5fr 0.1fr;
    grid-template-rows: unset;
    gap: 100px;
  }

  .page_header.home .title_wrap h1 {
    max-width: 100%;
  }

  .page_header.home .title_wrap h1 .word {
    position: relative;
  }

  .page_header.home .title_wrap .text_body {
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .page_header.home .title_wrap {
    gap: 60px;
  }
}

@media (min-width: 1180px) {
  .page_header.home .title_wrap.homepage_title_wrap {
    grid-template-columns: 4fr 1.5fr 0.1fr;
  }
}

@media only screen and (max-width: 768px) {
  .page_header.home .title_wrap.homepage_title_wrap h1 {
    font-size: 5rem;
  }

  .page_header.home .title_wrap.homepage_title_wrap .arrow_down {
    display: none;
  }
}

.page_header.top_level,
.page_header.small {
  display: grid;
  align-items: end;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page_header.top_level .title_wrap,
.page_header.small .title_wrap {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {

  .page_header.top_level .title_wrap,
  .page_header.small .title_wrap {
    margin-bottom: 60px;
  }
}

.page_header.top_level .title_wrap h6,
.page_header.small .title_wrap h6 {
  color: #FBFBFB;
}

.page_header.top_level .title_wrap h1,
.page_header.small .title_wrap h1 {
  word-wrap: break-word;
}

.page_header.top_level.blue,
.page_header.small.blue {
  background-image: url(./assets/images/png/blue_bg_1.png);
}

.page_header.top_level.blue .title_wrap h6,
.page_header.small.blue .title_wrap h6 {
  color: #FBFBFB;
}

.page_header.top_level.blue .title_wrap h1,
.page_header.small.blue .title_wrap h1 {
  color: #FF9FCD;
}

.page_header.top_level.green,
.page_header.small.green {
  background-image: url(./assets/images/png/green-bg.png);
}

.page_header.top_level.green .title_wrap h6,
.page_header.small.green .title_wrap h6 {
  color: #FBFBFB;
}

.page_header.top_level.green .title_wrap h1,
.page_header.small.green .title_wrap h1 {
  color: #FF9FCD;
}

.page_header.top_level.pink,
.page_header.small.pink {
  background-image: url(./assets/images/png/pink-bg.png);
}

.page_header.top_level.grey,
.page_header.small.grey {
  background-image: url(./assets/images/png/grey-bg.png);
}

.page_header.top_level.mint,
.page_header.small.mint {
  background-image: url(./assets/images/png/mint-bg.png);
}

@media only screen and (min-width: 1200px) {
  .page_header.small {
    height: 50vh;
  }
}

.page_header.post_inner {
  display: grid;
  align-items: end;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page_header.post_inner .title_wrap {
  margin-bottom: 60px;
}

.page_header.post_inner .title_wrap h6 {
  color: #FBFBFB;
}

.page_header.post_inner.blue {
  background-image: url(./assets/images/png/blue_bg_1.png);
}

.page_header.post_inner.blue .title_wrap h1 {
  color: #FF9FCD;
}

.page_header.post_inner.green {
  background-image: url(./assets/images/png/green-bg.png);
}

.page_header.post_inner.green .title_wrap h1 {
  color: #FF9FCD;
}

.page_header.post_inner.mint {
  background-image: url(./assets/images/png/mint-bg.png);
}

.page_header.post_inner.mint .title_wrap h1 {
  color: #00705A;
}

.page_header.post_inner.pink {
  background-image: url(./assets/images/png/pink-bg.png);
}

.page_header.post_inner.pink .title_wrap h1 {
  color: #00705A;
}

.hero {
  padding-top: 70px;
}

@media only screen and (min-width: 1200px) {
  .hero {
    padding-top: 0;
  }
}

.hero .video {
  width: 100%;
  height: auto;
  position: relative;
}

.hero .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .hero .video .title_wrap {
    position: absolute;
    bottom: 200px;
    width: 80%;
  }
}

.hero .slider .slick-next,
.hero .slider .slick-prev {
  display: none;
}

.hero .slider .slick-dots {
  left: 0;
  width: 100%;
  text-align: center;
}

.hero .slider .slick-dots button {
  border-color: #000;
}

.hero .slider .slick-dots .slick-active button {
  background-color: #000;
}

.hero .slider .slick-prev {
  left: 10px;
  width: 60px;
}

.hero .slider .slick-prev:before {
  content: url("./assets/images/svg/arrow-back.svg");
  color: #000;
}

.hero .slider .slick-next {
  right: 10px;
  width: 60px;
}

.hero .slider .slick-next:before {
  content: url("./assets/images/svg/arrow-next.svg");
  color: #000;
}

.hero .slider.show_dots .slick-dots {
  display: block;
}

.hero .slider.show_arrows .slick-next,
.hero .slider.show_arrows .slick-prev {
  display: block;
}

.hero .slider .slick-slide .slide {
  position: relative;
  height: 100vh;
}

.hero .slider .slick-slide .slide .slide_image_wrap {
  height: 100vh;
  background-size: cover;
  object-fit: cover;
}

.hero .slider .slick-slide .slide .slide_text_wrap {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
}

.hero .hero_image {
  height: 100vh;
  position: relative;
  display: flex;
}

.hero .hero_image .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: end;
  padding-bottom: 100px;
}

.hero .hero_image .content_wrap .title_wrap {
  grid-column: 1 / span 3;
}

.hero .hero_editorial {
  padding: 50px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .hero .hero_editorial {
    padding: 80px 0;
  }
}

.hero .hero_editorial:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .hero .hero_editorial:last-child {
    padding-bottom: 160px;
  }
}

.hero .hero_editorial .title_wrap {
  padding-top: 100px;
  grid-column: 1 / span 3;
}

.hero .hero_editorial .text_body {
  grid-column: 3 / -1;
}

.hero .hero_editorial .image_wrap {
  grid-column: 1 / span 2;
}

.section_text {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_text {
    padding: 80px 0;
  }
}

.section_text:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_text:last-child {
    padding-bottom: 160px;
  }
}

.section_text .container .title_bar {
  padding-bottom: 5px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section_text .container .title_bar {
    padding-bottom: 8px;
  }
}

.section_text .container .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text .container .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text .container .title_box {
  padding-bottom: 20px;
}

.section_text .container .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_text .container .title_box .title_wrap .big_title {
  padding-bottom: 20px;
  word-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_text .container .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_text .container .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text .container .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_text .container .title_box .glance_box {
  border-radius: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #E6E2DF;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .title_box .glance_box {
    padding: 12px;
  }
}

.section_text .container .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_text .container .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 12px;
  max-width: 40px;
}

.section_text .container .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.section_text .container .title_box .glance_box {
  min-width: 250px;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .text_no_cols .no_col_body {
    width: 50%;
  }
}

.section_text .container .text_cols {
  display: grid;
}

@media only screen and (min-width: 768px) {
  .section_text .container .text_cols {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 75%;
  }
}

.section_text .container .text_cols .col_title.border_bottom {
  border-bottom: 1px solid #000;
}

.section_text .container .text_cols .col_body {
  padding-bottom: 40px;
}

.section_text .container .stats_wrap {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .stats_wrap {
    gap: 20px;
  }
}

.section_text .container .text_container {
  display: grid;
  row-gap: 40px;
}

@media only screen and (min-width: 1200px) {
  .section_text .container .text_container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr 1fr;
    column-gap: 180px;
    row-gap: 0px;
    padding: 100px 0px;
  }

  .section_text .container .text_container .text_body {
    grid-row: 2;
    grid-column: 2;
  }

  .section_text .container .text_container .text_body p,
  .section_text .container .text_container .text_body h5,
  .section_text .container .text_container .text_body h4,
  .section_text .container .text_container .text_body h3,
  .section_text .container .text_container .text_body h2,
  .section_text .container .text_container .text_body a,
  .section_text .container .text_container .text_body li {
    color: #171717;
  }

  .section_text .container .text_container.align_cols {
    grid-template-rows: unset;
  }
}

.section_text_image {
  padding: 80px 0;
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .section_text_image {
    padding: 120px 0;
  }
}

.section_text_image:last-child {
  padding-bottom: 160px;
}

.section_text_image .inner_bg {
  padding: 30vh 0;
  background-color: #E6E2DF;
}

.section_text_image .container .title_wrap {
  display: flex;
  text-align: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 25vh;
  z-index: 1;
}

.section_text_image .container .big_title.title_bottom {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .title_wrap {
    width: 55%;
    margin: 0 auto;
  }

  .section_text_image .container .big_title {
    font-size: 108px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .big_title {
    font-size: 120px;
  }

  .section_text_image .container .intro_text {
    width: 80%;
  }
}

.section_text_image .container .text_image_columns.column_count-1 {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_columns.column_count-1 {
    width: 50%;
  }
}

.section_text_image .container .text_image_columns.column_count-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.section_text_image .container .text_image_columns.column_count-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.section_text_image .container .text_image_editorial {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(14, 100px);
  gap: 20px;
  padding-bottom: 60px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(24, 100px);
    gap: 20px;
  }
}

.section_text_image .container .text_image_editorial #jar_pink {
  position: absolute;
  top: 49rem;
  left: 0;
  width: 48px;
  height: 240px;
  z-index: 99;
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial #jar_pink {
    top: 30rem;
    right: 19rem;
    width: 110px;
    height: 200px;
  }
}

.section_text_image .container .text_image_editorial #jar_blue {
  position: absolute;
  top: 13rem;
  left: 14rem;
  width: 43px;
  height: 160px;
  z-index: 99;
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial #jar_blue {
    top: 54rem;
    left: 32rem;
    width: 110px;
    height: 200px;
  }
}

.section_text_image .container .text_image_editorial #jar_green {
  position: absolute;
  top: 79rem;
  right: 25rem;
  width: 70px;
  height: 160px;
  z-index: 99;
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial #jar_green {
    top: 79rem;
    right: 20rem;
    width: 110px;
    height: 200px;
  }
}

.section_text_image .container .text_image_editorial .item_wrap {
  height: fit-content;
  width: fit-content;
  position: relative;
  z-index: 9;
}

.section_text_image .container .text_image_editorial .item_wrap .ani_background_reveal {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00705A;
  width: 100%;
  height: 100%;
}

.section_text_image .container .text_image_editorial .item_wrap img {
  border-radius: 12px;
}

.section_text_image .container .text_image_editorial .item_wrap .text_wrap h2 {
  font-size: 60px;
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap .text_wrap h2 {
    font-size: 200px;
    line-height: 1;
    text-align: center;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-1 {
  grid-column: 1 / span 8;
  grid-row: 3;
}

.section_text_image .container .text_image_editorial .item_wrap.row-1 img {
  max-height: 300px;
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-1 img {
    max-height: 380px;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-2 {
  grid-column: 10 / span 3;
  grid-row: 4;
}

.section_text_image .container .text_image_editorial .item_wrap.row-2 img {
  max-height: 350px;
  max-width: 100px;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-2 img {
    max-width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-2 {
    grid-column: 9 / span 3;
    grid-row: 7;
  }

  .section_text_image .container .text_image_editorial .item_wrap.row-2 img {
    max-height: 480px;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-3 {
  grid-column: 1 / span 8;
  grid-row: 11;
}

.section_text_image .container .text_image_editorial .item_wrap.row-3 .image_wrap {
  padding-left: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-3 {
    grid-column: 2 / span 3;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-3 {
    grid-column: 2 / span 3;
    grid-row: 11;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-4 {
  grid-column: 9 / span 4;
  grid-row: 9;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-4 {
    grid-row: 10;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-4 {
    grid-column: 10 / span 3;
    grid-row: 16;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-4 img {
  max-height: 400px;
  object-fit: cover;
  aspect-ratio: 2/1;
}

.section_text_image .container .text_image_editorial .item_wrap.row-5 {
  grid-column: 2 / span 9;
  grid-row: 10;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-5 {
    grid-column: 1 / span 4;
    grid-row: 17;
  }
}

.section_text_image .container .text_image_editorial .item_wrap.row-6 {
  grid-column: 6 / span 5;
  grid-row: 12;
}

@media only screen and (min-width: 768px) {
  .section_text_image .container .text_image_editorial .item_wrap.row-6 {
    grid-column: 6 / span 5;
    grid-row: 21;
  }
}

.section_images.transparent_plus_padding {
  background-color: transparent;
  padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) {
  .section_images.transparent_plus_padding {
    padding-bottom: 200px;
  }
}

.section_images.pad_standard {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_images.pad_standard {
    padding: 80px 0;
  }
}

.section_images.pad_standard:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_images.pad_standard:last-child {
    padding-bottom: 160px;
  }
}

.section_images.pad_large {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_images.pad_large {
    padding: 120px 0;
  }
}

.section_images.pad_large:last-child {
  padding-bottom: 160px;
}

.section_images.pad_small {
  padding-bottom: 1.5625vw;
}

.section_images.remove_top_padding {
  padding-top: 0px;
}

.section_images.bg_black {
  background-color: #171717;
}

.section_images.bg_white {
  background-color: #FBFBFB;
}

.section_images.bg_white .images_editorial_grid {
  padding: 50px;
}

@media only screen and (min-width: 1200px) {
  .section_images.bg_white .images_editorial_grid {
    padding: 180px;
  }
}

.section_images .images_editorial_grid {
  display: grid;
}

.section_images .images_editorial_grid img {
  object-fit: cover;
  border-radius: 12px;
}

.section_images .images_editorial_grid.remove_border_radius img {
  border-radius: 0px;
}

.section_images .images_editorial_grid.big_image {
  grid-template-columns: 1fr;
}

.section_images .images_editorial_grid.editorial {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 1.5625vw;
}

.section_images .images_editorial_grid.editorial .row-1 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 2;
}

@media only screen and (min-width: 1200px) {
  .section_images .images_editorial_grid.editorial .row-1 {
    grid-column: 2 / span 4;
    grid-row: 1 / span 2;
  }
}

.section_images .images_editorial_grid.editorial .row-2 {
  grid-column: 7 / span 6;
  grid-row: 2 / span 4;
}

@media only screen and (min-width: 1200px) {
  .section_images .images_editorial_grid.editorial .row-2 {
    grid-column: 8 / span 4;
    grid-row: 1 / span 3;
  }
}

.section_images .images_editorial_grid.editorial .row-3 {
  grid-column: 1 / span 6;
  grid-row: 4 / span 6;
}

@media only screen and (min-width: 1200px) {
  .section_images .images_editorial_grid.editorial .row-3 {
    grid-column: 3 / span 4;
    grid-row: 4 / span 2;
  }
}

.section_images .images_editorial_grid.two_images {
  grid-template-rows: repeat(2, 1fr);
}

.section_images .images_editorial_grid.two_images .row-2 {
  grid-column: 7 / span 5;
  grid-row: 1 / span 3;
}

.section_images .images_editorial_grid.two_images .row-1 {
  grid-column: 2 / span 3;
  grid-row: 1 / span 1;
}

.section_images .images_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625vw;
}

.section_images .images_grid img {
  object-fit: cover;
  border-radius: 12px;
}

.section_images .images_grid.remove_border_radius img {
  border-radius: 0px;
}

.section_images .images_grid video {
  height: 100%;
}

.section_images .wheels_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .section_images .wheels_grid {
    grid-template-columns: 0.5fr 1fr 1.4fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .section_images .wheels_grid .wheel_wrap img {
    max-width: 150px;
  }
}

.section_images .splide .splide__track .splide__list {
  margin: 0 -10%;
}

.section_images .splide .splide__track .splide__list .splide__slide {
  position: relative;
}

.section_images .splide .splide__track .splide__list .splide__slide .slide_image {
  border-radius: 12px;
  object-fit: cover;
}

.section_images .splide .splide__track .splide__list .splide__slide .slide_image.og_dimensions {
  height: auto;
}

.section_images .splide .splide__track .splide__list .splide__slide .text_wrapper .client_logo {
  position: absolute;
  max-height: 100px;
  max-width: 200px;
  left: 20px;
  top: 20px;
}

.section_images .splide .splide__track .splide__list .splide__slide .text_wrapper .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 200;
}

.section_image {
  background: transparent;
  z-index: 9;
}

.section_image.overlap_top {
  margin-top: -2rem;
  padding-bottom: 1rem;
  margin-bottom: -2rem;
}

.section_image .image-container {
  width: 100%;
  margin-left: 0%;
  position: relative;
}

.section_image .image-container .wrapper {
  position: relative;
  height: 60vh;
}

@media only screen and (min-width: 768px) {
  .section_image .image-container .wrapper {
    height: unset;
  }
}

.section_image .image-container .wrapper .image_area {
  height: 100%;
}

.section_image .image-container .wrapper .image_area img {
  object-fit: cover;
  border-radius: 12px;
}

.section_image .image-container .image_text_area {
  position: relative;
  width: 100%;
}

.section_image .image-container .image_text_area .grid_img .image_text_area_bg {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .section_image .image-container .image_text_area {
    position: absolute;
    z-index: 200;
    top: 30%;
    width: 50%;
  }

  .section_image .image-container .image_text_area.overleft {
    left: 0;
  }

  .section_image .image-container .image_text_area.overright {
    right: 0;
  }

  .section_image .image-container .image_text_area.overcenter {
    left: 25%;
  }

  .section_image .image-container .image_text_area .image_text_area_bg {
    background-color: #FBFBFB;
    padding: 30px;
  }

  .section_image .image-container .image_text_area .grid_img .image_text_area_bg {
    margin: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 850px) {
  .section_image .image-container .wrapper {
    position: relative;
  }
}

.section_text_and_grid {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid {
    padding: 80px 0;
  }
}

.section_text_and_grid:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid:last-child {
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid {
    padding-bottom: 280px;
  }
}

.section_text_and_grid.grey {
  background-color: #E6E2DF;
}

.section_text_and_grid .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .title_bar {
    padding-bottom: 8px;
  }
}

.section_text_and_grid .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text_and_grid .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_text_and_grid .title_box {
  padding-bottom: 20px;
}

.section_text_and_grid .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_text_and_grid .title_box .title_wrap .big_title {
  padding-bottom: 20px;
  word-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_text_and_grid .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_text_and_grid .title_box .glance_box {
  border-radius: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #E6E2DF;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .title_box .glance_box {
    padding: 12px;
  }
}

.section_text_and_grid .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_text_and_grid .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 12px;
  max-width: 40px;
}

.section_text_and_grid .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.section_text_and_grid .grid {
  padding-top: 50px;
}

@media (min-width: 600px) {
  .section_text_and_grid .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.section_text_and_grid .grid.hide_on_modal {
  height: 100vh;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.three_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.four_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid.five_col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.section_text_and_grid .grid.center_content .grid_cell {
  text-align: center !important;
}

.section_text_and_grid .grid .grid_cell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 70px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_text_and_grid .grid .grid_cell a {
  position: relative;
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .grid .grid_cell a {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .grid .grid_cell a {
    margin: 0;
  }

  .section_text_and_grid .grid .grid_cell a img {
    height: 16px;
  }
}

.section_text_and_grid .grid .grid_cell a span {
  display: flex;
  align-items: start;
}

.section_text_and_grid .grid .grid_cell a span img {
  position: relative;
  top: 0px;
  left: 0px;
}

.section_text_and_grid .grid .grid_cell a:before {
  position: absolute;
  left: 0px;
  top: 0px;
}

.section_text_and_grid .grid .grid_cell a:after {
  display: none;
}

.section_text_and_grid .grid .grid_cell a:hover:before {
  transform: translateX(150%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell a:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell a:hover span {
  transform: translateX(58px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell a:hover span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell p {
  text-align: left;
  font-weight: 600px;
}

.section_text_and_grid .grid .grid_cell:hover a:before {
  transform: translateX(0%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell:hover a:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell:hover a span {
  transform: translateX(58px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_text_and_grid .grid .grid_cell:hover a span img {
  transform: translateX(155%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .grid .grid_cell {
    text-align: left;
    align-items: start;
    margin-bottom: 0;
  }

  .section_text_and_grid .grid .grid_cell h5 {
    margin-bottom: unset;
  }
}

.section_text_and_grid .grid .grid_cell img {
  max-height: 180px;
}

@media only screen and (min-width: 768px) {
  .section_text_and_grid .grid .grid_cell img {
    width: auto;
  }
}

.section_text_and_grid .grid .grid_cell.button_at_bottom {
  display: grid;
}

.section_text_and_grid .grid .grid_cell .open_grid_modal,
.section_text_and_grid .grid .grid_cell .download_buton {
  width: fit-content;
}

@media only screen and (max-width: 768px) {

  .section_text_and_grid .grid .grid_cell .open_grid_modal,
  .section_text_and_grid .grid .grid_cell .download_buton {
    justify-self: center;
  }
}

.section_text_and_grid .grid .grid_modal {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: grey;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  padding-top: 110px;
}

@media only screen and (max-width: 768px) {
  .section_text_and_grid .grid .grid_modal {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid .grid_modal {
    padding-top: 150px;
  }
}

.section_text_and_grid .grid .grid_modal.active {
  z-index: 99;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_text_and_grid .grid .grid_modal .container {
  padding: 20px 0 120px;
}

.section_text_and_grid .grid .grid_modal .modal_close {
  position: fixed;
  top: 90px;
  right: 20px;
  width: 40px;
  height: 40px;
}

.section_text_and_grid .grid .grid_modal .modal_close:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  filter: opacity(0.5);
}

.section_text_and_grid .grid .grid_modal p {
  font-size: 12px;
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .section_text_and_grid .grid .grid_modal p {
    font-size: 18px;
    margin-top: 40px;
  }
}

.section_posts_agg {
  padding: 50px 0;
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg {
    padding: 80px 0;
  }
}

.section_posts_agg:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg:last-child {
    padding-bottom: 160px;
  }
}

.section_posts_agg.header_window {
  margin-top: 600px;
  padding: 0;
}

.section_posts_agg.remove_top_padding {
  padding-top: 0;
}

.section_posts_agg .post_wrapper {
  opacity: 0;
  transform: translate(0, -10vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_wrapper.fade_top {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .title_bar {
  padding-bottom: 5px;
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .title_bar {
    padding-bottom: 8px;
  }
}

.section_posts_agg .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_posts_agg .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_bar {
    width: calc(100vw - 3.125vw);
  }
}

.section_posts_agg .title_box {
  padding-bottom: 20px;
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
}

.section_posts_agg .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_posts_agg .title_box .title_wrap .big_title {
  padding-bottom: 20px;
  word-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_posts_agg .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_posts_agg .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_posts_agg .title_box .glance_box {
  border-radius: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #E6E2DF;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_box .glance_box {
    padding: 12px;
  }
}

.section_posts_agg .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_posts_agg .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 12px;
  max-width: 40px;
}

.section_posts_agg .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .title_box {
    width: calc(100vw - 3.125vw);
  }
}

.section_posts_agg .post_rows {
  display: block;
}

.section_posts_agg .post_rows .post_row {
  display: block;
  border-top: solid 1px #E6E2DF;
}

.section_posts_agg .post_rows .post_row .post_row_grid {
  display: grid;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_rows .post_row .post_row_grid {
    grid-template-columns: 1.2fr 0.2fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_rows .post_row .post_row_grid {
    grid-template-columns: 6fr 2fr 5fr;
  }
}

.section_posts_agg .post_rows .post_row .post_row_grid .title_col h3 {
  font-weight: 300;
}

.section_posts_agg .post_rows .post_row .post_row_grid .meta_col {
  display: flex;
  gap: 12px;
}

.section_posts_agg .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap {
  display: flex;
  gap: 40px;
}

.section_posts_agg .post_rows .post_row .post_row_grid .meta_col .jobs_meta_wrap h6 {
  white-space: nowrap;
  border: none;
  padding: 0px;
}

.section_posts_agg .post_rows .post_row .post_row_grid .link_col {
  justify-self: end;
}

.section_posts_agg .post_rows .post_row .post_row_grid .images_wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_rows .post_row .post_row_grid .images_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .section_posts_agg .post_rows .post_row .post_row_grid .images_wrap .image_wrap {
    opacity: 0;
  }

  .section_posts_agg .post_rows .post_row .post_row_grid .images_wrap .image_wrap img {
    height: 80px;
    width: 120px;
  }
}

.section_posts_agg .post_rows .post_row:hover {
  background-color: #4A4A4A;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(2) {
  transition-delay: 0.2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(3) {
  transition-delay: 0.3s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(4) {
  transition-delay: 0.4s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(5) {
  transition-delay: 0.5s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(6) {
  transition-delay: 0.6s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(7) {
  transition-delay: 0.7s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(8) {
  transition-delay: 0.8s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(9) {
  transition-delay: 0.9s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(10) {
  transition-delay: 1s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(11) {
  transition-delay: 1.1s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(12) {
  transition-delay: 1.2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(13) {
  transition-delay: 1.3s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(14) {
  transition-delay: 1.4s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(15) {
  transition-delay: 1.5s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(16) {
  transition-delay: 1.6s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(17) {
  transition-delay: 1.7s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(18) {
  transition-delay: 1.8s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(19) {
  transition-delay: 1.9s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(20) {
  transition-delay: 2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(21) {
  transition-delay: 2.1s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(22) {
  transition-delay: 2.2s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(23) {
  transition-delay: 2.3s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap:nth-child(24) {
  transition-delay: 2.4s !important;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_rows .post_row:hover .image_wrap.visible {
  opacity: 1;
}

.section_posts_agg .post_grid {
  width: calc(100vw - 6.25vw);
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: grid;
  gap: 1.5625vw;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid {
    width: calc(100vw - 3.125vw);
  }
}

.section_posts_agg .post_grid .grid_cell {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
  position: relative;
}

.section_posts_agg .post_grid .grid_cell:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_grid .grid_cell .slideshow {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  height: 80%;
  z-index: 1;
  border-radius: 12px;
}

.section_posts_agg .post_grid .grid_cell .slideshow .portfolio_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.section_posts_agg .post_grid .grid_cell .slideshow .portfolio_image_wrap img {
  object-fit: cover;
  border-radius: 12px;
}

.section_posts_agg .post_grid .grid_cell .slideshow .portfolio_image_wrap.show {
  opacity: 1;
  visibility: visible;
}

.section_posts_agg .post_grid .grid_cell .slideshow:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_grid .grid_cell .overlay_image_wrapper {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}

.section_posts_agg .post_grid .grid_cell .overlay_image_wrapper:hover {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .post_grid .grid_cell .text_wrapper {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: grid;
  gap: 16px;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid .grid_cell .text_wrapper {
    padding: 20px 20px 20px 0px;
  }
}

.section_posts_agg .post_grid .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 10px;
}

.section_posts_agg .post_grid .grid_cell .arrow {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  right: -40px;
  width: 300px;
  height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid .grid_cell .arrow {
    display: block;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.two_columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.three_columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
  }
}

.section_posts_agg .post_grid.four_columns {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.four_columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid.four_columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.section_posts_agg .post_grid.four_columns .grid_cell .overlay_image_wrapper {
  background-size: 140%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper {
  padding-top: 10px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: start;
  height: 25%;
}

.section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper h3 {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper {
    justify-content: space-between;
    height: 30%;
  }
}

.section_posts_agg .post_grid.four_columns .grid_cell .text_wrapper .meta_wrapper {
  display: flex;
  gap: 20px;
}

.section_posts_agg .post_grid.four_columns .grid_cell:hover .overlay_image_wrapper {
  opacity: 1;
  background-size: 150%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.section_posts_agg .link_box {
  text-align: center;
  margin-top: 30px;
}

.section_posts_agg .post_slider .slick-track {
  display: inline-flex;
  gap: 20px;
}

.section_posts_agg .post_slider .grid_cell {
  border-radius: 30px;
  background-color: #EEEBE9;
  border: solid 1px #000;
}

.section_posts_agg .post_slider .grid_cell .image_wrapper {
  height: 200px;
}

.section_posts_agg .post_slider .grid_cell .text_wrapper {
  display: grid;
  gap: 20px;
  padding: 10px;
}

@media only screen and (min-width: 1200px) {
  .section_posts_agg .post_slider .grid_cell .text_wrapper {
    padding: 20px;
  }
}

.section_posts_agg .post_slider .grid_cell .text_wrapper .text_title_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section_posts_agg .post_slider .grid_cell .text_wrapper img {
  max-width: 15%;
}

.section_posts_agg .posts_editorial {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

.section_posts_agg .posts_editorial .post_wrapper {
  grid-column: 1 / span 3;
}

.section_posts_agg .posts_editorial .post_wrapper .image_wrapper {
  aspect-ratio: 18 / 9;
  margin-bottom: 40px;
}

.section_posts_agg .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 3 / span 2;
}

.section_posts_agg .posts_editorial .post_wrapper:nth-child(2) {
  grid-column: 2/ span 4;
}

.section_posts_agg .posts_editorial .post_wrapper .text_wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .posts_editorial .post_wrapper .text_wrapper .arrow {
  position: relative;
  right: 0;
  max-width: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_posts_agg .posts_editorial .post_wrapper:hover .image_wrapper img {
  transform: scale(1.2);
}

.section_posts_agg .posts_editorial .post_wrapper:hover .text_wrapper .arrow {
  right: -20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_cta_banner {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner {
    padding: 80px 0;
  }
}

.section_cta_banner:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner:last-child {
    padding-bottom: 160px;
  }
}

.section_cta_banner .cta_container {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.section_cta_banner .cta_container .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.section_cta_banner .cta_container .title_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_cta_banner .cta_container .cta_simple_text,
.section_cta_banner .cta_container .cta_big_heading {
  text-align: center;
}

.section_cta_banner .cta_container .cta_simple_text .title_bar,
.section_cta_banner .cta_container .cta_big_heading .title_bar {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.section_cta_banner .cta_container .cta_simple_text .title_bar .small_title_one,
.section_cta_banner .cta_container .cta_big_heading .title_bar .small_title_one {
  display: none;
}

.section_cta_banner .cta_container .cta_simple_text .title_bar .big_title_top,
.section_cta_banner .cta_container .cta_big_heading .title_bar .big_title_top {
  font-weight: 100;
}

@media only screen and (min-width: 768px) {

  .section_cta_banner .cta_container .cta_simple_text .title_bar,
  .section_cta_banner .cta_container .cta_big_heading .title_bar {
    margin-bottom: 90px;
    flex-direction: row;
  }

  .section_cta_banner .cta_container .cta_simple_text .title_bar .small_title_one,
  .section_cta_banner .cta_container .cta_big_heading .title_bar .small_title_one {
    display: block;
  }
}

.section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
.section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
  color: #FF9FCD;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {

  .section_cta_banner .cta_container .cta_simple_text .text_wrap,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap {
    padding: 0px 0px 40px 0px;
  }

  .section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
    font-family: "Obviously", Arial, Sans Serif;
    font-size: 44px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: -3px;
    color: #00705A;
    -webkit-font-smoothing: antialiased;
    color: #FF9FCD;
    font-weight: 300 !important;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {

  .section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {

  .section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1600px) {

  .section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  .section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {

  .section_cta_banner .cta_container .cta_simple_text .text_wrap h4.body_text,
  .section_cta_banner .cta_container .cta_big_heading .text_wrap h4.body_text {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_cta_banner .cta_container .cta_simple_text .links_wrap,
.section_cta_banner .cta_container .cta_big_heading .links_wrap {
  margin-top: 50px;
}

.section_cta_banner .cta_container .cta_simple_text {
  padding: 80px 20px 120px 20px;
}

@media only screen and (min-width: 768px) {
  .section_cta_banner .cta_container .cta_simple_text {
    padding: 160px 0 200px 0;
  }
}

.section_cta_banner .cta_container .cta_big_heading {
  padding: 50px 20px 90px 20px;
}

@media only screen and (min-width: 768px) {
  .section_cta_banner .cta_container .cta_big_heading {
    padding: 70px 0 120px 0;
  }
}

.section_cta_banner .cta_container .cta_big_heading .title_bar {
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .section_cta_banner .cta_container .cta_big_heading {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {

  .section_cta_banner .cta_container .cta_big_heading .big_title_top,
  .section_cta_banner .cta_container .cta_big_heading .big_title {
    font-family: "Obviously", Arial, Sans Serif;
    font-size: 120px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -6px;
    line-height: 1;
    color: #00705A;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 768px) {

  .section_cta_banner .cta_container .cta_big_heading .big_title_top,
  .section_cta_banner .cta_container .cta_big_heading .big_title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) {

  .section_cta_banner .cta_container .cta_big_heading .big_title_top,
  .section_cta_banner .cta_container .cta_big_heading .big_title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1600px) {

  .section_cta_banner .cta_container .cta_big_heading .big_title_top,
  .section_cta_banner .cta_container .cta_big_heading .big_title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .section_cta_banner .cta_container .cta_big_heading .big_title_top,
  .section_cta_banner .cta_container .cta_big_heading .big_title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 1200px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  .section_cta_banner .cta_container .cta_big_heading .big_title_top,
  .section_cta_banner .cta_container .cta_big_heading .big_title {
    font-size: 3.5rem;
    letter-spacing: -6px;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 768px) {

  .section_cta_banner .cta_container .cta_big_heading .big_title_top,
  .section_cta_banner .cta_container .cta_big_heading .big_title {
    font-size: 3.5rem;
    letter-spacing: -6px;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner .cta_container .cta_big_heading .body_text {
    font-size: 28px;
    line-height: 39px;
    color: #FBFBFB;
  }
}

.section_cta_banner .cta_container .cta_text_image {
  border-radius: 15px;
}

@media only screen and (min-width: 1200px) {
  .section_cta_banner .cta_container .cta_text_image {
    border: solid 0.5px #E6E2DF;
    padding: 6px;
  }
}

.section_cta_banner .cta_container .cta_text_image .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_cta_banner .cta_container .cta_text_image .text_wrap {
    padding: 30px 30px 100px 30px;
  }
}

.section_cta_banner .cta_container .cta_text_image .text_wrap .title_wrap {
  padding-bottom: 20px;
  display: grid;
  gap: 30px;
}

.section_cta_banner .cta_container .cta_text_image .text_wrap .links_wrap {
  display: grid;
  gap: 15px;
  margin-top: 50px;
}

.section_cta_banner .cta_container .cta_text_image .text_wrap .links_wrap a {
  width: fit-content;
  display: flex;
}

.section_cta_banner .cta_container .cta_text_image .text_wrap .links_wrap a img {
  width: 10px;
  height: 10px;
}

.section_cta_banner .cta_container .cta_text_image .image_wrap img {
  border-radius: 12px;
  object-fit: cover;
}

.section_cta_banner .cta_container.blue_bg {
  background-image: url("assets/images/png/blue_bg_1.png");
}

.section_cta_banner .cta_container.blue_bg .title,
.section_cta_banner .cta_container.blue_bg .big_title {
  color: #FF9FCD;
}

.section_cta_banner .cta_container.blue_bg .small_title,
.section_cta_banner .cta_container.blue_bg a {
  color: #FBFBFB;
  border-color: #FBFBFB;
}

.section_cta_banner .cta_container.blue_bg .text_wrap h2.body_text {
  color: #FF9FCD;
}

.section_cta_banner .cta_container.mint_bg {
  background-image: url("assets/images/png/mint_bg.png");
}

.section_cta_banner .cta_container.mint_bg .text_wrap .title,
.section_cta_banner .cta_container.mint_bg .text_wrap .big_title {
  color: #00705A;
}

.section_cta_banner .cta_container.mint_bg .text_wrap .small_title,
.section_cta_banner .cta_container.mint_bg .text_wrap h4.body_text,
.section_cta_banner .cta_container.mint_bg .text_wrap a {
  color: #FBFBFB;
  border-color: #FBFBFB;
}

.section_cta_banner .cta_container.pink_bg {
  background-image: url("assets/images/png/pink_bg.png");
}

.section_cta_banner .cta_container.pink_bg .text_wrap .title,
.section_cta_banner .cta_container.pink_bg .text_wrap .big_title {
  color: #00705A;
}

.section_cta_banner .cta_container.pink_bg .text_wrap .small_title,
.section_cta_banner .cta_container.pink_bg .text_wrap h4.body_text,
.section_cta_banner .cta_container.pink_bg .text_wrap a {
  color: #FBFBFB;
  border-color: #FBFBFB;
}

.section_stats {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_stats {
    padding: 80px 0;
  }
}

.section_stats:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_stats:last-child {
    padding-bottom: 160px;
  }
}

.section_stats .container {
  border-radius: 30px;
  border: solid 1px #000;
}

.section_stats .container .title_wrap {
  padding: 20px;
}

.section_stats .container .title_wrap .title {
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .section_stats .container .title_wrap .title {
    width: 60%;
  }
}

.section_stats .container .stats_grid {
  cursor: grabbing;
}

.section_stats .container .stats_grid.grid {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_stats .container .stats_grid.grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_stats .container .stats_grid.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.section_stats .container .stats_grid .cell {
  cursor: grabbing;
  display: flex;
  flex-direction: column;
  margin: 80px 0;
}

.section_stats .container .stats_grid .cell.stats_cell {
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  position: relative;
}

.section_stats .container .stats_grid .cell.stats_cell:after {
  content: "";
  height: 150px;
  width: 1px;
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .section_stats .container .stats_grid .cell.stats_cell {
    margin: 80px 0 0 0;
  }
}

.section_stats .container .stats_grid .cell.stats_cell .stat,
.section_stats .container .stats_grid .cell.stats_cell h4 {
  margin-bottom: 5px;
  padding: 5px 60px;
  text-transform: uppercase;
}

.section_stats .container .stats_grid .cell.stats_cell p {
  width: 80%;
  margin: 10px auto 0 auto;
  font-size: 70%;
  opacity: 0.9;
  text-transform: none;
}

.section_stats .container .stats_grid .slick-dots {
  bottom: -15px;
  width: 100%;
  left: 0px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section_stats .container .stats_grid .slick-dots {
    display: none !important;
  }

  .section_stats .container .stats_grid .slick-dots::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    top: -12px;
    position: relative;
  }

  .section_stats .container .stats_grid .slick-dots li button {
    border: 2px solid #000;
  }
}

.section_stats .container .stats_grid .slick-next {
  right: 60px;
  top: -60px;
  height: 35px;
  width: 35px;
  background-size: cover;
  z-index: 100;
}

.section_stats .container .stats_grid .slick-next::before {
  content: url("./assets/images/svg/arrow-next.svg");
}

@media only screen and (max-width: 768px) {
  .section_stats .container .stats_grid .slick-next {
    top: 30px;
    right: 0;
    height: 25px;
    width: 25px;
  }
}

.section_stats .container .stats_grid .slick-prev {
  top: -60px;
  left: calc(100% - 150px);
  height: 35px;
  width: 35px;
  background-size: cover;
  z-index: 100;
  background-image: url("./assets/images/svg/arrow-prev.svg");
}

.section_stats .container .stats_grid .slick-prev::before {
  content: "";
}

@media only screen and (max-width: 768px) {
  .section_stats .container .stats_grid .slick-prev {
    height: 25px;
    width: 25px;
    top: 30px;
    left: calc(100% - 70px);
  }
}

.section_stats .container .values_grid {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section_stats .container .values_grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_stats .container .values_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.section_stats .container .values_grid .cell {
  display: flex;
  flex-direction: column;
  color: #000;
  text-transform: uppercase;
  margin: 80px 0;
  border-right: solid 1px #000;
}

@media only screen and (max-width: 768px) {
  .section_stats .container .values_grid .cell {
    margin: 80px 0 0 0;
  }
}

.section_stats .container .values_grid .cell.values_cell {
  align-items: flex-start;
}

.section_stats .container .values_grid .cell.values_cell .title {
  border-bottom: solid 1px #000;
}

.section_stats .stats_rows h2 {
  transform: translate3d(10px, 10px, 10px);
  font-style: italic;
  padding-top: 8px;
  padding-bottom: 22px;
}

@media only screen and (min-width: 1200px) {
  .section_stats .stats_rows h2 {
    font-size: 260px;
    padding-top: 26px;
  }
}

.section_wayfinder {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder {
    padding: 80px 0;
  }
}

.section_wayfinder:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder:last-child {
    padding-bottom: 160px;
  }
}

.section_wayfinder.editorial {
  padding: 200px 0 !important;
}

.section_wayfinder .wayfinder_container {
  position: relative;
}

.section_wayfinder .wayfinder_container.grid {
  display: grid;
  gap: 60px;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.grid {
    grid-template-columns: 1fr 2fr;
  }
}

.section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .big_title.title_bottom {
  margin-bottom: 20px;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
  margin-bottom: 20px;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
  color: #171717;
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
    font-size: 16.2px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
    font-size: 14.4px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
    font-size: 14.4px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .section_wayfinder .wayfinder_container.grid .wayfinder_text_wrap .text_block_wrap .text_body {
    font-size: 14.4px;
    line-height: 22px;
  }
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost,
.section_wayfinder .wayfinder_container.grid .splide .signpost {
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost.is-active,
.section_wayfinder .wayfinder_container.grid .splide .signpost.is-active {
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .signpost_bg,
.section_wayfinder .wayfinder_container.grid .splide .signpost .signpost_bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transform: scale(1);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap,
.section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px 20px 30px 20px;
  width: calc(100% - 40px);
  background-color: #FF9FCD;
  color: #00705A;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap svg,
.section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap svg {
  position: absolute;
  top: 24px;
  right: 30px;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1200px) {

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap svg,
  .section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap svg {
    width: unset;
    height: unset;
    top: 18px;
    right: 20px;
  }
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap h3,
.section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap h3 {
  margin-bottom: 10px;
  width: 86%;
}

@media only screen and (min-width: 1200px) {

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap h3,
  .section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap h3 {
    font-size: 34px;
    line-height: 1;
  }
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap .summary_wrap,
.section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap .summary_wrap {
  height: auto;
}

@media only screen and (min-width: 768px) {

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap .summary_wrap,
  .section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap .summary_wrap {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap .summary_wrap p,
  .section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap .summary_wrap p {
    font-size: 14px;
    line-height: normal;
    height: 0px;
    padding-top: 0px;
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
  }
}

@media only screen and (min-width: 768px) {

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost:hover .signpost_bg,
  .section_wayfinder .wayfinder_container.grid .splide .signpost:hover .signpost_bg {
    transform: scale(1.1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost:hover .summary_wrap,
  .section_wayfinder .wayfinder_container.grid .splide .signpost:hover .summary_wrap {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost:hover .summary_wrap p,
  .section_wayfinder .wayfinder_container.grid .splide .signpost:hover .summary_wrap p {
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    padding-top: 10px;
    height: 60px;
  }
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .splide__list,
.section_wayfinder .wayfinder_container.grid .splide .splide__list {
  height: 60vh;
}

.section_wayfinder .wayfinder_container.grid .wayfinder_grid .splide__list .splide__slide,
.section_wayfinder .wayfinder_container.grid .wayfinder_grid .splide__list .splide__sline--clone,
.section_wayfinder .wayfinder_container.grid .splide .splide__list .splide__slide,
.section_wayfinder .wayfinder_container.grid .splide .splide__list .splide__sline--clone {
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid,
  .section_wayfinder .wayfinder_container.grid .splide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 140px);
    gap: 20px;
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost,
  .section_wayfinder .wayfinder_container.grid .splide .signpost {
    border-radius: 30px;
    grid-row: 1 / span 2;
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost .text_wrap h3,
  .section_wayfinder .wayfinder_container.grid .splide .signpost .text_wrap h3 {
    margin-bottom: 0px;
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost:nth-child(4n+1),
  .section_wayfinder .wayfinder_container.grid .splide .signpost:nth-child(4n+1) {
    grid-row: 1 / span 2;
    grid-column: 1;
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost:nth-child(4n+2),
  .section_wayfinder .wayfinder_container.grid .splide .signpost:nth-child(4n+2) {
    grid-row: 1 / span 3;
    grid-column: 2;
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost:nth-child(4n+3),
  .section_wayfinder .wayfinder_container.grid .splide .signpost:nth-child(4n+3) {
    grid-row: 3 / span 3;
  }

  .section_wayfinder .wayfinder_container.grid .wayfinder_grid .signpost:nth-child(4n+4),
  .section_wayfinder .wayfinder_container.grid .splide .signpost:nth-child(4n+4) {
    grid-row: 4 / span 2;
  }
}

.section_wayfinder .wayfinder_container.editorial .title_wrap {
  position: sticky;
  top: 50%;
  text-align: center;
  margin-bottom: 30vh;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.editorial .title_wrap {
    top: 32%;
  }

  .section_wayfinder .wayfinder_container.editorial .title_wrap h2 {
    font-size: 100px;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  row-gap: 40px;
  margin-top: 80vh;
  padding-bottom: 80vh;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost {
  position: relative;
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 3;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .signpost_bg {
  display: none;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap {
  position: relative;
  bottom: 0px;
  left: 0px;
  padding: 20px 20px 30px 30px;
  width: calc(100% - 40px);
  background-color: #FF9FCD;
  color: #00705A;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap svg {
  position: absolute;
  top: 24px;
  right: 30px;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap svg {
    width: unset;
    height: unset;
    top: 28px;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap h3 {
  margin-bottom: 10px;
  width: 86%;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap .summary_wrap {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap .summary_wrap {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
  }

  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap .summary_wrap p {
    height: 0px;
    padding-top: 0px;
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
  }
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost {
    height: 45vh;
  }

  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap {
    position: absolute;
  }

  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .signpost_bg {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transform: scale(1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:hover .signpost_bg {
    transform: scale(1.1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:hover .summary_wrap {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
  }

  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:hover .summary_wrap p {
    -webkit-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -moz-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -ms-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    -o-transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    transition: all 0.4s cubic-bezier(0.38, -0.55, 0.27, 1.4);
    padding-top: 10px;
    height: 60px;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost .text_wrap {
  padding: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost {
    height: 40vh;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+1) {
  grid-column: 2 / span 7;
}

@media only screen and (min-width: 768px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+1) {
    grid-column: 9 / span 4;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+2) {
  grid-column: 1 / span 7;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+2) {
    grid-column: 2 / span 4;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+3) {
  grid-column: 2 / span 7;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+3) {
    grid-column: 7 / span 4;
    grid-row: 3;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+4) {
  grid-column: 1 / span 7;
}

@media only screen and (min-width: 1200px) {
  .section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4n+4) {
    grid-column: 1 / span 4;
    grid-row: 4;
  }
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(1) {
  grid-row: 1;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(2) {
  grid-row: 2;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(3) {
  grid-row: 3;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(4) {
  grid-row: 4;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(5) {
  grid-row: 5;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(6) {
  grid-row: 6;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(7) {
  grid-row: 7;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(8) {
  grid-row: 8;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(9) {
  grid-row: 9;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(10) {
  grid-row: 10;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(11) {
  grid-row: 11;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(12) {
  grid-row: 12;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(13) {
  grid-row: 13;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(14) {
  grid-row: 14;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(15) {
  grid-row: 15;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(16) {
  grid-row: 16;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(17) {
  grid-row: 17;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(18) {
  grid-row: 18;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(19) {
  grid-row: 19;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(20) {
  grid-row: 20;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(21) {
  grid-row: 21;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(22) {
  grid-row: 22;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(23) {
  grid-row: 23;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(24) {
  grid-row: 24;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(25) {
  grid-row: 25;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(26) {
  grid-row: 26;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(27) {
  grid-row: 27;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(28) {
  grid-row: 28;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(29) {
  grid-row: 29;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(30) {
  grid-row: 30;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(31) {
  grid-row: 31;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(32) {
  grid-row: 32;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(33) {
  grid-row: 33;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(34) {
  grid-row: 34;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(35) {
  grid-row: 35;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(36) {
  grid-row: 36;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(37) {
  grid-row: 37;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(38) {
  grid-row: 38;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(39) {
  grid-row: 39;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(40) {
  grid-row: 40;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(41) {
  grid-row: 41;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(42) {
  grid-row: 42;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(43) {
  grid-row: 43;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(44) {
  grid-row: 44;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(45) {
  grid-row: 45;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(46) {
  grid-row: 46;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(47) {
  grid-row: 47;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(48) {
  grid-row: 48;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(49) {
  grid-row: 49;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(50) {
  grid-row: 50;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(51) {
  grid-row: 51;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(52) {
  grid-row: 52;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(53) {
  grid-row: 53;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(54) {
  grid-row: 54;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(55) {
  grid-row: 55;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(56) {
  grid-row: 56;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(57) {
  grid-row: 57;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(58) {
  grid-row: 58;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(59) {
  grid-row: 59;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(60) {
  grid-row: 60;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(61) {
  grid-row: 61;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(62) {
  grid-row: 62;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(63) {
  grid-row: 63;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(64) {
  grid-row: 64;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(65) {
  grid-row: 65;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(66) {
  grid-row: 66;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(67) {
  grid-row: 67;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(68) {
  grid-row: 68;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(69) {
  grid-row: 69;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(70) {
  grid-row: 70;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(71) {
  grid-row: 71;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(72) {
  grid-row: 72;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(73) {
  grid-row: 73;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(74) {
  grid-row: 74;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(75) {
  grid-row: 75;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(76) {
  grid-row: 76;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(77) {
  grid-row: 77;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(78) {
  grid-row: 78;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(79) {
  grid-row: 79;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(80) {
  grid-row: 80;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(81) {
  grid-row: 81;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(82) {
  grid-row: 82;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(83) {
  grid-row: 83;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(84) {
  grid-row: 84;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(85) {
  grid-row: 85;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(86) {
  grid-row: 86;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(87) {
  grid-row: 87;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(88) {
  grid-row: 88;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(89) {
  grid-row: 89;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(90) {
  grid-row: 90;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(91) {
  grid-row: 91;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(92) {
  grid-row: 92;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(93) {
  grid-row: 93;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(94) {
  grid-row: 94;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(95) {
  grid-row: 95;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(96) {
  grid-row: 96;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(97) {
  grid-row: 97;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(98) {
  grid-row: 98;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(99) {
  grid-row: 99;
}

.section_wayfinder .wayfinder_container.editorial .wayfinder_grid .signpost:nth-child(100) {
  grid-row: 100;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+1) .text_wrap,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+1) .text_wrap {
  background-color: #0064C5;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+1) .text_wrap h3,
.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+1) .text_wrap p,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+1) .text_wrap h3,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+1) .text_wrap p {
  color: #FF9FCD;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+1) .text_wrap svg .circle,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+1) .text_wrap svg .circle {
  stroke: #FF9FCD;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+1) .text_wrap svg .arrow_inner,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+1) .text_wrap svg .arrow_inner {
  fill: #FF9FCD;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+2) .text_wrap,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+2) .text_wrap {
  background-color: #FF9FCD;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+2) .text_wrap h3,
.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+2) .text_wrap p,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+2) .text_wrap h3,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+2) .text_wrap p {
  color: #00705A;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+2) .text_wrap svg .circle,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+2) .text_wrap svg .circle {
  stroke: #00705A;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+2) .text_wrap svg .arrow_inner,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+2) .text_wrap svg .arrow_inner {
  fill: #00705A;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+3) .text_wrap,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+3) .text_wrap {
  background-color: #00705A;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+3) .text_wrap h3,
.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+3) .text_wrap p,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+3) .text_wrap h3,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+3) .text_wrap p {
  color: #FF9FCD;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+3) .text_wrap svg .circle,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+3) .text_wrap svg .circle {
  stroke: #FF9FCD;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+3) .text_wrap svg .arrow_inner,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+3) .text_wrap svg .arrow_inner {
  fill: #FF9FCD;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+4) .text_wrap,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+4) .text_wrap {
  background-color: #27CBAE;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+4) .text_wrap h3,
.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+4) .text_wrap p,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+4) .text_wrap h3,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+4) .text_wrap p {
  color: #00705A;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+4) .text_wrap svg .circle,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+4) .text_wrap svg .circle {
  stroke: #00705A;
}

.section_wayfinder .wayfinder_container .wayfinder_grid .signpost:nth-child(4n+4) .text_wrap svg .arrow_inner,
.section_wayfinder .wayfinder_container #wayfinder_carousel .signpost:nth-child(4n+4) .text_wrap svg .arrow_inner {
  fill: #00705A;
}

.section_testimonials {
  background-color: #EEEBE9;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .section_testimonials {
    padding: 2rem 10%;
  }
}

.section_testimonials .splide__arrows {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
  margin-top: 60px;
}

.section_testimonials .splide__arrows .splide__arrow.splide__arrow--prev {
  background: transparent;
  right: 14.125vw;
  left: unset;
  transform: scale(0.6);
  transform-origin: top right;
}

.section_testimonials .splide__arrows .splide__arrow.splide__arrow--prev:after {
  content: url("./assets/images/svg/left-arrow.svg");
}

@media only screen and (min-width: 768px) {
  .section_testimonials .splide__arrows .splide__arrow.splide__arrow--prev {
    right: 5.125vw;
    transform: scale(1);
  }
}

.section_testimonials .splide__arrows .splide__arrow.splide__arrow--next {
  background: transparent;
  right: 3.125vw;
  left: unset;
  transform: scale(0.6);
  transform-origin: top right;
}

@media only screen and (min-width: 768px) {
  .section_testimonials .splide__arrows .splide__arrow.splide__arrow--next {
    right: 0%;
    transform: scale(1);
  }
}

.section_testimonials .splide__arrows .splide__arrow.splide__arrow--next:after {
  content: url("./assets/images/svg/right-arrow.svg");
}

.section_testimonials .splide__slide {
  display: grid;
}

@media only screen and (min-width: 768px) {
  .section_testimonials .splide__slide {
    grid-template-columns: 2.5fr 5fr 2.5fr;
  }
}

.section_testimonials .splide__slide .jar_blue {
  max-height: 150px;
}

.section_testimonials .splide__slide .jar_blue svg {
  transform: scale(0.2) translateX(-40rem) translateY(-82rem) rotate(-25deg);
}

@media only screen and (min-width: 768px) {
  .section_testimonials .splide__slide .jar_blue {
    max-height: unset;
  }

  .section_testimonials .splide__slide .jar_blue svg {
    transform: scale(0.5) translateX(-4rem) translateY(-11rem) rotate(-25deg);
  }
}

.section_testimonials .splide__slide .text_wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  gap: 30px;
}

.section_testimonials .splide__slide .text_wrap .small_title {
  align-self: center;
}

.section_testimonials .splide__slide .text_wrap .quote_title {
  font-weight: 100;
}

.section_testimonials .splide__slide .text_wrap .quote_body {
  margin-top: 40px;
  color: #000;
}

.section_testimonials .splide__slide .jar_green {
  max-height: 140px;
}

.section_testimonials .splide__slide .jar_green svg {
  transform: scale(0.2) translateX(31rem) translateY(-89rem) rotate(25deg);
}

@media only screen and (min-width: 768px) {
  .section_testimonials .splide__slide .jar_green {
    max-height: unset;
  }

  .section_testimonials .splide__slide .jar_green svg {
    transform: scale(0.5) translateX(4rem) translateY(11rem) rotate(25deg);
  }
}

.section_sticky_cards {
  position: relative;
  display: block;
  padding-bottom: 10.5rem;
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards {
    padding-bottom: 20vh;
  }
}

.section_sticky_cards .title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 40px;
  position: sticky;
  top: 7rem;
}

.section_sticky_cards .title_wrap .small_title {
  flex-basis: 100%;
}

.section_sticky_cards .title_wrap .btn_third {
  height: fit-content;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .title_wrap .btn_third {
    margin-top: 20px;
  }
}

.section_sticky_cards .sticky_container {
  display: flex;
  flex-direction: column;
  /* Ensure the cards stack vertically */
  gap: 20px;
  /* Add some spacing between the cards */
}

.section_sticky_cards .stag_trig {
  margin-top: 20vh;
  min-height: 65vh;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards .stag_trig {
    height: 72vh;
    margin-top: 40vh;
  }
}

.section_sticky_cards .stag_trig {
  position: -webkit-sticky;
  position: sticky;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .section_sticky_cards .stag_trig {
    border-radius: 30px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
  }
}

.section_sticky_cards .stag_trig .text_wrap h1,
.section_sticky_cards .stag_trig .text_wrap h2,
.section_sticky_cards .stag_trig .text_wrap h3,
.section_sticky_cards .stag_trig .text_wrap h4 .title {
  color: #FF9FCD;
}

.section_sticky_cards .stag_trig .text_wrap .title_wrap_mobile {
  display: flex;
  gap: 7px;
}

.section_sticky_cards .stag_trig .text_wrap .small_title,
.section_sticky_cards .stag_trig .text_wrap p,
.section_sticky_cards .stag_trig .text_wrap a,
.section_sticky_cards .stag_trig .text_wrap h5,
.section_sticky_cards .stag_trig .text_wrap h6 {
  color: #FBFBFB;
  border-color: #FBFBFB;
}

.section_sticky_cards .stag_trig .text_wrap p {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .section_sticky_cards .stag_trig .text_wrap p {
    font-size: 16.2px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards .stag_trig .text_wrap p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_sticky_cards .stag_trig .text_wrap p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_sticky_cards .stag_trig .text_wrap p {
    font-size: 14.4px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_sticky_cards .stag_trig .text_wrap p {
    font-size: 14.4px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .text_wrap p {
    font-size: 14.4px;
    line-height: 22px;
  }
}

.section_sticky_cards .stag_trig .text_wrap ul li {
  margin-left: 30px;
  color: #FBFBFB;
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .section_sticky_cards .stag_trig .text_wrap ul li {
    font-size: 16.2px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards .stag_trig .text_wrap ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_sticky_cards .stag_trig .text_wrap ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_sticky_cards .stag_trig .text_wrap ul li {
    font-size: 14.4px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_sticky_cards .stag_trig .text_wrap ul li {
    font-size: 14.4px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .text_wrap ul li {
    font-size: 14.4px;
    line-height: 22px;
  }
}

.section_sticky_cards .stag_trig .text_wrap .btn_third {
  margin-top: 3em;
}

.section_sticky_cards .stag_trig.blue_bg {
  background-image: url("assets/images/png/blue_bg_1.png");
}

.section_sticky_cards .stag_trig.blue_bg h1,
.section_sticky_cards .stag_trig.blue_bg h2,
.section_sticky_cards .stag_trig.blue_bg h3,
.section_sticky_cards .stag_trig.blue_bg h4,
.section_sticky_cards .stag_trig.blue_bg .title {
  color: #FF9FCD;
}

.section_sticky_cards .stag_trig.mint_bg {
  background-image: url("assets/images/png/mint_bg.png");
}

.section_sticky_cards .stag_trig.mint_bg h1,
.section_sticky_cards .stag_trig.mint_bg h2,
.section_sticky_cards .stag_trig.mint_bg h3,
.section_sticky_cards .stag_trig.mint_bg h4,
.section_sticky_cards .stag_trig.mint_bg .title {
  color: #00705A;
}

.section_sticky_cards .stag_trig.pink_bg {
  background-image: url("assets/images/png/pink_bg.png");
}

.section_sticky_cards .stag_trig.pink_bg h1,
.section_sticky_cards .stag_trig.pink_bg h2,
.section_sticky_cards .stag_trig.pink_bg h3,
.section_sticky_cards .stag_trig.pink_bg h4,
.section_sticky_cards .stag_trig.pink_bg .title {
  color: #00705A;
}

.section_sticky_cards .stag_trig.green_bg {
  background-image: url("assets/images/png/green-bg.png");
}

.section_sticky_cards .stag_trig.green_bg h1,
.section_sticky_cards .stag_trig.green_bg h2,
.section_sticky_cards .stag_trig.green_bg h3,
.section_sticky_cards .stag_trig.green_bg h4,
.section_sticky_cards .stag_trig.green_bg .title {
  color: #FF9FCD;
}

.section_sticky_cards .stag_trig.no_stack.stag_trig {
  top: 6.5rem;
}

@media only screen and (min-width: 768px) {
  .section_sticky_cards .stag_trig.no_stack.stag_trig {
    top: 4.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards .stag_trig.no_stack.stag_trig {
    min-height: 72vh;
    max-height: 72vh;
  }
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig {
  top: 6.5rem;
}

@media only screen and (min-width: 768px) {
  .section_sticky_cards .stag_trig.slim_stack.stag_trig {
    top: 4rem;
  }
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_2 {
  transform: translateY(1rem);
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_3 {
  transform: translateY(2rem);
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_4 {
  transform: translateY(3rem);
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_5 {
  transform: translateY(4rem);
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_6 {
  transform: translateY(5rem);
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_7 {
  transform: translateY(6rem);
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_8 {
  transform: translateY(7rem);
}

.section_sticky_cards .stag_trig.slim_stack.stag_trig_9 {
  transform: translateY(8rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig {
  top: 6.5rem;
}

@media only screen and (min-width: 768px) {
  .section_sticky_cards .stag_trig.tall_stack.stag_trig {
    top: 4rem;
  }
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_2 {
  transform: translateY(3.2rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_3 {
  transform: translateY(6.4rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_4 {
  transform: translateY(9.6rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_5 {
  transform: translateY(12.8rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_6 {
  transform: translateY(16rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_7 {
  transform: translateY(19.2rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_8 {
  transform: translateY(22.4rem);
}

.section_sticky_cards .stag_trig.tall_stack.stag_trig_9 {
  transform: translateY(25.6rem);
}

.section_sticky_cards .stag_trig .image_wrap {
  overflow: hidden;
  position: relative;
  display: block;
  height: 22vh;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards .stag_trig .image_wrap {
    height: unset;
    min-height: 68vh;
    max-height: 72vh;
  }
}

.section_sticky_cards .stag_trig .image_wrap img {
  border-radius: 12px;
  object-fit: cover;
}

.section_sticky_cards .stag_trig .text_wrap {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .text_wrap h3.title_top {
    margin-top: 10px;
  }
}

.section_sticky_cards .stag_trig .text_wrap h3.title_bottom {
  line-height: 0.8;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .section_sticky_cards .stag_trig .text_wrap h3.title_bottom {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards .stag_trig .text_wrap h3 {
    font-size: 52px;
  }
}

.section_sticky_cards .stag_trig .text_wrap .btn_third:hover {
  background-color: #FBFBFB;
  color: #00705A;
}

@media only screen and (min-width: 1200px) {
  .section_sticky_cards .stag_trig .text_wrap {
    padding: 0rem 0 0 1.2rem;
    gap: 10px;
    width: 75%;
    margin: 10% auto auto auto;
  }

  .section_sticky_cards .stag_trig .text_wrap .body_text.flex_display {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }

  .section_sticky_cards .stag_trig .text_wrap .body_text p {
    line-height: 28px;
    letter-spacing: -0.5px;
  }
}

.section_sticky_cards .see_more .text_wrap {
  margin-top: 20%;
}

.section_sticky_cards .see_more .text_wrap .btn_third {
  margin-top: 20px;
}

.locations_filter_wrap {
  opacity: 0;
  position: fixed;
  left: 0px;
  z-index: 9999;
  top: 58px;
  background-color: #FF9FCD;
  width: 100%;
  height: 34px;
}

.locations_filter_wrap.active {
  opacity: 1;
}

.locations_filter_wrap .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.locations_filter_wrap .loc_button {
  color: #00705A;
  border: none;
  background: transparent;
}

.locations_filter_wrap .loc_button h6 {
  color: #00705A;
  margin-bottom: 0px;
  margin-top: 5px;
}

.locations_filter_wrap .active_location {
  color: #00705A;
  margin-bottom: 0px;
  margin-top: 5px;
}

.locations_filter_wrap .loc_dropdown {
  position: absolute;
  right: -14px;
  top: 34px;
  background: #FF9FCD;
  text-align: right;
  border-bottom-left-radius: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 0px;
  overflow: hidden;
  padding: 0px 14px 0px 14px;
}

.locations_filter_wrap .loc_dropdown .category_label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.locations_filter_wrap .loc_dropdown .category_label .selected {
  margin-right: 40px;
  margin-bottom: 0px;
  opacity: 0;
  color: #00705A;
}

.locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
  list-style: none;
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 6px;
  width: fit-content;
  height: fit-content;
  -webkit-font-smoothing: antialiased;
  color: #FF9FCD;
  color: #00705A;
}

@media only screen and (min-width: 768px) {
  .locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  .locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
    font-size: 14px;
    line-height: 18px;
  }
}

.locations_filter_wrap .loc_dropdown .category_label.active .selected {
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.locations_filter_wrap .loc_dropdown.active {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: auto;
  padding: 10px 14px 10px 14px;
}

@media only screen and (min-width: 768px) {
  .locations_filter_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 8px;
    left: 20%;
    background-color: #00705A;
    width: 30%;
    height: 51px;
    border-radius: 12px;
    left: unset;
    right: 24px;
    padding: 0px 14px;
  }

  .locations_filter_wrap .loc_button {
    color: #FF9FCD;
    border: none;
    background: transparent;
  }

  .locations_filter_wrap .loc_button h6 {
    color: #FF9FCD;
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .locations_filter_wrap .active_location {
    color: #FF9FCD;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .locations_filter_wrap .loc_dropdown {
    background-color: #00705A;
    right: 0px;
    top: 39px;
  }

  .locations_filter_wrap .loc_dropdown .category_label .selected {
    color: #FF9FCD;
  }

  .locations_filter_wrap .loc_dropdown .category_label .cat-list_item {
    color: #FF9FCD;
  }
}

.section_team {
  overflow: hidden;
  padding-bottom: 80px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) {
  .section_team {
    padding-bottom: 120px;
  }
}

.section_team .container .splide {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .splide .splide__track .splide__list .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border-radius: 12px;
}

@media only screen and (min-width: 1200px) {
  .section_team .container .splide .splide__track .splide__list .splide__slide {
    align-items: flex-start;
  }
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image {
  border-radius: 12px;
  width: 100%;
  background-size: cover;
  height: 280px;
  position: relative;
  margin: auto 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .section_team .container .splide .splide__track .splide__list .splide__slide .member_image {
    height: 380px;
  }
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image .team_member_overlay {
  background-color: #FBFBFB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image .team_member_overlay:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_image .team_member_overlay .bio {
  color: black;
  position: relative;
  top: 50%;
  left: 36%;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_profile_wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_socials_wrap img {
  width: 12px;
  height: 12px;
}

.section_team .container .splide .splide__track .splide__list .splide__slide .member_socials_wrap .email_icon {
  margin-top: 5px;
}

.section_team .container .team_member_modal {
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  background-color: #EEEBE9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: block;
  overflow: scroll;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal {
    height: calc(100% - 67px);
    margin-top: 67px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 70vw;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
}

.section_team .container .team_member_modal.active {
  visibility: visible;
  opacity: 0.95;
  z-index: 99;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_team .container .team_member_modal p {
  font-family: "Obviously", Arial, Sans Serif;
  margin-bottom: 0;
}

.section_team .container .team_member_modal h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.section_team .container .team_member_modal .image_wrap {
  padding: 10px;
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .image_wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .image_wrap {
    padding: 50px;
    display: block;
  }
}

.section_team .container .team_member_modal .image_wrap .member_image_modal {
  margin-top: 65px;
  object-position: bottom left;
  object-fit: cover;
  width: auto;
  display: flex;
  max-height: 300px;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) {
  .section_team .container .team_member_modal .image_wrap .member_image_modal {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .image_wrap .member_image_modal {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .image_wrap .member_info_wrap {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .image_wrap .member_info_wrap {
    width: 100%;
  }
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_name {
  margin-top: 10px;
  font-family: "Obviously", Arial, Sans Serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 20px;
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_role {
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 0;
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_socials_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.section_team .container .team_member_modal .image_wrap .member_info_wrap .member_socials_wrap img {
  width: 15px;
  height: 15px;
}

.section_team .container .team_member_modal .text_wrap {
  padding: 10px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .text_wrap {
    padding: 50px;
  }
}

.section_team .container .team_member_modal .text_wrap .member_info_wrap {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .text_wrap h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .text_wrap p {
    font-size: 11px;
  }
}

.section_team .container .team_member_modal .member_modal_close {
  position: absolute;
  z-index: 99;
  top: 74px;
  right: 10px;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 768px) {
  .section_team .container .team_member_modal .member_modal_close {
    top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_team .container .team_member_modal .member_modal_close {
    top: 30px;
    right: 30px;
  }
}

.section_team .container .team_member_modal .member_modal_close:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  filter: opacity(0.5);
}

.section_partners {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_partners {
    padding: 80px 0;
  }
}

.section_partners:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_partners:last-child {
    padding-bottom: 160px;
  }
}

.section_partners .container .partners_container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

.section_partners .container .partners_container .partners_wrap {
  padding: 20px 0;
}

.section_partners .container .partners_container .partners_wrap div {
  padding: 0 20px;
}

.section_info_cards {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_info_cards {
    padding: 80px 0;
  }
}

.section_info_cards:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_info_cards:last-child {
    padding-bottom: 160px;
  }
}

.section_info_cards .info_cards_container {
  position: relative;
}

.section_info_cards .info_cards_container .title_wrap {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
  .section_info_cards .info_cards_container .title_wrap {
    max-width: 50%;
  }
}

.section_info_cards .info_cards_container .title_wrap .big_title_top {
  font-weight: 100;
}

.section_info_cards .info_cards_container .info_cards_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.section_info_cards .info_cards_container .info_cards_grid .card_main_body {
  font-size: 1.2em;
}

.section_info_cards .info_cards_container .splide__arrows {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section_info_cards .info_cards_container .splide__arrows {
    top: -2rem;
  }
}

.section_info_cards .info_cards_container .splide__arrows .splide__arrow.splide__arrow--prev {
  background: transparent;
  right: 14.125vw;
  left: unset;
  transform: scale(0.6);
  transform-origin: top right;
}

.section_info_cards .info_cards_container .splide__arrows .splide__arrow.splide__arrow--prev:after {
  content: url("./assets/images/svg/left-arrow.svg");
}

@media only screen and (min-width: 768px) {
  .section_info_cards .info_cards_container .splide__arrows .splide__arrow.splide__arrow--prev {
    right: 5.125vw;
    transform: scale(1);
  }
}

.section_info_cards .info_cards_container .splide__arrows .splide__arrow.splide__arrow--next {
  background: transparent;
  right: 3.125vw;
  left: unset;
  transform: scale(0.6);
  transform-origin: top right;
}

@media only screen and (min-width: 768px) {
  .section_info_cards .info_cards_container .splide__arrows .splide__arrow.splide__arrow--next {
    right: 0%;
    transform: scale(1);
  }
}

.section_info_cards .info_cards_container .splide__arrows .splide__arrow.splide__arrow--next:after {
  content: url("./assets/images/svg/right-arrow.svg");
}

.section_info_cards .info_cards_container .card,
.section_info_cards .info_cards_container .splide__slide,
.section_info_cards .info_cards_container .splide__slide--clone {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  padding: 30px 40px 50px 40px;
  background: rgba(0, 0, 0, 0.05);
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  gap: 8px;
  z-index: 4;
  margin-right: 1rem;
}

@media only screen and (min-width: 1200px) {

  .section_info_cards .info_cards_container .card,
  .section_info_cards .info_cards_container .splide__slide,
  .section_info_cards .info_cards_container .splide__slide--clone {
    min-height: 45vh;
    gap: 14px;
  }
}

.section_info_cards .info_cards_container .card .card_title_wrap,
.section_info_cards .info_cards_container .splide__slide .card_title_wrap,
.section_info_cards .info_cards_container .splide__slide--clone .card_title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px 40px 50px 40px;
}

.section_info_cards .info_cards_container .card .card_title_wrap .card_title,
.section_info_cards .info_cards_container .splide__slide .card_title_wrap .card_title,
.section_info_cards .info_cards_container .splide__slide--clone .card_title_wrap .card_title {
  margin-top: 4px;
}

.section_info_cards .info_cards_container .card .card_title_wrap img,
.section_info_cards .info_cards_container .splide__slide .card_title_wrap img,
.section_info_cards .info_cards_container .splide__slide--clone .card_title_wrap img {
  max-width: 40px;
  max-height: 40px;
}

.section_info_cards .info_cards_container .card .card_main_body,
.section_info_cards .info_cards_container .splide__slide .card_main_body,
.section_info_cards .info_cards_container .splide__slide--clone .card_main_body {
  color: #FBFBFB;
}

.section_info_cards .info_cards_container .card:nth-child(3n + 1),
.section_info_cards .info_cards_container .splide__slide:nth-child(3n + 1),
.section_info_cards .info_cards_container .splide__slide--clone:nth-child(3n + 1) {
  background-color: #27CBAE;
}

.section_info_cards .info_cards_container .card:nth-child(3n + 1) .card_title,
.section_info_cards .info_cards_container .splide__slide:nth-child(3n + 1) .card_title,
.section_info_cards .info_cards_container .splide__slide--clone:nth-child(3n + 1) .card_title {
  color: #00705A;
}

.section_info_cards .info_cards_container .card:nth-child(3n + 2),
.section_info_cards .info_cards_container .splide__slide:nth-child(3n + 2),
.section_info_cards .info_cards_container .splide__slide--clone:nth-child(3n + 2) {
  background-color: #0064C5;
}

.section_info_cards .info_cards_container .card:nth-child(3n + 2) .card_title,
.section_info_cards .info_cards_container .splide__slide:nth-child(3n + 2) .card_title,
.section_info_cards .info_cards_container .splide__slide--clone:nth-child(3n + 2) .card_title {
  color: #FF9FCD;
}

.section_info_cards .info_cards_container .card:nth-child(4n + 3),
.section_info_cards .info_cards_container .splide__slide:nth-child(4n + 3),
.section_info_cards .info_cards_container .splide__slide--clone:nth-child(4n + 3) {
  background-color: #FF9FCD;
}

.section_info_cards .info_cards_container .card:nth-child(4n + 3) .card_title,
.section_info_cards .info_cards_container .splide__slide:nth-child(4n + 3) .card_title,
.section_info_cards .info_cards_container .splide__slide--clone:nth-child(4n + 3) .card_title {
  color: #00705A;
}

.section_form {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_form {
    padding: 80px 0;
  }
}

.section_form:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_form:last-child {
    padding-bottom: 160px;
  }
}

.section_form .form_container {
  border-radius: 30px;
  background-color: #0064C5;
}

.section_form .form_container .wpforms-page {
  padding: 30px;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container .wpforms-page {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}

.section_form .form_container .wpforms-page .title_block {
  grid-row: 1 / span 999;
  border-bottom: solid 2px #FBFBFB;
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container .wpforms-page .title_block {
    border-bottom: none;
    border-right: solid 2px #FBFBFB;
  }
}

.section_form .form_container .wpforms-page .title_block p {
  color: #FBFBFB;
}

.section_form .form_container .wpforms-page .title_block h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  color: #FF9FCD;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container .wpforms-page .title_block h3 {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container .wpforms-page .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_form .form_container .wpforms-page .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_form .form_container .wpforms-page .title_block h3 {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_form .form_container .wpforms-page .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section_form .form_container .wpforms-page .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_form .form_container .wpforms-page legend,
.section_form .form_container .wpforms-page label {
  font-weight: 200;
  color: #FBFBFB;
}

.section_form .form_container .wpforms-page input.wpforms-field-medium {
  max-width: unset;
  border-radius: 12px;
  background-color: #FBFBFB;
  color: #0064C5;
}

.section_form .form_container .wpforms-page textarea {
  width: 90%;
}

.section_form .form_container .wpforms-page button.wpforms-page-button {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: none;
  border-color: #FBFBFB !important;
  background-color: transparent !important;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container .wpforms-page button.wpforms-page-button {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.section_form .form_container .wpforms-page button.wpforms-page-button:hover {
  background-color: #00705A;
  color: #FF9FCD;
}

.section_form .form_container .wpforms-page button.wpforms-page-button:hover {
  background-color: #FF9FCD;
  color: #FBFBFB;
  border-color: #FBFBFB;
}

.section_form .form_container .wpforms-page .counter {
  position: absolute;
  top: -40px;
  right: 2px;
}

.section_form .form_container .wpforms-page .counter p {
  color: #FBFBFB;
}

.section_form .form_container .wpforms-page .wpforms-required-label {
  color: #FF9FCD;
}

.section_form .form_container .wpforms-page.wpforms-page-2 .title_block {
  border-right: solid 2px #FBFBFB;
}

.section_form .form_container .wpforms-page.wpforms-page-2 .title_block p {
  color: #FBFBFB;
}

.section_form .form_container .wpforms-page.wpforms-page-2 .title_block h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  color: #FF9FCD;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container .wpforms-page.wpforms-page-2 .title_block h3 {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container .wpforms-page.wpforms-page-2 .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_form .form_container .wpforms-page.wpforms-page-2 .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_form .form_container .wpforms-page.wpforms-page-2 .title_block h3 {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_form .form_container .wpforms-page.wpforms-page-2 .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section_form .form_container .wpforms-page.wpforms-page-2 .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_form .form_container .wpforms-page .subtotal_hide {
  display: none;
}

.section_form .form_container div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  float: right;
  margin-right: 80px;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container {
  padding: 30px;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}

.section_form .form_container #wpforms-69563 .wpforms-field-container .title_block {
  grid-row: 1 / span 999;
  border-bottom: solid 2px #FBFBFB;
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container .title_block {
    border-bottom: none;
    border-right: solid 2px #FBFBFB;
  }
}

.section_form .form_container #wpforms-69563 .wpforms-field-container .title_block p {
  color: #FBFBFB;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container .title_block h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  color: #FF9FCD;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container .title_block h3 {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container .title_block h3 {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_form .form_container #wpforms-69563 .wpforms-field-container legend,
.section_form .form_container #wpforms-69563 .wpforms-field-container label {
  font-weight: 200;
  color: #FBFBFB;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container input.wpforms-field-medium {
  max-width: unset;
  border-radius: 12px;
  background-color: #FBFBFB;
  color: #0064C5;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container textarea.wpforms-field-medium {
  max-width: unset;
  border-radius: 12px;
  background-color: #FBFBFB;
  color: #0064C5;
  width: 100%;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container button.wpforms-page-button {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: none;
  border-color: #FBFBFB !important;
  background-color: transparent !important;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container button.wpforms-page-button {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.section_form .form_container #wpforms-69563 .wpforms-field-container button.wpforms-page-button:hover {
  background-color: #00705A;
  color: #FF9FCD;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container button.wpforms-page-button:hover {
  background-color: #FF9FCD;
  color: #FBFBFB;
  border-color: #FBFBFB;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container .counter {
  position: absolute;
  top: -40px;
  right: 2px;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container .counter p {
  color: #FBFBFB;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container .wpforms-required-label {
  color: #FF9FCD;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block {
  border-right: solid 2px #FBFBFB;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block p {
  color: #FBFBFB;
}

.section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block h3 {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  color: #FF9FCD;
}

@media only screen and (min-width: 768px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block h3 {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block h3 {
    font-size: 44px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block h3 {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section_form .form_container #wpforms-69563 .wpforms-field-container.wpforms-page-2 .title_block h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_form .form_container #wpforms-69563 .wpforms-field-container .subtotal_hide {
  display: none;
}

.section_form .form_container div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  float: right;
  margin-right: 80px;
}

.section_placeholder {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_placeholder {
    padding: 80px 0;
  }
}

.section_placeholder:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_placeholder:last-child {
    padding-bottom: 160px;
  }
}

.section_placeholder .container .title_wrap {
  padding-bottom: 40px;
}

.section_placeholder .container .placeholder_wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 50vw;
  color: #FBFBFB;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
}

.section_iframe {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_iframe {
    padding: 80px 0;
  }
}

.section_iframe:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_iframe:last-child {
    padding-bottom: 160px;
  }
}

.section_iframe .container .iframe_grid {
  display: grid;
  gap: 40px;
}

.section_iframe .container .iframe_grid.two_cols {
  grid-template-columns: 1fr 1fr;
}

.section_iframe .container .iframe_grid .iframe_wrap .placeholder_wrap {
  width: 100%;
  height: 20vw;
  color: #FBFBFB;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
}

.section_timeline_journey {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey {
    padding: 80px 0;
  }
}

.section_timeline_journey:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey:last-child {
    padding-bottom: 160px;
  }
}

.section_timeline_journey .container .title_wrap {
  padding-bottom: 40px;
}

.section_timeline_journey .container .intro_text_wrap {
  padding-bottom: 100px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey .container .intro_text_wrap {
    width: 60%;
  }
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap {
  display: grid;
  gap: 40px;
  margin-bottom: 140px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_journey .container .timeline_journey_container .timeline_step_wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap.reverse .text_wrap {
  order: 2;
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap .text_wrap {
  padding: 40px;
}

.section_timeline_journey .container .timeline_journey_container .timeline_step_wrap .image_wrap {
  padding: 40px;
  background-size: cover;
  background-position: center;
}

.page-id-10 .featured_post_slider {
  padding-top: 0 !important;
}

.featured_post_slider {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.featured_post_slider .post_cont {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.featured_post_slider .post_cont .featured_post_wrap {
  display: block !important;
  width: auto !important;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 50px 20px;
  height: 460px;
}

@media only screen and (max-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap {
    height: 540px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .title_wrapper {
  text-transform: uppercase;
  color: #EEEBE9;
  border-bottom: solid 0.5px #EEEBE9;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .title_wrapper {
    flex-wrap: nowrap;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap h2 {
  margin-bottom: 0px;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap .title_wrapper .title_inner_wrap h2 {
    font-size: 42px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid {
  padding: 40px 0 20px 0;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .image_wrapper img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .image_wrapper img {
    width: 100%;
    height: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .image_wrapper img {
    max-height: 410px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper {
  color: #EEEBE9;
}

@media only screen and (min-width: 1200px) {
  .featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper {
    padding: 70px;
  }
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper .text_info_wrapper {
  display: flex;
  justify-content: space-between;
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper .text_info_wrapper p {
  text-transform: uppercase;
  font-weight: 100;
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper a {
  align-self: baseline;
  text-transform: uppercase;
  color: #EEEBE9;
}

.featured_post_slider .post_cont .featured_post_wrap .post_wrap_grid .text_wrapper .text_title_wrapper h3 {
  font-weight: 600;
}

.featured_post_slider .post_cont .featured_post_wrap .see_all {
  border-color: #EEEBE9;
  color: #EEEBE9;
}

.featured_post_slider .post_cont .slick-dots {
  width: 50%;
  display: none !important;
}

.featured_post_slider .post_cont .slick-next {
  right: 20px;
  top: 13.2%;
}

.featured_post_slider .post_cont .slick-next:before {
  content: url("./assets/images/svg/bc-next-btn-small.svg");
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .slick-next {
    top: 60%;
    right: 65px;
  }

  .featured_post_slider .post_cont .slick-next:before {
    content: url("./assets/images/svg/bc-next-arrow.svg");
  }
}

.featured_post_slider .post_cont .slick-prev {
  top: 8%;
  right: 65px;
  top: 60%;
}

@media only screen and (min-width: 768px) {
  .featured_post_slider .post_cont .slick-prev {
    display: none !important;
  }
}

.featured_post_slider .post_cont .slick-prev:before {
  content: url("./assets/images/svg/bc-prev-btn-small.svg");
}

.section_search_banner {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .section_search_banner {
    padding: 80px 0;
  }
}

.section_search_banner:last-child {
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .section_search_banner:last-child {
    padding-bottom: 160px;
  }
}

.section_search_banner .container .search_banner_grid {
  display: grid;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .section_search_banner .container .search_banner_grid {
    grid-template-columns: 1fr 1fr;
  }
}

.section_search_banner .container .search_banner_grid .text_rwap {
  padding: 40px;
}

.section_search_banner .container .search_banner_grid .searchbar_wrap {
  padding: 40px;
}

.section_contact_card {
  height: 100vh;
  padding: calc($conpad * 2) 0;
}

.section_contact_card:last-child {
  padding-bottom: 80px;
}

.section_contact_card.add_header {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_contact_card.add_header {
    padding: 120px 0;
  }
}

.section_contact_card.add_header:last-child {
  padding-bottom: 160px;
}

.section_contact_card.add_header .title_bar {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section_contact_card.add_header .title_bar {
    padding-bottom: 8px;
  }
}

.section_contact_card.add_header .title_bar .title_bar_border {
  border-top: solid 1px #E6E2DF;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_contact_card.add_header .title_bar .title_bar_border.extended {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.section_contact_card.add_header .title_box {
  padding-bottom: 20px;
  padding-bottom: 50px;
}

.section_contact_card.add_header .title_box .title_wrap .small_title {
  padding-bottom: 20px;
}

.section_contact_card.add_header .title_box .title_wrap .big_title {
  padding-bottom: 20px;
  word-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
  .section_contact_card.add_header .title_box .title_wrap {
    max-width: 64%;
  }
}

.section_contact_card.add_header .title_box .title_wrap.title_box_grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .section_contact_card.add_header .title_box .title_wrap.title_box_grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 0.1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section_contact_card.add_header .title_box .title_wrap.title_box_grid .title {
    grid-column: 1 / span 2;
  }
}

.section_contact_card.add_header .title_box .glance_box {
  border-radius: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  padding: 8px;
  border: solid 1px #E6E2DF;
  justify-self: end;
}

@media only screen and (min-width: 1200px) {
  .section_contact_card.add_header .title_box .glance_box {
    padding: 12px;
  }
}

.section_contact_card.add_header .title_box .glance_box .glance_box_title_wrap {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section_contact_card.add_header .title_box .glance_box .glance_box_title_wrap img {
  border-radius: 12px;
  max-width: 40px;
}

.section_contact_card.add_header .title_box .glance_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: '+  ';
}

.section_contact_card .contact_card_grid {
  display: grid;
}

.section_contact_card .contact_card_grid a {
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.9px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .section_contact_card .contact_card_grid a {
    font-size: 19.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_contact_card .contact_card_grid a {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_contact_card .contact_card_grid a {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_contact_card .contact_card_grid a {
    font-size: 20.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_contact_card .contact_card_grid a {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_contact_card .contact_card_grid a {
    font-size: 15.6px;
    letter-spacing: 0px;
  }
}

.section_contact_card .contact_card_grid a:before {
  width: 34px;
  top: 19px;
}

.section_contact_card .contact_card_grid a img {
  width: 34px;
  top: 0px;
}

.section_contact_card .contact_card_grid a:hover span {
  transform: translateX(48px);
}

.section_contact_card .contact_card_grid .address_tel_email_wrap {
  display: flex;
  flex-direction: column;
  padding: 20px 0 30px 0;
}

@media only screen and (max-width: 768px) {
  .section_contact_card .contact_card_grid .links_wrap {
    display: grid;
    padding-bottom: 20px;
    border-bottom: solid 1px #E6E2DF;
  }

  .section_contact_card .contact_card_grid .links_wrap span {
    max-height: unset;
  }

  .section_contact_card .contact_card_grid .contact_details_wrap {
    display: grid;
    padding-top: 20px;
  }

  .section_contact_card .contact_card_grid .contact_details_wrap span {
    max-height: unset;
  }
}

@media only screen and (min-width: 768px) {
  .section_contact_card .contact_card_grid .links_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_contact_card .contact_card_grid {
    grid-template-columns: 0.5fr 0.5fr 1fr;
    align-items: start;
  }

  .section_contact_card .contact_card_grid .links_wrap {
    gap: 0px;
    display: grid;
  }

  .section_contact_card .contact_card_grid .address_tel_email_wrap {
    grid-row: 2;
    gap: 20px;
  }

  .section_contact_card .contact_card_grid .image_wrap {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .section_contact_card .contact_card_grid .socials_wrap {
    display: grid;
  }
}

.section_timeline_scroll {
  padding: 80px 0;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_scroll {
    padding: 120px 0;
  }
}

.section_timeline_scroll:last-child {
  padding-bottom: 160px;
}

.section_timeline_scroll .container .title_wrap {
  display: flex;
  text-align: center;
  gap: 30px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 30vh;
}

@media only screen and (min-width: 768px) {
  .section_timeline_scroll .container .title_wrap {
    width: 50%;
    margin: 0 auto;
  }
}

.section_timeline_scroll .timeline_grid {
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_timeline_scroll .timeline_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.section_timeline_scroll .timeline_grid .timeline_stage {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
  height: auto;
  box-shadow: 0 0 5px #676363;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: sticky;
  top: 20vh;
  min-height: 400px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (min-width: 1600px) {
  .section_timeline_scroll .timeline_grid .timeline_stage {
    top: 10vh;
  }
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_icon {
  width: 30%;
  height: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_icon.pink {
  filter: invert(1) sepia(22%) saturate(8003%) hue-rotate(291deg) brightness(78%) contrast(270%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1600px) {
  .section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_icon {
    width: 100%;
  }

  .section_timeline_scroll .timeline_grid .timeline_stage .stage_title_wrap .stage_title {
    font-size: 30px;
  }
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_body_text ul {
  margin-top: 20px;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_body_text ul li {
  list-style-type: none;
  margin-left: 0;
  font-weight: 400;
}

.section_timeline_scroll .timeline_grid .timeline_stage .stage_body_text ul li:before {
  content: "+";
  margin-right: 4px;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(1) {
  grid-row: 2;
  grid-column: 1;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(2) {
  grid-row: 3;
  grid-column: 2;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(3) {
  grid-row: 4;
  grid-column: 3;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(4) {
  grid-row: 5;
  grid-column: 4;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(5) {
  grid-row: 6;
  grid-column: 5;
}

.section_timeline_scroll .timeline_grid .timeline_stage:nth-child(6) {
  grid-row: 7;
  grid-column: 6;
}

.section_text_slides {
  background-color: #EEEBE9;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .section_text_slides {
    padding: 10rem 4%;
  }
}

.section_text_slides .splide__arrows {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section_text_slides .splide__arrows {
    top: -1rem;
  }
}

.section_text_slides .splide__arrows .splide__arrow.splide__arrow--prev {
  background: transparent;
  right: 14.125vw;
  left: unset;
  transform: scale(0.6);
  transform-origin: top right;
}

.section_text_slides .splide__arrows .splide__arrow.splide__arrow--prev:after {
  content: url("./assets/images/svg/left-arrow.svg");
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__arrows .splide__arrow.splide__arrow--prev {
    right: 5.125vw;
    transform: scale(1);
  }
}

.section_text_slides .splide__arrows .splide__arrow.splide__arrow--next {
  background: transparent;
  right: 3.125vw;
  left: unset;
  transform: scale(0.6);
  transform-origin: top right;
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__arrows .splide__arrow.splide__arrow--next {
    right: 0%;
    transform: scale(1);
  }
}

.section_text_slides .splide__arrows .splide__arrow.splide__arrow--next:after {
  content: url("./assets/images/svg/right-arrow.svg");
}

.section_text_slides .splide__slide {
  display: grid;
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center {
    grid-template-columns: 2.5fr 5fr 2.5fr;
  }
}

.section_text_slides .splide__slide.text_center .text_wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.section_text_slides .splide__slide.text_center .text_wrap .small_title {
  align-self: center;
}

@media only screen and (max-width: 768px) {
  .section_text_slides .splide__slide.text_center .text_wrap h2 {
    font-family: "Obviously", Arial, Sans Serif;
    font-size: 44px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: -3px;
    color: #00705A;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center .text_wrap h2 {
    font-size: 35.2px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .section_text_slides .splide__slide.text_center .text_wrap h2 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 1600px) {
  .section_text_slides .splide__slide.text_center .text_wrap h2 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (max-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (max-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (max-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_text_slides .splide__slide.text_center .text_wrap h2 {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (max-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (max-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (max-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (max-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (max-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (max-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (max-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (max-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_text_slides .splide__slide.text_center .text_wrap h2 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .section_text_slides .splide__slide.text_center .text_wrap h2 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_text_slides .splide__slide.text_center .text_wrap h4 {
  margin-top: 70px;
  color: #171717;
}

.section_text_slides .splide__slide.text_center .text_wrap .btn_default {
  align-self: center;
  margin-top: 40px;
}

.section_text_slides .splide__slide.text_center .left_jar.jar_green {
  max-height: 140px;
}

.section_text_slides .splide__slide.text_center .left_jar.jar_green svg {
  transform: scale(0.2) translateX(31rem) translateY(-89rem) rotate(25deg);
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center .left_jar.jar_green {
    max-height: unset;
  }

  .section_text_slides .splide__slide.text_center .left_jar.jar_green svg {
    transform: scale(0.5) translateX(4rem) translateY(11rem) rotate(25deg);
  }
}

.section_text_slides .splide__slide.text_center .left_jar.jar_blue {
  max-height: 140px;
}

.section_text_slides .splide__slide.text_center .left_jar.jar_blue svg {
  transform: scale(0.2) translateX(-40rem) translateY(-82rem) rotate(-25deg);
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center .left_jar.jar_blue {
    max-height: unset;
  }

  .section_text_slides .splide__slide.text_center .left_jar.jar_blue svg {
    transform: scale(0.5) translateX(-4rem) translateY(-11rem) rotate(-25deg);
  }
}

.section_text_slides .splide__slide.text_center .left_jar.jar_pink {
  max-height: 140px;
}

.section_text_slides .splide__slide.text_center .left_jar.jar_pink svg {
  transform: scale(0.2) translateX(-42rem) translateY(-81rem) rotate(40deg);
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center .left_jar.jar_pink {
    max-height: unset;
  }

  .section_text_slides .splide__slide.text_center .left_jar.jar_pink svg {
    transform: scale(0.6) translateX(1rem) translateY(-10rem) rotate(27deg);
  }
}

.section_text_slides .splide__slide.text_center .right_jar.jar_green {
  max-height: 140px;
}

.section_text_slides .splide__slide.text_center .right_jar.jar_green svg {
  transform: scale(0.2) translateX(31rem) translateY(-89rem) rotate(25deg);
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center .right_jar.jar_green {
    max-height: unset;
  }

  .section_text_slides .splide__slide.text_center .right_jar.jar_green svg {
    transform: scale(0.5) translateX(4rem) translateY(11rem) rotate(25deg);
  }
}

.section_text_slides .splide__slide.text_center .right_jar.jar_blue {
  max-height: 140px;
}

.section_text_slides .splide__slide.text_center .right_jar.jar_blue svg {
  transform: scale(0.2) translateX(-40rem) translateY(-82rem) rotate(-25deg);
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center .right_jar.jar_blue {
    max-height: unset;
  }

  .section_text_slides .splide__slide.text_center .right_jar.jar_blue svg {
    transform: scale(0.5) translateX(-4rem) translateY(-11rem) rotate(-25deg);
  }
}

.section_text_slides .splide__slide.text_center .right_jar.jar_pink {
  max-height: 140px;
}

.section_text_slides .splide__slide.text_center .right_jar.jar_pink svg {
  transform: scale(0.2) translateX(34rem) translateY(-91rem) rotate(40deg);
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_center .right_jar.jar_pink {
    max-height: unset;
  }

  .section_text_slides .splide__slide.text_center .right_jar.jar_pink svg {
    transform: scale(0.6) translateX(1rem) translateY(10rem) rotate(27deg);
  }
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_image {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.section_text_slides .splide__slide.text_image .image_wrap {
  position: relative;
  padding: 3rem 2rem;
}

.section_text_slides .splide__slide.text_image .image_wrap svg {
  position: absolute;
  top: 10%;
  left: 15%;
  transform: rotate(-20deg);
  max-height: 140px;
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_image .image_wrap svg {
    top: -10px;
    left: 30px;
    max-height: 270px;
  }
}

.section_text_slides .splide__slide.text_image .image_wrap img {
  -webkit-mask-image: url("assets/images/svg/jar-blue.svg");
  mask-image: url("assets/images/svg/jar-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: rotate(15deg);
  max-height: 40vh;
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_image .image_wrap img {
    max-height: 70vh;
  }
}

.section_text_slides .splide__slide.text_image .text_wrap {
  padding: 0px 30px;
}

.section_text_slides .splide__slide.text_image .text_wrap h2 {
  margin-bottom: 40px;
  font-family: "Obviously", Arial, Sans Serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #00705A;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 44px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_text_slides .splide__slide.text_image .text_wrap {
    padding: 0px;
  }

  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-family: "Obviously", Arial, Sans Serif;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -5.6px;
    line-height: 1em;
    color: #00705A;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 768px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 43.2px;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 64.8px;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1600px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 72px;
  }
}

@media only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 43.2px;
  }
}

@media only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 1200px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 1200px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 1200px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 768px) {
  .section_text_slides .splide__slide.text_image .text_wrap h2 {
    font-size: 36px;
    letter-spacing: -2px;
  }
}

.section_autoscroller {
  padding: 2rem 0rem 2rem 0rem;
}

.section_autoscroller.underlap_bottom {
  padding: 2rem 0rem 4rem 0rem;
}

.section_autoscroller.grey {
  background-color: #E6E2DF;
}

.section_autoscroller.pink {
  background-color: #FF9FCD;
}

.section_autoscroller.green {
  background-color: #00705A;
}

.section_autoscroller.teal {
  background-color: #27CBAE;
}

@media only screen and (min-width: 1200px) {
  .section_autoscroller {
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    margin-top: -20px;
    padding: 3rem 0rem 3rem 0rem;
  }
}

.section_autoscroller.many_rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .section_autoscroller.many_rows {
    gap: 20px;
  }
}

.section_autoscroller .ticker_wrap.one_row .splide__slide {
  display: flex;
  gap: 60px;
  margin-left: 60px;
}

.section_autoscroller .ticker_wrap.one_row .splide__slide img {
  height: 5rem;
}

@media only screen and (min-width: 1200px) {
  .section_autoscroller .ticker_wrap.one_row .splide__slide img {
    height: 10rem;
  }
}

.section_autoscroller .ticker_wrap.one_row .splide__slide .slide_item_wrap {
  width: fit-content;
}

.section_autoscroller .ticker_wrap.many_rows .splide__slide {
  display: flex;
}

.section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap {
  display: flex;
  margin-right: 10px;
  height: 70px;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap {
    gap: 20px;
  }
}

.section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .signpost_bg {
  display: block;
  background-size: cover;
  border-radius: 60px;
  width: 220px;
}

.section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  width: max-content;
  border-radius: 100px;
}

.section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap {
    gap: 20px;
    margin-right: 20px;
    height: 120px;
  }

  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .signpost_bg {
    width: 400px;
  }

  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
    margin-bottom: 14px;
    font-family: "Obviously", Arial, Sans Serif;
    font-size: 44px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: -3px;
    color: #00705A;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
    font-size: 35.2px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
    font-size: 35.2px;
    letter-spacing: -2px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
only screen and (min-width: 768px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .section_autoscroller .ticker_wrap.many_rows .splide__slide .slide_item_wrap .text_wrap h3 {
    font-size: 26.4px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) .text_wrap {
  border: solid 5px #0064C5;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) .text_wrap h3 {
  color: #0064C5;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) .text_wrap:hover {
  background-color: #0064C5;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) .text_wrap:hover h3 {
  color: #FF9FCD;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+2) .text_wrap {
  border: solid 5px #27CBAE;
  color: #00705A;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+2) .text_wrap:hover {
  background-color: #27CBAE;
  color: #00705A;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+2) circle {
  fill: #27CBAE;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+2) svg path {
  fill: #00705A;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+3) .text_wrap {
  border: solid 5px #FF9FCD;
  color: #00705A;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+3) .text_wrap:hover {
  background-color: #FF9FCD;
  color: #00705A;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+3) circle {
  fill: #FF9FCD;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+3) svg path {
  fill: #0064C5;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) .text_wrap {
  border: solid 5px #0064C5;
  color: #0064C5;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) .text_wrap:hover {
  background-color: #0064C5;
  color: #FF9FCD;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) circle {
  fill: #27CBAE;
}

.section_autoscroller .ticker_wrap.many_rows:nth-child(4n+1) svg path {
  fill: #0064C5;
}

.main_nav {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .main_nav {
    display: block;
    margin-right: 22%;
  }
}

.main_nav ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.main_nav ul .li_level_one {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.main_nav ul .li_level_one.dropdown:after {
  content: '+';
  margin-left: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main_nav ul .li_level_one:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main_nav ul .li_level_one:hover .dropdown_area {
  opacity: 1;
  visibility: visible;
}

.main_nav ul .li_level_one:last-child {
  display: none;
}

.main_nav ul .li_level_one .dropdown_rel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 22px;
  left: 0;
  width: 200px;
  z-index: 10000;
  padding-top: 10px;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap {
  background-color: #EEEBE9;
  border: 2px solid #171717;
  padding: 10px;
  border-radius: 30px;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap .dropdown_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap .dropdown_list a {
  max-width: 350px;
  font-size: 32;
  flex-basis: 100%;
}

.main_nav ul .li_level_one .dropdown_rel .dropdown_wrap .dropdown_list.icons_nav img {
  max-width: 80px;
  min-height: 90px;
}

.main_nav ul.grey li a {
  color: #00705A;
}

.modal_nav {
  width: 100%;
  height: 100%;
  background: #FF9FCD;
  z-index: 9;
  position: fixed;
  left: 0%;
  top: 100%;
  transform: translateY(-210vh);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav .container {
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .modal_nav {
    height: 90%;
    top: 90vh;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 67px;
  }
}

.modal_nav.active {
  transform: translateY(-100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav .brief_button,
.modal_nav .btn_simple,
.modal_nav .socials_wrap svg {
  background-color: transparent;
  border-color: #FBFBFB;
  color: #FBFBFB;
}

.modal_nav .brief_button:hover,
.modal_nav .btn_simple:hover,
.modal_nav .socials_wrap svg:hover {
  color: #00705A;
  border-color: #00705A;
}

.modal_nav .brief_button.hover_pink:hover,
.modal_nav .btn_simple.hover_pink:hover,
.modal_nav .socials_wrap svg.hover_pink:hover {
  color: #FF9FCD;
  border-color: #FF9FCD;
}

.modal_nav .socials_wrap svg:hover {
  filter: invert(71%) sepia(15%) saturate(5236%) hue-rotate(137deg) brightness(91%) contrast(101%);
}

.modal_nav.pos_1 {
  background-color: #27CBAE;
}

.modal_nav.pos_1 .modal_nav_menu li:hover a {
  color: #00705A;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav.pos_2 {
  background-color: #0064C5;
}

.modal_nav.pos_2 .modal_nav_menu li:hover a {
  color: #FF9FCD;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav.pos_2 .brief_button:hover,
.modal_nav.pos_2 .btn_simple:hover {
  color: #FF9FCD;
  border-color: #FF9FCD;
  fill: #FF9FCD;
}

.modal_nav.pos_2 .socials_wrap svg:hover {
  filter: invert(16%) sepia(14%) saturate(1638%) hue-rotate(293deg) brightness(101%) contrast(101%);
}

.modal_nav.pos_3 {
  background-color: #00705A;
}

.modal_nav.pos_3 .modal_nav_menu li:hover a {
  color: #FF9FCD;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav.pos_3 .brief_button:hover,
.modal_nav.pos_3 .btn_simple:hover {
  color: #FF9FCD;
  border-color: #FF9FCD;
  fill: #FF9FCD;
}

.modal_nav.pos_3 .socials_wrap svg:hover {
  filter: invert(16%) sepia(14%) saturate(1638%) hue-rotate(293deg) brightness(101%) contrast(101%);
}

.modal_nav.pos_4 {
  background-color: #27CBAE;
}

.modal_nav.pos_4 .modal_nav_menu li:hover a {
  color: #0064C5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav.pos_4 {
  background-color: #FF9FCD;
}

.modal_nav.pos_4 .modal_nav_menu li:hover a {
  color: #0064C5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav.pos_5 {
  background-color: #27CBAE;
}

.modal_nav.pos_5 .modal_nav_menu li:hover a {
  color: #00705A;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_nav .menu_wrap {
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  z-index: 99;
}

.modal_nav .menu_wrap svg path {
  color: #FBFBFB;
}

@media only screen and (min-width: 768px) {
  .modal_nav .menu_wrap {
    display: none;
  }
}

.modal_nav .pikkle_logo_wrap svg {
  width: 100%;
}

.modal_nav .pikkle_logo_wrap svg path {
  fill: #00705A;
}

@media only screen and (min-width: 768px) {
  .modal_nav .pikkle_logo_wrap {
    display: none;
  }
}

.modal_nav .modal_nav_wrap {
  height: 100%;
  display: grid;
  align-items: end;
}

@media only screen and (min-width: 768px) {
  .modal_nav .modal_nav_wrap {
    grid-template-columns: 1fr 0.4fr;
  }
}

.modal_nav .modal_nav_wrap .modal_nav_menu {
  position: relative;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1200px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu {
    padding-bottom: 60px;
  }
}

.modal_nav .modal_nav_wrap .modal_nav_menu li {
  list-style-type: none;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  width: fit-content;
  z-index: 0;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu li {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu li {
    font-size: 100px;
    line-height: 1.2;
  }
}

.modal_nav .modal_nav_wrap .modal_nav_menu li a {
  color: #FBFBFB;
}

@media only screen and (min-width: 768px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu li:before {
    content: '';
    background-image: url(./assets/images/svg/jar-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 70%;
    width: 70px;
    display: block;
    left: -70px;
    position: absolute;
    bottom: 6px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:hover {
    transform: translateX(80px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:hover .jar_mask_1,
  .modal_nav .modal_nav_wrap .modal_nav_menu li:hover .jar_mask_2 {
    opacity: 1;
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:nth-child(2):before {
    background-image: url(./assets/images/svg/jar-pink.svg);
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:nth-child(3):before {
    background-image: url(./assets/images/svg/jar-pink.svg);
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:nth-child(4):before {
    background-image: url(./assets/images/svg/jar-blue.svg);
  }
}

@media only screen and (min-width: 1200px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu li:before {
    left: -115px;
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:hover {
    transform: translateX(120px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (min-width: 1600px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu li:before {
    left: -190px;
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:hover {
    transform: translateX(110px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .modal_nav .modal_nav_wrap .modal_nav_menu li:hover:before {
    left: -100px;
  }
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1,
.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2 {
  padding-top: 100px;
  position: absolute;
  top: -2rem;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.active,
.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.active {
  opacity: 1;
  z-index: 1;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1 {
  opacity: 0;
  display: none;
  position: absolute;
  object-fit: cover;
  top: -2rem;
  width: 14rem;
  transform: rotate(15deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (min-width: 1200px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1 {
    display: block;
  }
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1 svg .cls-3,
.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_1 {
  opacity: 1;
  transform: rotate(15deg) translateY(-16rem) translateX(60rem) scale(1.2);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_1 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #097a64;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_1 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #00705A;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_2 {
  opacity: 1;
  transform: rotate(-12deg) translateY(3rem) translateX(41rem) scale(0.8);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_2 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #ffbbdc;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_2 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #FF9FCD;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_3 {
  opacity: 1;
  transform: rotate(-25deg) translateX(41rem) translateY(17rem) scale(1.2);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_3 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #ffbbdc;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_3 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #FF9FCD;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_4 {
  opacity: 1;
  transform: rotate(35deg) translateX(54rem) translateY(-37rem) scale(0.9);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_4 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #0071ce;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_4 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #0064C5;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_5 {
  opacity: 1;
  transform: rotate(15deg) translateY(-16rem) translateX(60rem) scale(1.2);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_5 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #097a64;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_1.pos_5 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #00705A;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2 {
  opacity: 0;
  display: none;
  position: absolute;
  object-fit: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: -2rem;
  width: 16rem;
  transform: rotate(-25deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (min-width: 1200px) {
  .modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2 {
    display: block;
  }
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2 svg .cls-3,
.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_1 {
  opacity: 1;
  transform: rotate(-12deg) translateY(3rem) translateX(41rem) scale(0.8);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_1 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #097a64;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_1 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #00705A;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_2 {
  opacity: 1;
  transform: rotate(-15deg) translateX(75rem) translateY(19rem) scale(1.3);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_2 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #ffbbdc;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_2 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #FF9FCD;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_3 {
  opacity: 1;
  transform: rotate(20deg) translateX(66rem) translateY(-26rem) scale(0.9);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_3 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #ffbbdc;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_3 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #FF9FCD;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_4 {
  opacity: 1;
  transform: rotate(-15deg) translateX(44rem) translateY(8rem) scale(0.9);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_4 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #0071ce;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_4 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #0064C5;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_5 {
  opacity: 1;
  transform: rotate(-12deg) translateY(3rem) translateX(41rem) scale(0.8);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_5 svg .cls-3 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #097a64;
}

.modal_nav .modal_nav_wrap .modal_nav_menu .jar_mask_2.pos_5 svg .cls-4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  fill: #00705A;
}

.modal_nav .modal_nav_wrap .modal_nav_contact {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
}

.modal_nav .modal_nav_wrap .modal_nav_contact .btn_simple {
  font-size: 14px;
}

.modal_nav .modal_nav_wrap .modal_nav_contact .socials_wrap {
  display: flex;
  align-items: end;
  gap: 10px;
}

.modal_nav .modal_nav_wrap .modal_nav_contact .socials_wrap img {
  width: 30px;
}

@media only screen and (min-width: 768px) {
  .modal_nav .modal_nav_wrap .modal_nav_contact {
    max-width: 120px;
    gap: 20px;
  }

  .modal_nav .modal_nav_wrap .modal_nav_contact .btn_simple {
    font-size: 20px;
  }
}

.searchbar_default form div {
  display: flex;
  align-items: baseline;
  gap: 40px;
}

.searchbar_default form div input[type=text] {
  border: none;
  display: block;
  background-color: #EEEBE9;
  width: 80%;
  padding: 5px 2.5%;
  margin-bottom: 15px;
  color: #000;
  border-radius: 20px;
}

.searchbar_default form div input[type=submit] {
  white-space: nowrap;
  position: relative;
  gap: 10px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #EEEBE9;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px 6px 15px;
  border: 2px solid #00705A;
  color: #00705A;
  width: fit-content;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  max-width: 200px;
}

@media only screen and (min-width: 768px) {
  .searchbar_default form div input[type=submit] {
    font-size: 20px;
    padding: 4px 20px 10px 20px;
    border: 3px solid #00705A;
  }
}

.searchbar_default form div input[type=submit]:hover {
  background-color: #00705A;
  color: #EEEBE9;
}

/* CLEARFIX */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ALL */
.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FBFBFB;
  text-align: center;
}

.hamburger_wrap {
  border-radius: 30px;
  background-color: #4A4A4A;
  height: 32px;
  width: 32px;
}

.hamburger_wrap .hamburger {
  position: relative;
  left: -4px;
  top: -4px;
  transform: scale(0.4);
  z-index: 999;
}

.hamburger_wrap .hamburger.is-active {
  transform: scale(0.4);
}

.hamburger_wrap .hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #FBFBFB;
  display: block;
  margin: 8px auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* TWO */
#hamburger-2.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-2.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}

/* THREE */
#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-3.is-active .line:nth-child(1) {
  -webkit-transform: translateX(-10px) rotate(-45deg);
  -ms-transform: translateX(-10px) rotate(-45deg);
  -o-transform: translateX(-10px) rotate(-45deg);
  transform: translateX(-10px) rotate(-45deg);
}

#hamburger-3.is-active .line:nth-child(3) {
  -webkit-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  -o-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg);
}

/* FOUR */
#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-4.is-active .line:nth-child(1) {
  -webkit-transform: translateX(10px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
}

#hamburger-4.is-active .line:nth-child(3) {
  -webkit-transform: translateX(10px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
}

/* FIVE */
#hamburger-5.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-5.is-active .line:nth-child(2) {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#hamburger-5 .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-5.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-5.is-active .line:nth-child(1),
#hamburger-5.is-active .line:nth-child(3) {
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

#hamburger-5.is-active .line:nth-child(1) {
  -webkit-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}

#hamburger-5.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* SIX */
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* SEVEN */
#hamburger-7.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-7.is-active .line:nth-child(2) {
  width: 40px;
}

#hamburger-7.is-active .line {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* EIGHT */
#hamburger-8.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-8.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-8.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* NINE */
#hamburger-9 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
  -webkit-transform: rotate(45deg) scale(0.6);
  -ms-transform: rotate(45deg) scale(0.6);
  -o-transform: rotate(45deg) scale(0.6);
  transform: rotate(45deg) scale(0.6);
}

#hamburger-9:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
  border: 5px solid #000;
}

#hamburger-9.is-active .line {
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* TEN */
#hamburger-10 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-10.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-10.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-10.is-active .line:nth-child(2) {
  width: 40px;
}

/* ELEVEN */
#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig {

  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* TWELVE */
#hamburger-12.is-active .line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#hamburger-12.is-active .line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.wp_pagination {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-top: 40px;
}

.wp_pagination .button img {
  max-width: 20px;
}

.light-mode-button {
  background: 0;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  width: 60px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
}

.light-mode-button:focus {
  outline: none;
  /* Not ideal for accessibility */
}

.light-mode-button span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  border-radius: 20px;
  background-color: #d6d7db;
  transition: 0.3s;
}

.light-mode-button span:nth-child(2) {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

/* Light & Dark Mode Styles
		--------------------------- */
body[light-mode="dark"] .light-mode-button span:nth-child(1) {
  background-color: #ced4e2;
  color: #141516;
}

body[light-mode="dark"] .light-mode-button span:nth-child(2) {
  left: 35px;
  background-color: #141516;
}

.post_layout_toggle .icons_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap p {
  display: none;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap img {
  filter: contrast(0) brightness(1.7);
  max-width: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap:hover p,
.post_layout_toggle .icons_wrap .toggle_icon_wrap.active p {
  color: #4A4A4A;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post_layout_toggle .icons_wrap .toggle_icon_wrap:hover img,
.post_layout_toggle .icons_wrap .toggle_icon_wrap.active img {
  filter: unset;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#clock,
#location {
  color: #FBFBFB;
}

#clock {
  width: 54px;
}

.analogue_clock {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: solid 1px #FBFBFB;
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  .analogue_clock {
    font-size: 12px;
  }
}

.analogue_clock .circle {
  position: absolute;
  inset: 0;
  --rotation: 0;
  -webkit-font-smoothing: antialiased;
}

.analogue_clock .circle i {
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: #FBFBFB;
  transform-origin: bottom;
  transform: translateX(-50%) rotate(calc(var(--rotation) * 1deg));
}

.analogue_clock #hr_hand {
  transform: scaleY(0.4);
}

.analogue_clock #mn_hand {
  transform: scaleY(0.8);
}

.analogue_clock #sc_hand {
  transform: scaleY(0.9);
  opacity: 0;
}

.bulletin_bar {
  width: 100%;
  position: fixed;
  bottom: 20px;
  height: 42px;
  visibility: visible;
  opacity: 1;
  z-index: 3;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bulletin_bar.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.bulletin_bar.blur {
  filter: blur(14px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bulletin_bar.full_width .bulletin_bar_wrap {
  width: 85%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .bulletin_bar.full_width .bulletin_bar_wrap {
    width: 96%;
  }
}

.bulletin_bar.full_width .bulletin_bar_wrap .bulletin_content_scroll {
  width: 84%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bulletin_bar .bulletin_bar_wrap {
  background: #ffffff0d;
  --webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  width: inherit;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 80%;
  height: 40px;
  border-radius: 30px;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap {
  display: flex;
  white-space: nowrap;
  margin-right: 20px;
  gap: 10px;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap img {
  width: 18px;
  left: 9px;
  top: 0px;
  position: relative;
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: pulse 2s infinite;
  border-radius: 50%;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap p {
  display: none;
}

@media only screen and (min-width: 768px) {
  .bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap img {
    left: 12px;
    top: 2px;
  }

  .bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap p {
    display: block;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #fc004cc2;
    opacity: 1;
  }

  70% {
    transform: scale(0.7);
    box-shadow: 0 0 0 10px #fc004c21;
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #fc004cc2;
    opacity: 0.2;
  }
}

.bulletin_bar .bulletin_bar_wrap .bulletin_title_wrap p {
  margin-left: 10px;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_content_scroll {
  width: 80%;
  top: 1px;
  height: fit-content;
}

.bulletin_bar .bulletin_bar_wrap .bulletin_content_scroll .splide .splide__track .splide__list a:hover {
  text-decoration: underline;
}

.bulletin_bar .bulletin_bar_projects_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  grid-template-columns: 1fr 1fr;
  padding: 8px 30px 8px 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5.5px);
  width: inherit;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
  width: 93%;
}

@media only screen and (max-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap {
    width: 50%;
    padding: 8px 10px 8px 10px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form {
  width: 100%;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox {
  display: grid;
  grid-template-columns: 15% 80% 6%;
  align-items: center;
  gap: 1%;
  width: 98%;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide {
  display: flex;
  flex-direction: row-reverse;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  display: none;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--next {
  background: transparent;
  position: unset;
  transform: translateY(0px);
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--next svg {
  display: none;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__arrows .splide__arrow.splide__arrow--next:after {
  content: '';
  background-image: url(./assets/images/svg/chevron-red.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: center;
  left: 20%;
  height: 20px;
  width: 18px;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide .splide__track .splide_list {
  align-items: center;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list {
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
  position: relative;
  text-decoration: none;
  border: 1px #FBFBFB solid;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 1600px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 14px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label:hover {
  background-color: #4A4A4A;
  color: #FBFBFB;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 8px;
    padding: 0px 8px;
    line-height: 2;
  }
}

@media only screen and (min-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1600px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label {
    font-size: 12px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list label .category_checkbox {
  display: none;
  width: 20px;
  height: 20px;
  accent-color: #000;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.brand_digital {
  height: fit-content;
  height: -webkit-fill-available;
  justify-content: start;
  gap: 5px;
}

@media only screen and (min-width: 1200px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.brand_digital {
    gap: 10px;
  }
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.other_cats :nth-child(2) {
  order: -1;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.other_cats :nth-child(5) {
  order: -1;
  margin-right: 24px;
}

.bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .category-list.other_cats :last-child {
  display: none;
}

@media only screen and (max-width: 768px) {
  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox {
    grid-template-columns: 1fr 1fr;
  }

  .bulletin_bar .bulletin_bar_projects_wrap form.search_filter_form .form_group_checkbox .splide {
    display: none;
  }
}

.cky-btn-revisit-wrapper {
  width: 37px;
  height: 45px;
  left: unset !important;
  right: 1.56vw !important;
  bottom: 17px !important;
  background: transparent !important;
  width: 38px;
  height: 43px;
  z-index: 9 !important;
}

.cky-btn-revisit-wrapper button {
  display: none !important;
}

.cky-btn-revisit-wrapper:after {
  content: '';
  background-image: url(./assets/images/svg/cookie-jar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  cursor: none;
}

.cky-btn-revisit-wrapper.cookie_icon_black:after {
  background-image: url(./assets/images/svg/cookie-jar.svg);
}

.cky-btn-revisit-wrapper.visible {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  opacity: 0;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left:hover:before {
  content: none;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left:hover:after {
  left: 10px;
  border: none;
  border-right-color: transparent;
  filter: invert(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cky-consent-container {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: calc(100% - 6.25vw) !important;
}

.cky-consent-container.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cky-consent-container.cky-box-bottom-right {
  bottom: 3.125vw !important;
  right: 3.125vw !important;
}

@media only screen and (min-width: 768px) {
  .cky-consent-container {
    width: 288px !important;
  }
}

.cky-consent-container .cky-consent-bar {
  background-color: #00705A !important;
  box-shadow: 0 -1px 10px 0 #065848 !important;
  border: none !important;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  color: #FBFBFB !important;
  font-size: 36px;
  line-height: 30px;
  font-weight: 600;
  text-transform: lowercase !important;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (min-width: 1200px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    gap: 20px;
  }
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-title::before {
  content: '';
  background-image: url(./assets/images/svg/cookie-jar.svg);
  background-size: contain !important;
  background-repeat: no-repeat;
  position: relative;
  height: 50px;
  width: 40px;
  right: -10px;
  top: 3px;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  flex-direction: column !important;
}

.cky-preference-center {
  font-family: "Obviously", Arial, Sans Serif;
}

@media only screen and (min-width: 1200px) {
  .cky-preference-center .cky-prefrence-btn-wrapper {
    display: flex !important;
    gap: 10px !important;
    justify-content: space-between !important;
  }
}

.cky-preference-center .cky-accordion {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cky-preference-center .cky-accordion .cky-accordion-item {
  gap: 8px;
}

.cky-preference-center .cky-accordion .cky-accordion-item .cky-chevron-right::before {
  content: '';
  background-image: url(./assets/images/svg/arrow-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  height: 10px !important;
  width: 16px !important;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}

.cky-preference-center .cky-accordion.cky-accordion-active .cky-chevron-right::before {
  transform: rotate(90deg) !important;
}

.cky-btn-accept,
.cky-btn-reject {
  font-size: 20px !important;
  background-color: #00705A !important;
  border-radius: 12px;
  color: #FBFBFB !important;
  border: solid 3px #FBFBFB !important;
  margin-top: 0px !important;
  padding: 4px 6px 9px 6px !important;
  width: -webkit-fill-available !important;
  margin-right: 0px !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {

  .cky-btn-accept,
  .cky-btn-reject {
    font-size: 26px !important;
  }
}

.cky-btn-accept:hover,
.cky-btn-reject:hover {
  background-color: #00705A !important;
  color: #FBFBFB !important;
  border: solid 3px #FBFBFB !important;
}

.cky-btn-customize {
  order: 4 !important;
  border: none !important;
  color: #FF9FCD !important;
  font-size: 16px !important;
  text-decoration: underline !important;
  margin-top: 0px !important;
}

.cky-btn-customize:hover {
  background-color: unset !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  .cky-modal {
    border-radius: 0px !important;
  }

  .cky-prefrence-btn-wrapper .cky-btn-reject {
    order: 2 !important;
  }
}

.loader_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171717;
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 9;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.loader_wrapper .logo_wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  height: 60px;
}

.loader_wrapper .logo_wrap img {
  opacity: 0;
  width: auto;
  height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
  .loader_wrapper .logo_wrap img {
    height: 60px;
  }
}

.loader_wrapper.loaded {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.loader_wrapper.index {
  z-index: 0;
}

/* fade in content for the homepage */