@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

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, font, 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, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

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

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents 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 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

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

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

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

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects 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. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */
}

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

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes 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 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes 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. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

/*
 * Removes 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;
}

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

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

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background: #00695E;
}

body {
  font-size: 10px;
  font-family: "HelveticaNeue", "Verdana", sans-serif;
  color: #000;
}
body.no_scroll {
  overflow: hidden; /* Hide scrollbars */
}
body.no_scroll #logo img {
  filter: brightness(0) saturate(100%) !important;
}
body #main {
  background: #fff;
}

@font-face {
  font-family: "Coolvetica";
  src: url("../fonts/Coolvetica-Regular.woff2") format("woff2"), url("../fonts/Coolvetica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue-light.woff2") format("woff2"), url("../fonts/HelveticaNeue-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue_bold";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content {
  /*
  h2
  {
  	font-size: 230%;
  	margin-bottom: 25px;
  }

  h3
  {
  	font-size: 200%;
  	margin-bottom: 24px;
  }

  h4, h5, h6
  {
  	font-size: 180%;
  	margin-bottom: 18px;
  }
  */
  font-size: clamp(16px, 1.5vw, 20px);
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
}
.entry_content p {
  line-height: 1.6em;
  display: block;
  margin-bottom: 1.4em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
}
.entry_content ul li,
.entry_content ol li {
  margin-bottom: 10px;
}
.entry_content ul li {
  line-height: 1.4em;
  position: relative;
  padding-left: 20px;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 140%;
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  font-size: 24px;
  color: #000;
  padding: 0 48px;
  line-height: 60px;
  background-color: #FCD2A0;
  font-family: "HelveticaNeue_bold";
  border-radius: 8px;
  border: 1px solid #FCD2A0;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  background-color: transparent;
  color: #00695E;
  border: 1px solid #00695E;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORMS
---------------------------------------------------------------------------
*/
.gfield_visibility_hidden,
.gfield--type-honeypot,
.partial_entry_warning {
  display: none !important;
}

.el_form {
  /*
  ----------------------------
  =	CONF
  ----------------------------
  */
  /*
  ---------------------------------------------------------------------------
  =	THANKYOU
  ---------------------------------------------------------------------------
  */
}
.el_form .gform_wrapper {
  /*
  ----------------------------
  =	PROGRESS BAR
  ----------------------------
  */
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.el_form .gform_wrapper .gf-readonly input,
.el_form .gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.el_form .gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .el_form .gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 50px;
  }
}
.el_form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0%;
  bottom: -22px;
  font-size: 0 !important;
}
.el_form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.el_form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.el_form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.el_form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #c1c1c1;
}
.el_form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-radius: 10px;
  background: #9DEDB8;
  color: #fff;
  padding: 5px;
}
.el_form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}
.el_form .gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.el_form .gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  color: #F76456;
}
.el_form .gform_wrapper .gfield_validation_message {
  display: block;
  color: #F76456;
  line-height: 1.2em;
  padding-top: 6px;
}
.el_form .gform_wrapper .gform-body .gfield_label {
  display: block;
  font-size: clamp(12px, 2vw, 18px);
  line-height: 1.4em;
  margin-bottom: 14px;
}
.el_form .gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.el_form .gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.el_form .gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.el_form .gform_wrapper .gform-body input {
  font-size: clamp(12px, 2vw, 16px);
}
.el_form .gform_wrapper .gform-body input::placeholder {
  color: rgba(32, 72, 39, 0.5);
}
.el_form .gform_wrapper .gform-body input[type=text],
.el_form .gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .el_form .gform_wrapper .gform-body input[type=text],
  .el_form .gform_wrapper .gform-body input[type=number] {
    padding: 10px;
  }
}
.el_form .gform_wrapper .gform-body input[type=text]:focus,
.el_form .gform_wrapper .gform-body input[type=email]:focus {
  border: 1px solid #9DEDB8 !important;
}
.el_form .gform_wrapper .gform-body .gfield_description {
  padding-top: 18px;
  font-size: 12px;
}
.el_form .gform_wrapper .gform-body .gfield_checkbox .gchoice {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 1em;
}
.el_form .gform_wrapper .gform-body .ginput_complex div input {
  width: 100%;
}
.el_form .gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
@media only screen and (max-width: 767px) {
  .el_form .gform_wrapper .gform-body div.gfield {
    margin-bottom: 20px;
  }
}
.el_form .gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  letter-spacing: -0.05em;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.4em;
  padding-bottom: 10px;
}
.el_form .gform_wrapper .gform-body div.gfield .ginput_container input,
.el_form .gform_wrapper .gform-body div.gfield .ginput_container select,
.el_form .gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #c1c1c1;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.2em;
  border-radius: 8px;
  background: transparent;
  resize: none !important;
}
@media only screen and (max-width: 767px) {
  .el_form .gform_wrapper .gform-body div.gfield .ginput_container input,
  .el_form .gform_wrapper .gform-body div.gfield .ginput_container select,
  .el_form .gform_wrapper .gform-body div.gfield .ginput_container textarea {
    padding: 10px;
  }
}
.el_form .gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239DEDB8' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px; /* Adjust size here */
  color: rgba(0, 0, 0, 0.5); /* Placeholder text colour */
}
.el_form .gform_wrapper .gform-body div.gfield .ginput_container select:focus {
  color: #000; /* Text colour on focus */
}
.el_form .gform_wrapper .gform-body div.gfield.next_step select {
  color: #000;
}
.el_form .gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.el_form .gform_wrapper .gform-body fieldset .ginput_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.el_form .gform_wrapper .gform-body fieldset .ginput_container > span {
  display: block;
  flex: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.el_form .gform_wrapper .gform-body fieldset .ginput_container > span label {
  display: none;
}
.el_form .gform_wrapper .gform-body fieldset .ginput_container > span input {
  width: 100%;
}
.el_form .gform_wrapper .gform-body fieldset .ginput_container > span.ginput_full {
  flex: 100%;
  max-width: 100%;
}
.el_form .gform_wrapper .gform-body fieldset .ginput_container > div {
  flex: calc(33.33% - 20px);
}
.el_form .gform_wrapper .gform-body fieldset.gfield--type-tos .gptos_terms_container {
  width: 100%;
  border-radius: 8px;
}
.el_form .gform_wrapper .gform-body fieldset.gfield--type-tos .gptos_terms_container p {
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 6px;
}
.el_form .gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.el_form .gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice label {
  font-size: 12px;
}
.el_form .gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice input:disabled + label {
  opacity: 0.4; /* Optional: Make it look slightly faded */
}
.el_form .gform_wrapper .gform_footer,
.el_form .gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.el_form .gform_wrapper .gform_footer input,
.el_form .gform_wrapper .gform_page_footer input {
  flex: 1;
  height: 58px;
  border-radius: 10px;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background: #00695E;
  border: 1px solid #00695E;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .el_form .gform_wrapper .gform_footer input.gform_next_button, .el_form .gform_wrapper .gform_footer input.gform_previous_button,
  .el_form .gform_wrapper .gform_page_footer input.gform_next_button,
  .el_form .gform_wrapper .gform_page_footer input.gform_previous_button {
    max-width: 50%;
  }
}
.el_form .gform_wrapper .gform_footer input.gform_previous_button,
.el_form .gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #00695E;
  background: #fff;
  color: #00695E;
}
.el_form .gform_wrapper .gform_footer input:hover,
.el_form .gform_wrapper .gform_page_footer input:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #00695E;
}
@media only screen and (min-width: 1001px) {
  .el_form .gform_wrapper .gform_footer,
  .el_form .gform_wrapper .gform_page_footer {
    padding: 0 10%;
  }
}
.el_form .gform_wrapper .gform_page_footer {
  padding-top: 40px;
}
.el_form .gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px; /* Set a fixed height */
  width: 20px; /* Set a fixed width */
  display: inline-block;
  background-size: contain;
  position: absolute; /* Position it without affecting layout */
  top: 10px; /* Adjust vertically */
  left: 50%; /* Adjust horizontally */
  transform: translate(-50%, -50%); /* Center the loader */
  z-index: 10; /* Ensure it appears above other elements */
}
.page-contact .el_form .gform_wrapper .gform-loader {
  display: none;
}
.el_form .gform_confirmation_message h2 {
  display: block;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 30px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 1001px) {
  .el_form .gform_confirmation_message .product_info {
    padding: 0 10%;
  }
}
.el_form .gform_confirmation_message .product_info .col2 {
  font-size: 16px;
  margin-bottom: 1.6em;
  line-height: 1.6em;
}
.el_form .gform_confirmation_message .product_info .col2 a {
  color: #2543F2;
  text-decoration: none;
}
.el_form .gform_confirmation_message .product_info .col2 a:hover {
  color: #000;
}
.el_form .p-Field--labelFloating .p-Input-input, .el_form .p-Field--labelFloating .p-Select-select, .el_form .p-Field--labelResting .p-Input-input, .el_form .p-Field--labelResting .p-Select-select {
  border-color: red !important;
}
.el_form .page-instant-quote .ginput_product_price_wrapper {
  display: none !important;
}
.el_form .gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.4em;
  color: #1C3DC8;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 5%;
  z-index: 9999;
  transition: 0.5s;
}
#header.headroom-hidden {
  top: -100px;
}
@media only screen and (min-width: 1251px) {
  #header #logo {
    position: absolute;
    left: 5%;
    top: 30px;
  }
}
#header #logo img {
  display: block;
  height: 48px;
  width: auto;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  #header #logo img {
    height: 40px;
  }
}
.page-about-us #header #logo img, .blog #header #logo img, .page-apply-now #header #logo img, .single-case-studies #header #logo img {
  filter: brightness(0) saturate(100%);
}
#header nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 23px;
  height: 60px;
}
#header nav a {
  color: #fff;
  font-size: 18px;
  transition: 0.2s;
  font-family: "HelveticaNeue_bold";
}
.page-about-us #header nav a, .blog #header nav a, .page-apply-now #header nav a, .single-case-studies #header nav a {
  color: #000;
}
#header nav a:hover, #header nav a.current {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#header nav a#mob_enq {
  display: none;
}
@media only screen and (max-width: 1250px) {
  #header nav {
    display: none;
  }
}
#header .right_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 1251px) {
  #header .right_nav {
    position: absolute;
    right: 5%;
    top: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  #header .right_nav {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1251px) {
  #header .right_nav > div {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .right_nav .btn {
    display: none;
  }
}
#header.on_the_move {
  background: #fff;
}
#header.on_the_move nav a {
  color: #000;
}
#header.on_the_move #logo img {
  filter: brightness(0) saturate(100%);
}
#header.on_the_move #nav-burger span {
  background: #000 !important;
}
.home #header.on_the_move #nav-burger span {
  background: #fff !important;
}
.home #header.on_the_move {
  background: #00695E;
}
.home #header.on_the_move #logo img {
  filter: none;
}
.home #header.on_the_move nav a {
  color: #fff;
}

.no_scroll.home #header {
  background: #fff !important;
}
.no_scroll.home #header #nav-burger span {
  background: #000 !important;
}

#float {
  position: fixed;
  right: 5%;
  bottom: 20px;
  z-index: 990;
}
@media only screen and (max-width: 767px) {
  #float {
    width: 90%;
    text-align: center;
  }
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  width: 30px;
  height: 24px;
  z-index: 300;
  margin-left: 5%;
  transition: 0.2s;
}
@media only screen and (max-width: 1230px) {
  #nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
}
#nav-toggle #nav-burger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: 0.25s ease-in-out;
}
.page-about-us #nav-toggle #nav-burger span, .blog #nav-toggle #nav-burger span {
  background: #000;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 0;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: calc(50% - 2px);
}
#nav-toggle #nav-burger span:nth-child(4) {
  bottom: 0;
}
#nav-toggle #nav-burger:hover span {
  background: #000;
}
#nav-toggle #nav-burger.open span {
  background: #000;
}
#nav-toggle #nav-burger.open span:nth-child(1),
#nav-toggle #nav-burger.open span:nth-child(4) {
  top: calc(50% - 2px);
  width: 0;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  background-size: cover;
  z-index: 999;
  left: -110%;
  position: fixed;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  padding-top: 100px;
}
@media only screen and (min-width: 1251px) {
  #slideout_nav {
    display: none;
  }
}
#slideout_nav.active {
  left: 0;
}
#slideout_nav nav {
  padding: 5%;
}
#slideout_nav nav a {
  display: block;
  color: #000;
  font-size: 3vh;
  font-family: "Coolvetica";
  line-height: 1.4em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
  transition: 0.2s;
}
#slideout_nav nav a:hover {
  color: #00695E;
}
#slideout_nav nav a#blog_nav {
  border-bottom: none;
  margin-bottom: 0;
}
#slideout_nav nav a#mob_enq {
  background: #00695E;
  border: 1px solid #00695E;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 2em;
  border-radius: 10px !important;
}
#slideout_nav nav a#mob_enq:hover {
  background: #fff;
  color: #00695E;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 90px 5% 60px 5%;
  background: #00575B;
  color: #fff;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 120px;
  }
}
#footer .footer_top {
  padding-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top {
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
  }
  #footer .footer_top .foot_logo {
    text-align: centre;
  }
  #footer .footer_top .foot_logo > a {
    display: block;
    text-align: center;
  }
}
#footer .footer_top img {
  height: 48px;
  width: auto;
}
#footer .footer_top nav {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#footer .footer_top nav a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
#footer .footer_top .footer_signup {
  margin-left: auto;
  width: 450px;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_signup {
    padding-top: 10%;
    width: 100%;
  }
}
#footer .footer_top .footer_signup > span {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_signup > span {
    text-align: center;
  }
}
#footer .footer_top .footer_signup form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#footer .footer_top .footer_signup form > div {
  flex: 1;
}
#footer .footer_top .footer_signup form input {
  width: 100%;
  padding: 16px;
  border: 1px solid #00575B;
  border-radius: 8px;
  font-size: 14px;
}
#footer .footer_top .footer_signup form label {
  display: none;
}
#footer .footer_top .footer_signup form .gform-footer {
  max-width: 120px;
}
#footer .footer_top .footer_signup form .gform-footer input {
  width: 100%;
  font-family: "HelveticaNeue_bold";
  background: #FCD2A0;
  border: 1px solid #FCD2A0;
}
#footer .footer_top .footer_signup form .gform-footer input:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
#footer .footer_top .footer_signup .gform_confirmation_message {
  font-size: 18px;
  line-height: 1.2em;
}
#footer .footer_bottom {
  border-top: 1px solid #fff;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  gap: 20px;
}
#footer .footer_bottom a {
  color: #fff;
}
@media only screen and (min-width: 1251px) {
  #footer .footer_bottom > span {
    flex: 25%;
  }
}
#footer .footer_bottom nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 1251px) {
  #footer .footer_bottom nav {
    flex: 40%;
  }
}
#footer .footer_bottom .soc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  gap: 20px;
}
@media only screen and (min-width: 1251px) {
  #footer .footer_bottom .soc {
    flex: 25%;
  }
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
.title {
  display: block;
  font-family: "Coolvetica";
  line-height: 1.1em;
}
.title.title_xl {
  font-size: clamp(42px, 4vw, 84px);
}
.title.title_l {
  font-size: clamp(37px, 5.25vw, 74px);
}
.title.title_m {
  font-size: clamp(32px, 4.5vw, 64px);
}
.title.title_s {
  font-size: clamp(27px, 3.75vw, 54px);
}

/*
---------------------------------------------------------------------------
=	HOME
---------------------------------------------------------------------------
*/
.link {
  display: inline-block;
  margin-top: 30px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.link span {
  display: inline-block;
  font-size: clamp(16px, 1.4vw, 24px);
  font-family: "HelveticaNeue_bold";
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.swiper img {
  max-width: 100%;
  max-height: 60px;
}

/*
----------------------------
=	WELCOME
----------------------------
*/
.page_intro {
  position: relative;
  background: url(../images/brush_intro.svg) 0 0 #FCD2A0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page_intro.has_bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.home .page_intro.has_bg:after, .page-about-us .page_intro.has_bg:after {
  background: none;
}
.home .page_intro {
  background: #00695E;
}
.home .page_intro:after {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  content: "";
  background: url(../images/brush_welcome.svg) 0 0;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .home .page_intro:after {
    width: 100%;
    left: 0;
    opacity: 0.2;
  }
}
.home .page_intro, .page-about-us .page_intro {
  min-height: calc(100vh - 100px);
}
.page_intro .intro_wrap {
  flex: 1;
  padding: 160px 0 160px 0;
  position: relative;
  z-index: 1;
}
.single-case-studies .page_intro .intro_wrap {
  padding-bottom: 5%;
}
.page_intro .intro_wrap .intro_content {
  width: 60%;
  color: #fff;
  padding: 0 5%;
  /*
  @media only screen and (max-width: 1600px)
  {
  	width: 100%;
  	max-width: 800px;
  }
  */
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_wrap .intro_content {
    width: 100%;
  }
}
.page-about-us .page_intro .intro_wrap .intro_content, .single-case-studies .page_intro .intro_wrap .intro_content {
  color: #000;
}
.page_intro .intro_wrap .intro_content h1 {
  display: block;
  margin-bottom: 0.8em;
}
.page_intro .intro_wrap .intro_content p {
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.4em;
}
.page_intro .intro_wrap .intro_content .btn {
  margin-top: 40px;
  color: #00695E;
}
.page_intro .intro_wrap .intro_content .btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
.page_intro .deets li {
  display: block;
  margin-bottom: 20px;
}
.page_intro .deets li span {
  display: block;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4em;
}
.page_intro .deets li span:first-of-type {
  font-family: "HelveticaNeue_bold";
}

/*
----------------------------
=	INTRO / LARGE TEXT BLOCK
----------------------------
*/
.large_text_block {
  padding: 10% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.large_text_block > div {
  flex: 1;
  text-align: center;
  max-width: 900px;
}
.large_text_block > div h2 {
  display: block;
  margin-bottom: 40px;
}
.large_text_block > div p {
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.4em;
}
.large_text_block > div a {
  margin-top: 40px;
}

/*
----------------------------
=	VIDEO
----------------------------
*/
.video_break {
  padding: 0 5% 5% 5%;
}
.video_break .video {
  width: 100%;
  padding-bottom: 56.2%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.video_break .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*
---------------------------------------------------------------------------
=	IMG BLOCK
---------------------------------------------------------------------------
*/
.img_block {
  padding: 0 5% 5% 5%;
}
.img_block span {
  display: block;
  padding-bottom: 56%;
  border-radius: 30px;
}

/*
---------------------------------------------------------------------------
=	HOME SERVICES
---------------------------------------------------------------------------
*/
.grid_wrap {
  padding: 5%;
}
@media only screen and (min-width: 768px) {
  .grid_wrap {
    padding-right: calc(5% - 50px);
  }
}
.grid_wrap.archive_push {
  padding-top: 160px;
}
.grid_wrap .grid_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 70px;
  padding-right: 5%;
}
.archive .grid_wrap .grid_title, .blog .grid_wrap .grid_title {
  justify-content: center;
}
.grid_wrap .grid_title a {
  margin-top: 0 !important;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .grid_wrap .grid_title a {
    display: none;
  }
}
.grid_wrap .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.grid_wrap .grid .grid_item {
  display: block;
  width: calc(33.33% - 50px);
  max-width: calc(33.33% - 50px);
  background: #EFEFEF;
  border-radius: 30px;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .grid_wrap .grid .grid_item {
    width: calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .grid_wrap .grid .grid_item {
    width: 100%;
    max-width: 100%;
  }
}
.single-post .grid_wrap .grid .grid_item {
  background: #EFEFEF;
}
.grid_wrap .grid .grid_item .inner {
  display: block;
  padding: 90px 10% 10%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .grid_wrap .grid .grid_item .inner {
    padding: 90px 5% 10% 5%;
  }
}
.grid_wrap .grid .grid_item .inner em {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.grid_wrap .grid .grid_item .inner .i_title {
  display: block;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.2em;
  margin-bottom: 16px;
}
.grid_wrap .grid .grid_item .inner .role {
  font-size: 20px;
}
.grid_wrap .grid .grid_item .inner p {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4em;
}
.grid_wrap .grid .grid_item .spacer {
  display: block;
  padding-bottom: 90%;
}
.grid_wrap .grid .grid_item .service_img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 90%;
  border-radius: 30px;
}
.grid_wrap .grid a:hover {
  background: #00695E;
  color: #fff;
}
.grid_wrap.home_news .grid_item {
  background: #FFF7EE;
}
.grid_wrap.team_grid a.grid_item:hover {
  background: #f0b671;
  color: #000;
}

/*
---------------------------------------------------------------------------
=	REVEAL TEXT
---------------------------------------------------------------------------
*/
.reveal_text_block {
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .reveal_text_block {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .reveal_text_block > div {
    padding-right: 20%;
  }
}
.reveal_text_block > div > span {
  display: block;
  font-size: clamp(20px, 2.5vw, 32px);
  margin-bottom: 10px;
}
.reveal_text_block > div p {
  line-height: 1.1em;
}

/*
---------------------------------------------------------------------------
=	2 COL DROP
---------------------------------------------------------------------------
*/
.drop {
  display: flex;
  flex-wrap: wrap;
  padding: 5% 0 10% 0;
}
@media only screen and (max-width: 767px) {
  .drop {
    padding-top: 10%;
  }
}
.drop .col.col1 {
  padding: 0 5%;
  flex: 40%;
}
@media only screen and (min-width: 768px) {
  .drop .col.col1 {
    padding-top: 20vh;
  }
}
.drop .col.col2 {
  flex: 60%;
  aspect-ratio: 1/1;
  background: url(../images/drop.png) 100% 50% no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-about-us .drop .col.col2 {
  background: url(../images/drop_about.png) 100% 50% no-repeat;
  background-size: contain;
}
.drop .col.col2 > div {
  padding: 5%;
  padding-left: 16%;
}
@media only screen and (max-width: 767px) {
  .drop .col.col2 > div {
    padding: 10% 10% 0 10%;
  }
}
.drop .col.col2 > div .entry_content p {
  font-size: clamp(0px, 1.4vw, 24px);
}
@media only screen and (max-width: 767px) {
  .drop .col.col2 > div .entry_content p {
    font-size: clamp(16px, 1.4vw, 18px);
  }
}
.drop .col.col2 > div a {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .drop .col {
    flex: 100% !important;
  }
}
.drop.drop_pic h3 {
  padding-bottom: 5%;
}
.drop.drop_pic .col2 {
  -webkit-mask-image: url(../images/drop.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url(../images/drop.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

/*
---------------------------------------------------------------------------
=	2 COL WITH IMG
---------------------------------------------------------------------------
*/
.text_block {
  padding: 5%;
}
.text_block .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.text_block .cols .col {
  flex: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .text_block .cols .col {
    flex: 100%;
    max-width: 100%;
  }
}
.text_block .cols .col h3 {
  margin-bottom: 10%;
}
.text_block.text_only .col2 {
  margin-left: auto;
}
.text_block.text_only .entry_content h1, .text_block.text_only .entry_content h2, .text_block.text_only .entry_content h3, .text_block.text_only .entry_content h4 {
  display: block;
  font-family: "Coolvetica";
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1em;
  margin-bottom: 30px;
}
.text_block.text_img .col1 {
  align-self: stretch;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .text_block.text_img .col1 {
    aspect-ratio: 1/1;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .text_block.text_img .col2 {
    padding: 5% 0 5% 5%;
  }
}
@media only screen and (min-width: 768px) {
  .text_block.text_img .img_right .col1 {
    order: 2;
  }
  .text_block.text_img .img_right .col2 {
    padding: 5% 5% 5% 0 !important;
  }
}
.text_block.has_bg {
  padding: 80px 10%;
  background: #FCDBB3;
}
@media only screen and (max-width: 767px) {
  .text_block.has_bg {
    padding: 10% 5%;
  }
}

/*
.two_col_with_img
{
	padding: 80px 10%;
	background: #FCDBB3;

	.cols
	{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;	

		.col
		{
			flex:50%;

			&.col1
			{
				align-self: stretch;
				border-radius: 30px;
			}

			&.col2
			{
				padding: 5% 0 5% 5%;

				h3
				{
					display: block;
					font-size: 74px;
					margin-bottom: 220px;
				}
				p
				{
					font-size: 24px;
					line-height: 34px;
				}
			}
		}
	}

	&.img_right
	{
		.col1
		{
			order:2;
		}

		.col2
		{
			padding: 5% 5% 5% 0 !important;
		}
	}
}
*/
/*
---------------------------------------------------------------------------
=	CREDS
---------------------------------------------------------------------------
*/
.creds {
  padding: 0 5% 10% 5%;
}
.creds .cred_intro {
  text-align: center;
  margin-bottom: 80px;
}
.creds .cred_intro > span {
  display: block;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.4em;
  position: relative;
}
.creds .cred_intro > span:before {
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.32);
  content: "";
}
.creds .cred_intro > span span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.creds .swipe_wrap {
  padding: 0 5%;
  text-align: center;
}

/*
---------------------------------------------------------------------------
=	QUOTE
---------------------------------------------------------------------------
*/
.quote_break {
  background-size: 50% auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  min-height: 100vh;
  /*
  @media only screen and (min-width: 768px)
  {
  	min-height: 100vh;
  }

  //margin-bottom: 5%;
  @media only screen and (max-width: 767px)
  {
  	padding: 20% 5%;
  	background-image: none !important;;
  }

  /*
  &:before
  {
  	position: absolute;
  	width:50%;
  	height: 100%;
  	top:0;
  	right:0;
  	content: "";
  	background: url(../images/quote_brush2.svg) 100% 100% no-repeat;
  	background-size: 80% auto;
  }


  .home &,
  .archive &
  {
  	background: url(../images/quote_brush_home1.svg) 0 0 no-repeat;
  	background-color: #00695E;
  	color: #9DEDB8;

  	&:before
  	{
  		background: url(../images/quote_brush_home2.svg) 100% 100% no-repeat;
  	}
  }

  @media only screen and (max-width: 767px)
  {
  	&:before
  	{
  		background-image: none !important;
  	}
  }
  */
}
.home .quote_break, .archive .quote_break {
  background-color: #00695E;
  color: #9DEDB8;
}
.quote_break > div {
  text-align: center;
  width: 70%;
  padding: 10% 5%;
}
@media only screen and (max-width: 767px) {
  .quote_break > div {
    width: 100%;
  }
}
.quote_break > div blockquote {
  font-size: clamp(28px, 3.75vw, 56px);
  line-height: 1.2em;
  margin-bottom: 40px;
}
.quote_break > div cite {
  display: block;
  font-size: clamp(22px, 3vw, 40px);
}
.quote_break:before {
  position: absolute;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: url(../images/q_1.png) 0 0 no-repeat;
  background-size: contain;
}
.home .quote_break:before, .archive .quote_break:before {
  background: url(../images/q_h_1.png) 0 0 no-repeat;
  background-size: contain;
}
.quote_break:after {
  position: absolute;
  right: 0;
  width: 30%;
  height: 100%;
  background: pink;
  content: "";
  background: url(../images/q_2.png) 100% 100% no-repeat;
  background-size: contain;
}
.home .quote_break:after, .archive .quote_break:after {
  background: url(../images/q_h_2.png) 100% 100% no-repeat;
  background-size: contain;
}

/*
---------------------------------------------------------------------------
=	CASE STUDY
---------------------------------------------------------------------------
*/
.case_study {
  padding: 10% 5%;
}
.case_study .cs_intro {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.case_study .cs_intro div {
  max-width: 1100px;
}
.case_study .cs_intro div h5 {
  display: block;
}
.case_study .cs {
  border-radius: 30px;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: url(../images/cs_brush1.svg) 0 0 no-repeat #F0B671;
  background-size: contain;
  position: relative;
  z-index: 0;
}
.case_study .cs:before {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: url(../images/cs_brush2.svg) 100% 100% no-repeat;
  background-size: contain;
}
.home .case_study .cs {
  background: url(../images/cs_brush_home1.svg) 0 0 no-repeat #9DEDB8;
}
.home .case_study .cs:before {
  background: url(../images/cs_brush_home2.svg) 100% 100% no-repeat;
}
@media only screen and (max-width: 767px) {
  .home .case_study .cs:before {
    display: none;
  }
}
.case_study .cs .col {
  flex: 50%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .case_study .cs .col {
    flex: 100%;
  }
}
.case_study .cs .col.col1 {
  padding-bottom: 60%;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .case_study .cs .col.col1 {
    padding-bottom: 100%;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .case_study .cs .col.col2 {
    padding-left: 5%;
  }
}
.case_study .cs .col.col2 .inner {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .case_study .cs .col.col2 .inner {
    height: 100%;
  }
}
.case_study .cs .col.col2 .inner > div {
  width: 100%;
}
.case_study .cs .col.col2 .inner > div.cs_link {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .case_study .cs .col.col2 .inner > div.cs_link {
    margin-bottom: 60px;
  }
}
.case_study .cs .col.col2 .inner > div.cs_link h6 {
  color: #000;
}
.case_study .cs .col.col2 .inner > div.cs_link em {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.case_study .cs .col.col2 .inner > div.quote {
  align-self: flex-end;
  padding-bottom: 5%;
  color: #000;
}
.case_study .cs .col.col2 .inner > div.quote blockquote {
  display: block;
  font-size: 44px;
  line-height: 1.2em;
  font-size: clamp(28px, 3vw, 42px);
}
.case_study .cs .col.col2 .inner > div.quote cite {
  display: block;
  margin-top: 20px;
  font-size: clamp(20px, 2.5vw, 32px);
}
.case_study .cs .col.col2 .inner > div.quote span {
  display: block;
  margin-top: 20px;
  font-size: clamp(16px, 1.5vw, 20px);
}
.archive .case_study .cs {
  margin-bottom: 5%;
}

/*
---------------------------------------------------------------------------
=	FORM
---------------------------------------------------------------------------
*/
.el_form {
  padding: 160px 5% 10% 5%;
  max-width: 1000px;
  margin: 0 auto;
}
.el_form .title {
  text-align: center;
  margin-bottom: 5%;
}

/*
---------------------------------------------------------------------------
=	BLOG 
---------------------------------------------------------------------------
*/
.blog_wrap {
  padding: 10% 5%;
  /*
  .blog_intro
  {
  	padding-bottom: 5%;

  	.title
  	{
  		text-align: center;
  		font-size: 84px;
  		margin-bottom: 40px;
  		padding: 0 10%;
  	}

  	ul
  	{
  		display: flex;
  		flex-wrap: wrap;
  		align-items: center;
  		justify-content: center;	
  		gap:30px;

  		li
  		{
  			//flex:1;
  			font-size: 16px;
  		}
  	}
  }
  */
}
.blog_wrap .featured {
  display: block;
  padding-bottom: 40%;
  border-radius: 30px;
  margin-bottom: 5%;
}

.single_content {
  max-width: 900px;
  margin: 0 auto;
}
.single_content .blog_block {
  margin-bottom: 5%;
}
.single_content h1, .single_content h2, .single_content h3, .single_content h4 {
  display: block;
  font-family: "Coolvetica";
  font-size: clamp(27px, 3.75vw, 54px);
  margin-bottom: 30px;
}
.single_content img {
  display: block;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .single_content .entry_content {
    padding: 0 5%;
  }
}
.single_content .entry_content blockquote {
  font-size: 40px;
  line-height: 1.4em;
  margin: 5% 0;
}
.single_content .img {
  display: block;
  padding-bottom: 40%;
  border-radius: 30px;
}
.single_content .img.img_square {
  padding-bottom: 80%;
}
@media only screen and (max-width: 767px) {
  .single_content .img {
    padding-bottom: 100%;
  }
}

.single-post .grid a:hover {
  background: #00695E !important;
}

.cs_wrap {
  padding-top: 5%;
}

/*
---------------------------------------------------------------------------
=	ARCHIVE
---------------------------------------------------------------------------
*/
/*
.archive_page_intro
{
	h1
	{
		font-size: 28px !important;
		margin-bottom: 0 !important;
		color: #fff !important;
		line-height: 1em !important;
	}
	p
	{
		font-size: 68px !important;
		color: #fff !important;
	}
}
*/
.archive_list {
  padding: 5%;
}
.archive_list .cols {
  display: flex;
  flex-wrap: wrap;
}
.archive_list .cols .col.col1 {
  flex: 40%;
  padding-right: 5%;
  padding-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .archive_list .cols .col.col1 {
    position: sticky;
    top: 5%;
    align-self: flex-start;
    height: fit-content;
  }
}
.archive_list .cols .col.col1 .list_title {
  display: block;
  font-size: clamp(18px, 1.8vw, 24px);
  margin-bottom: 20px;
}
.archive_list .cols .col.col1 p {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6em;
}
.archive_list .cols .col.col1 p:first-of-type {
  font-size: clamp(27px, 2.5vw, 54px);
  line-height: 1.1em;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .archive_list .cols .col.col1 {
    flex: 100%;
  }
}
.archive_list .cols .col.col2 {
  flex: 60%;
}
@media only screen and (min-width: 768px) {
  .archive_list .cols .col.col2 {
    height: 100%;
  }
}
.archive_list .cols .col.col2 > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  background: #F8F8F8;
  border-radius: 30px;
  transition: 0.2s;
}
.archive_list .cols .col.col2 > a:hover {
  background: #00695E;
}
.archive_list .cols .col.col2 > a:hover .con {
  color: #fff !important;
}
.archive_list .cols .col.col2 > a > span .con_nav {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.archive_list .cols .col.col2 > a > span .con_nav span {
  font-size: clamp(40px, 3.75vw, 54px);
}
.archive_list .cols .col.col2 > a > span .con_nav em {
  margin-left: auto;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.archive_list .cols .col.col2 > a > span.img {
  flex: 45%;
  align-self: stretch;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .archive_list .cols .col.col2 > a > span.img {
    aspect-ratio: 1/1.2;
  }
}
.archive_list .cols .col.col2 > a > span.con {
  flex: 55%;
  padding: 5%;
  position: relative;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .archive_list .cols .col.col2 > a > span.con {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .archive_list .cols .col.col2 > a > span.con {
    flex: 100%;
    padding: 10% 5% 10% 5%;
  }
}
.archive_list .cols .col.col2 > a > span.con h2 {
  display: block;
  font-size: clamp(27px, 3.75vw, 54px);
  margin: 60px 0 5% 0;
}
.post-type-archive-services .archive_list .cols .col.col2 > a > span.con h2, .post-type-archive-schemes .archive_list .cols .col.col2 > a > span.con h2 {
  font-size: clamp(20px, 1.8vw, 26px);
}
@media only screen and (max-width: 767px) {
  .post-type-archive-services .archive_list .cols .col.col2 > a > span.con h2, .post-type-archive-schemes .archive_list .cols .col.col2 > a > span.con h2 {
    font-size: clamp(32px, 4.5vw, 64px);
  }
}
.archive_list .cols .col.col2 > a > span.con p {
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.4em;
}
.post-type-archive-services .archive_list .cols .col.col2 > a > span.con p, .post-type-archive-schemes .archive_list .cols .col.col2 > a > span.con p {
  font-size: clamp(16px, 1.5vw, 20px);
}
.archive_list .cols .col.col2 > a > span.con .more {
  display: block;
  font-size: clamp(16px, 1.5vw, 18px);
  margin-top: 5%;
}

/*
---------------------------------------------------------------------------
=	CASE STUDY CONTENT 
---------------------------------------------------------------------------
*/
.case_study_content {
  padding: 5%;
}
.case_study_content .cols {
  display: flex;
  flex-wrap: wrap;
}
.case_study_content .cols .col {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .case_study_content .cols .col {
    flex: 100%;
  }
}
.case_study_content .cols .col.col1 span {
  display: block;
  aspect-ratio: 1/1.2;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .case_study_content .cols .col.col1 {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .case_study_content .cols .col.col1 {
    margin-bottom: 5%;
  }
}
.case_study_content .cols .col.col2 h2 {
  line-height: 1.4em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .case_study_content .cols .col.col2 {
    padding-right: 10%;
  }
}
.case_study_content .cols .col.col2 .entry_content p:first-of-type {
  font-family: "Coolvetica";
  line-height: 1.1em;
  font-size: clamp(27px, 3.75vw, 54px);
}

.next_step {
  margin-top: 20%;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../images/bg_next_step.svg) 50% 50% no-repeat;
  background-size: cover;
  padding: 10%;
}
@media only screen and (max-width: 500px) {
  .next_step {
    padding: 20% 10%;
  }
}
.single-services .next_step {
  padding: 5%;
  background: url(../images/bg_next_step_service.svg) 50% 50% no-repeat;
  background-size: cover;
  margin-top: 10%;
}
.next_step .entry_content {
  margin-top: 5%;
}
.next_step > div {
  text-align: center;
}
.next_step > div p {
  font-size: clamp(20px, 2.5vw, 32px);
}
.next_step > div p a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
.next_step > div p a:hover {
  text-decoration: none;
}

/*
---------------------------------------------------------------------------
=	SINGLE SERVICE
---------------------------------------------------------------------------
*/
.service_intro h1, .service_intro p, .service_intro span {
  color: #fff;
}

.corp_contnent .col_wrap {
  padding: 10% 5%;
  background: #F8F8F8;
}
.corp_contnent .corp_intro {
  text-align: center;
  margin: 0 auto;
}
.corp_contnent .corp_intro h2 {
  font-size: 70px;
  line-height: 1.2em;
}
.corp_contnent .cols_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.corp_contnent .cols_2:last-of-type {
  margin-bottom: 0;
}
.corp_contnent .cols_2 .col {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .corp_contnent .cols_2 .col {
    flex: 100%;
  }
}
.corp_contnent .cols_2 .col.col1 span {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .corp_contnent .cols_2 .col.col1 span {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .corp_contnent .cols_2 .col.col2 {
    padding-left: 5%;
  }
}
.corp_contnent .cols_2 .col.col2 h3 {
  display: block;
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) {
  .corp_contnent .cols_2.flip .col1 {
    order: 2;
  }
  .corp_contnent .cols_2.flip .col2 {
    padding: 0 5% 0 0;
  }
}
.corp_contnent .benefits {
  padding: 10% 5% 5% 5%;
  display: flex;
  flex-wrap: wrap;
}
.corp_contnent .benefits .col {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .corp_contnent .benefits .col {
    flex: 100%;
  }
}
.corp_contnent .benefits .col1 {
  padding-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .corp_contnent .benefits .col1 {
    position: sticky;
    top: 5%;
    align-self: flex-start;
    height: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .corp_contnent .benefits .col1 {
    padding-right: 10%;
  }
}
.corp_contnent .benefits .col1 > span {
  display: block;
  font-size: clamp(18px, 1.8vw, 24px);
  margin-bottom: 20px;
}
.corp_contnent .benefits .col1 p {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6em;
}
.corp_contnent .benefits .col1 p:first-of-type {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1.2em;
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) {
  .corp_contnent .benefits .col2 {
    height: 100%;
  }
}
.corp_contnent .benefits .col2 .benefit {
  padding-bottom: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 10%;
  display: flex;
  flex-wrap: wrap;
}
.corp_contnent .benefits .col2 .benefit:last-of-type {
  border: none;
}
.corp_contnent .benefits .col2 .benefit .num {
  flex: 1;
  max-width: 120px;
}
@media only screen and (max-width: 776px) {
  .corp_contnent .benefits .col2 .benefit .num {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.corp_contnent .benefits .col2 .benefit .num span {
  display: block;
}
.corp_contnent .benefits .col2 .benefit .benefit_content {
  flex: 1;
}
.corp_contnent .benefits .col2 .benefit .benefit_content > span {
  display: block;
  font-size: clamp(27px, 3.75vw, 54px);
  line-height: 1.2em;
  margin-bottom: 40px;
}
.corp_contnent .next_step {
  flex: 100%;
  margin-top: 5%;
}
.single-services .corp_contnent .next_step {
  margin-top: 0;
}

.step_pad {
  padding: 0 5% 5% 5%;
}

.help {
  padding: 0 5%;
}
.help .help_intro {
  text-align: center;
  margin: 0 auto;
  max-width: 724px;
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) {
  .help .split_cols {
    column-count: 2;
    column-gap: 5%;
  }
}
