html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased !important;
}

html,
body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  width: auto;
  height: auto;
}

.clear {
  clear: both;
}

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

::-moz-selection {
  background: #e2e2e2;
}

::selection {
  background: #e2e2e2;
  /* Safari */
}

::-moz-selection {
  background: #e2e2e2;
  /* Firefox */
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}

.btn,
input[type=submit],
a.button,
a.added_to_cart,
#catapultCookie {
  padding: 22px 60px;
}
@media only screen and (max-width : 1499px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    padding: 16px 40px 19px;
  }
}
@media only screen and (max-width : 991px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    padding: 12px 25px;
  }
}
.btn,
input[type=submit],
a.button,
a.added_to_cart,
#catapultCookie {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.btn:after,
.btn span:after,
input[type=submit]:after,
input[type=submit] span:after,
a.button:after,
a.button span:after,
a.added_to_cart:after,
a.added_to_cart span:after,
#catapultCookie:after,
#catapultCookie span:after {
  color: #94C11F;
  transform: translateX(0);
}
.btn:hover,
input[type=submit]:hover,
a.button:hover,
a.added_to_cart:hover,
#catapultCookie:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.btn:hover:after,
.btn:hover span:after,
input[type=submit]:hover:after,
input[type=submit]:hover span:after,
a.button:hover:after,
a.button:hover span:after,
a.added_to_cart:hover:after,
a.added_to_cart:hover span:after,
#catapultCookie:hover:after,
#catapultCookie:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.btn,
input[type=submit],
a.button,
a.added_to_cart,
#catapultCookie {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    font-size: 17px;
  }
}
.btn em,
input[type=submit] em,
a.button em,
a.added_to_cart em,
#catapultCookie em {
  font-style: normal;
}
.btn > em,
input[type=submit] > em,
a.button > em,
a.added_to_cart > em,
#catapultCookie > em {
  color: #94C11F;
}
.btn,
input[type=submit],
a.button,
a.added_to_cart,
#catapultCookie {
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width : 991px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .btn,
  input[type=submit],
  a.button,
  a.added_to_cart,
  #catapultCookie {
    margin-top: 20px;
  }
}
.btn,
input[type=submit],
a.button,
a.added_to_cart,
#catapultCookie {
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.fullwidth,
input[type=submit].fullwidth,
a.button.fullwidth,
a.added_to_cart.fullwidth,
#catapultCookie.fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn:after,
.btn span:after,
input[type=submit]:after,
input[type=submit] span:after,
a.button:after,
a.button span:after,
a.added_to_cart:after,
a.added_to_cart span:after,
#catapultCookie:after,
#catapultCookie span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1499px) {
  .btn:after,
  .btn span:after,
  input[type=submit]:after,
  input[type=submit] span:after,
  a.button:after,
  a.button span:after,
  a.added_to_cart:after,
  a.added_to_cart span:after,
  #catapultCookie:after,
  #catapultCookie span:after {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .btn:after,
  .btn span:after,
  input[type=submit]:after,
  input[type=submit] span:after,
  a.button:after,
  a.button span:after,
  a.added_to_cart:after,
  a.added_to_cart span:after,
  #catapultCookie:after,
  #catapultCookie span:after {
    font-size-adjust: 16px;
  }
}
.btn span,
input[type=submit] span,
a.button span,
a.added_to_cart span,
#catapultCookie span {
  display: flex;
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.btn.floating:after,
input[type=submit].floating:after,
a.button.floating:after,
a.added_to_cart.floating:after,
#catapultCookie.floating:after {
  display: none;
}
.btn.vacancies:after,
input[type=submit].vacancies:after,
a.button.vacancies:after,
a.added_to_cart.vacancies:after,
#catapultCookie.vacancies:after {
  transform: rotate(90deg);
}

button {
  border: 0;
}

section.white {
  background-color: #ffffff;
}
section.lightblue {
  background-color: #EFF6FC;
}
section.green {
  background-color: #94C11F;
}
section.green h2,
section.green h3,
section.green h4,
section.green h5,
section.green h6,
section.green p,
section.green li,
section.green a {
  color: #ffffff;
}
section.green .prehead {
  border-color: #ffffff;
}
section.green .btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 0 #ffffff;
}
section.green .btn:after,
section.green .btn span:after {
  color: #ffffff;
}
section.green .btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  box-shadow: 0 0 0 #ffffff;
  transform: translateX(3px) translateY(3px);
}
section.green .btn:hover:after,
section.green .btn:hover span:after {
  color: #ffffff;
}

a {
  color: #94C11F;
}
a:hover {
  color: #94C11F;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  body {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  body {
    font-size: 16px;
  }
}
body em {
  font-style: normal;
}
body > em {
  color: #94C11F;
}

b,
strong,
th {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.intropara,
.introparasml {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em,
.intropara em,
.introparasml em {
  font-style: normal;
  color: #94C11F;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.intropara,
.introparasml {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  .intropara,
  .introparasml {
    margin: 1em 0 0.5em;
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.intropara:first-child,
.introparasml:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
.intropara:last-child,
.introparasml:last-child {
  margin-bottom: 0;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em,
.intropara em,
.introparasml em {
  font-style: normal;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light,
.intropara.light,
.introparasml.light {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.intropara a,
.introparasml a {
  color: #575756;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
.intropara a:hover,
.introparasml a:hover {
  color: #94C11F;
}

.prehead {
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .prehead {
    font-size: 14px;
  }
}
.prehead em {
  font-style: normal;
}
.prehead > em {
  color: #94C11F;
}
.prehead {
  font-weight: 600;
  line-height: 1;
  padding: 0 16px;
  border: 2px solid #94C11F;
  color: #94C11F;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  flex: 0 0 fit-content;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
.prehead span {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .prehead {
    font-size: 15px;
    padding: 0 16px;
    height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .prehead {
    font-size: 14px;
  }
}

p,
ol,
ul,
table,
.intropara {
  padding: 0;
  margin: 0 0 1em 0;
}
p:last-child,
ol:last-child,
ul:last-child,
table:last-child,
.intropara:last-child {
  margin-bottom: 0;
}

#header p,
#header ol,
#header ul,
#header table,
#footer p,
#footer ol,
#footer ul,
#footer table {
  margin: 0;
  padding: 0;
}

* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
* > h4:first-child,
* > h5:first-child,
* > h6:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 54px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1500px) {
  h1,
  .h1 {
    font-size: 68px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 81px;
    line-height: 1.3;
  }
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  h2,
  .h2 {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  h2,
  .h2 {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 58px;
    line-height: 1.3;
  }
}

h3,
.h3 {
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  h3,
  .h3 {
    font-size: 46px;
    line-height: 1.4;
  }
}

h4,
.h4 {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  h4,
  .h4 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  h4,
  .h4 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  h4,
  .h4 {
    font-size: 38px;
    line-height: 1.4;
  }
}

h5,
.h5 {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  h5,
  .h5 {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 27px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  h5,
  .h5 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  h5,
  .h5 {
    font-size: 34px;
    line-height: 1.4;
  }
}

h6,
.h6 {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  h6,
  .h6 {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  h6,
  .h6 {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  h6,
  .h6 {
    font-size: 26px;
    line-height: 1.6;
  }
}

.introparabig {
  font-size: 25px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .introparabig {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .introparabig {
    font-size: 34px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .introparabig {
    font-size: 45px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1920px) {
  .introparabig {
    font-size: 52px;
    line-height: 1.5;
  }
}
.introparabig {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.introparabig em {
  font-style: normal;
  color: #94C11F;
}
.introparabig {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .introparabig {
    margin: 1em 0 0.5em;
  }
}
.introparabig:first-child {
  margin-top: 0;
}
.introparabig:last-child {
  margin-bottom: 0;
}
.introparabig {
  font-weight: 300;
}

.intropara {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .intropara {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .intropara {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .intropara {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .intropara {
    font-size: 43px;
    line-height: 1.5;
  }
}
.intropara {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.intropara em {
  font-style: normal;
  color: #94C11F;
}
.intropara {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .intropara {
    margin: 1em 0 0.5em;
  }
}
.intropara:first-child {
  margin-top: 0;
}
.intropara:last-child {
  margin-bottom: 0;
}
.intropara {
  font-weight: 300;
}

.xl {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .xl {
    font-size: 58px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .xl {
    font-size: 65px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  .xl {
    font-size: 85px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .xl {
    font-size: 101px;
    line-height: 1.2;
  }
}
.xl {
  font-weight: 400;
}

.wysiwyg header,
.flex-columns header,
.post-content header,
.page-template-gutenberg #website-wrap header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .wysiwyg header,
  .flex-columns header,
  .post-content header,
  .page-template-gutenberg #website-wrap header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg header,
  .flex-columns header,
  .post-content header,
  .page-template-gutenberg #website-wrap header {
    grid-row-gap: 15px;
  }
}
.wysiwyg header h1,
.wysiwyg header h2,
.wysiwyg header h3,
.wysiwyg header h4,
.wysiwyg header h5,
.wysiwyg header h6,
.flex-columns header h1,
.flex-columns header h2,
.flex-columns header h3,
.flex-columns header h4,
.flex-columns header h5,
.flex-columns header h6,
.post-content header h1,
.post-content header h2,
.post-content header h3,
.post-content header h4,
.post-content header h5,
.post-content header h6,
.page-template-gutenberg #website-wrap header h1,
.page-template-gutenberg #website-wrap header h2,
.page-template-gutenberg #website-wrap header h3,
.page-template-gutenberg #website-wrap header h4,
.page-template-gutenberg #website-wrap header h5,
.page-template-gutenberg #website-wrap header h6 {
  margin: 0;
}
.wysiwyg header + p,
.flex-columns header + p,
.post-content header + p,
.page-template-gutenberg #website-wrap header + p {
  margin-top: 2.5em;
}
@media only screen and (max-width : 740px) {
  .wysiwyg header + p,
  .flex-columns header + p,
  .post-content header + p,
  .page-template-gutenberg #website-wrap header + p {
    margin-top: 1.5em;
  }
}
.wysiwyg h1,
.flex-columns h1,
.post-content h1,
.page-template-gutenberg #website-wrap h1 {
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .wysiwyg h1,
  .flex-columns h1,
  .post-content h1,
  .page-template-gutenberg #website-wrap h1 {
    font-size: 50px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg h1,
  .flex-columns h1,
  .post-content h1,
  .page-template-gutenberg #website-wrap h1 {
    font-size: 54px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg h1,
  .flex-columns h1,
  .post-content h1,
  .page-template-gutenberg #website-wrap h1 {
    font-size: 68px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg h1,
  .flex-columns h1,
  .post-content h1,
  .page-template-gutenberg #website-wrap h1 {
    font-size: 81px;
    line-height: 1.3;
  }
}
.wysiwyg h2,
.flex-columns h2,
.post-content h2,
.page-template-gutenberg #website-wrap h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 58px;
    line-height: 1.3;
  }
}
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.flex-columns h3,
.flex-columns h4,
.flex-columns h5,
.flex-columns h6,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.page-template-gutenberg #website-wrap h3,
.page-template-gutenberg #website-wrap h4,
.page-template-gutenberg #website-wrap h5,
.page-template-gutenberg #website-wrap h6 {
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h3,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h3,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h3,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h3,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h3,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h3,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h3,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h3,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 46px;
    line-height: 1.4;
  }
}
.wysiwyg .prehead,
.flex-columns .prehead,
.post-content .prehead,
.page-template-gutenberg #website-wrap .prehead {
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wysiwyg .prehead,
  .flex-columns .prehead,
  .post-content .prehead,
  .page-template-gutenberg #website-wrap .prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .wysiwyg .prehead,
  .flex-columns .prehead,
  .post-content .prehead,
  .page-template-gutenberg #website-wrap .prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .wysiwyg .prehead,
  .flex-columns .prehead,
  .post-content .prehead,
  .page-template-gutenberg #website-wrap .prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg .prehead,
  .flex-columns .prehead,
  .post-content .prehead,
  .page-template-gutenberg #website-wrap .prehead {
    font-size: 14px;
  }
}
.wysiwyg .prehead em,
.flex-columns .prehead em,
.post-content .prehead em,
.page-template-gutenberg #website-wrap .prehead em {
  font-style: normal;
}
.wysiwyg .prehead > em,
.flex-columns .prehead > em,
.post-content .prehead > em,
.page-template-gutenberg #website-wrap .prehead > em {
  color: #94C11F;
}
.wysiwyg .prehead,
.flex-columns .prehead,
.post-content .prehead,
.page-template-gutenberg #website-wrap .prehead {
  font-weight: 600;
  line-height: 1;
  padding: 0 16px;
  border: 2px solid #94C11F;
  color: #94C11F;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  flex: 0 0 fit-content;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
.wysiwyg .prehead span,
.flex-columns .prehead span,
.post-content .prehead span,
.page-template-gutenberg #website-wrap .prehead span {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .wysiwyg .prehead,
  .flex-columns .prehead,
  .post-content .prehead,
  .page-template-gutenberg #website-wrap .prehead {
    font-size: 15px;
    padding: 0 16px;
    height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg .prehead,
  .flex-columns .prehead,
  .post-content .prehead,
  .page-template-gutenberg #website-wrap .prehead {
    font-size: 14px;
  }
}
.wysiwyg .standard-content h1,
.flex-columns .standard-content h1,
.post-content .standard-content h1,
.page-template-gutenberg #website-wrap .standard-content h1 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .wysiwyg .standard-content h1,
  .flex-columns .standard-content h1,
  .post-content .standard-content h1,
  .page-template-gutenberg #website-wrap .standard-content h1 {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg .standard-content h1,
  .flex-columns .standard-content h1,
  .post-content .standard-content h1,
  .page-template-gutenberg #website-wrap .standard-content h1 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg .standard-content h1,
  .flex-columns .standard-content h1,
  .post-content .standard-content h1,
  .page-template-gutenberg #website-wrap .standard-content h1 {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg .standard-content h1,
  .flex-columns .standard-content h1,
  .post-content .standard-content h1,
  .page-template-gutenberg #website-wrap .standard-content h1 {
    font-size: 58px;
    line-height: 1.3;
  }
}
.wysiwyg .standard-content h2,
.flex-columns .standard-content h2,
.post-content .standard-content h2,
.page-template-gutenberg #website-wrap .standard-content h2 {
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .wysiwyg .standard-content h2,
  .flex-columns .standard-content h2,
  .post-content .standard-content h2,
  .page-template-gutenberg #website-wrap .standard-content h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg .standard-content h2,
  .flex-columns .standard-content h2,
  .post-content .standard-content h2,
  .page-template-gutenberg #website-wrap .standard-content h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg .standard-content h2,
  .flex-columns .standard-content h2,
  .post-content .standard-content h2,
  .page-template-gutenberg #website-wrap .standard-content h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg .standard-content h2,
  .flex-columns .standard-content h2,
  .post-content .standard-content h2,
  .page-template-gutenberg #website-wrap .standard-content h2 {
    font-size: 46px;
    line-height: 1.4;
  }
}
.wysiwyg .standard-content h3,
.wysiwyg .standard-content h4,
.wysiwyg .standard-content h5,
.wysiwyg .standard-content h6,
.flex-columns .standard-content h3,
.flex-columns .standard-content h4,
.flex-columns .standard-content h5,
.flex-columns .standard-content h6,
.post-content .standard-content h3,
.post-content .standard-content h4,
.post-content .standard-content h5,
.post-content .standard-content h6,
.page-template-gutenberg #website-wrap .standard-content h3,
.page-template-gutenberg #website-wrap .standard-content h4,
.page-template-gutenberg #website-wrap .standard-content h5,
.page-template-gutenberg #website-wrap .standard-content h6 {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .wysiwyg .standard-content h3,
  .wysiwyg .standard-content h4,
  .wysiwyg .standard-content h5,
  .wysiwyg .standard-content h6,
  .flex-columns .standard-content h3,
  .flex-columns .standard-content h4,
  .flex-columns .standard-content h5,
  .flex-columns .standard-content h6,
  .post-content .standard-content h3,
  .post-content .standard-content h4,
  .post-content .standard-content h5,
  .post-content .standard-content h6,
  .page-template-gutenberg #website-wrap .standard-content h3,
  .page-template-gutenberg #website-wrap .standard-content h4,
  .page-template-gutenberg #website-wrap .standard-content h5,
  .page-template-gutenberg #website-wrap .standard-content h6 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg .standard-content h3,
  .wysiwyg .standard-content h4,
  .wysiwyg .standard-content h5,
  .wysiwyg .standard-content h6,
  .flex-columns .standard-content h3,
  .flex-columns .standard-content h4,
  .flex-columns .standard-content h5,
  .flex-columns .standard-content h6,
  .post-content .standard-content h3,
  .post-content .standard-content h4,
  .post-content .standard-content h5,
  .post-content .standard-content h6,
  .page-template-gutenberg #website-wrap .standard-content h3,
  .page-template-gutenberg #website-wrap .standard-content h4,
  .page-template-gutenberg #website-wrap .standard-content h5,
  .page-template-gutenberg #website-wrap .standard-content h6 {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg .standard-content h3,
  .wysiwyg .standard-content h4,
  .wysiwyg .standard-content h5,
  .wysiwyg .standard-content h6,
  .flex-columns .standard-content h3,
  .flex-columns .standard-content h4,
  .flex-columns .standard-content h5,
  .flex-columns .standard-content h6,
  .post-content .standard-content h3,
  .post-content .standard-content h4,
  .post-content .standard-content h5,
  .post-content .standard-content h6,
  .page-template-gutenberg #website-wrap .standard-content h3,
  .page-template-gutenberg #website-wrap .standard-content h4,
  .page-template-gutenberg #website-wrap .standard-content h5,
  .page-template-gutenberg #website-wrap .standard-content h6 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg .standard-content h3,
  .wysiwyg .standard-content h4,
  .wysiwyg .standard-content h5,
  .wysiwyg .standard-content h6,
  .flex-columns .standard-content h3,
  .flex-columns .standard-content h4,
  .flex-columns .standard-content h5,
  .flex-columns .standard-content h6,
  .post-content .standard-content h3,
  .post-content .standard-content h4,
  .post-content .standard-content h5,
  .post-content .standard-content h6,
  .page-template-gutenberg #website-wrap .standard-content h3,
  .page-template-gutenberg #website-wrap .standard-content h4,
  .page-template-gutenberg #website-wrap .standard-content h5,
  .page-template-gutenberg #website-wrap .standard-content h6 {
    font-size: 38px;
    line-height: 1.4;
  }
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.flex-columns h2,
.flex-columns h3,
.flex-columns h4,
.flex-columns h5,
.flex-columns h6,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.page-template-gutenberg #website-wrap h2,
.page-template-gutenberg #website-wrap h3,
.page-template-gutenberg #website-wrap h4,
.page-template-gutenberg #website-wrap h5,
.page-template-gutenberg #website-wrap h6 {
  margin: 1.5em 0 0.75em;
}
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child,
.flex-columns h2:first-child,
.flex-columns h3:first-child,
.flex-columns h4:first-child,
.flex-columns h5:first-child,
.flex-columns h6:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child,
.page-template-gutenberg #website-wrap h2:first-child,
.page-template-gutenberg #website-wrap h3:first-child,
.page-template-gutenberg #website-wrap h4:first-child,
.page-template-gutenberg #website-wrap h5:first-child,
.page-template-gutenberg #website-wrap h6:first-child {
  margin-top: 0;
}
.wysiwyg h2:last-child,
.wysiwyg h3:last-child,
.wysiwyg h4:last-child,
.wysiwyg h5:last-child,
.wysiwyg h6:last-child,
.flex-columns h2:last-child,
.flex-columns h3:last-child,
.flex-columns h4:last-child,
.flex-columns h5:last-child,
.flex-columns h6:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content h5:last-child,
.post-content h6:last-child,
.page-template-gutenberg #website-wrap h2:last-child,
.page-template-gutenberg #website-wrap h3:last-child,
.page-template-gutenberg #website-wrap h4:last-child,
.page-template-gutenberg #website-wrap h5:last-child,
.page-template-gutenberg #website-wrap h6:last-child {
  margin-bottom: 0;
}
.wysiwyg h2 + h2,
.wysiwyg h2 + h3,
.wysiwyg h2 + h4,
.wysiwyg h2 + h5,
.wysiwyg h2 + h6,
.wysiwyg h3 + h2,
.wysiwyg h3 + h3,
.wysiwyg h3 + h4,
.wysiwyg h3 + h5,
.wysiwyg h3 + h6,
.wysiwyg h4 + h2,
.wysiwyg h4 + h3,
.wysiwyg h4 + h4,
.wysiwyg h4 + h5,
.wysiwyg h4 + h6,
.wysiwyg h5 + h2,
.wysiwyg h5 + h3,
.wysiwyg h5 + h4,
.wysiwyg h5 + h5,
.wysiwyg h5 + h6,
.wysiwyg h6 + h2,
.wysiwyg h6 + h3,
.wysiwyg h6 + h4,
.wysiwyg h6 + h5,
.wysiwyg h6 + h6,
.flex-columns h2 + h2,
.flex-columns h2 + h3,
.flex-columns h2 + h4,
.flex-columns h2 + h5,
.flex-columns h2 + h6,
.flex-columns h3 + h2,
.flex-columns h3 + h3,
.flex-columns h3 + h4,
.flex-columns h3 + h5,
.flex-columns h3 + h6,
.flex-columns h4 + h2,
.flex-columns h4 + h3,
.flex-columns h4 + h4,
.flex-columns h4 + h5,
.flex-columns h4 + h6,
.flex-columns h5 + h2,
.flex-columns h5 + h3,
.flex-columns h5 + h4,
.flex-columns h5 + h5,
.flex-columns h5 + h6,
.flex-columns h6 + h2,
.flex-columns h6 + h3,
.flex-columns h6 + h4,
.flex-columns h6 + h5,
.flex-columns h6 + h6,
.post-content h2 + h2,
.post-content h2 + h3,
.post-content h2 + h4,
.post-content h2 + h5,
.post-content h2 + h6,
.post-content h3 + h2,
.post-content h3 + h3,
.post-content h3 + h4,
.post-content h3 + h5,
.post-content h3 + h6,
.post-content h4 + h2,
.post-content h4 + h3,
.post-content h4 + h4,
.post-content h4 + h5,
.post-content h4 + h6,
.post-content h5 + h2,
.post-content h5 + h3,
.post-content h5 + h4,
.post-content h5 + h5,
.post-content h5 + h6,
.post-content h6 + h2,
.post-content h6 + h3,
.post-content h6 + h4,
.post-content h6 + h5,
.post-content h6 + h6,
.page-template-gutenberg #website-wrap h2 + h2,
.page-template-gutenberg #website-wrap h2 + h3,
.page-template-gutenberg #website-wrap h2 + h4,
.page-template-gutenberg #website-wrap h2 + h5,
.page-template-gutenberg #website-wrap h2 + h6,
.page-template-gutenberg #website-wrap h3 + h2,
.page-template-gutenberg #website-wrap h3 + h3,
.page-template-gutenberg #website-wrap h3 + h4,
.page-template-gutenberg #website-wrap h3 + h5,
.page-template-gutenberg #website-wrap h3 + h6,
.page-template-gutenberg #website-wrap h4 + h2,
.page-template-gutenberg #website-wrap h4 + h3,
.page-template-gutenberg #website-wrap h4 + h4,
.page-template-gutenberg #website-wrap h4 + h5,
.page-template-gutenberg #website-wrap h4 + h6,
.page-template-gutenberg #website-wrap h5 + h2,
.page-template-gutenberg #website-wrap h5 + h3,
.page-template-gutenberg #website-wrap h5 + h4,
.page-template-gutenberg #website-wrap h5 + h5,
.page-template-gutenberg #website-wrap h5 + h6,
.page-template-gutenberg #website-wrap h6 + h2,
.page-template-gutenberg #website-wrap h6 + h3,
.page-template-gutenberg #website-wrap h6 + h4,
.page-template-gutenberg #website-wrap h6 + h5,
.page-template-gutenberg #website-wrap h6 + h6 {
  margin-top: 1em;
}
.wysiwyg p,
.flex-columns p,
.post-content p,
.page-template-gutenberg #website-wrap p {
  margin: 1.5em 0;
}
.wysiwyg p:first-child,
.flex-columns p:first-child,
.post-content p:first-child,
.page-template-gutenberg #website-wrap p:first-child {
  margin-top: 0;
}
.wysiwyg p:last-child,
.flex-columns p:last-child,
.post-content p:last-child,
.page-template-gutenberg #website-wrap p:last-child {
  margin-bottom: 0;
}
.wysiwyg ol,
.wysiwyg ul,
.flex-columns ol,
.flex-columns ul,
.post-content ol,
.post-content ul,
.page-template-gutenberg #website-wrap ol,
.page-template-gutenberg #website-wrap ul {
  margin: 1.5em 0;
}
.wysiwyg ol:first-child,
.wysiwyg ul:first-child,
.flex-columns ol:first-child,
.flex-columns ul:first-child,
.post-content ol:first-child,
.post-content ul:first-child,
.page-template-gutenberg #website-wrap ol:first-child,
.page-template-gutenberg #website-wrap ul:first-child {
  margin-top: 0;
}
.wysiwyg ol:last-child,
.wysiwyg ul:last-child,
.flex-columns ol:last-child,
.flex-columns ul:last-child,
.post-content ol:last-child,
.post-content ul:last-child,
.page-template-gutenberg #website-wrap ol:last-child,
.page-template-gutenberg #website-wrap ul:last-child {
  margin-bottom: 0;
}
.wysiwyg p > a:not(.btn),
.wysiwyg li > a:not(.btn),
.flex-columns p > a:not(.btn),
.flex-columns li > a:not(.btn),
.post-content p > a:not(.btn),
.post-content li > a:not(.btn),
.page-template-gutenberg #website-wrap p > a:not(.btn),
.page-template-gutenberg #website-wrap li > a:not(.btn) {
  text-decoration: none;
}
.wysiwyg p > a:not(.btn):hover,
.wysiwyg li > a:not(.btn):hover,
.flex-columns p > a:not(.btn):hover,
.flex-columns li > a:not(.btn):hover,
.post-content p > a:not(.btn):hover,
.post-content li > a:not(.btn):hover,
.page-template-gutenberg #website-wrap p > a:not(.btn):hover,
.page-template-gutenberg #website-wrap li > a:not(.btn):hover {
  text-decoration: none;
  color: #575756;
}
.wysiwyg ul:not(.usps) li,
.flex-columns ul:not(.usps) li,
.post-content ul:not(.usps) li,
.page-template-gutenberg #website-wrap ul:not(.usps) li {
  padding: 15px 0;
  border-bottom: 1px solid #94C11F;
}
.wysiwyg ul:not(.usps) li:last-child,
.flex-columns ul:not(.usps) li:last-child,
.post-content ul:not(.usps) li:last-child,
.page-template-gutenberg #website-wrap ul:not(.usps) li:last-child {
  border-width: 0;
}
.wysiwyg ul:not(.usps) li,
.flex-columns ul:not(.usps) li,
.post-content ul:not(.usps) li,
.page-template-gutenberg #website-wrap ul:not(.usps) li {
  padding-left: 34px;
  position: relative;
}
.wysiwyg ul:not(.usps) li:before,
.flex-columns ul:not(.usps) li:before,
.post-content ul:not(.usps) li:before,
.page-template-gutenberg #website-wrap ul:not(.usps) li:before {
  position: absolute;
  left: 0;
  top: 1.5em;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  content: "\f111";
  font-size: 15px;
  color: #94C11F;
}
.wysiwyg ul:not(.usps) li,
.flex-columns ul:not(.usps) li,
.post-content ul:not(.usps) li,
.page-template-gutenberg #website-wrap ul:not(.usps) li {
  border-color: #94C11F;
}
.wysiwyg ul:not(.usps).icon-columns,
.flex-columns ul:not(.usps).icon-columns,
.post-content ul:not(.usps).icon-columns,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns {
  display: grid;
  overflow: hidden;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
@media only screen and (min-width : 741px) and (max-width : 991px) {
  .wysiwyg ul:not(.usps).icon-columns,
  .flex-columns ul:not(.usps).icon-columns,
  .post-content ul:not(.usps).icon-columns,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 120px);
  }
}
.wysiwyg ul:not(.usps).icon-columns.columns-2,
.flex-columns ul:not(.usps).icon-columns.columns-2,
.post-content ul:not(.usps).icon-columns.columns-2,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.wysiwyg ul:not(.usps).icon-columns.columns-4,
.flex-columns ul:not(.usps).icon-columns.columns-4,
.post-content ul:not(.usps).icon-columns.columns-4,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wysiwyg ul:not(.usps).icon-columns.columns-5,
.flex-columns ul:not(.usps).icon-columns.columns-5,
.post-content ul:not(.usps).icon-columns.columns-5,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.wysiwyg ul:not(.usps).icon-columns.columns-6,
.flex-columns ul:not(.usps).icon-columns.columns-6,
.post-content ul:not(.usps).icon-columns.columns-6,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.wysiwyg ul:not(.usps).icon-columns.columns-7,
.flex-columns ul:not(.usps).icon-columns.columns-7,
.post-content ul:not(.usps).icon-columns.columns-7,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wysiwyg ul:not(.usps).icon-columns.columns-8,
.flex-columns ul:not(.usps).icon-columns.columns-8,
.post-content ul:not(.usps).icon-columns.columns-8,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width : 740px) {
  .wysiwyg ul:not(.usps).icon-columns.columns-5, .wysiwyg ul:not(.usps).icon-columns.columns-6, .wysiwyg ul:not(.usps).icon-columns.columns-7, .wysiwyg ul:not(.usps).icon-columns.columns-8,
  .flex-columns ul:not(.usps).icon-columns.columns-5,
  .flex-columns ul:not(.usps).icon-columns.columns-6,
  .flex-columns ul:not(.usps).icon-columns.columns-7,
  .flex-columns ul:not(.usps).icon-columns.columns-8,
  .post-content ul:not(.usps).icon-columns.columns-5,
  .post-content ul:not(.usps).icon-columns.columns-6,
  .post-content ul:not(.usps).icon-columns.columns-7,
  .post-content ul:not(.usps).icon-columns.columns-8,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-5,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-6,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-7,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width : 540px) {
  .wysiwyg ul:not(.usps).icon-columns.columns-5, .wysiwyg ul:not(.usps).icon-columns.columns-6, .wysiwyg ul:not(.usps).icon-columns.columns-7, .wysiwyg ul:not(.usps).icon-columns.columns-8,
  .flex-columns ul:not(.usps).icon-columns.columns-5,
  .flex-columns ul:not(.usps).icon-columns.columns-6,
  .flex-columns ul:not(.usps).icon-columns.columns-7,
  .flex-columns ul:not(.usps).icon-columns.columns-8,
  .post-content ul:not(.usps).icon-columns.columns-5,
  .post-content ul:not(.usps).icon-columns.columns-6,
  .post-content ul:not(.usps).icon-columns.columns-7,
  .post-content ul:not(.usps).icon-columns.columns-8,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-5,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-6,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-7,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-8 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width : 540px) {
  .wysiwyg ul:not(.usps).icon-columns.columns-3, .wysiwyg ul:not(.usps).icon-columns.columns-4,
  .flex-columns ul:not(.usps).icon-columns.columns-3,
  .flex-columns ul:not(.usps).icon-columns.columns-4,
  .post-content ul:not(.usps).icon-columns.columns-3,
  .post-content ul:not(.usps).icon-columns.columns-4,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-3,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
.wysiwyg ul:not(.usps).icon-columns li,
.flex-columns ul:not(.usps).icon-columns li,
.post-content ul:not(.usps).icon-columns li,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li {
  padding: 0 15px;
  border-bottom-width: 0;
  grid-row-gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .wysiwyg ul:not(.usps).icon-columns li:first-child,
  .flex-columns ul:not(.usps).icon-columns li:first-child,
  .post-content ul:not(.usps).icon-columns li:first-child,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li:first-child {
    padding-left: 0;
  }
}
.wysiwyg ul:not(.usps).icon-columns li:before,
.flex-columns ul:not(.usps).icon-columns li:before,
.post-content ul:not(.usps).icon-columns li:before,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #94C11F;
  position: absolute;
  left: -1px;
  top: 0;
}
.wysiwyg ul:not(.usps).icon-columns li:last-child:after,
.flex-columns ul:not(.usps).icon-columns li:last-child:after,
.post-content ul:not(.usps).icon-columns li:last-child:after,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li:last-child:after {
  display: none;
}
.wysiwyg ul:not(.usps).icon-columns li figure,
.flex-columns ul:not(.usps).icon-columns li figure,
.post-content ul:not(.usps).icon-columns li figure,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li figure {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: 2px solid #94C11F;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wysiwyg ul:not(.usps).icon-columns li figure svg,
.flex-columns ul:not(.usps).icon-columns li figure svg,
.post-content ul:not(.usps).icon-columns li figure svg,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li figure svg {
  width: 80%;
  height: 80%;
  display: block;
  object-fit: contain;
  fill: #94C11F;
}
@media only screen and (max-width : 1499px) {
  .wysiwyg ul:not(.usps).icon-columns li figure,
  .flex-columns ul:not(.usps).icon-columns li figure,
  .post-content ul:not(.usps).icon-columns li figure,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li figure {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg ul:not(.usps).icon-columns li figure,
  .flex-columns ul:not(.usps).icon-columns li figure,
  .post-content ul:not(.usps).icon-columns li figure,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li figure {
    width: 50px;
    height: 50px;
  }
}
.wysiwyg ul:not(.usps).icon-columns li h3,
.flex-columns ul:not(.usps).icon-columns li h3,
.post-content ul:not(.usps).icon-columns li h3,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wysiwyg ul:not(.usps).icon-columns li h3,
  .flex-columns ul:not(.usps).icon-columns li h3,
  .post-content ul:not(.usps).icon-columns li h3,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .wysiwyg ul:not(.usps).icon-columns li h3,
  .flex-columns ul:not(.usps).icon-columns li h3,
  .post-content ul:not(.usps).icon-columns li h3,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .wysiwyg ul:not(.usps).icon-columns li h3,
  .flex-columns ul:not(.usps).icon-columns li h3,
  .post-content ul:not(.usps).icon-columns li h3,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg ul:not(.usps).icon-columns li h3,
  .flex-columns ul:not(.usps).icon-columns li h3,
  .post-content ul:not(.usps).icon-columns li h3,
  .page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 {
    font-size: 14px;
  }
}
.wysiwyg ul:not(.usps).icon-columns li h3 em,
.flex-columns ul:not(.usps).icon-columns li h3 em,
.post-content ul:not(.usps).icon-columns li h3 em,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 em {
  font-style: normal;
}
.wysiwyg ul:not(.usps).icon-columns li h3 > em,
.flex-columns ul:not(.usps).icon-columns li h3 > em,
.post-content ul:not(.usps).icon-columns li h3 > em,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 > em {
  color: #94C11F;
}
.wysiwyg ul:not(.usps).icon-columns li h3,
.flex-columns ul:not(.usps).icon-columns li h3,
.post-content ul:not(.usps).icon-columns li h3,
.page-template-gutenberg #website-wrap ul:not(.usps).icon-columns li h3 {
  font-weight: 600;
  margin: 0;
}
.wysiwyg ol,
.flex-columns ol,
.post-content ol,
.page-template-gutenberg #website-wrap ol {
  display: grid;
  grid-row-gap: 1.5em;
}
.wysiwyg ol li,
.flex-columns ol li,
.post-content ol li,
.page-template-gutenberg #website-wrap ol li {
  list-style-type: decimal;
  padding-left: 14px;
  margin-left: 20px;
}
.wysiwyg ol li h2,
.wysiwyg ol li h3,
.wysiwyg ol li h4,
.wysiwyg ol li h5,
.wysiwyg ol li h6,
.wysiwyg ol li p,
.flex-columns ol li h2,
.flex-columns ol li h3,
.flex-columns ol li h4,
.flex-columns ol li h5,
.flex-columns ol li h6,
.flex-columns ol li p,
.post-content ol li h2,
.post-content ol li h3,
.post-content ol li h4,
.post-content ol li h5,
.post-content ol li h6,
.post-content ol li p,
.page-template-gutenberg #website-wrap ol li h2,
.page-template-gutenberg #website-wrap ol li h3,
.page-template-gutenberg #website-wrap ol li h4,
.page-template-gutenberg #website-wrap ol li h5,
.page-template-gutenberg #website-wrap ol li h6,
.page-template-gutenberg #website-wrap ol li p {
  margin: 0.5em 0;
}
.wysiwyg ol li h2:first-child,
.wysiwyg ol li h3:first-child,
.wysiwyg ol li h4:first-child,
.wysiwyg ol li h5:first-child,
.wysiwyg ol li h6:first-child,
.wysiwyg ol li p:first-child,
.flex-columns ol li h2:first-child,
.flex-columns ol li h3:first-child,
.flex-columns ol li h4:first-child,
.flex-columns ol li h5:first-child,
.flex-columns ol li h6:first-child,
.flex-columns ol li p:first-child,
.post-content ol li h2:first-child,
.post-content ol li h3:first-child,
.post-content ol li h4:first-child,
.post-content ol li h5:first-child,
.post-content ol li h6:first-child,
.post-content ol li p:first-child,
.page-template-gutenberg #website-wrap ol li h2:first-child,
.page-template-gutenberg #website-wrap ol li h3:first-child,
.page-template-gutenberg #website-wrap ol li h4:first-child,
.page-template-gutenberg #website-wrap ol li h5:first-child,
.page-template-gutenberg #website-wrap ol li h6:first-child,
.page-template-gutenberg #website-wrap ol li p:first-child {
  margin-top: 0;
}
.wysiwyg ol li h2:last-child,
.wysiwyg ol li h3:last-child,
.wysiwyg ol li h4:last-child,
.wysiwyg ol li h5:last-child,
.wysiwyg ol li h6:last-child,
.wysiwyg ol li p:last-child,
.flex-columns ol li h2:last-child,
.flex-columns ol li h3:last-child,
.flex-columns ol li h4:last-child,
.flex-columns ol li h5:last-child,
.flex-columns ol li h6:last-child,
.flex-columns ol li p:last-child,
.post-content ol li h2:last-child,
.post-content ol li h3:last-child,
.post-content ol li h4:last-child,
.post-content ol li h5:last-child,
.post-content ol li h6:last-child,
.post-content ol li p:last-child,
.page-template-gutenberg #website-wrap ol li h2:last-child,
.page-template-gutenberg #website-wrap ol li h3:last-child,
.page-template-gutenberg #website-wrap ol li h4:last-child,
.page-template-gutenberg #website-wrap ol li h5:last-child,
.page-template-gutenberg #website-wrap ol li h6:last-child,
.page-template-gutenberg #website-wrap ol li p:last-child {
  margin-bottom: 0;
}
.wysiwyg .video-block,
.wysiwyg .table-wrapper,
.wysiwyg .standard-content > figure,
.wysiwyg .icon-columns-wrapper,
.flex-columns .video-block,
.flex-columns .table-wrapper,
.flex-columns .standard-content > figure,
.flex-columns .icon-columns-wrapper,
.post-content .video-block,
.post-content .table-wrapper,
.post-content .standard-content > figure,
.post-content .icon-columns-wrapper,
.page-template-gutenberg #website-wrap .video-block,
.page-template-gutenberg #website-wrap .table-wrapper,
.page-template-gutenberg #website-wrap .standard-content > figure,
.page-template-gutenberg #website-wrap .icon-columns-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (max-width : 740px) {
  .wysiwyg .video-block,
  .wysiwyg .table-wrapper,
  .wysiwyg .standard-content > figure,
  .wysiwyg .icon-columns-wrapper,
  .flex-columns .video-block,
  .flex-columns .table-wrapper,
  .flex-columns .standard-content > figure,
  .flex-columns .icon-columns-wrapper,
  .post-content .video-block,
  .post-content .table-wrapper,
  .post-content .standard-content > figure,
  .post-content .icon-columns-wrapper,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .table-wrapper,
  .page-template-gutenberg #website-wrap .standard-content > figure,
  .page-template-gutenberg #website-wrap .icon-columns-wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.wysiwyg .video-block:first-child,
.wysiwyg .table-wrapper:first-child,
.wysiwyg .standard-content > figure:first-child,
.wysiwyg .icon-columns-wrapper:first-child,
.flex-columns .video-block:first-child,
.flex-columns .table-wrapper:first-child,
.flex-columns .standard-content > figure:first-child,
.flex-columns .icon-columns-wrapper:first-child,
.post-content .video-block:first-child,
.post-content .table-wrapper:first-child,
.post-content .standard-content > figure:first-child,
.post-content .icon-columns-wrapper:first-child,
.page-template-gutenberg #website-wrap .video-block:first-child,
.page-template-gutenberg #website-wrap .table-wrapper:first-child,
.page-template-gutenberg #website-wrap .standard-content > figure:first-child,
.page-template-gutenberg #website-wrap .icon-columns-wrapper:first-child {
  margin-top: 0;
}
.wysiwyg .video-block:last-child,
.wysiwyg .table-wrapper:last-child,
.wysiwyg .standard-content > figure:last-child,
.wysiwyg .icon-columns-wrapper:last-child,
.flex-columns .video-block:last-child,
.flex-columns .table-wrapper:last-child,
.flex-columns .standard-content > figure:last-child,
.flex-columns .icon-columns-wrapper:last-child,
.post-content .video-block:last-child,
.post-content .table-wrapper:last-child,
.post-content .standard-content > figure:last-child,
.post-content .icon-columns-wrapper:last-child,
.page-template-gutenberg #website-wrap .video-block:last-child,
.page-template-gutenberg #website-wrap .table-wrapper:last-child,
.page-template-gutenberg #website-wrap .standard-content > figure:last-child,
.page-template-gutenberg #website-wrap .icon-columns-wrapper:last-child {
  margin-bottom: 0;
}
.wysiwyg .testimonial,
.wysiwyg .cta-simple,
.wysiwyg .image-wrapper,
.wysiwyg .video-section,
.wysiwyg .multiple-images,
.flex-columns .testimonial,
.flex-columns .cta-simple,
.flex-columns .image-wrapper,
.flex-columns .video-section,
.flex-columns .multiple-images,
.post-content .testimonial,
.post-content .cta-simple,
.post-content .image-wrapper,
.post-content .video-section,
.post-content .multiple-images,
.page-template-gutenberg #website-wrap .testimonial,
.page-template-gutenberg #website-wrap .cta-simple,
.page-template-gutenberg #website-wrap .image-wrapper,
.page-template-gutenberg #website-wrap .video-section,
.page-template-gutenberg #website-wrap .multiple-images {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}
@media only screen and (max-width : 740px) {
  .wysiwyg .testimonial,
  .wysiwyg .cta-simple,
  .wysiwyg .image-wrapper,
  .wysiwyg .video-section,
  .wysiwyg .multiple-images,
  .flex-columns .testimonial,
  .flex-columns .cta-simple,
  .flex-columns .image-wrapper,
  .flex-columns .video-section,
  .flex-columns .multiple-images,
  .post-content .testimonial,
  .post-content .cta-simple,
  .post-content .image-wrapper,
  .post-content .video-section,
  .post-content .multiple-images,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .cta-simple,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .video-section,
  .page-template-gutenberg #website-wrap .multiple-images {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.wysiwyg .testimonial:first-child,
.wysiwyg .cta-simple:first-child,
.wysiwyg .image-wrapper:first-child,
.wysiwyg .video-section:first-child,
.wysiwyg .multiple-images:first-child,
.flex-columns .testimonial:first-child,
.flex-columns .cta-simple:first-child,
.flex-columns .image-wrapper:first-child,
.flex-columns .video-section:first-child,
.flex-columns .multiple-images:first-child,
.post-content .testimonial:first-child,
.post-content .cta-simple:first-child,
.post-content .image-wrapper:first-child,
.post-content .video-section:first-child,
.post-content .multiple-images:first-child,
.page-template-gutenberg #website-wrap .testimonial:first-child,
.page-template-gutenberg #website-wrap .cta-simple:first-child,
.page-template-gutenberg #website-wrap .image-wrapper:first-child,
.page-template-gutenberg #website-wrap .video-section:first-child,
.page-template-gutenberg #website-wrap .multiple-images:first-child {
  margin-top: 0;
}
.wysiwyg .testimonial:last-child,
.wysiwyg .cta-simple:last-child,
.wysiwyg .image-wrapper:last-child,
.wysiwyg .video-section:last-child,
.wysiwyg .multiple-images:last-child,
.flex-columns .testimonial:last-child,
.flex-columns .cta-simple:last-child,
.flex-columns .image-wrapper:last-child,
.flex-columns .video-section:last-child,
.flex-columns .multiple-images:last-child,
.post-content .testimonial:last-child,
.post-content .cta-simple:last-child,
.post-content .image-wrapper:last-child,
.post-content .video-section:last-child,
.post-content .multiple-images:last-child,
.page-template-gutenberg #website-wrap .testimonial:last-child,
.page-template-gutenberg #website-wrap .cta-simple:last-child,
.page-template-gutenberg #website-wrap .image-wrapper:last-child,
.page-template-gutenberg #website-wrap .video-section:last-child,
.page-template-gutenberg #website-wrap .multiple-images:last-child {
  margin-bottom: 0;
}
.wysiwyg .testimonial,
.flex-columns .testimonial,
.post-content .testimonial,
.page-template-gutenberg #website-wrap .testimonial {
  margin-top: 5em;
}
.wysiwyg .testimonial:first-child,
.flex-columns .testimonial:first-child,
.post-content .testimonial:first-child,
.page-template-gutenberg #website-wrap .testimonial:first-child {
  margin-top: 0;
}
.wysiwyg.single-column .cta-simple,
.wysiwyg.single-column .video-section,
.flex-columns.single-column .cta-simple,
.flex-columns.single-column .video-section,
.post-content.single-column .cta-simple,
.post-content.single-column .video-section,
.page-template-gutenberg #website-wrap.single-column .cta-simple,
.page-template-gutenberg #website-wrap.single-column .video-section {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
@media only screen and (max-width : 740px) {
  .wysiwyg.single-column .cta-simple,
  .wysiwyg.single-column .video-section,
  .flex-columns.single-column .cta-simple,
  .flex-columns.single-column .video-section,
  .post-content.single-column .cta-simple,
  .post-content.single-column .video-section,
  .page-template-gutenberg #website-wrap.single-column .cta-simple,
  .page-template-gutenberg #website-wrap.single-column .video-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.wysiwyg.single-column .cta-simple:first-child,
.wysiwyg.single-column .video-section:first-child,
.flex-columns.single-column .cta-simple:first-child,
.flex-columns.single-column .video-section:first-child,
.post-content.single-column .cta-simple:first-child,
.post-content.single-column .video-section:first-child,
.page-template-gutenberg #website-wrap.single-column .cta-simple:first-child,
.page-template-gutenberg #website-wrap.single-column .video-section:first-child {
  margin-top: 0;
}
.wysiwyg.single-column .cta-simple:last-child,
.wysiwyg.single-column .video-section:last-child,
.flex-columns.single-column .cta-simple:last-child,
.flex-columns.single-column .video-section:last-child,
.post-content.single-column .cta-simple:last-child,
.post-content.single-column .video-section:last-child,
.page-template-gutenberg #website-wrap.single-column .cta-simple:last-child,
.page-template-gutenberg #website-wrap.single-column .video-section:last-child {
  margin-bottom: 0;
}
.wysiwyg .video-section,
.flex-columns .video-section,
.post-content .video-section,
.page-template-gutenberg #website-wrap .video-section {
  padding-bottom: 0;
}
.wysiwyg .video-block:first-child,
.flex-columns .video-block:first-child,
.post-content .video-block:first-child,
.page-template-gutenberg #website-wrap .video-block:first-child {
  margin-top: 0;
}
.wysiwyg .video-block:last-child,
.flex-columns .video-block:last-child,
.post-content .video-block:last-child,
.page-template-gutenberg #website-wrap .video-block:last-child {
  margin-bottom: 0;
}
.wysiwyg .video-block img,
.flex-columns .video-block img,
.post-content .video-block img,
.page-template-gutenberg #website-wrap .video-block img {
  margin-bottom: 0;
}
.wysiwyg .image-wrapper figure,
.flex-columns .image-wrapper figure,
.post-content .image-wrapper figure,
.page-template-gutenberg #website-wrap .image-wrapper figure {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .wysiwyg .image-wrapper figure,
  .flex-columns .image-wrapper figure,
  .post-content .image-wrapper figure,
  .page-template-gutenberg #website-wrap .image-wrapper figure {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg .image-wrapper figure,
  .flex-columns .image-wrapper figure,
  .post-content .image-wrapper figure,
  .page-template-gutenberg #website-wrap .image-wrapper figure {
    border-radius: 20px;
  }
}
.wysiwyg .image-wrapper figure img,
.flex-columns .image-wrapper figure img,
.post-content .image-wrapper figure img,
.page-template-gutenberg #website-wrap .image-wrapper figure img {
  width: 100%;
  display: block;
}
@media only screen and (max-width : 740px) {
  .wysiwyg .table-wrapper,
  .flex-columns .table-wrapper,
  .post-content .table-wrapper,
  .page-template-gutenberg #website-wrap .table-wrapper {
    overflow-x: scroll;
    width: 100vw;
    margin-left: -30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wysiwyg .table-wrapper::-webkit-scrollbar,
  .flex-columns .table-wrapper::-webkit-scrollbar,
  .post-content .table-wrapper::-webkit-scrollbar,
  .page-template-gutenberg #website-wrap .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .wysiwyg .table-wrapper .table-wrapper-inner,
  .flex-columns .table-wrapper .table-wrapper-inner,
  .post-content .table-wrapper .table-wrapper-inner,
  .page-template-gutenberg #website-wrap .table-wrapper .table-wrapper-inner {
    padding: 0px 30px;
  }
}
.wysiwyg p > .btn:first-child,
.flex-columns p > .btn:first-child,
.post-content p > .btn:first-child,
.page-template-gutenberg #website-wrap p > .btn:first-child {
  margin-top: 0;
}
.wysiwyg .btn,
.flex-columns .btn,
.post-content .btn,
.page-template-gutenberg #website-wrap .btn {
  display: flex;
}
@media only screen and (min-width : 741px) {
  .wysiwyg .btn,
  .flex-columns .btn,
  .post-content .btn,
  .page-template-gutenberg #website-wrap .btn {
    max-width: fit-content;
  }
}

table {
  width: 100%;
}
table tr {
  border-bottom: 1px solid #575756;
}
table th {
  white-space: nowrap;
}
table td,
table th {
  padding: 19px 25px 19px 0;
  text-align: left;
}
@media only screen and (max-width : 991px) {
  table td,
  table th {
    padding: 10px 20px 10px 0;
  }
}

.sml {
  font-size: 13px;
}

.med {
  font-size: 16px;
}

.fontbold {
  font-weight: 600;
}

.fontmedium {
  font-weight: 400;
}

.fontnormal {
  font-weight: 400;
}

.fontlight {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.strikethrough {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: none;
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width : 991px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width : 740px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
}
@media only screen and (max-width : 540px) {
  .text-center-xxs {
    text-align: center !important;
  }
  .text-left-xxs {
    text-align: left !important;
  }
}
a:focus {
  outline: none;
}

a {
  color: #94C11F;
  text-decoration: none;
}
.no-touch a:hover, .no-touch a:active {
  color: #94C11F;
  text-decoration: none;
}
a {
  transition: all 0.15s ease-in-out;
}
a.social {
  transition: background-color 0.15s ease-in-out;
}
a.more {
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  a.more {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  a.more {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  a.more {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  a.more {
    font-size: 17px;
  }
}
a.more em {
  font-style: normal;
}
a.more > em {
  color: #94C11F;
}
a.more {
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  a.more {
    grid-column-gap: 7px;
  }
}
a.more:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 0.8em;
  transition: all 0.15s ease-in-out;
  transform: translateX(0px);
}
a.more:hover:after {
  transform: translateX(10px);
}
a.more.more-back:before {
  content: "\f060";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 0.8em;
  transition: all 0.15s ease-in-out;
  transform: translateX(0px);
}
a.more.more-back:after {
  display: none;
}
a.more.more-back:hover:before {
  transform: translateX(-10px);
}
a.more:hover {
  text-decoration: none;
}

ul.inline-block li {
  display: inline-block;
}

html {
  height: 100%;
}
html body {
  color: #575756;
  background-color: #ffffff;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
}
.outer {
  position: relative;
}

.container,
.container-fluid,
#nav .nav > li .sub-menu > li.megamenu,
.ctcc-inner {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media only screen and (min-width : 741px) {
  .container,
  .container-fluid,
  #nav .nav > li .sub-menu > li.megamenu,
  .ctcc-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .container,
  .container-fluid,
  #nav .nav > li .sub-menu > li.megamenu,
  .ctcc-inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width : 1399px) {
  .container,
  .container-fluid,
  #nav .nav > li .sub-menu > li.megamenu,
  .ctcc-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.container,
#nav .nav > li .sub-menu > li.megamenu,
.ctcc-inner {
  max-width: 1840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#website-wrap {
  overflow: hidden;
  z-index: 2;
}

.error404 #website-wrap > .section {
  padding-top: calc(190px + 95px);
}
@media only screen and (max-width : 1499px) {
  .error404 #website-wrap > .section {
    padding-top: calc(100px + 80px);
  }
}
@media only screen and (max-width : 740px) {
  .error404 #website-wrap > .section {
    padding-top: calc(70px + 70px);
  }
}

.section {
  margin-top: -1px;
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .section {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .section {
    padding-top: 70px;
  }
}
.section {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .section {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .section {
    margin-top: 0;
  }
}
.section.white + .white {
  padding-top: 0;
}
.section.green + .green {
  padding-top: 0;
}
.section.lightblue + .lightblue {
  padding-top: 0;
}

label {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width : 740px) {
  label {
    margin-bottom: 10px;
  }
}

form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=month],
form input[type=password],
form input[type=search],
form input[type=time],
form input[type=url],
form input[type=week],
form textarea {
  display: block;
  width: 100%;
  appearance: none;
  border: 1px solid #94C11F;
  color: #575756;
  padding: 0 40px;
  height: 77px;
  line-height: 77px;
  margin-bottom: 0;
  transition: all 0.15s ease-in-out;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=month]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=search]::-webkit-input-placeholder,
form input[type=time]::-webkit-input-placeholder,
form input[type=url]::-webkit-input-placeholder,
form input[type=week]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #575756;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=month]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=search]:-moz-placeholder,
form input[type=time]:-moz-placeholder,
form input[type=url]:-moz-placeholder,
form input[type=week]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #575756;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=month]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=search]::-moz-placeholder,
form input[type=time]::-moz-placeholder,
form input[type=url]::-moz-placeholder,
form input[type=week]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #575756;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=month]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder,
form input[type=time]:-ms-input-placeholder,
form input[type=url]:-ms-input-placeholder,
form input[type=week]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #575756;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=month],
form input[type=password],
form input[type=search],
form input[type=time],
form input[type=url],
form input[type=week],
form textarea {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    font-size: 16px;
  }
}
form input[type=text] em,
form input[type=email] em,
form input[type=number] em,
form input[type=tel] em,
form input[type=month] em,
form input[type=password] em,
form input[type=search] em,
form input[type=time] em,
form input[type=url] em,
form input[type=week] em,
form textarea em {
  font-style: normal;
}
form input[type=text] > em,
form input[type=email] > em,
form input[type=number] > em,
form input[type=tel] > em,
form input[type=month] > em,
form input[type=password] > em,
form input[type=search] > em,
form input[type=time] > em,
form input[type=url] > em,
form input[type=week] > em,
form textarea > em {
  color: #94C11F;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=month],
form input[type=password],
form input[type=search],
form input[type=time],
form input[type=url],
form input[type=week],
form textarea {
  font-weight: 400;
  border-radius: 100px;
}
@media only screen and (max-width : 1499px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (max-width : 740px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    padding: 0 20px;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
  }
}
form input[type=checkbox],
form input[type=radio] {
  margin: 0 10px 0 0;
  transform: translateY(-1px);
}
form button {
  margin-bottom: 0 !important;
}
form button[type=submit] {
  margin-top: 20px;
}
@media only screen and (max-width : 991px) {
  form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  form button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
form textarea {
  height: 230px;
  line-height: 1.7;
  padding-top: 20px;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  form textarea {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  form textarea {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 991px) {
  form textarea {
    height: 180px;
  }
}

.select-css-wrap {
  border: 1px solid #94C11F;
  border-radius: 100px;
  background-color: transparent;
  margin-bottom: 0;
}
@media only screen and (max-width : 740px) {
  .select-css-wrap {
    margin-bottom: 0;
  }
}
.select-css-wrap select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .select-css-wrap select {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .select-css-wrap select {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .select-css-wrap select {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .select-css-wrap select {
    font-size: 16px;
  }
}
.select-css-wrap select em {
  font-style: normal;
}
.select-css-wrap select > em {
  color: #94C11F;
}
.select-css-wrap select {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-width: 0;
  border-radius: 100px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #575756;
  padding: 0 77px 0 40px;
  height: 77px;
  line-height: 77px;
}
@media only screen and (max-width : 1499px) {
  .select-css-wrap select {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (max-width : 740px) {
  .select-css-wrap select {
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
  }
}
.select-css-wrap select {
  position: relative;
  z-index: 2;
}
.select-css-wrap select::-ms-expand {
  display: none;
}
.select-css-wrap select:focus {
  outline: none;
}
.select-css-wrap select option {
  font-weight: normal;
}
.select-css-wrap {
  position: relative;
}
.select-css-wrap:after {
  content: "\f107";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-left-width: 0;
  z-index: 1;
  font-size: 28px;
  background-color: transparent;
  color: #94C11F;
  border-radius: 0 100px 100px 0;
  width: 77px;
  height: 77px;
  line-height: 77px;
}
@media only screen and (max-width : 1199px) {
  .select-css-wrap:after {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (max-width : 740px) {
  .select-css-wrap:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

body .gform_wrapper.gravity-theme .gform_fields {
  display: block;
}

.gform_wrapper ul li {
  padding: 0;
  margin: 0;
}
.gform_wrapper ul li:last-child {
  border-width: 0;
}
.gform_wrapper ul li.ui-state-focus {
  background-color: transparent;
}
.gform_wrapper .gfield_label,
.gform_wrapper label:not(.gfield_consent_label) {
  display: none;
}
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week],
.gform_wrapper form textarea {
  display: block;
  width: 100%;
  appearance: none;
  border: 1px solid #94C11F;
  color: #575756;
  padding: 0 40px;
  height: 77px;
  line-height: 77px;
  margin-bottom: 0;
  transition: all 0.15s ease-in-out;
}
.gform_wrapper form input[type=text]::-webkit-input-placeholder,
.gform_wrapper form input[type=email]::-webkit-input-placeholder,
.gform_wrapper form input[type=number]::-webkit-input-placeholder,
.gform_wrapper form input[type=tel]::-webkit-input-placeholder,
.gform_wrapper form input[type=month]::-webkit-input-placeholder,
.gform_wrapper form input[type=password]::-webkit-input-placeholder,
.gform_wrapper form input[type=search]::-webkit-input-placeholder,
.gform_wrapper form input[type=time]::-webkit-input-placeholder,
.gform_wrapper form input[type=url]::-webkit-input-placeholder,
.gform_wrapper form input[type=week]::-webkit-input-placeholder,
.gform_wrapper form textarea::-webkit-input-placeholder {
  color: #575756;
}
.gform_wrapper form input[type=text]:-moz-placeholder,
.gform_wrapper form input[type=email]:-moz-placeholder,
.gform_wrapper form input[type=number]:-moz-placeholder,
.gform_wrapper form input[type=tel]:-moz-placeholder,
.gform_wrapper form input[type=month]:-moz-placeholder,
.gform_wrapper form input[type=password]:-moz-placeholder,
.gform_wrapper form input[type=search]:-moz-placeholder,
.gform_wrapper form input[type=time]:-moz-placeholder,
.gform_wrapper form input[type=url]:-moz-placeholder,
.gform_wrapper form input[type=week]:-moz-placeholder,
.gform_wrapper form textarea:-moz-placeholder {
  color: #575756;
}
.gform_wrapper form input[type=text]::-moz-placeholder,
.gform_wrapper form input[type=email]::-moz-placeholder,
.gform_wrapper form input[type=number]::-moz-placeholder,
.gform_wrapper form input[type=tel]::-moz-placeholder,
.gform_wrapper form input[type=month]::-moz-placeholder,
.gform_wrapper form input[type=password]::-moz-placeholder,
.gform_wrapper form input[type=search]::-moz-placeholder,
.gform_wrapper form input[type=time]::-moz-placeholder,
.gform_wrapper form input[type=url]::-moz-placeholder,
.gform_wrapper form input[type=week]::-moz-placeholder,
.gform_wrapper form textarea::-moz-placeholder {
  color: #575756;
}
.gform_wrapper form input[type=text]:-ms-input-placeholder,
.gform_wrapper form input[type=email]:-ms-input-placeholder,
.gform_wrapper form input[type=number]:-ms-input-placeholder,
.gform_wrapper form input[type=tel]:-ms-input-placeholder,
.gform_wrapper form input[type=month]:-ms-input-placeholder,
.gform_wrapper form input[type=password]:-ms-input-placeholder,
.gform_wrapper form input[type=search]:-ms-input-placeholder,
.gform_wrapper form input[type=time]:-ms-input-placeholder,
.gform_wrapper form input[type=url]:-ms-input-placeholder,
.gform_wrapper form input[type=week]:-ms-input-placeholder,
.gform_wrapper form textarea:-ms-input-placeholder {
  color: #575756;
}
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week],
.gform_wrapper form textarea {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    font-size: 16px;
  }
}
.gform_wrapper form input[type=text] em,
.gform_wrapper form input[type=email] em,
.gform_wrapper form input[type=number] em,
.gform_wrapper form input[type=tel] em,
.gform_wrapper form input[type=month] em,
.gform_wrapper form input[type=password] em,
.gform_wrapper form input[type=search] em,
.gform_wrapper form input[type=time] em,
.gform_wrapper form input[type=url] em,
.gform_wrapper form input[type=week] em,
.gform_wrapper form textarea em {
  font-style: normal;
}
.gform_wrapper form input[type=text] > em,
.gform_wrapper form input[type=email] > em,
.gform_wrapper form input[type=number] > em,
.gform_wrapper form input[type=tel] > em,
.gform_wrapper form input[type=month] > em,
.gform_wrapper form input[type=password] > em,
.gform_wrapper form input[type=search] > em,
.gform_wrapper form input[type=time] > em,
.gform_wrapper form input[type=url] > em,
.gform_wrapper form input[type=week] > em,
.gform_wrapper form textarea > em {
  color: #94C11F;
}
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week],
.gform_wrapper form textarea {
  font-weight: 400;
  border-radius: 100px;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    padding: 0 20px;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
  }
}
.gform_wrapper form input[type=checkbox],
.gform_wrapper form input[type=radio] {
  margin: 0 10px 0 0;
  transform: translateY(-1px);
}
.gform_wrapper form button {
  margin-bottom: 0 !important;
}
.gform_wrapper form button[type=submit] {
  margin-top: 20px;
}
@media only screen and (max-width : 991px) {
  .gform_wrapper form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gform_wrapper form textarea {
  height: 230px;
  line-height: 1.7;
  padding-top: 20px;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper form textarea {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form textarea {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper form textarea {
    height: 180px;
  }
}

.gform_wrapper {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.gform_wrapper .gform_heading .gform_title em {
  font-style: normal;
  color: #94C11F;
}
.gform_wrapper .gform_heading .gform_title {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_heading .gform_title {
    margin: 1em 0 0.5em;
  }
}
.gform_wrapper .gform_heading .gform_title:first-child {
  margin-top: 0;
}
.gform_wrapper .gform_heading .gform_title:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 38px;
    line-height: 1.4;
  }
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 16px;
  }
}
.gform_wrapper .gform_heading .gform_description em {
  font-style: normal;
}
.gform_wrapper .gform_heading .gform_description > em {
  color: #94C11F;
}
.gform_wrapper .gform_heading .gform_description {
  margin-bottom: 15px;
}
.gform_wrapper .gform_heading .gform_required_legend {
  margin-bottom: 30px;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_heading .gform_required_legend {
    margin-bottom: 20px;
  }
}
.gform_wrapper .gform_fields {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .gform_fields {
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .gform_fields {
    grid-row-gap: 10px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields {
    grid-row-gap: 8px;
  }
}
.gform_wrapper .gform_fields .gfield {
  position: relative;
  z-index: 1;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 16px;
  }
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label em {
  font-style: normal;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label > em {
  color: #94C11F;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label {
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width : 741px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 40px;
  }
}
@media only screen and (min-width : 741px) and (max-width : 991px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 25px;
  }
}
@media only screen and (min-width : 741px) and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 20px;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
  margin: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox],
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox],
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox] + label:before,
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] + label:before {
  content: "";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  width: 39px;
  height: 39px;
  line-height: 37px;
  display: block;
  float: left;
  background: transparent;
  border: 1px solid #94C11F;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox] + label:before,
  .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] + label:before {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox] + label:before,
  .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] + label:before {
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox]:checked + label:before,
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio]:checked + label:before {
  color: #94C11F;
  content: "\f111";
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
    font-size: 14px;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label em {
  font-style: normal;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label > em {
  color: #94C11F;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
  font-weight: 400;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
    display: block;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label a {
  margin-left: 0.3em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  color: #94C11F;
  display: inline-block;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent > label a {
    margin-left: 0;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox {
    margin: 15px 0;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox],
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox],
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox] + label:before,
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] + label:before {
  content: "";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  width: 39px;
  height: 39px;
  line-height: 37px;
  display: block;
  float: left;
  background: transparent;
  border: 1px solid #94C11F;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox] + label:before,
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] + label:before {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox] + label:before,
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] + label:before {
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox]:checked + label:before,
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio]:checked + label:before {
  color: #94C11F;
  content: "\f111";
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
    font-size: 14px;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label em {
  font-style: normal;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label > em {
  color: #94C11F;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
  font-weight: 400;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
    display: block;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label a {
  margin-left: 0.3em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  color: #94C11F;
  display: inline-block;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label a {
    margin-left: 0;
  }
}
@media only screen and (min-width : 741px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox {
    height: 65px;
    position: relative;
    z-index: 1;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .ginput_container,
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox,
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice {
    height: inherit;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice {
    display: flex;
    align-items: center;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox label {
    margin: 0;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit {
    margin: 0;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit input[type=submit] {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width : 741px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit input[type=submit] {
    height: 65px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
    width: 240px;
  }
}
.gform_wrapper .gform_fields fieldset {
  border-width: 0;
}
.gform_wrapper input[type=submit],
.gform_wrapper button {
  margin: 0;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.gform_wrapper input[type=submit]:after,
.gform_wrapper input[type=submit] span:after,
.gform_wrapper button:after,
.gform_wrapper button span:after {
  color: #94C11F;
  transform: translateX(0);
}
.gform_wrapper input[type=submit]:hover,
.gform_wrapper button:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.gform_wrapper input[type=submit]:hover:after,
.gform_wrapper input[type=submit]:hover span:after,
.gform_wrapper button:hover:after,
.gform_wrapper button:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .gform-loader {
  display: block;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/loading.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  animation: loadingspinner 1.4s infinite linear;
  transform: translateZ(0);
  transition: opacity 0.15s ease-in-out;
}
@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .gform-loader {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.gform_wrapper .gsection {
  border-width: 0;
  padding: 30px 0 0;
}
.gform_wrapper .gsection .gsection_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.gform_wrapper .gsection .gsection_title em {
  font-style: normal;
  color: #94C11F;
}
.gform_wrapper .gsection .gsection_title {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gsection .gsection_title {
    margin: 1em 0 0.5em;
  }
}
.gform_wrapper .gsection .gsection_title:first-child {
  margin-top: 0;
}
.gform_wrapper .gsection .gsection_title:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gsection .gsection_title {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 38px;
    line-height: 1.4;
  }
}
.gform_wrapper .gfield_description {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .gfield_description {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gfield_description {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .gfield_description {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gfield_description {
    font-size: 16px;
  }
}
.gform_wrapper .gfield_description em {
  font-style: normal;
}
.gform_wrapper .gfield_description > em {
  color: #94C11F;
}
.gform_wrapper .gfield_description {
  padding: 0;
  margin: 5px 0 20px;
}
.gform_wrapper .validation_error,
.gform_wrapper .gfield_error {
  width: 100%;
  background-color: transparent;
  border-width: 0;
}
.gform_wrapper .validation_error .ginput_container,
.gform_wrapper .gfield_error .ginput_container {
  max-width: 100%;
  margin-top: 0;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #94C11F;
}
.gform_wrapper .validation_error,
.gform_wrapper .gform_submission_error {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 17px;
  }
}
.gform_wrapper .validation_error em,
.gform_wrapper .gform_submission_error em {
  font-style: normal;
}
.gform_wrapper .validation_error > em,
.gform_wrapper .gform_submission_error > em {
  color: #94C11F;
}
.gform_wrapper .validation_error,
.gform_wrapper .gform_submission_error {
  text-transform: none;
  padding: 0;
  margin: 0 0 40px;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    margin: 0 0 20px;
  }
}
.gform_wrapper .validation_message {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -40px;
  background: transparent;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .validation_message {
    top: -30px;
    padding: 3px 11px;
    font-size: 14px;
    right: auto;
    left: 0;
  }
}
.gform_wrapper .validation_message:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -8px;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #94C11F;
  transform: rotate(45deg);
}
.gform_wrapper .validation_message:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #94C11F;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
}
.gform_wrapper .ginput_recaptcha + .validation_message,
.gform_wrapper .ginput_container_consent + .validation_message,
.gform_wrapper .gfield--type-checkbox .validation_message {
  right: auto;
}
.gform_wrapper .ginput_recaptcha + .validation_message {
  top: -35px;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_recaptcha + .validation_message {
    top: -25px;
  }
}
.gform_wrapper .ginput_container_consent + .validation_message,
.gform_wrapper .gfield--type-checkbox .validation_message {
  top: -55px;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent + .validation_message,
  .gform_wrapper .gfield--type-checkbox .validation_message {
    top: -45px;
  }
}
.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] + label:before,
.gform_wrapper .ginput_container_consent input[type=radio] + label:before {
  content: "";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  width: 39px;
  height: 39px;
  line-height: 37px;
  display: block;
  float: left;
  background: transparent;
  border: 1px solid #94C11F;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .ginput_container_consent input[type=checkbox] + label:before,
  .gform_wrapper .ginput_container_consent input[type=radio] + label:before {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent input[type=checkbox] + label:before,
  .gform_wrapper .ginput_container_consent input[type=radio] + label:before {
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
}
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
.gform_wrapper .ginput_container_consent input[type=radio]:checked + label:before {
  color: #94C11F;
  content: "\f111";
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
.gform_wrapper .ginput_container_consent > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gform_wrapper .ginput_container_consent > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .ginput_container_consent > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .gform_wrapper .ginput_container_consent > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent > label {
    font-size: 14px;
  }
}
.gform_wrapper .ginput_container_consent > label em {
  font-style: normal;
}
.gform_wrapper .ginput_container_consent > label > em {
  color: #94C11F;
}
.gform_wrapper .ginput_container_consent > label {
  font-weight: 400;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent > label {
    display: block;
  }
}
.gform_wrapper .ginput_container_consent > label a {
  margin-left: 0.3em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  color: #94C11F;
  display: inline-block;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent > label a {
    margin-left: 0;
  }
}
.gform_wrapper .screen-reader-text {
  display: none;
}
.gform_wrapper .ginput_complex .clear-multi {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_complex .clear-multi {
    flex-direction: column;
  }
}
.gform_wrapper .ginput_complex .clear-multi input {
  margin: 0;
}
.gform_wrapper .ginput_complex .clear-multi label,
.gform_wrapper .ginput_complex .clear-multi i {
  display: none;
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_hour,
.gform_wrapper .ginput_complex .clear-multi .gfield_time_minute {
  display: flex;
  align-items: center;
  width: 150px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_complex .clear-multi .gfield_time_hour,
  .gform_wrapper .ginput_complex .clear-multi .gfield_time_minute {
    margin: 0 0 8px;
    width: 100%;
  }
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm {
  display: flex;
  align-items: center;
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm .gfield_time_ampm_shim {
  display: none;
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm .select-css-wrap {
  width: 210px;
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm .select-css-wrap {
    width: 100%;
  }
}
.gfield_checkbox > li input[type=checkbox],
.gfield_checkbox > li input[type=radio] {
  display: none;
}
.gfield_checkbox > li input[type=checkbox],
.gfield_checkbox > li input[type=radio] {
  display: none;
}
.gfield_checkbox > li input[type=checkbox] + label:before,
.gfield_checkbox > li input[type=radio] + label:before {
  content: "";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  width: 39px;
  height: 39px;
  line-height: 37px;
  display: block;
  float: left;
  background: transparent;
  border: 1px solid #94C11F;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
}
@media only screen and (max-width : 1199px) {
  .gfield_checkbox > li input[type=checkbox] + label:before,
  .gfield_checkbox > li input[type=radio] + label:before {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gfield_checkbox > li input[type=checkbox] + label:before,
  .gfield_checkbox > li input[type=radio] + label:before {
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
}
.gfield_checkbox > li input[type=checkbox]:checked + label:before,
.gfield_checkbox > li input[type=radio]:checked + label:before {
  color: #94C11F;
  content: "\f111";
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
.gfield_checkbox > li > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .gfield_checkbox > li > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .gfield_checkbox > li > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .gfield_checkbox > li > label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .gfield_checkbox > li > label {
    font-size: 14px;
  }
}
.gfield_checkbox > li > label em {
  font-style: normal;
}
.gfield_checkbox > li > label > em {
  color: #94C11F;
}
.gfield_checkbox > li > label {
  font-weight: 400;
}
@media only screen and (max-width : 740px) {
  .gfield_checkbox > li > label {
    display: block;
  }
}
.gfield_checkbox > li > label a {
  margin-left: 0.3em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  color: #94C11F;
  display: inline-block;
}
@media only screen and (max-width : 740px) {
  .gfield_checkbox > li > label a {
    margin-left: 0;
  }
}

.g-recaptcha {
  margin-bottom: 4px;
}

#searchform .searchformwrap {
  position: relative;
}
#searchform .searchformwrap input {
  margin: 0;
}
#searchform .searchformwrap button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 70px;
  padding: 0;
  border-radius: 0;
}

#ui-datepicker-div {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin: 0 10px 0 0;
}
#ui-datepicker-div .ui-datepicker-calendar table td,
#ui-datepicker-div .ui-datepicker-calendar table th {
  padding: 3px 6px;
  text-align: center;
  font-size: 17px;
}

.searchandfilter ul li {
  padding: 0;
}
.searchandfilter ul li label input {
  margin: 0;
}
.searchandfilter ul li.sf-field-submit input {
  margin: 0;
}

.anim {
  opacity: 0;
}

.intro .line {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.intro .line.active {
  opacity: 1;
}

#header {
  height: 95px;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1499px) {
  #header {
    height: 80px;
  }
}
@media only screen and (max-width : 991px) {
  #header {
    height: 70px;
  }
}
@media only screen and (max-width : 740px) {
  #header {
    height: 70px;
  }
}
.flexbox #header > .container:before, .flexbox #header > .container:after {
  display: none;
}
.alt-nav #header {
  background-color: transparent;
}
.page-template-our-solution #header {
  background-color: transparent;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  max-width: 100%;
}
@media only screen and (min-width : 741px) {
  .header-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width : 1399px) {
  .header-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width : 1499px) {
  .header-content {
    padding: 0 30px;
  }
}
@media only screen and (max-width : 740px) {
  .header-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width : 540px) {
  .header-content {
    padding: 0 15px;
  }
}
.header-content:before, .header-content:after {
  display: none;
}
.header-content #logo {
  display: block;
  width: 206px;
}
@media only screen and (max-width : 1499px) {
  .header-content #logo {
    width: 160px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-content #logo {
    width: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .header-content #logo {
    width: 130px;
  }
}
.header-content #logo img,
.header-content #logo svg {
  display: block;
  width: inherit;
}
.header-content .header-buttons {
  display: flex;
  height: inherit;
  grid-column-gap: 20px;
  height: var(--btnHeight);
  --btnHeight: 66px;
}
@media only screen and (max-width : 1499px) {
  .header-content .header-buttons {
    --btnHeight: 48px;
  }
}
@media only screen and (max-width : 991px) {
  .header-content .header-buttons {
    --btnHeight: 40px;
  }
}
@media only screen and (max-width: 1299px) {
  .header-content .header-buttons {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width : 1199px) {
  .header-content .header-buttons {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 991px) {
  .header-content .header-buttons {
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .header-content .header-buttons {
    grid-column-gap: 10px;
  }
}
.header-content .header-buttons .btn {
  margin: 0;
  align-self: center;
  font-weight: 400;
  padding: 0 40px;
  height: inherit;
  position: relative;
  overflow: hidden;
}
.header-content .header-buttons .btn:nth-child(2):after {
  content: "\f090";
  font-size: 22px;
}
@media only screen and (max-width : 740px) {
  .header-content .header-buttons .btn:nth-child(2):after {
    font-size: 20px;
  }
}
@media only screen and (max-width : 1499px) {
  .header-content .header-buttons .btn {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-content .header-buttons .btn {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1299px) {
  .header-content .header-buttons .btn {
    padding: 0 24px;
    grid-column-gap: 9px;
  }
}
@media only screen and (max-width : 740px) {
  .header-content .header-buttons .btn {
    padding: 0;
    width: var(--btnHeight);
    height: var(--btnHeight);
    max-width: 100%;
  }
  .header-content .header-buttons .btn:nth-child(1):after {
    content: "\f095";
    font-size: 18px;
  }
}
.header-content .header-buttons .btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: #94C11F;
  transition: opacity 0.15s ease-in-out;
}
.header-content .header-buttons .btn span:after {
  display: none;
}
@media only screen and (max-width : 740px) {
  .header-content .header-buttons .btn span {
    display: none;
  }
}
.header-content .header-buttons #mobnavbtn {
  width: var(--btnHeight);
  height: var(--btnHeight);
  position: relative;
  z-index: 9999;
  background-color: #94C11F;
  border-radius: 100%;
}
@media only screen and (min-width : 1200px) {
  .header-content .header-buttons #mobnavbtn {
    display: none;
  }
}
.header-content .header-buttons #mobnavbtn #mobnavtrigger {
  position: relative;
  width: 60%;
  margin: 0 auto;
  height: inherit;
  cursor: pointer;
}
.header-content .header-buttons #mobnavbtn #mobnavtrigger span {
  background-color: #ffffff;
  transition: all 0.15s ease-in-out;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 2px;
}
.header-content .header-buttons #mobnavbtn #mobnavtrigger span.bar1 {
  margin-top: -3px;
}
.showmobnav .header-content .header-buttons #mobnavbtn #mobnavtrigger span.bar1 {
  transform: translateY(-50%) rotate(45deg);
  margin: 0;
}
.header-content .header-buttons #mobnavbtn #mobnavtrigger span.bar2 {
  margin-top: 3px;
  width: 23px;
}
@media only screen and (max-width : 740px) {
  .header-content .header-buttons #mobnavbtn #mobnavtrigger span.bar2 {
    width: 18px;
  }
}
.showmobnav .header-content .header-buttons #mobnavbtn #mobnavtrigger span.bar2 {
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
  margin: 0;
}

@media only screen and (min-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#header {
  background-color: transparent;
  transform: translateY(-100%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0s linear 0.2s, box-shadow 0s linear 0.2s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
#header #logo svg path,
#header #logo svg polygon,
#header #logo svg rect {
  fill: #94C11F;
  transition: fill 0s linear 0.2s;
}
#header #logo svg path.icon,
#header #logo svg polygon.icon,
#header #logo svg rect.icon {
  fill: #575756;
}
.alt-nav #header #logo svg path,
.alt-nav #header #logo svg polygon,
.alt-nav #header #logo svg rect {
  fill: #ffffff;
}
.alt-nav #header #logo svg path.icon,
.alt-nav #header #logo svg polygon.icon,
.alt-nav #header #logo svg rect.icon {
  fill: #94C11F;
}
.alt-nav-2 #header #logo svg path,
.alt-nav-2 #header #logo svg polygon,
.alt-nav-2 #header #logo svg rect {
  fill: #ffffff;
}
.alt-nav-2 #header #logo svg path.icon,
.alt-nav-2 #header #logo svg polygon.icon,
.alt-nav-2 #header #logo svg rect.icon {
  fill: #ffffff;
}
#header #nav .nav > li > a {
  color: #575756;
}
#header #nav .nav > li > a:after {
  color: #575756;
  transition: color 0s linear 0.2s, transform 0.15s ease-in-out;
}
.alt-nav #header #nav .nav > li > a, .alt-nav-2 #header #nav .nav > li > a {
  color: #ffffff;
}
.alt-nav #header #nav .nav > li > a:after, .alt-nav-2 #header #nav .nav > li > a:after {
  color: #ffffff;
}
#header .header-buttons .btn {
  transition: all 0s linear 0.2s;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
#header .header-buttons .btn:after,
#header .header-buttons .btn span:after {
  color: #94C11F;
  transform: translateX(0);
}
#header .header-buttons .btn:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
#header .header-buttons .btn:hover:after,
#header .header-buttons .btn:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.alt-nav #header .header-buttons .btn {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.alt-nav #header .header-buttons .btn:after,
.alt-nav #header .header-buttons .btn span:after {
  color: #ffffff;
  transform: translateX(0);
}
.alt-nav #header .header-buttons .btn:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.alt-nav #header .header-buttons .btn:hover:after,
.alt-nav #header .header-buttons .btn:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.alt-nav-2 #header .header-buttons .btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 0 #ffffff;
}
.alt-nav-2 #header .header-buttons .btn:after,
.alt-nav-2 #header .header-buttons .btn span:after {
  color: #ffffff;
}
.alt-nav-2 #header .header-buttons .btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  box-shadow: 0 0 0 #ffffff;
  transform: translateX(3px) translateY(3px);
}
.alt-nav-2 #header .header-buttons .btn:hover:after,
.alt-nav-2 #header .header-buttons .btn:hover span:after {
  color: #ffffff;
}
#header.active {
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0s linear 0s, box-shadow 0s linear 0s;
  background-color: #ffffff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.13);
}
#header.active #logo svg path,
#header.active #logo svg polygon,
#header.active #logo svg rect {
  fill: #94C11F;
  transition: fill 0s linear 0s;
}
#header.active #logo svg path.icon,
#header.active #logo svg polygon.icon,
#header.active #logo svg rect.icon {
  fill: #575756;
}
#header.active #nav .nav > li > a {
  color: #575756;
}
#header.active #nav .nav > li > a:after {
  color: #575756;
  transition: color 0s linear 0s, transform 0.15s ease-in-out;
}
#header.active .header-buttons .btn {
  transition: all 0s linear 0s, transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
#header.active .header-buttons .btn:after,
#header.active .header-buttons .btn span:after {
  color: #94C11F;
  transform: translateX(0);
}
#header.active .header-buttons .btn:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
#header.active .header-buttons .btn:hover:after,
#header.active .header-buttons .btn:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.alt-nav #header.active .header-buttons .btn {
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.alt-nav #header.active .header-buttons .btn:after,
.alt-nav #header.active .header-buttons .btn span:after {
  color: #94C11F;
  transform: translateX(0);
}
.alt-nav #header.active .header-buttons .btn:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.alt-nav #header.active .header-buttons .btn:hover:after,
.alt-nav #header.active .header-buttons .btn:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.alt-nav-2 #header.active .header-buttons .btn {
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.alt-nav-2 #header.active .header-buttons .btn:after,
.alt-nav-2 #header.active .header-buttons .btn span:after {
  color: #94C11F;
  transform: translateX(0);
}
.alt-nav-2 #header.active .header-buttons .btn:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.alt-nav-2 #header.active .header-buttons .btn:hover:after,
.alt-nav-2 #header.active .header-buttons .btn:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
#header.navtop {
  transform: translateY(-100%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0s linear 0.2s, box-shadow 0s linear 0.2s;
  background-color: transparent;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
#header.navtop.mobnav-active {
  transform: translateY(0%);
}
#header.navtop #logo svg path,
#header.navtop #logo svg polygon,
#header.navtop #logo svg rect {
  fill: #94C11F;
  transition: fill 0s linear 0.2s;
}
#header.navtop #logo svg path.icon,
#header.navtop #logo svg polygon.icon,
#header.navtop #logo svg rect.icon {
  fill: #575756;
}
.alt-nav #header.navtop #logo svg path,
.alt-nav #header.navtop #logo svg polygon,
.alt-nav #header.navtop #logo svg rect {
  fill: #ffffff;
}
.alt-nav #header.navtop #logo svg path.icon,
.alt-nav #header.navtop #logo svg polygon.icon,
.alt-nav #header.navtop #logo svg rect.icon {
  fill: #94C11F;
}
.alt-nav-2 #header.navtop #logo svg path,
.alt-nav-2 #header.navtop #logo svg polygon,
.alt-nav-2 #header.navtop #logo svg rect {
  fill: #ffffff;
}
.alt-nav-2 #header.navtop #logo svg path.icon,
.alt-nav-2 #header.navtop #logo svg polygon.icon,
.alt-nav-2 #header.navtop #logo svg rect.icon {
  fill: #ffffff;
}
#header.navtop #nav .nav > li > a {
  color: #575756;
}
#header.navtop #nav .nav > li > a:after {
  color: #575756;
  transition: color 0s linear 0.2s, transform 0.15s ease-in-out;
}
.alt-nav #header.navtop #nav .nav > li > a, .alt-nav-2 #header.navtop #nav .nav > li > a {
  color: #ffffff;
}
.alt-nav #header.navtop #nav .nav > li > a:after, .alt-nav-2 #header.navtop #nav .nav > li > a:after {
  color: #ffffff;
}
#header.navtop .header-buttons .btn {
  transition: all 0s linear 0.2s, transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
#header.navtop .header-buttons .btn:after,
#header.navtop .header-buttons .btn span:after {
  color: #94C11F;
  transform: translateX(0);
}
#header.navtop .header-buttons .btn:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
#header.navtop .header-buttons .btn:hover:after,
#header.navtop .header-buttons .btn:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.alt-nav #header.navtop .header-buttons .btn {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.alt-nav #header.navtop .header-buttons .btn:after,
.alt-nav #header.navtop .header-buttons .btn span:after {
  color: #ffffff;
  transform: translateX(0);
}
.alt-nav #header.navtop .header-buttons .btn:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.alt-nav #header.navtop .header-buttons .btn:hover:after,
.alt-nav #header.navtop .header-buttons .btn:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.alt-nav #header.navtop .header-buttons .btn:hover {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.alt-nav #header.navtop .header-buttons .btn:hover:before {
  opacity: 1;
}
.alt-nav-2 #header.navtop .header-buttons .btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 0 #ffffff;
}
.alt-nav-2 #header.navtop .header-buttons .btn:after,
.alt-nav-2 #header.navtop .header-buttons .btn span:after {
  color: #ffffff;
}
.alt-nav-2 #header.navtop .header-buttons .btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  box-shadow: 0 0 0 #ffffff;
  transform: translateX(3px) translateY(3px);
}
.alt-nav-2 #header.navtop .header-buttons .btn:hover:after,
.alt-nav-2 #header.navtop .header-buttons .btn:hover span:after {
  color: #ffffff;
}
#header.defaultstate {
  transform: translateY(0);
}
#header.initial {
  transform: translateY(-100%);
}
.showmobnav #header {
  transform: translateY(0);
}
.single-gallery #header {
  position: absolute;
  transform: translateY(0);
}
.single-gallery #header.initial {
  transform: translateY(-100%);
}
.single-gallery #header.navtop, .single-gallery #header.active {
  transform: translateY(0);
  box-shadow: none;
}

#nav {
  background-color: transparent;
  height: 95px;
}
#nav > .wrap {
  height: inherit;
}
#nav > .wrap > .row {
  height: inherit;
}
#nav > .wrap > .row > div {
  height: inherit;
}
#nav > .wrap > .row > div > ul {
  height: inherit;
}
#nav .nav {
  text-align: center;
  display: flex;
  grid-column-gap: 5vw;
  height: inherit;
}
@media only screen and (max-width: 1599px) {
  #nav .nav {
    grid-column-gap: 3vw;
  }
}
@media only screen and (max-width: 1299px) {
  #nav .nav {
    grid-column-gap: 2.3vw;
  }
}
#nav .nav > li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  height: inherit;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  #nav .nav > li {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  #nav .nav > li {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  #nav .nav > li {
    font-size: 17px;
  }
}
#nav .nav > li em {
  font-style: normal;
}
#nav .nav > li > em {
  color: #94C11F;
}
#nav .nav > li {
  font-weight: 600;
}
#nav .nav > li > a {
  height: inherit;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 0;
  position: relative;
  transition: all 0.15s ease-in-out;
}
#nav .nav > li .sub-menu {
  position: absolute;
  left: -30px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  min-width: 300px;
}
#nav .nav > li .sub-menu .sub-menu-wrap {
  border-radius: 20px;
  padding: 10px 30px;
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
#nav .nav > li .sub-menu .sub-menu-wrap li {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 2px solid #94C11F;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li .sub-menu .sub-menu-wrap li {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  #nav .nav > li .sub-menu .sub-menu-wrap li {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  #nav .nav > li .sub-menu .sub-menu-wrap li {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  #nav .nav > li .sub-menu .sub-menu-wrap li {
    font-size: 14px;
  }
}
#nav .nav > li .sub-menu .sub-menu-wrap li em {
  font-style: normal;
}
#nav .nav > li .sub-menu .sub-menu-wrap li > em {
  color: #94C11F;
}
#nav .nav > li .sub-menu .sub-menu-wrap li {
  font-weight: 400;
}
#nav .nav > li .sub-menu .sub-menu-wrap li:last-child {
  border-width: 0;
}
#nav .nav > li .sub-menu .sub-menu-wrap li a {
  padding: 20px 0;
  color: #575756;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 5px;
}
#nav .nav > li .sub-menu .sub-menu-wrap li a:after {
  margin: 0;
  content: "\f061";
  transform: translateX(-10px);
  transition: transform 0.15s ease-in-out;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 16px;
}
@media only screen and (max-width : 740px) {
  #nav .nav > li .sub-menu .sub-menu-wrap li a:after {
    transform: translateX(0px);
  }
}
#nav .nav > li .sub-menu .sub-menu-wrap li a:hover:after {
  transform: translateX(0px);
}
#nav .nav > li .sub-menu .sub-menu-wrap li a:after {
  color: #94C11F;
}
#nav .nav > li .sub-menu .sub-menu-wrap li a:hover {
  color: #94C11F;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li .sub-menu .sub-menu-wrap li a {
    padding: 15px 0;
  }
}
#nav .nav > li .sub-menu .sub-menu-wrap li:last-child > a {
  border-width: 0;
}
#nav .nav > li.menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 12px;
  transition: transform 0.15s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #nav .nav > li.menu-item-has-children > a:after {
    margin: 0 0 0 8px;
    font-size: 16px;
  }
}
#nav .nav > li.menu-item-has-children:hover > a:after,
#nav .nav > li.menu-item-has-children:hover > span:after {
  transform: translateY(-2px) rotate(180deg);
}
#nav .nav > li.megamenu .sub-menu {
  position: fixed;
  left: 140px;
  top: 95px;
  width: calc(100vw - 280px);
  min-width: 0;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu {
    top: 80px;
    left: 30px;
    width: calc(100vw - 60px);
  }
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
  padding: 0;
  background: linear-gradient(to right, #ffffff 50%, #EFF6FC 50%);
  padding-top: 80px;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
    padding-top: 40px;
  }
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 1650px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
    padding-bottom: 190px;
    padding-top: 30px;
  }
}
@media only screen and (max-width : 1650px) and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 1650px) and (max-width : 740px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap {
    padding-bottom: 70px;
  }
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .container {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 190px;
  align-items: center;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .container {
    grid-column-gap: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap section {
  display: grid;
  align-items: flex-start;
  grid-row-gap: 20px;
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap ul {
  overflow: hidden;
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap li {
  transform: translateY(2px);
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution {
  margin: 0 auto;
  max-width: 420px;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution {
    max-width: 500px;
  }
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution figure {
  width: 100%;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution figure {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 750px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution figure {
    max-height: 34vh;
    max-width: 34vh;
  }
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution figure img {
  transform: translateY(10px);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution figure video {
  display: block;
  width: 100%;
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article p {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article p {
    font-size: 16px;
  }
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article p em {
  font-style: normal;
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .our-solution article p > em {
  color: #94C11F;
}
#nav .nav > li.megamenu .sub-menu .sub-menu-wrap .services ul {
  column-count: 2;
  column-gap: 40px;
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li.megamenu .sub-menu .sub-menu-wrap .services ul {
    column-gap: 20px;
  }
}
@media only screen and (max-width : 1199px) {
  #nav {
    display: none;
  }
}

#mobmenu {
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  text-align: left;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#mobmenu::-webkit-scrollbar {
  display: none;
}
#mobmenu > #mobmenunav {
  overflow-y: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#mobmenu > #mobmenunav > ul > li {
  padding: 20px 0;
  position: relative;
}
@media only screen and (max-width : 740px) {
  #mobmenu > #mobmenunav > ul > li {
    padding: 15px 0;
  }
}
#mobmenu > #mobmenunav > ul > li:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #94C11F;
}
#mobmenu > #mobmenunav > ul > li > a {
  grid-column-gap: 20px;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 46px;
    line-height: 1.4;
  }
}
#mobmenu > #mobmenunav > ul > li > a {
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (max-width : 740px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 23px;
    line-height: 1.1;
  }
}
#mobmenu > #mobmenunav > ul > li > ul.sub-menu {
  padding: 0;
}
#mobmenu > #mobmenunav > ul:last-child > li:last-child {
  padding-bottom: 100px;
}
#mobmenu > #mobmenunav > ul:last-child > li:last-child:after {
  display: none;
}
#mobmenu li {
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #94C11F;
  position: relative;
}
#mobmenu li:last-child {
  border-width: 0;
}
#mobmenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: #575756;
  line-height: 1.7;
  padding-right: 0;
}
@media only screen and (max-width : 740px) {
  #mobmenu li a {
    line-height: 1.8;
  }
}
#mobmenu li .sub-menu {
  height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
}
#mobmenu li .sub-menu .sub-menu {
  padding: 15px 0;
}
#mobmenu li .sub-menu li {
  margin: 0;
}
#mobmenu li .sub-menu li:first-child {
  padding-top: 20px;
}
#mobmenu li .sub-menu li:last-child {
  padding-bottom: 10px;
}
#mobmenu li .sub-menu li a:after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  transition: all 0.15s ease-in-out;
  content: "\f061";
  line-height: 1;
  color: #94C11F;
  margin-right: 17px;
}
#mobmenu li.menu-item-has-children > a {
  padding-right: 0px;
}
#mobmenu li.menu-item-has-children > a span {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  overflow: hidden;
  flex: 0 0 50px;
}
#mobmenu li.menu-item-has-children > a span:after {
  text-align: center;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  transition: all 0.15s ease-in-out;
  content: "\f078";
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  #mobmenu li.menu-item-has-children > a span:after {
    font-size: 19px;
  }
}
#mobmenu li.menu-item-has-children > a.active span:after {
  transform: rotate(180deg);
}
#mobmenu li.menu-item-has-children .menu-item-has-children span {
  height: 40px;
}

#footer {
  position: relative;
  z-index: 1;
  background-color: #94C11F;
  color: #ffffff;
  overflow: hidden;
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  #footer {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  #footer {
    padding-top: 70px;
  }
}
#footer {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  #footer {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  #footer {
    padding-bottom: 40px;
  }
}
#footer {
  margin-top: -2px;
}
#footer .container {
  z-index: 2;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p,
#footer li,
#footer a {
  color: #ffffff;
}
#footer .footer-intro {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-intro {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-intro {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .footer-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  #footer .footer-intro {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  #footer .footer-intro {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-intro {
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
  }
}
#footer .footer-intro > article:first-child {
  flex: 0 0 50%;
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  #footer .footer-intro > article:first-child {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-intro > article:first-child {
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .footer-intro > article:first-child {
    flex: 0 0 60%;
  }
}
#footer .footer-intro > article:first-child h3.prehead {
  border-color: #ffffff;
}
#footer .footer-intro > article:last-child {
  align-items: flex-end;
  justify-content: flex-end;
  flex: 0 0 25%;
  display: grid;
}
#footer .footer-intro > article:last-child a {
  display: block;
  width: 280px;
}
@media only screen and (max-width : 1199px) {
  #footer .footer-intro > article:last-child a {
    width: 220px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .footer-intro > article:last-child a {
    width: 200px;
  }
}
#footer .footer-intro > article:last-child a svg {
  display: block;
  width: 100%;
  fill: #ffffff;
}
#footer .footer-columns {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-columns {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-columns {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 992px) {
  #footer .footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 7vw;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1499px) {
  #footer .footer-columns {
    gap: 4vw;
  }
}
@media only screen and (min-width : 992px) {
  #footer .footer-columns .footer-column {
    flex: 1;
    min-width: 0;
  }
  #footer .footer-columns .footer-column:first-child {
    flex: 0 0 44%;
  }
  #footer .footer-columns .footer-column:first-child .footer-list ul {
    column-count: 2;
    column-gap: 60px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .footer-columns .footer-column {
    border-bottom: 1px solid #ffffff;
  }
  #footer .footer-columns .footer-column:last-child {
    border-width: 0;
  }
}
#footer .footer-columns .footer-list ul {
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-columns .footer-list ul {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .footer-columns .footer-list ul {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .footer-columns .footer-list ul {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-columns .footer-list ul {
    font-size: 14px;
  }
}
#footer .footer-columns .footer-list ul em {
  font-style: normal;
}
#footer .footer-columns .footer-list ul > em {
  color: #94C11F;
}
#footer .footer-columns .footer-list ul {
  font-weight: 400;
}
#footer .footer-columns .footer-list ul li {
  border-bottom: 2px solid #ffffff;
  transform: translateY(2px);
}
@media only screen and (max-width : 740px) {
  #footer .footer-columns .footer-list ul li {
    border-width: 1px;
  }
  #footer .footer-columns .footer-list ul li:last-child {
    border-width: 0;
  }
}
#footer .footer-columns .footer-list ul li a {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 5px;
}
@media only screen and (max-width : 740px) {
  #footer .footer-columns .footer-list ul li a {
    padding: 6px 0;
  }
}
#footer .footer-columns .footer-list ul li a:after {
  color: #ffffff;
}
#footer .footer-columns .footer-list ul li a:after {
  margin: 0;
  content: "\f061";
  transform: translateX(-10px);
  transition: transform 0.15s ease-in-out;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 16px;
}
@media only screen and (max-width : 740px) {
  #footer .footer-columns .footer-list ul li a:after {
    transform: translateX(0px);
  }
}
#footer .footer-columns .footer-list ul li a:hover:after {
  transform: translateX(0px);
}
@media only screen and (max-width : 991px) {
  #footer .footer-columns .footer-list {
    display: none;
  }
  #footer .footer-columns .footer-list ul {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
#footer .footer-columns h2.footer-drop {
  margin: 0 0 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-columns h2.footer-drop {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .footer-columns h2.footer-drop {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .footer-columns h2.footer-drop {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-columns h2.footer-drop {
    font-size: 17px;
  }
}
#footer .footer-columns h2.footer-drop em {
  font-style: normal;
}
#footer .footer-columns h2.footer-drop > em {
  color: #94C11F;
}
@media only screen and (max-width : 991px) {
  #footer .footer-columns h2.footer-drop {
    padding-bottom: 0;
    margin: 0;
  }
  #footer .footer-columns h2.footer-drop:after {
    width: 100%;
  }
  #footer .footer-columns h2.footer-drop span {
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footer-columns h2.footer-drop span:after {
    content: "\f078";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 100;
  }
}
#footer .footer-columns .active h2.footer-drop span:after {
  transform: rotate(180deg);
}
#footer .contact,
#footer .company-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#footer .contact {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  #footer .contact {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .contact {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .contact {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 50px;
  }
}
#footer .contact-list {
  flex: 0 0 56%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 60px;
}
@media only screen and (max-width : 1499px) {
  #footer .contact-list {
    grid-column-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .contact-list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
#footer .contact-list li {
  display: flex;
  flex-direction: column;
}
#footer .contact-list li figure {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  fill: #ffffff;
}
#footer .contact-list li figure svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
#footer .contact-list li p {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ffffff;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width : 740px) {
  #footer .contact-list li p {
    padding-top: 15px;
    margin-top: 15px;
    height: auto;
    justify-content: flex-start;
  }
}
#footer .contact-list li p a {
  margin-top: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  #footer .contact-list li p a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .contact-list li p a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .contact-list li p a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .contact-list li p a {
    font-size: 17px;
  }
}
#footer .contact-list li p a em {
  font-style: normal;
}
#footer .contact-list li p a > em {
  color: #94C11F;
}
#footer .contact-list li p a {
  font-weight: 600;
}
#footer .contact-list li.address p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  #footer .contact-list li.address p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .contact-list li.address p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .contact-list li.address p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .contact-list li.address p {
    font-size: 14px;
  }
}
#footer .contact-list li.address p em {
  font-style: normal;
}
#footer .contact-list li.address p > em {
  color: #94C11F;
}
#footer .contact-list li.address p {
  font-weight: 400;
}
#footer .contact-list li.email figure {
  width: 32px;
}
#footer .contact-list li.email p a {
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  #footer .contact-list li.email p a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .contact-list li.email p a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  #footer .contact-list li.email p a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .contact-list li.email p a {
    font-size: 17px;
  }
}
#footer .contact-list li.email p a em {
  font-style: normal;
}
#footer .contact-list li.email p a > em {
  color: #94C11F;
}
#footer .contact-list li.email p a {
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  #footer .contact-list li.email p a {
    grid-column-gap: 7px;
  }
}
#footer .contact-list li.email p a:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 0.8em;
  transition: all 0.15s ease-in-out;
  transform: translateX(0px);
}
#footer .contact-list li.email p a:hover:after {
  transform: translateX(10px);
}
#footer .contact-list li.email p a {
  color: #ffffff;
}
#footer .contact-list li.phone p, #footer .contact-list li.email p {
  line-height: 1;
  margin-bottom: 5px;
}
#footer .contact-list li.phone p a, #footer .contact-list li.email p a {
  line-height: inherit;
}
#footer .company-info {
  display: flex;
  grid-column-gap: 4px;
  flex-wrap: wrap;
}
@media only screen and (max-width : 740px) {
  #footer .company-info {
    justify-content: center;
  }
}
#footer .company-info a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media only screen and (max-width : 740px) {
  #footer .company-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
  }
}

.social {
  display: flex;
  grid-column-gap: 10px;
}
#footer .social {
  justify-content: flex-end;
}
@media only screen and (max-width : 991px) {
  #footer .social {
    width: 100%;
  }
}
@media only screen and (max-width : 740px) {
  #footer .social {
    justify-content: center;
    width: 100%;
  }
}
.social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: transparent;
  color: #ffffff;
  position: relative;
}
.social li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  transition: all 0.15s ease-in-out;
}
.social li a:hover:after {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
@media only screen and (max-width : 1199px) {
  .social li a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .social li a {
    width: 45px;
    height: 45px;
  }
}
.social li a svg {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
  fill: #ffffff;
}
.social-media-section .social {
  justify-content: center;
}
.social-media-section .social li a {
  color: #94C11F;
}
.social-media-section .social li a:after {
  border-color: #94C11F;
}
.social-media-section .social li a svg {
  fill: #94C11F;
}

body .swiper {
  overflow: visible;
}
body .swiper .swiper-slide {
  height: auto;
  display: flex;
}
body .swiper .swiper-slide > article {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .swiper-nav {
  display: flex;
  grid-column-gap: 10px;
  justify-content: center;
}
@media only screen and (max-width : 740px) {
  body .swiper-nav {
    display: none;
  }
}
body .swiper-nav .swiper-button-next,
body .swiper-nav .swiper-button-prev {
  position: static;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0;
  opacity: 1;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1650px) {
  body .swiper-nav .swiper-button-next,
  body .swiper-nav .swiper-button-prev {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width : 1499px) {
  body .swiper-nav .swiper-button-next,
  body .swiper-nav .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}
body .swiper-nav .swiper-button-next:after,
body .swiper-nav .swiper-button-prev:after {
  color: #94C11F;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 34px;
  transition: all 0.15s ease-in-out;
}
body .swiper-nav .swiper-button-next.swiper-button-disabled,
body .swiper-nav .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}
body .swiper-nav .swiper-button-prev:after {
  content: "\f060";
}
body .swiper-nav .swiper-button-next:after {
  content: "\f061";
}
body .carousel-case-studies .swiper-nav,
body .carousel-testimonials .swiper-nav,
body .carousel-galleries .swiper-nav,
body .carousel-blog .swiper-nav,
body .carousel-image-gallery .swiper-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 999;
}
body .carousel-case-studies .swiper-nav .swiper-button-prev,
body .carousel-case-studies .swiper-nav .swiper-button-next,
body .carousel-testimonials .swiper-nav .swiper-button-prev,
body .carousel-testimonials .swiper-nav .swiper-button-next,
body .carousel-galleries .swiper-nav .swiper-button-prev,
body .carousel-galleries .swiper-nav .swiper-button-next,
body .carousel-blog .swiper-nav .swiper-button-prev,
body .carousel-blog .swiper-nav .swiper-button-next,
body .carousel-image-gallery .swiper-nav .swiper-button-prev,
body .carousel-image-gallery .swiper-nav .swiper-button-next {
  position: absolute;
}
body .carousel-case-studies .swiper-nav .swiper-button-prev,
body .carousel-testimonials .swiper-nav .swiper-button-prev,
body .carousel-galleries .swiper-nav .swiper-button-prev,
body .carousel-blog .swiper-nav .swiper-button-prev,
body .carousel-image-gallery .swiper-nav .swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
body .carousel-case-studies .swiper-nav .swiper-button-prev:hover,
body .carousel-testimonials .swiper-nav .swiper-button-prev:hover,
body .carousel-galleries .swiper-nav .swiper-button-prev:hover,
body .carousel-blog .swiper-nav .swiper-button-prev:hover,
body .carousel-image-gallery .swiper-nav .swiper-button-prev:hover {
  transform: translate(calc(-50% + 3px), calc(-50% + 3px));
  box-shadow: none;
}
body .carousel-case-studies .swiper-nav .swiper-button-next,
body .carousel-testimonials .swiper-nav .swiper-button-next,
body .carousel-galleries .swiper-nav .swiper-button-next,
body .carousel-blog .swiper-nav .swiper-button-next,
body .carousel-image-gallery .swiper-nav .swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}
body .carousel-case-studies .swiper-nav .swiper-button-next:hover,
body .carousel-testimonials .swiper-nav .swiper-button-next:hover,
body .carousel-galleries .swiper-nav .swiper-button-next:hover,
body .carousel-blog .swiper-nav .swiper-button-next:hover,
body .carousel-image-gallery .swiper-nav .swiper-button-next:hover {
  transform: translate(calc(50% + 3px), calc(-50% + 3px));
  box-shadow: none;
}
@media only screen and (max-width : 740px) {
  body .carousel-case-studies .swiper-nav,
  body .carousel-testimonials .swiper-nav,
  body .carousel-galleries .swiper-nav,
  body .carousel-blog .swiper-nav,
  body .carousel-image-gallery .swiper-nav {
    display: none;
  }
}
body .banner .swiper-nav .swiper-button-next,
body .banner .swiper-nav .swiper-button-prev {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
body .banner .swiper-nav .swiper-button-next:after,
body .banner .swiper-nav .swiper-button-next span:after,
body .banner .swiper-nav .swiper-button-prev:after,
body .banner .swiper-nav .swiper-button-prev span:after {
  color: #ffffff;
  transform: translateX(0);
}
body .banner .swiper-nav .swiper-button-next:hover,
body .banner .swiper-nav .swiper-button-prev:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
body .banner .swiper-nav .swiper-button-next:hover:after,
body .banner .swiper-nav .swiper-button-next:hover span:after,
body .banner .swiper-nav .swiper-button-prev:hover:after,
body .banner .swiper-nav .swiper-button-prev:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
body .banner .swiper-nav .swiper-button-prev:hover:after {
  transform: translateX(-10px) !important;
}
body .swiper-nav,
body .swiper-scrollbar,
body .swiper-pagination {
  position: static;
  margin-top: 35px;
  width: 100%;
}
@media only screen and (max-width : 740px) {
  body .swiper-nav,
  body .swiper-scrollbar,
  body .swiper-pagination {
    margin-top: 25px;
  }
}
body .swiper-horizontal > .swiper-scrollbar,
body .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  width: 100%;
  background-color: #EFEFEF;
  height: 3px;
  border-radius: 3px;
  bottom: -33px;
  margin: 0;
  left: 0;
}
body .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
body .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  height: 3px;
  border-radius: 3px;
  background-color: #94C11F;
}
body .carousel-galleries .swiper-horizontal > .swiper-scrollbar,
body .carousel-galleries .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  margin-top: 30px;
}
body .testimonial-section-carousel .swiper-horizontal > .swiper-scrollbar,
body .testimonial-section-carousel .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  margin: 0;
  bottom: -90px;
  left: 50%;
  width: calc(100vw - 60px);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
@media only screen and (max-width : 740px) {
  body .testimonial-section-carousel .swiper-horizontal > .swiper-scrollbar,
  body .testimonial-section-carousel .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 40px;
  }
}
body .testimonial-section-carousel .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
body .testimonial-section-carousel .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #ffffff;
}
body .swiper-pagination {
  display: flex;
  justify-content: center;
  grid-column-gap: 10px;
}
body .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #575756;
  opacity: 1;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #94C11F;
}
body.single-gallery .swiper-nav .swiper-button-prev:hover:after {
  transform: translateX(-10px) !important;
}

#mask {
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
}
#mask #lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  inset: 0;
  position: fixed;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width : 740px) {
  #mask #lightbox {
    display: block;
    height: 100vh;
    overflow-y: scroll;
  }
}
#mask #lightbox #lightbox-content {
  width: 80%;
  max-width: 1280px;
  max-width: 1920px;
  background-color: transparent;
  position: relative;
  padding: 0;
}
#mask #lightbox #lightbox-content span.lightboxloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 120px;
  height: 3px;
  background-color: #EFEFEF;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
  pointer-events: none;
}
#mask #lightbox #lightbox-content span.lightboxloader:after {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  background: #94C11F;
  left: 0;
  border-radius: 3px;
  animation: loaderAnim 2s linear infinite;
}
@keyframes loaderAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#mask #lightbox #lightbox-content span.lightboxloader {
  opacity: 0;
}
@media only screen and (min-width : 741px) {
  .single-gallery #mask #lightbox #lightbox-content {
    width: 90%;
    max-width: 1640px;
  }
}
@media only screen and (max-width : 740px) {
  #mask #lightbox #lightbox-content {
    width: calc(100% - 60px);
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
}
#mask #lightbox #lightbox-content #lightbox-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateX(100%) translateY(-100%);
  cursor: pointer;
}
@media only screen and (max-width : 991px) {
  #mask #lightbox #lightbox-content #lightbox-close-btn {
    transform: translateX(50%) translateY(-50%);
  }
}
@media only screen and (max-width : 740px) {
  #mask #lightbox #lightbox-content #lightbox-close-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    transform: none;
    right: 10px;
    top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
#mask #lightbox #lightbox-content #lightbox-close-btn:before, #mask #lightbox #lightbox-content #lightbox-close-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #94C11F;
}
#mask #lightbox #lightbox-content #lightbox-close-btn:before {
  width: 1px;
  height: 21px;
  transform: translateY(-50%) rotate(45deg);
}
#mask #lightbox #lightbox-content #lightbox-close-btn:after {
  width: 21px;
  height: 1px;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width : 740px) {
  #mask #lightbox.type-video #lightbox-content {
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
  }
}
#mask #lightbox.type-video #lightbox-content span.lightboxloader {
  opacity: 1;
}

.page-template-matterport-test .container > figure {
  width: 100%;
  height: 90vh;
  position: relative;
}
.page-template-matterport-test .container > figure iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.wcc-consent-container {
  border-radius: 0;
}
@media only screen and (min-width : 992px) {
  .wcc-consent-container.wcc-box-bottom-left {
    bottom: 100px !important;
    left: 100px !important;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice {
  display: grid;
  grid-row-gap: 30px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice {
    grid-row-gap: 20px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title em {
  font-style: normal;
  color: #94C11F;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 38px;
    line-height: 1.4;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  grid-column-gap: 15px;
  align-items: center;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    grid-column-gap: 10px;
    font-size: 25px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title:before {
  content: "\f564";
  color: #94C11F;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 36px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title:before {
    font-size: 30px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-notice-group {
  display: grid;
  grid-row-gap: 30px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-notice-group {
    grid-row-gap: 20px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-consent-bar, .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
  border-width: 0;
  border-radius: 0;
  padding: 40px;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-consent-bar, .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-consent-bar, .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-consent-bar, .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
    padding: 24px;
    border-radius: 0;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title, .wcc-consent-container.wcc-banner-bottom .wcc-notice .wcc-title {
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des {
    text-align: left;
    padding: 0;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
    font-size: 16px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p em, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p em {
  font-style: normal;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p > em, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p > em {
  color: #94C11F;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper {
  margin: 0;
  grid-column-gap: 10px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper {
    flex-direction: row;
    padding: 0;
    grid-row-gap: 5px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize {
  padding: 0;
  border-width: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize {
    font-size: 16px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize em, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize em {
  font-style: normal;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize > em, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize > em {
  color: #94C11F;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize {
  font-weight: 400;
  max-width: fit-content;
  margin: 0 !important;
  transition: all 0.15s ease-in-out;
  order: 1 !important;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-customize:hover, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-customize:hover {
  opacity: 1 !important;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
  padding: 22px 60px;
}
@media only screen and (max-width : 1499px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    padding: 16px 40px 19px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    padding: 12px 25px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:after,
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept span:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:after,
.wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept span:after {
  color: #94C11F;
  transform: translateX(0);
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:hover, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:hover:after,
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:hover span:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:hover:after,
.wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    font-size: 17px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept em, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept em {
  font-style: normal;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept > em, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept > em {
  color: #94C11F;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width : 991px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    margin-top: 20px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept.fullwidth, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept.fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:after,
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept span:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:after,
.wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1499px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:after,
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept span:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:after,
  .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept span:after {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:after,
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept span:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:after,
  .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept span:after {
    font-size-adjust: 16px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept span, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept span {
  display: flex;
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept.floating:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept.floating:after {
  display: none;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept.vacancies:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept.vacancies:after {
  transform: rotate(90deg);
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:after,
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept span:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:after,
.wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept span:after {
  color: #94C11F;
  transform: translateX(0);
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:hover, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:hover:after,
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept:hover span:after, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:hover:after,
.wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
@media only screen and (min-width : 992px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
    padding: 12px 25px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn-accept, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn-accept {
  margin: 0 !important;
  transition: all 0.15s ease-in-out;
}
.wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
  padding: 30px 40px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
    padding: 30px 30px;
  }
}
.wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group {
  grid-column-gap: 30px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group .wcc-notice-des,
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group .wcc-notice-btn-wrapper {
    padding: 0;
  }
}

body .wcc-modal {
  width: calc(100% - 60px);
  max-width: 700px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  body .wcc-modal {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  body .wcc-modal {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 740px) {
  body .wcc-modal {
    width: calc(100% - 40px);
  }
}
.wcc-modal .wcc-preference-center {
  width: 100%;
  border-radius: 0;
  padding: 60px;
  position: relative;
  overflow: scroll;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center {
    padding: 60px 20px 20px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-header,
.wcc-modal .wcc-preference-center .wcc-footer-wrapper {
  border-width: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-header {
  padding: 0 0 20px 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title em {
  font-style: normal;
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 38px;
    line-height: 1.4;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
  letter-spacing: 0 !important;
  margin: 0 !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #94C11F;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-btn-close:hover {
  background-color: #575756;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-btn-close {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-btn-close img {
  filter: brightness(2.5);
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper {
  padding: 0;
  overflow: visible;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper {
  padding: 0;
  border-width: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
    font-size: 16px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
  color: #94C11F;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
    font-size: 16px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-google-privacy-policy {
  padding: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper {
  margin: 0;
  padding: 40px 0;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper {
    padding: 20px 0;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion {
  border-width: 0;
  border-bottom: 1px solid #94C11F;
  background-color: #ffffff;
  padding: 12px 0;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion {
    padding: 10px 0;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item {
  margin: 0;
  padding: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-chevron {
  margin: 0;
  width: 20px;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-chevron i:before {
  color: #000000;
  border-right: 1px solid;
  border-bottom: 1px solid;
  height: 8px;
  width: 8px;
  top: 11px;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-chevron i:before {
    top: 8px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 16px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
  color: #000000 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
  color: #575756;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
    font-size: 16px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-switch input[type=checkbox] {
  background: #cdcece !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-switch input[type=checkbox]:checked {
  background: #94C11F !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header-des {
  display: none;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body {
    font-size: 14px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table {
  background-color: transparent !important;
  border-width: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
    font-size: 16px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
  padding: 15px 0 5px;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
    padding: 10px 0 5px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table {
  border-top: 1px solid #000000;
  padding: 15px 0 0;
  margin-top: 15px;
  display: grid;
  grid-row-gap: 6px;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table {
    padding: 10px 0 0;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table:first-child {
  border-width: 0;
  margin-top: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table:last-child {
  padding-bottom: 10px;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li {
  padding: 0;
  grid-column-gap: 20px;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li {
    grid-column-gap: 6px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
    font-size: 14px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div:first-child {
  font-weight: 400;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div:last-child {
  margin: 0;
  font-weight: 300;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-footer-shadow {
  display: none;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper {
  padding: 0;
  justify-content: space-between;
  border-width: 0;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper {
    flex-direction: column;
    grid-row-gap: 10px;
  }
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  padding: 22px 60px;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    padding: 16px 40px 19px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    padding: 12px 25px;
  }
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:after,
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn span:after {
  color: #94C11F;
  transform: translateX(0);
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:hover:after,
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    font-size: 17px;
  }
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn em {
  font-style: normal;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn > em {
  color: #94C11F;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    margin-top: 20px;
  }
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:after,
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1499px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:after,
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn span:after {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:after,
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn span:after {
    font-size-adjust: 16px;
  }
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn span {
  display: flex;
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.floating:after {
  display: none;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.vacancies:after {
  transform: rotate(90deg);
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  margin: 0 !important;
  flex: none;
  width: auto;
  letter-spacing: 0 !important;
  transition: all 0.15s ease-in-out;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-preferences {
  padding: 0;
  border-width: 0 !important;
  box-shadow: none !important;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-preferences {
    order: 1;
  }
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-preferences:after {
  display: none;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-preferences:hover {
  transform: none;
  opacity: 1;
}
@media only screen and (min-width : 992px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-accept {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-accept {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-accept {
    padding: 12px 25px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-accept {
    max-width: 100%;
    width: 100%;
  }
}

.wcc-overlay {
  opacity: 0.8 !important;
}

.banner {
  position: relative;
  padding-top: calc(190px + 95px);
}
@media only screen and (max-width : 1499px) {
  .banner {
    padding-top: calc(100px + 80px);
  }
}
@media only screen and (max-width : 740px) {
  .banner {
    padding-top: calc(70px + 70px);
  }
}
.banner {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .banner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .banner {
    padding-bottom: 70px;
  }
}
.banner > figure {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner > figure img,
.banner > figure picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner > figure picture {
  position: absolute;
  left: 0;
  top: 0;
  height: 110%;
}
@media only screen and (max-width : 1199px) {
  .banner > figure picture {
    height: 100%;
  }
}
.banner .container {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .banner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.banner .container > article {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .banner .container > article {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 820px) {
  .banner .container > article {
    grid-column: span 12;
  }
}
.banner .container > article h1 {
  color: #ffffff;
}
.banner div.buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width : 991px) {
  .banner div.buttons {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width : 740px) {
  .banner div.buttons {
    margin-top: 15px;
  }
}
.banner div.buttons .btn {
  white-space: nowrap;
  margin: 0;
}
.banner .btn {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.banner .btn:after,
.banner .btn span:after {
  color: #ffffff;
  transform: translateX(0);
}
.banner .btn:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.banner .btn:hover:after,
.banner .btn:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.banner > span.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 120px;
  height: 3px;
  background-color: #EFEFEF;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
  pointer-events: none;
}
.banner > span.loader:after {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  background: #94C11F;
  left: 0;
  border-radius: 3px;
  animation: loaderAnim 2s linear infinite;
}
@keyframes loaderAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.banner.green {
  display: none;
}
.banner.banner-standard figure.bgimg, .banner.banner-home figure.bgimg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.banner.banner-standard figure.bgimg img,
.banner.banner-standard figure.bgimg .banner-video, .banner.banner-home figure.bgimg img,
.banner.banner-home figure.bgimg .banner-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.banner-standard figure.bgimg picture,
.banner.banner-standard figure.bgimg .banner-video, .banner.banner-home figure.bgimg picture,
.banner.banner-home figure.bgimg .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
.banner.banner-standard figure.bgimg video, .banner.banner-home figure.bgimg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.banner-standard figure.bgimg:before, .banner.banner-standard figure.bgimg:after, .banner.banner-home figure.bgimg:before, .banner.banner-home figure.bgimg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.banner.banner-standard figure.bgimg:before, .banner.banner-home figure.bgimg:before {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner.banner-standard figure.bgimg:after, .banner.banner-home figure.bgimg:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 100%);
}
.banner.banner-home {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner.banner-home .swiper-container {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.banner.banner-home .swiper-container .swiper,
.banner.banner-home .swiper-container .swiper-wrapper,
.banner.banner-home .swiper-container .swiper-slide {
  width: inherit;
  height: inherit;
}
.banner.banner-home .swiper-slide {
  position: relative;
}
.banner.banner-home .container {
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: flex-end;
  padding-top: calc(190px + 95px);
}
@media only screen and (max-width : 1499px) {
  .banner.banner-home .container {
    padding-top: calc(100px + 80px);
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-home .container {
    padding-top: calc(70px + 70px);
  }
}
.banner.banner-home .container {
  padding-bottom: 120px;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-home .container {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-home .container {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-home .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.banner.banner-home.default .container {
  min-height: 0;
}
.banner.banner-home article {
  width: 100%;
}
.home .banner.banner-home article {
  grid-column: span 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width : 1499px) {
  .home .banner.banner-home article {
    grid-column: span 6;
  }
}
@media only screen and (max-width : 991px) {
  .home .banner.banner-home article {
    grid-column: span 7;
  }
}
@media only screen and (min-width : 741px) {
  .home .banner.banner-home article h1 {
    margin-top: auto;
  }
  .home .banner.banner-home article a.btn, .home .banner.banner-home article div.buttons {
    margin-top: auto;
  }
}
@media only screen and (max-width : 740px) {
  .home .banner.banner-home article a.btn {
    margin-top: 0;
  }
}
.banner.banner-home article h1,
.banner.banner-home article h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    font-size: 58px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    font-size: 65px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    font-size: 85px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    font-size: 101px;
    line-height: 1.2;
  }
}
.banner.banner-home article h1,
.banner.banner-home article h2 {
  font-weight: 400;
  margin-bottom: 50px;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width : 1199px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 1499px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 740px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-home article h1,
  .banner.banner-home article h2 {
    margin-bottom: 30px;
    width: 100%;
  }
}
.banner.banner-home p {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .banner.banner-home p {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .banner.banner-home p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .banner.banner-home p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .banner.banner-home p {
    font-size: 26px;
    line-height: 1.6;
  }
}
.banner.banner-home p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.banner.banner-home p em {
  font-style: normal;
  color: #94C11F;
}
.banner.banner-home p {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .banner.banner-home p {
    margin: 1em 0 0.5em;
  }
}
.banner.banner-home p:first-child {
  margin-top: 0;
}
.banner.banner-home p:last-child {
  margin-bottom: 0;
}
.banner.banner-home p {
  font-weight: 300;
}
.home .banner.banner-home p {
  grid-column: 11/span 2;
  grid-column: 10/span 3;
}
@media only screen and (max-width : 1499px) {
  .home .banner.banner-home p {
    grid-column: 10/span 3;
  }
}
@media only screen and (max-width : 991px) {
  .home .banner.banner-home p {
    grid-column: 9/span 4;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-home p {
    margin: 30px 0;
    width: 100%;
  }
}
.banner.banner-home p em {
  color: #94C11F;
}
body .banner.banner-home .swiper-scrollbar,
body .banner.banner-home .swiper-nav {
  margin: 0;
  position: absolute;
}
body .banner.banner-home .swiper-nav {
  pointer-events: none;
  bottom: 120px;
}
@media only screen and (max-width : 1499px) {
  body .banner.banner-home .swiper-nav {
    bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  body .banner.banner-home .swiper-nav {
    bottom: 50px;
  }
}
body .banner.banner-home .swiper-nav {
  top: 50%;
  bottom: auto;
  justify-content: flex-end;
  padding-right: 100px;
  /*  */
}
body .banner.banner-home .swiper-nav > div {
  pointer-events: all;
  transform: translateY(-50%);
}
body .banner.banner-home .swiper-nav > div:hover {
  transform: translateY(-50%);
}
body .banner.banner-home .swiper-scrollbar {
  bottom: 20px;
  width: calc(100% - 60px);
  left: 30px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
body.page-template-service .banner.banner-home .swiper-slide > .container, body.page-template-default:not(.home) .banner.banner-home .swiper-slide > .container {
  display: flex;
}
body.page-template-service .banner.banner-home h1,
body.page-template-service .banner.banner-home h2, body.page-template-default:not(.home) .banner.banner-home h1,
body.page-template-default:not(.home) .banner.banner-home h2 {
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  body.page-template-service .banner.banner-home h1,
  body.page-template-service .banner.banner-home h2, body.page-template-default:not(.home) .banner.banner-home h1,
  body.page-template-default:not(.home) .banner.banner-home h2 {
    font-size: 50px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  body.page-template-service .banner.banner-home h1,
  body.page-template-service .banner.banner-home h2, body.page-template-default:not(.home) .banner.banner-home h1,
  body.page-template-default:not(.home) .banner.banner-home h2 {
    font-size: 54px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1500px) {
  body.page-template-service .banner.banner-home h1,
  body.page-template-service .banner.banner-home h2, body.page-template-default:not(.home) .banner.banner-home h1,
  body.page-template-default:not(.home) .banner.banner-home h2 {
    font-size: 68px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  body.page-template-service .banner.banner-home h1,
  body.page-template-service .banner.banner-home h2, body.page-template-default:not(.home) .banner.banner-home h1,
  body.page-template-default:not(.home) .banner.banner-home h2 {
    font-size: 81px;
    line-height: 1.3;
  }
}
body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home p {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home p {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home p {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home p {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home p {
    font-size: 38px;
    line-height: 1.4;
  }
}
body.page-template-service .banner.banner-home h1,
body.page-template-service .banner.banner-home h2,
body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home h1,
body.page-template-default:not(.home) .banner.banner-home h2,
body.page-template-default:not(.home) .banner.banner-home p {
  color: #ffffff;
  margin: 0;
}
body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home p {
  margin: 30px 0 45px;
}
@media only screen and (max-width : 740px) {
  body.page-template-service .banner.banner-home p, body.page-template-default:not(.home) .banner.banner-home p {
    margin: 10px 0 30px;
  }
}
body.page-template-service .banner.banner-home .btn, body.page-template-default:not(.home) .banner.banner-home .btn {
  margin: 0;
}
body.page-template-service .banner.banner-home .swiper-nav, body.page-template-default:not(.home) .banner.banner-home .swiper-nav {
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media only screen and (min-width : 741px) {
  body.page-template-service .banner.banner-home .swiper-nav, body.page-template-default:not(.home) .banner.banner-home .swiper-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  body.page-template-service .banner.banner-home .swiper-nav, body.page-template-default:not(.home) .banner.banner-home .swiper-nav {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width : 1399px) {
  body.page-template-service .banner.banner-home .swiper-nav, body.page-template-default:not(.home) .banner.banner-home .swiper-nav {
    padding-left: 100px;
    padding-right: 100px;
  }
}
body.page-template-service .banner.banner-home .swiper-nav, body.page-template-default:not(.home) .banner.banner-home .swiper-nav {
  position: absolute;
  max-width: 1840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner.banner-solution {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-solution {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution {
    padding-top: 70px;
  }
}
.banner.banner-solution {
  padding-bottom: 120px;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-solution {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 1499px) {
  .banner.banner-solution {
    padding-top: calc(190px + 95px);
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 1499px) and (max-width : 1499px) {
  .banner.banner-solution {
    padding-top: calc(100px + 80px);
  }
}
@media only screen and (max-width : 1499px) and (max-width : 740px) {
  .banner.banner-solution {
    padding-top: calc(70px + 70px);
  }
}
@media only screen and (max-width : 1499px) and (max-width : 1499px) {
  .banner.banner-solution {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 1499px) and (max-width : 740px) {
  .banner.banner-solution {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution .container {
    grid-row-gap: 25px;
  }
}
.banner.banner-solution .container > .watch-this {
  grid-column: span 12;
}
.banner.banner-solution .container > article {
  grid-column: 2/span 5;
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .banner.banner-solution .container > article {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution .container > article {
    grid-row-gap: 15px;
  }
}
.banner.banner-solution .container > article {
  padding-right: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-solution .container > article {
    grid-column: span 6;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution .container > article {
    padding-right: 0;
    order: 2;
  }
}
.banner.banner-solution .container > article h1.prehead {
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution .container > article h1.prehead {
    margin: 0 auto;
  }
}
.banner.banner-solution .container > article > p {
  font-size: 33px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .banner.banner-solution .container > article > p {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .banner.banner-solution .container > article > p {
    font-size: 45px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .banner.banner-solution .container > article > p {
    font-size: 59px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  .banner.banner-solution .container > article > p {
    font-size: 71px;
    line-height: 1.3;
  }
}
.banner.banner-solution .container > article > p {
  font-weight: 400;
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution .container > article > p {
    text-align: center;
  }
}
.banner.banner-solution .container > article > p em {
  color: #94C11F;
}
.banner.banner-solution .container > article > p {
  margin: 0;
}
.banner.banner-solution .container > article .watch-this {
  margin: 50px 0 0;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-solution .container > article .watch-this {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 821px) and (max-width: 1199px) {
  .banner.banner-solution .container > article .watch-this {
    flex-wrap: wrap;
    padding: 30px;
    grid-row-gap: 15px;
    justify-content: space-between;
  }
  .banner.banner-solution .container > article .watch-this p {
    flex: 0 0 70%;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-solution .container > article .watch-this {
    display: block;
  }
}
@media only screen and (max-width : 991px) {
  .banner.banner-solution .container .watch-this {
    flex-direction: column;
    flex-wrap: wrap;
    grid-row-gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .banner.banner-solution .container .watch-this p {
    text-align: center;
  }
}
.banner.banner-solution .container > .image-column {
  grid-column: 7/span 5;
  max-width: 60vh;
  align-self: center;
  justify-self: center;
  width: 100%;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-solution .container > .image-column {
    grid-column: span 6;
  }
}
@media only screen and (max-width : 991px) {
  .banner.banner-solution .container > .image-column {
    grid-column: span 6;
  }
}
.banner.banner-solution .container > .image-column figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.banner.banner-solution .container > .image-column figure img,
.banner.banner-solution .container > .image-column figure video {
  display: block;
  width: 100%;
  position: absolute;
  inset: 0;
}
.banner.banner-post {
  background-color: #94C11F;
  padding-bottom: 120px;
}
@media only screen and (max-width : 1499px) {
  .banner.banner-post {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-post {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 1199px) {
  .banner.banner-post {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 1499px) {
  .banner.banner-post {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 740px) {
  .banner.banner-post {
    padding-bottom: 70px;
  }
}
.banner.banner-post .container {
  align-items: flex-end;
}
.banner.banner-post a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.banner.banner-post article:first-child {
  grid-column: 2/span 7;
  max-width: 1000px;
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .banner.banner-post article:first-child {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-post article:first-child {
    grid-row-gap: 25px;
  }
}
@media only screen and (max-width : 1199px) {
  .banner.banner-post article:first-child {
    grid-column: 2/span 9;
  }
}
@media only screen and (max-width : 991px) {
  .banner.banner-post article:first-child {
    grid-column: span 12;
  }
}
.banner.banner-post article:first-child ul {
  display: flex;
  grid-column-gap: 35px;
  color: #ffffff;
  padding-top: 15px;
  border-top: 1px solid;
  margin-top: 30px;
}
@media only screen and (max-width : 991px) {
  .banner.banner-post article:first-child ul {
    margin-top: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-post article:first-child ul {
    grid-column-gap: 10px;
    margin-top: 0px;
    padding: 10px 0 0;
  }
}
.banner.banner-post article:first-child ul li:last-child {
  margin-left: auto;
}
.banner.banner-post .prehead {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.banner.banner-post h1 {
  margin: 0;
}
@media only screen and (max-width : 991px) {
  .banner.banner-post h1 {
    font-size: 33px;
    line-height: 1.4;
  }
}
@media only screen and (max-width : 991px) and (min-width: 700px) {
  .banner.banner-post h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media only screen and (max-width : 991px) and (min-width: 1200px) {
  .banner.banner-post h1 {
    font-size: 45px;
    line-height: 1.4;
  }
}
@media only screen and (max-width : 991px) and (min-width: 1500px) {
  .banner.banner-post h1 {
    font-size: 59px;
    line-height: 1.3;
  }
}
@media only screen and (max-width : 991px) and (min-width: 1920px) {
  .banner.banner-post h1 {
    font-size: 71px;
    line-height: 1.3;
  }
}
.banner.banner-post article.author {
  grid-column: 10/span 2;
  display: grid;
  grid-row-gap: 6px;
  justify-content: flex-end;
  text-align: right;
}
@media only screen and (max-width : 991px) {
  .banner.banner-post article.author {
    grid-column: 9/span 4;
    padding-left: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-post article.author {
    width: 100%;
    padding: 0;
    display: flex;
    grid-column-gap: 15px;
    margin-top: 70px;
    align-items: center;
  }
}
.banner.banner-post article.author figure {
  width: 113px;
  height: 113px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 0 20px auto;
}
@media only screen and (max-width : 991px) {
  .banner.banner-post article.author figure {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-post article.author figure {
    margin: 0;
    width: 50px;
    height: 50px;
    order: 2;
  }
}
.banner.banner-post article.author figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width : 740px) {
  .banner.banner-post article.author .author-text {
    order: 1;
  }
}
.banner.banner-post article.author .author-text p {
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .banner.banner-post article.author .author-text p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .banner.banner-post article.author .author-text p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1199px) {
  .banner.banner-post article.author .author-text p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 991px) {
  .banner.banner-post article.author .author-text p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .banner.banner-post article.author .author-text p {
    font-size: 14px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-post article.author .author-text p em {
    font-style: normal;
  }
  .banner.banner-post article.author .author-text p > em {
    color: #94C11F;
  }
}
.banner.banner-standard {
  overflow: hidden;
}
.banner.banner-standard .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .banner.banner-standard .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.banner.banner-standard .container > article {
  max-width: 1000px;
  grid-column: 2/span 6;
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .banner.banner-standard .container > article {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .banner.banner-standard .container > article {
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width : 1499px) {
  .banner.banner-standard .container > article {
    grid-column: 2/span 7;
  }
}
@media only screen and (max-width : 1199px) {
  .banner.banner-standard .container > article {
    grid-column: 2/span 8;
  }
}
@media only screen and (max-width : 991px) {
  .banner.banner-standard .container > article {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  .banner.banner-standard .container > article {
    grid-column: span 12;
  }
}
.page-template-default .banner.banner-standard .container > article {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 820px) {
  .page-template-default .banner.banner-standard .container > article {
    grid-column: span 12;
  }
}
.banner.banner-standard .prehead {
  color: #94C11F;
}
.banner.banner-standard .prehead + p {
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .banner.banner-standard .prehead + p {
    font-size: 50px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .banner.banner-standard .prehead + p {
    font-size: 54px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1500px) {
  .banner.banner-standard .prehead + p {
    font-size: 68px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  .banner.banner-standard .prehead + p {
    font-size: 81px;
    line-height: 1.3;
  }
}
.banner.banner-standard .prehead + p {
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.banner.banner-standard .prehead + p em {
  color: #94C11F;
}
.banner.banner-standard.green .prehead {
  color: #ffffff;
}
.banner.banner-standard.green .prehead + p em {
  color: #ffffff;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  grid-column-gap: 8px;
  margin-top: 60px;
}
@media only screen and (max-width : 991px) {
  .wp-pagenavi {
    margin-top: 45px;
  }
}
@media only screen and (max-width : 740px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0;
  background: #94C11F;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 52px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  border-radius: 100%;
}
@media only screen and (max-width : 740px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    height: 36px;
    width: 36px;
  }
}
.wp-pagenavi span.current {
  box-shadow: inset 0 0 0 2px #94C11F;
  background-color: #ffffff;
  font-weight: 400;
  color: #94C11F;
}
.wp-pagenavi span.extend {
  background: none;
  padding: 8px 0;
  min-width: auto;
  display: none;
}
.wp-pagenavi a:hover {
  background: #575756;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.last {
  background-color: #94C11F;
}
.wp-pagenavi a.nextpostslink i, .wp-pagenavi a.last i {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

.whyus .container {
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .whyus .container {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .whyus .container {
    grid-row-gap: 25px;
  }
}
.whyus .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .whyus .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.whyus .container > h2.prehead {
  grid-column: 2/span 10;
}
.home .whyus .container > h2.prehead {
  margin: 0 auto;
}
@media only screen and (max-width : 740px) {
  .whyus .container > h2.prehead {
    grid-column: span 12;
  }
}
.whyus section {
  grid-column: span 12;
  display: grid;
  gap: 60px;
}
@media only screen and (max-width : 1650px) {
  .whyus section {
    gap: 30px;
  }
}
@media only screen and (max-width : 991px) {
  .whyus section {
    grid-column: 2/span 10;
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .whyus section {
    display: grid;
  }
}
.whyus section.columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media only screen and (max-width : 1499px) {
  .whyus section.columns-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 740px) {
  .whyus section.columns-5 {
    grid-template-columns: 1fr;
  }
}
.whyus section.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width : 991px) {
  .whyus section.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 740px) {
  .whyus section.columns-4 {
    grid-template-columns: 1fr;
  }
}
.whyus section.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .whyus section.columns-3 {
    grid-template-columns: 1fr;
  }
}
.whyus section.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1199px) {
  .whyus section.columns-2 {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .whyus section.columns-2 {
    grid-template-columns: 1fr;
  }
}
.whyus section > article,
.whyus section > a {
  padding: 50px;
  position: relative;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .whyus section > article,
  .whyus section > a {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .whyus section > article,
  .whyus section > a {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 1650px) {
  .whyus section > article,
  .whyus section > a {
    padding: 40px;
  }
}
@media only screen and (max-width : 1499px) {
  .whyus section > article,
  .whyus section > a {
    padding: 30px;
  }
}
.whyus section > article figure,
.whyus section > a figure {
  width: 60%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width : 740px) {
  .whyus section > article figure,
  .whyus section > a figure {
    margin-bottom: 30px;
  }
}
.whyus section > article figure img,
.whyus section > a figure img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.whyus section > article figure .animated-icon,
.whyus section > a figure .animated-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.whyus section > article figure .animated-icon#animated-icon-in-house-editing svg > g > g:nth-child(2),
.whyus section > a figure .animated-icon#animated-icon-in-house-editing svg > g > g:nth-child(2) {
  display: none !important;
}
.whyus section > article h3,
.whyus section > a h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .whyus section > article h3,
  .whyus section > a h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .whyus section > article h3,
  .whyus section > a h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .whyus section > article h3,
  .whyus section > a h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .whyus section > article h3,
  .whyus section > a h3 {
    font-size: 17px;
  }
}
.whyus section > article h3 em,
.whyus section > a h3 em {
  font-style: normal;
}
.whyus section > article h3 > em,
.whyus section > a h3 > em {
  color: #94C11F;
}
.whyus section > article h3,
.whyus section > a h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 1.1em 0 0;
  margin: 0 0 1.7em;
  border-top: 1px solid #94C11F;
}
@media only screen and (max-width : 1499px) {
  .whyus section > article h3,
  .whyus section > a h3 {
    margin: 0 0 1em;
  }
}
.whyus section > article p,
.whyus section > a p {
  color: #575756;
}
.whyus section > article p em,
.whyus section > a p em {
  color: #94C11F;
}
.whyus section > article.lottie,
.whyus section > a.lottie {
  padding-top: 0px;
}
@media only screen and (max-width : 1499px) {
  .whyus section > article.lottie,
  .whyus section > a.lottie {
    padding-top: 0px;
  }
}
.whyus section > article.lottie figure,
.whyus section > a.lottie figure {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 60px;
  margin-top: -20px;
  margin-left: 0;
}
@media only screen and (max-width : 740px) {
  .whyus section > article.lottie figure,
  .whyus section > a.lottie figure {
    margin-bottom: 30px;
    margin-top: -40px;
  }
}
@media only screen and (max-width : 991px) {
  .whyus section.columns-3 article {
    flex: 0 0 33.3333%;
  }
}
@media only screen and (max-width : 991px) {
  .whyus section.columns-4 article {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width : 991px) {
  .whyus section.columns-2, .whyus section.columns-3, .whyus section.columns-4, .whyus section.columns-5, .whyus section.columns-6 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width : 740px) {
  .whyus section.columns-2 article, .whyus section.columns-3 article, .whyus section.columns-4 article, .whyus section.columns-5 article, .whyus section.columns-6 article {
    flex: 0 0 100%;
  }
  .whyus section.columns-2 article:nth-child(1), .whyus section.columns-3 article:nth-child(1), .whyus section.columns-4 article:nth-child(1), .whyus section.columns-5 article:nth-child(1), .whyus section.columns-6 article:nth-child(1) {
    margin-top: 0;
  }
}
.whyus.certifications section > article,
.whyus.certifications section > a {
  display: flex;
  flex-direction: column;
  transition: none;
}
.whyus.certifications section > article figure,
.whyus.certifications section > a figure {
  padding: 0;
  height: auto;
  margin: 0;
  width: 200px;
  height: 100px;
}
@media only screen and (max-width : 740px) {
  .whyus.certifications section > article figure,
  .whyus.certifications section > a figure {
    width: 150px;
    height: 70px;
  }
}
.whyus.certifications section > article figure img,
.whyus.certifications section > a figure img {
  object-position: left bottom;
}
.whyus.certifications section > article p,
.whyus.certifications section > a p {
  padding-top: 40px;
}
@media only screen and (max-width : 740px) {
  .whyus.certifications section > article p,
  .whyus.certifications section > a p {
    padding-top: 20px;
  }
}

.case-studies-testimonials {
  position: relative;
  padding-top: 270px;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials {
    padding-top: 70px;
  }
}
.case-studies-testimonials.more-case-studies .container {
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials.more-case-studies .container {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials.more-case-studies .container {
    grid-row-gap: 25px;
  }
}
.case-studies-testimonials .container {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.case-studies-testimonials .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > header {
    grid-column: span 12;
  }
}
.case-studies-testimonials .container > header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > header {
    grid-row-gap: 15px;
  }
}
.case-studies-testimonials .container > header p:not(.prehead) {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .case-studies-testimonials .container > header p:not(.prehead) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .case-studies-testimonials .container > header p:not(.prehead) {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .case-studies-testimonials .container > header p:not(.prehead) {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .case-studies-testimonials .container > header p:not(.prehead) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.case-studies-testimonials .container > header p:not(.prehead) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.case-studies-testimonials .container > header p:not(.prehead) em {
  font-style: normal;
  color: #94C11F;
}
.case-studies-testimonials .container > header p:not(.prehead) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > header p:not(.prehead) {
    margin: 1em 0 0.5em;
  }
}
.case-studies-testimonials .container > header p:not(.prehead):first-child {
  margin-top: 0;
}
.case-studies-testimonials .container > header p:not(.prehead):last-child {
  margin-bottom: 0;
}
.case-studies-testimonials .container > header p:not(.prehead) {
  font-weight: 300;
  margin: 0;
}
.case-studies-testimonials .container > header p {
  margin: 0 !important;
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container {
    display: flex;
    flex-direction: column;
  }
}
.case-studies-testimonials .container > h2 {
  grid-column: 2/span 10;
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .case-studies-testimonials .container > h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > h2 {
    font-size: 14px;
  }
}
.case-studies-testimonials .container > h2 em {
  font-style: normal;
}
.case-studies-testimonials .container > h2 > em {
  color: #94C11F;
}
.case-studies-testimonials .container > h2 {
  font-weight: 600;
  line-height: 1;
  padding: 0 16px;
  border: 2px solid #94C11F;
  color: #94C11F;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  flex: 0 0 fit-content;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
.case-studies-testimonials .container > h2 span {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .case-studies-testimonials .container > h2 {
    font-size: 15px;
    padding: 0 16px;
    height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > h2 {
    grid-column: span 12;
  }
}
.case-studies-testimonials .container > nav {
  grid-column: 2/span 10;
  margin: 0 0 85px;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > nav {
    margin: 0 0 70px;
  }
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > nav {
    margin: 0 0 65px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > nav {
    margin: 0 0 35px;
  }
}
.case-studies-testimonials .container > nav ul {
  display: flex;
  justify-content: center;
  grid-column-gap: 16px;
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > nav ul {
    grid-column-gap: 7px;
  }
}
.case-studies-testimonials .container > nav ul a {
  height: 60px;
  padding: 22px 60px;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > nav ul a {
    padding: 16px 40px 19px;
  }
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > nav ul a {
    padding: 12px 25px;
  }
}
.case-studies-testimonials .container > nav ul a {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.case-studies-testimonials .container > nav ul a:after,
.case-studies-testimonials .container > nav ul a span:after {
  color: #94C11F;
  transform: translateX(0);
}
.case-studies-testimonials .container > nav ul a:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.case-studies-testimonials .container > nav ul a:hover:after,
.case-studies-testimonials .container > nav ul a:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.case-studies-testimonials .container > nav ul a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 17px;
  }
}
.case-studies-testimonials .container > nav ul a em {
  font-style: normal;
}
.case-studies-testimonials .container > nav ul a > em {
  color: #94C11F;
}
.case-studies-testimonials .container > nav ul a {
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > nav ul a {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > nav ul a {
    margin-top: 20px;
  }
}
.case-studies-testimonials .container > nav ul a {
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.case-studies-testimonials .container > nav ul a.fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.case-studies-testimonials .container > nav ul a:after,
.case-studies-testimonials .container > nav ul a span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > nav ul a:after,
  .case-studies-testimonials .container > nav ul a span:after {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > nav ul a:after,
  .case-studies-testimonials .container > nav ul a span:after {
    font-size-adjust: 16px;
  }
}
.case-studies-testimonials .container > nav ul a span {
  display: flex;
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.case-studies-testimonials .container > nav ul a.floating:after {
  display: none;
}
.case-studies-testimonials .container > nav ul a.vacancies:after {
  transform: rotate(90deg);
}
.case-studies-testimonials .container > nav ul a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > nav ul a {
    font-size: 17px;
  }
}
.case-studies-testimonials .container > nav ul a em {
  font-style: normal;
}
.case-studies-testimonials .container > nav ul a > em {
  color: #94C11F;
}
.case-studies-testimonials .container > nav ul a {
  font-weight: 600;
  background-color: #ffffff;
  color: #94C11F;
  margin: 0 !important;
  padding: 0 88px;
  border: 2px solid #94C11F;
  box-shadow: none;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > nav ul a {
    padding: 0 30px;
    height: 45px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > nav ul a {
    max-width: 100%;
    padding: 0 15px;
    height: 40px;
  }
}
.case-studies-testimonials .container > nav ul a:after {
  display: none;
}
.case-studies-testimonials .container > nav ul a:hover {
  border-color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > nav ul li {
    width: 100%;
  }
}
.case-studies-testimonials .container > nav ul li.active a {
  background-color: #94C11F;
  cursor: default;
  color: #ffffff;
}
.case-studies-testimonials .container > nav ul {
  justify-content: flex-start;
}
.case-studies-testimonials .container > section {
  grid-column: span 12;
  position: relative;
}
.case-studies-testimonials .container > header {
  padding-bottom: 270px;
}
@media only screen and (max-width : 1499px) {
  .case-studies-testimonials .container > header {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .case-studies-testimonials .container > header {
    padding-bottom: 70px;
  }
}
.case-studies-testimonials .container > section > .carousel-case-studies .swiper-nav,
.case-studies-testimonials .container > section > .carousel-insights .swiper-nav {
  justify-content: flex-end;
}
.case-studies-testimonials .container > section .carousel-wrapper {
  display: block;
}
.case-studies-testimonials .container > section .carousel-wrapper .carousel-case-studies,
.case-studies-testimonials .container > section .carousel-wrapper .carousel-testimonials {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.case-studies-testimonials .container > section .carousel-wrapper .carousel-case-studies.active,
.case-studies-testimonials .container > section .carousel-wrapper .carousel-testimonials.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
body .case-studies-testimonials .container > section .swiper-scrollbar {
  position: absolute;
  bottom: -100px;
  margin: 0;
}
@media only screen and (max-width : 991px) {
  body .case-studies-testimonials .container > section .swiper-scrollbar {
    bottom: -50px;
  }
}

article.testimonial {
  position: relative;
  border: 2px solid #94C11F;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  article.testimonial {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  article.testimonial {
    border-radius: 20px;
  }
}
article.testimonial {
  box-shadow: 5px 5px 0 #94C11F;
}
@media only screen and (max-width : 1499px) {
  article.testimonial {
    padding: 40px;
  }
}
@media only screen and (max-width : 740px) {
  article.testimonial {
    padding: 30px 25px 35px;
  }
}
article.testimonial {
  overflow: visible;
  box-shadow: none;
}
@media only screen and (max-width : 740px) {
  article.testimonial {
    padding-top: 50px;
    margin-top: 20px;
  }
}
article.testimonial header {
  display: flex;
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 25px;
  border-bottom: 1px solid #94C11F;
  margin: 20px 0;
}
@media only screen and (min-width: 1200px) and (max-height: 750px) {
  article.testimonial header {
    min-height: 0;
    align-items: center;
    margin: 20px 0 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width : 740px) {
  article.testimonial header {
    min-height: 0;
    margin-top: 0;
  }
}
article.testimonial header .rating svg {
  fill: #94C11F;
  width: 137px;
}
@media only screen and (max-width : 1499px) {
  article.testimonial header .rating svg {
    width: 117px;
  }
}
@media only screen and (max-width : 740px) {
  article.testimonial header .rating svg {
    width: 100px;
  }
}
article.testimonial header .rating.rating-1 .star-5, article.testimonial header .rating.rating-2 .star-5, article.testimonial header .rating.rating-3 .star-5, article.testimonial header .rating.rating-4 .star-5 {
  fill: rgba(148, 193, 31, 0.2);
}
article.testimonial header .rating.rating-1 .star-4, article.testimonial header .rating.rating-2 .star-4, article.testimonial header .rating.rating-3 .star-4 {
  fill: rgba(148, 193, 31, 0.2);
}
article.testimonial header .rating.rating-1 .star-3, article.testimonial header .rating.rating-2 .star-3 {
  fill: rgba(148, 193, 31, 0.2);
}
article.testimonial header .rating.rating-1 .star-2 {
  fill: rgba(148, 193, 31, 0.2);
}
article.testimonial header figure {
  width: 120px;
}
@media only screen and (max-width : 1499px) {
  article.testimonial header figure {
    width: 100px;
  }
}
@media only screen and (max-width : 740px) {
  article.testimonial header figure {
    width: 90px;
  }
}
article.testimonial header figure img,
article.testimonial header figure svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
article.testimonial header figure svg {
  fill: #575756;
}
article.testimonial blockquote p {
  color: #575756;
}
article.testimonial p.credit {
  color: #575756;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  article.testimonial p.credit {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  article.testimonial p.credit {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  article.testimonial p.credit {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  article.testimonial p.credit {
    font-size: 17px;
  }
}
article.testimonial p.credit em {
  font-style: normal;
}
article.testimonial p.credit > em {
  color: #94C11F;
}
article.testimonial p.credit {
  margin: 50px 0 0;
}
@media only screen and (max-width : 740px) {
  article.testimonial p.credit {
    text-align: left;
  }
}
article.testimonial > span {
  width: 70px;
  height: 70px;
  background-color: #94C11F;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: -35px;
}
article.testimonial > span:after {
  width: 36px;
  height: 42px;
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23FFFFFF'%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96l16 0c4.4 0 8 3.6 8 8s-3.6 8-8 8l-16 0C62.6 112 16 158.6 16 216l0 34.7C29.2 234.4 49.4 224 72 224l48 0c39.8 0 72 32.2 72 72l0 48c0 39.8-32.2 72-72 72l-48 0c-39.8 0-72-32.2-72-72l0-32 0-16 0-80zm16 96l0 32c0 30.9 25.1 56 56 56l48 0c30.9 0 56-25.1 56-56l0-48c0-30.9-25.1-56-56-56l-48 0c-30.9 0-56 25.1-56 56l0 16zm240-96c0-66.3 53.7-120 120-120l16 0c4.4 0 8 3.6 8 8s-3.6 8-8 8l-16 0c-57.4 0-104 46.6-104 104l0 34.7c13.2-16.3 33.4-26.7 56-26.7l48 0c39.8 0 72 32.2 72 72l0 48c0 39.8-32.2 72-72 72l-48 0c-39.8 0-72-32.2-72-72l0-32 0-16 0-80zm16 96l0 32c0 30.9 25.1 56 56 56l48 0c30.9 0 56-25.1 56-56l0-48c0-30.9-25.1-56-56-56l-48 0c-30.9 0-56 25.1-56 56l0 16z' /%3E%3C/svg%3E");
}
@media only screen and (max-width : 740px) {
  article.testimonial > span {
    width: 56px;
    height: 56px;
    left: 30px;
    top: -28px;
  }
  article.testimonial > span:after {
    width: 30px;
    height: 35px;
  }
}

.card-pin-section article.testimonial,
.testimonial-section article.testimonial,
.your-team article.testimonial {
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  box-shadow: none;
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .card-pin-section article.testimonial,
  .testimonial-section article.testimonial,
  .your-team article.testimonial {
    padding: 50px 40px 40px;
  }
}
.card-pin-section article.testimonial header figure svg,
.testimonial-section article.testimonial header figure svg,
.your-team article.testimonial header figure svg {
  fill: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .card-pin-section article.testimonial header,
  .testimonial-section article.testimonial header,
  .your-team article.testimonial header {
    margin: 10px 0 0;
  }
}
.card-pin-section article.testimonial blockquote,
.testimonial-section article.testimonial blockquote,
.your-team article.testimonial blockquote {
  padding-bottom: 40px;
  margin: 20px 0 0;
}
.card-pin-section article.testimonial blockquote p,
.testimonial-section article.testimonial blockquote p,
.your-team article.testimonial blockquote p {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .card-pin-section article.testimonial blockquote p,
  .testimonial-section article.testimonial blockquote p,
  .your-team article.testimonial blockquote p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 680px) {
  .card-pin-section article.testimonial blockquote p,
  .testimonial-section article.testimonial blockquote p,
  .your-team article.testimonial blockquote p {
    -webkit-line-clamp: 4;
  }
}
@media only screen and (max-width : 1499px) {
  .card-pin-section article.testimonial blockquote,
  .testimonial-section article.testimonial blockquote,
  .your-team article.testimonial blockquote {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .card-pin-section article.testimonial blockquote,
  .testimonial-section article.testimonial blockquote,
  .your-team article.testimonial blockquote {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section article.testimonial blockquote,
  .testimonial-section article.testimonial blockquote,
  .your-team article.testimonial blockquote {
    margin: 0;
  }
}
.card-pin-section article.testimonial p.credit,
.testimonial-section article.testimonial p.credit,
.your-team article.testimonial p.credit {
  color: #ffffff;
  margin: auto 0 0;
}

@media only screen and (max-width : 991px) {
  .your-team article.testimonial {
    background-color: transparent;
    border-color: #ffffff;
    border-width: 2px;
  }
  .your-team article.testimonial > span {
    border: 2px solid #ffffff;
  }
  .your-team article.testimonial p.credit {
    border-color: #ffffff;
  }
}

.testimonial-section {
  position: relative;
}
.testimonial-section figure.testimonial-section-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width : 740px) {
  .testimonial-section figure.testimonial-section-image {
    position: static;
    border-radius: 0;
  }
}
.testimonial-section figure.testimonial-section-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  height: 110%;
}
@media only screen and (max-width : 1199px) {
  .testimonial-section figure.testimonial-section-image img {
    height: 100%;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container {
    padding: 0;
  }
}
.testimonial-section .container figure.testimonial-section-image {
  border-radius: 80px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .testimonial-section .container figure.testimonial-section-image {
    border-radius: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container figure.testimonial-section-image {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container figure.testimonial-section-image {
    border-radius: 0;
  }
}
.testimonial-section .container > section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container > section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.testimonial-section .container > section {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  .testimonial-section .container > section {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container > section {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 1920px) {
  .testimonial-section .container > section {
    padding-top: 500px;
  }
}
@media only screen and (max-width : 1919px) {
  .testimonial-section .container > section {
    padding-top: 26vw;
  }
}
@media only screen and (max-width : 991px) {
  .testimonial-section .container > section {
    padding-top: 44vw;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container > section {
    background-color: #94C11F;
    padding: 0 0 70px;
  }
}
.testimonial-section .container > section article.testimonial {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1499px) {
  .testimonial-section .container > section article.testimonial {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 991px) {
  .testimonial-section .container > section article.testimonial {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container > section article.testimonial {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 991px) {
  .testimonial-section .container > section article.testimonial {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container > section article.testimonial {
    margin: 50px 30px 0 30px;
    background-color: transparent;
    border-color: #ffffff;
    border-width: 2px;
    padding-top: 120px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .testimonial-section .container > section article.testimonial {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .testimonial-section .container > section article.testimonial {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section .container > section article.testimonial > span {
    border: 2px solid #ffffff;
  }
  .testimonial-section .container > section article.testimonial p.credit {
    border-color: #ffffff;
  }
  .testimonial-section .container > section article.testimonial header .rating svg {
    fill: #ffffff;
  }
}
.testimonial-section.testimonial-section-carousel .container {
  padding-bottom: 120px;
}
@media only screen and (min-width : 1920px) {
  .testimonial-section.testimonial-section-carousel .container {
    padding-top: 500px;
  }
}
@media only screen and (max-width : 1919px) {
  .testimonial-section.testimonial-section-carousel .container {
    padding-top: 26vw;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial-section.testimonial-section-carousel .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.testimonial-section.testimonial-section-carousel .container > section {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width : 740px) {
  .testimonial-section.testimonial-section-carousel .container > section {
    display: block;
    padding-bottom: 70px;
  }
}
.testimonial-section.testimonial-section-carousel .carousel-testimonials {
  grid-column: 3/span 8;
}
.testimonial-section.testimonial-section-carousel .carousel-testimonials .swiper-nav {
  left: 0;
}

.cta-our-solution .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .cta-our-solution .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cta-our-solution .container > section {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .cta-our-solution .container > section {
    grid-column: span 12;
  }
}
.cta-our-solution section {
  overflow: visible;
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: center;
  align-items: center;
}
@media only screen and (max-width : 820px) {
  .cta-our-solution section {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    grid-row-gap: 80px;
    padding-top: 0;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .cta-our-solution section {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .cta-our-solution section {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section {
    padding-top: 0;
  }
}
.cta-our-solution section figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
@media only screen and (max-width : 820px) {
  .cta-our-solution section figure {
    width: 85%;
    padding-bottom: 85%;
  }
}
.cta-our-solution section figure img,
.cta-our-solution section figure video {
  display: block;
  width: 100%;
  position: absolute;
  inset: 0;
}
.cta-our-solution section article {
  width: 100%;
  margin: 0 auto;
}
.cta-our-solution section article h2 {
  margin: 0;
}
.cta-our-solution section article p {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .cta-our-solution section article p {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .cta-our-solution section article p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .cta-our-solution section article p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .cta-our-solution section article p {
    font-size: 26px;
    line-height: 1.6;
  }
}
.cta-our-solution section article p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.cta-our-solution section article p em {
  font-style: normal;
  color: #94C11F;
}
.cta-our-solution section article p {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section article p {
    margin: 1em 0 0.5em;
  }
}
.cta-our-solution section article p:first-child {
  margin-top: 0;
}
.cta-our-solution section article p:last-child {
  margin-bottom: 0;
}
.cta-our-solution section article p {
  font-weight: 300;
  max-width: 450px;
  margin: 1.4em auto;
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section article p {
    margin: 1em auto;
  }
}
.cta-our-solution section article p em {
  color: #94C11F;
}
.cta-our-solution section article .btn {
  margin: 2.2em auto 0;
}
.cta-our-solution section article ul {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 550px;
  grid-column-gap: 0;
  margin: 3.3em auto 2.7em;
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .cta-our-solution section article ul {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .cta-our-solution section article ul {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .cta-our-solution section article ul {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section article ul {
    font-size: 14px;
  }
}
.cta-our-solution section article ul em {
  font-style: normal;
}
.cta-our-solution section article ul > em {
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section article ul {
    margin: 2.5em auto 2em;
    font-size: 14px;
    width: calc(100vw - 30px);
    margin-left: -15px;
  }
}
.cta-our-solution section article ul li {
  display: flex;
  align-items: center;
  font-weight: 600;
  flex-direction: column;
  grid-row-gap: 15px;
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section article ul li {
    padding: 0 10px;
  }
}
.cta-our-solution section article ul li:after {
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #94C11F;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cta-our-solution section article ul li:last-child:after {
  display: none;
}
.cta-our-solution section article ul li span.tick-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 38px;
  border-radius: 27px;
  border: 2px solid #94C11F;
  overflow: hidden;
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section article ul li span.tick-icon {
    width: 34px;
    height: 22px;
  }
}
.cta-our-solution section article ul li span.tick-icon svg {
  height: inherit;
  width: 21px;
  fill: #94C11F;
}
@media only screen and (max-width : 740px) {
  .cta-our-solution section article ul li span.tick-icon svg {
    width: 14px;
  }
}
.cta-our-solution section article h6 {
  font-weight: 600;
  margin: 0;
}

.cta {
  text-align: center;
}
.cta .container {
  display: flex;
  flex-direction: column;
  grid-row-gap: 80px;
}
@media only screen and (max-width : 1499px) {
  .cta .container {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .cta .container {
    grid-row-gap: 40px;
  }
}
.cta h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .cta h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .cta h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .cta h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .cta h3 {
    font-size: 17px;
  }
}
.cta h3 em {
  font-style: normal;
}
.cta h3 > em {
  color: #94C11F;
}
.cta h3 {
  margin: 0;
}
.cta .btn {
  margin: 0 auto;
}
.cta section:first-child {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width : 1499px) {
  .cta section:first-child {
    max-width: 600px;
  }
}
.cta section:first-child h2 {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .cta section:first-child h2 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .cta section:first-child h2 {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .cta section:first-child h2 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .cta section:first-child h2 {
    font-size: 38px;
    line-height: 1.4;
  }
}
.cta section:first-child h2 {
  font-weight: 300;
  margin: 0;
}
.cta section:first-child p:nth-child(2) {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .cta section:first-child p:nth-child(2) {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .cta section:first-child p:nth-child(2) {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .cta section:first-child p:nth-child(2) {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .cta section:first-child p:nth-child(2) {
    font-size: 58px;
    line-height: 1.3;
  }
}
.cta section:first-child p:nth-child(2) {
  font-weight: 400;
  margin: 0.6em 0 1em;
}
@media only screen and (max-width : 740px) {
  .cta section:first-child p:nth-child(2) {
    margin: 0.3em 0 0.7em;
  }
}
.cta section:first-child p:nth-child(2) em {
  color: #94C11F;
}
.cta section:first-child p:nth-child(2):has(+ p) {
  margin-bottom: 0.7em;
}
.cta section:first-child p:nth-child(3) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .cta section:first-child p:nth-child(3) {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .cta section:first-child p:nth-child(3) {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .cta section:first-child p:nth-child(3) {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .cta section:first-child p:nth-child(3) {
    font-size: 17px;
  }
}
.cta section:first-child p:nth-child(3) em {
  font-style: normal;
}
.cta section:first-child p:nth-child(3) > em {
  color: #94C11F;
}
.cta section:first-child p:nth-child(3) {
  margin: 0 0 2em;
}
.cta section:first-child p:nth-child(3):last-child {
  margin: 0;
}
#team-lookup-form,
#area-lookup-form {
  text-align: center;
}
#team-lookup-form figure,
#area-lookup-form figure {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width : 1499px) {
  #team-lookup-form figure,
  #area-lookup-form figure {
    max-width: 680px;
  }
}
#team-lookup-form figure img,
#area-lookup-form figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#team-lookup-form h3,
#area-lookup-form h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  #team-lookup-form h3,
  #area-lookup-form h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  #team-lookup-form h3,
  #area-lookup-form h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  #team-lookup-form h3,
  #area-lookup-form h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  #team-lookup-form h3,
  #area-lookup-form h3 {
    font-size: 17px;
  }
}
#team-lookup-form h3 em,
#area-lookup-form h3 em {
  font-style: normal;
}
#team-lookup-form h3 > em,
#area-lookup-form h3 > em {
  color: #94C11F;
}
#team-lookup-form h3,
#area-lookup-form h3 {
  margin: 0;
}
#team-lookup-form .btn,
#area-lookup-form .btn {
  margin: 0 auto;
}
#team-lookup-form h3,
#area-lookup-form h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 740px) {
  #team-lookup-form h3,
  #area-lookup-form h3 {
    margin: 1em 0;
  }
}
#team-lookup-form form,
#area-lookup-form form {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width : 740px) {
  #team-lookup-form form,
  #area-lookup-form form {
    width: 90%;
  }
}
#team-lookup-form form input,
#area-lookup-form form input {
  margin: 0;
  border-width: 0;
  background-color: #EFF6FC;
}
.lightblue #team-lookup-form form input,
.lightblue #area-lookup-form form input {
  background-color: #ffffff;
}
#team-lookup-form form button,
#area-lookup-form form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #94C11F;
  border-radius: 100%;
}
@media only screen and (max-width : 740px) {
  #team-lookup-form form button,
  #area-lookup-form form button {
    right: 10px;
    width: 35px;
    height: 35px;
  }
}
#team-lookup-form form button:after,
#area-lookup-form form button:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 21px;
  color: #ffffff;
}
@media only screen and (max-width : 740px) {
  #team-lookup-form form button:after,
  #area-lookup-form form button:after {
    font-size: 17px;
  }
}
#team-lookup-form form .validation_message,
#area-lookup-form form .validation_message {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -40px;
  background: transparent;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width : 740px) {
  #team-lookup-form form .validation_message,
  #area-lookup-form form .validation_message {
    top: -30px;
    padding: 3px 11px;
    font-size: 14px;
    right: auto;
    left: 0;
  }
}
#team-lookup-form form .validation_message:before,
#area-lookup-form form .validation_message:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -8px;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #94C11F;
  transform: rotate(45deg);
}
#team-lookup-form form .validation_message:after,
#area-lookup-form form .validation_message:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #94C11F;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
}
#team-lookup-form form .validation_message,
#area-lookup-form form .validation_message {
  right: auto;
  min-width: fit-content;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width : 820px) {
  #team-lookup-form form .validation_message,
  #area-lookup-form form .validation_message {
    left: 50%;
  }
}
@media only screen and (max-width : 740px) {
  #team-lookup-form form .validation_message,
  #area-lookup-form form .validation_message {
    top: -40px;
  }
}
#team-lookup-form form span.spinner,
#area-lookup-form form span.spinner {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/loading.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  animation: loadingspinner 1.4s infinite linear;
  transform: translateZ(0);
  transition: opacity 0.15s ease-in-out;
}
@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#team-lookup-form form span.spinner,
#area-lookup-form form span.spinner {
  position: absolute;
  right: -30px;
  top: 29px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
}
@media only screen and (max-width : 1499px) {
  #team-lookup-form form span.spinner,
  #area-lookup-form form span.spinner {
    top: 22px;
  }
}
@media only screen and (max-width : 740px) {
  #team-lookup-form form span.spinner,
  #area-lookup-form form span.spinner {
    top: 15px;
  }
}
#team-lookup-form form span.spinner.active,
#area-lookup-form form span.spinner.active {
  opacity: 1;
}

#profile-card-modal {
  position: fixed;
  display: grid;
  grid-row-gap: 40px;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  #profile-card-modal {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  #profile-card-modal {
    border-radius: 20px;
  }
}
#profile-card-modal {
  width: 100%;
  max-width: 674px;
  max-width: fit-content;
  max-height: 90vh;
  overflow-y: auto;
  padding: 60px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.17);
  opacity: 0;
  visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#profile-card-modal::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width : 1499px) {
  #profile-card-modal {
    padding: 40px;
    grid-row-gap: 25px;
  }
}
@media only screen and (max-width : 740px) {
  #profile-card-modal {
    max-height: unset;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    border-radius: 0;
    display: block;
    padding: 60px 30px 30px;
  }
}
#profile-card-modal .profile-card {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width : 1499px) {
  #profile-card-modal .profile-card {
    padding: 20px 40px 15px;
  }
}
@media only screen and (max-width : 740px) {
  #profile-card-modal .profile-card {
    padding: 30px 30px 20px;
    margin: 20px auto;
  }
}
#profile-card-modal > header {
  display: grid;
  grid-row-gap: 20px;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width : 1499px) {
  #profile-card-modal > header {
    grid-row-gap: 10px;
  }
}
@media only screen and (max-width : 740px) {
  #profile-card-modal > header {
    grid-row-gap: 15px;
  }
}
#profile-card-modal > header .prehead {
  margin: 0 auto;
}
#profile-card-modal > header p {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  #profile-card-modal > header p {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #profile-card-modal > header p {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  #profile-card-modal > header p {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  #profile-card-modal > header p {
    font-size: 38px;
    line-height: 1.4;
  }
}
#profile-card-modal > header p {
  margin: 0;
}
#profile-card-modal > footer {
  display: grid;
  grid-row-gap: 40px;
}
@media only screen and (max-width : 1499px) {
  #profile-card-modal > footer {
    grid-row-gap: 25px;
  }
}
@media only screen and (max-width : 740px) {
  #profile-card-modal > footer {
    grid-row-gap: 20px;
  }
}
#profile-card-modal > footer p {
  margin: 0;
}
#profile-card-modal > footer p a {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 15px;
  color: #575756;
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  #profile-card-modal > footer p a {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  #profile-card-modal > footer p a {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  #profile-card-modal > footer p a {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  #profile-card-modal > footer p a {
    font-size: 26px;
    line-height: 1.6;
  }
}
#profile-card-modal > footer p a {
  font-weight: 400;
}
#profile-card-modal > footer p a svg {
  display: block;
  width: 24px;
  fill: #94C11F;
}
#profile-card-modal > footer .btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width : 1499px) and (min-width : 992px) {
  #profile-card-modal > footer .btn {
    padding: 12px 30px;
  }
}
@media only screen and (max-width : 1499px) and (min-width : 1500px) {
  #profile-card-modal > footer .btn {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 1499px) and (max-width : 991px) {
  #profile-card-modal > footer .btn {
    padding: 12px 25px;
  }
}
@media only screen and (max-width : 740px) {
  #profile-card-modal > footer .btn {
    max-width: 220px;
  }
}
#profile-card-modal .close {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  border: 2px solid #94C11F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
}
@media only screen and (max-width : 1499px) {
  #profile-card-modal .close {
    width: 53px;
    height: 53px;
  }
}
@media only screen and (max-width : 740px) {
  #profile-card-modal .close {
    width: 43px;
    height: 43px;
  }
}
#profile-card-modal .close svg {
  display: block;
  width: 40%;
}
@media only screen and (max-width : 740px) {
  #profile-card-modal .close svg {
    width: 50%;
  }
}

@media only screen and (max-width : 991px) {
  .cta-simple {
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
  }
}
.cta-simple p {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .cta-simple p {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .cta-simple p {
    font-size: 27px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  .cta-simple p {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .cta-simple p {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 0px) {
  .cta-simple p {
    line-height: 1.6;
  }
}
.cta-simple p {
  font-weight: 400;
}
.cta-simple p em {
  color: #94C11F;
}
.green .cta-simple p em {
  color: #ffffff;
}
@media only screen and (max-width : 991px) {
  .cta-simple .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.intro .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .intro .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.intro article {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .intro article {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 1499px) {
  .intro article {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 991px) {
  .intro article {
    grid-column: span 12;
  }
}
.intro article > p {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .intro article > p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .intro article > p {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .intro article > p {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .intro article > p {
    font-size: 43px;
    line-height: 1.5;
  }
}
.intro article > p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.intro article > p em {
  font-style: normal;
  color: #94C11F;
}
.intro article > p {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .intro article > p {
    margin: 1em 0 0.5em;
  }
}
.intro article > p:first-child {
  margin-top: 0;
}
.intro article > p:last-child {
  margin-bottom: 0;
}
.intro article > p {
  font-weight: 300;
}
.intro.intro-big {
  padding-top: 270px;
}
@media only screen and (max-width : 1499px) {
  .intro.intro-big {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .intro.intro-big {
    padding-top: 70px;
  }
}
.intro.intro-big {
  padding-bottom: 270px;
}
@media only screen and (max-width : 1499px) {
  .intro.intro-big {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .intro.intro-big {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 991px) {
  .intro.intro-big {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  .intro.intro-big {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  .intro.intro-big {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  .intro.intro-big {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  .intro.intro-big {
    padding-bottom: 70px;
  }
}
.intro.intro-big article > p {
  font-size: 25px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .intro.intro-big article > p {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .intro.intro-big article > p {
    font-size: 34px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .intro.intro-big article > p {
    font-size: 45px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1920px) {
  .intro.intro-big article > p {
    font-size: 52px;
    line-height: 1.5;
  }
}
.intro.intro-big article > p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.intro.intro-big article > p em {
  font-style: normal;
  color: #94C11F;
}
.intro.intro-big article > p {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .intro.intro-big article > p {
    margin: 1em 0 0.5em;
  }
}
.intro.intro-big article > p:first-child {
  margin-top: 0;
}
.intro.intro-big article > p:last-child {
  margin-bottom: 0;
}
.intro.intro-big article > p {
  font-weight: 300;
}

.intro-banner {
  padding-top: calc(190px + 95px);
}
@media only screen and (max-width : 1499px) {
  .intro-banner {
    padding-top: calc(100px + 80px);
  }
}
@media only screen and (max-width : 740px) {
  .intro-banner {
    padding-top: calc(70px + 70px);
  }
}
.intro-banner {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .intro-banner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .intro-banner {
    padding-bottom: 70px;
  }
}
.page-template-galleries .intro-banner {
  padding-bottom: 270px;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries .intro-banner {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-galleries .intro-banner {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-galleries .intro-banner {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .page-template-galleries .intro-banner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .page-template-galleries .intro-banner {
    padding-bottom: 70px;
  }
}
.intro-banner > .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .intro-banner > .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.intro-banner > .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 740px) {
  .intro-banner > .container > header {
    grid-column: span 12;
  }
}
.intro-banner > .container > header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .intro-banner > .container > header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .intro-banner > .container > header {
    grid-row-gap: 15px;
  }
}
.intro-banner > .container > header p:not(.prehead) {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .intro-banner > .container > header p:not(.prehead) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .intro-banner > .container > header p:not(.prehead) {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .intro-banner > .container > header p:not(.prehead) {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .intro-banner > .container > header p:not(.prehead) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.intro-banner > .container > header p:not(.prehead) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.intro-banner > .container > header p:not(.prehead) em {
  font-style: normal;
  color: #94C11F;
}
.intro-banner > .container > header p:not(.prehead) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .intro-banner > .container > header p:not(.prehead) {
    margin: 1em 0 0.5em;
  }
}
.intro-banner > .container > header p:not(.prehead):first-child {
  margin-top: 0;
}
.intro-banner > .container > header p:not(.prehead):last-child {
  margin-bottom: 0;
}
.intro-banner > .container > header p:not(.prehead) {
  font-weight: 300;
  margin: 0;
}
.intro-banner > .container > header p {
  margin: 0 !important;
}
.intro-banner header p.prehead:first-child {
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .intro-banner header p.prehead:first-child {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .intro-banner header p.prehead:first-child {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .intro-banner header p.prehead:first-child {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .intro-banner header p.prehead:first-child {
    font-size: 14px;
  }
}
.intro-banner header p.prehead:first-child em {
  font-style: normal;
}
.intro-banner header p.prehead:first-child > em {
  color: #94C11F;
}
.intro-banner header p.prehead:first-child {
  font-weight: 600;
  line-height: 1;
  padding: 0 16px;
  border: 2px solid #94C11F;
  color: #94C11F;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  flex: 0 0 fit-content;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
.intro-banner header p.prehead:first-child span {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .intro-banner header p.prehead:first-child {
    font-size: 15px;
    padding: 0 16px;
    height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .intro-banner header p.prehead:first-child {
    font-size: 14px;
  }
}
.intro-banner header p.prehead:first-child + h1 {
  font-size: 33px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .intro-banner header p.prehead:first-child + h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .intro-banner header p.prehead:first-child + h1 {
    font-size: 45px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .intro-banner header p.prehead:first-child + h1 {
    font-size: 59px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  .intro-banner header p.prehead:first-child + h1 {
    font-size: 71px;
    line-height: 1.3;
  }
}
.intro-banner header p.prehead:first-child + h1 {
  margin: 0;
}

.single-column .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .single-column .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.single-column .container > article {
  grid-column: 4/span 6;
}
@media only screen and (max-width : 1499px) {
  .single-column .container > article {
    grid-column: 3/span 8;
  }
}
@media only screen and (max-width : 991px) {
  .single-column .container > article {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 740px) {
  .single-column .container > article {
    grid-column: span 12;
  }
}
.single-column .container > article .testimonial {
  margin-left: -140px;
  margin-right: -140px;
}
@media only screen and (max-width : 991px) {
  .single-column .container > article .testimonial {
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 120px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width : 740px) {
  .single-column .container > article .testimonial {
    width: 100%;
    left: auto;
    transform: none;
  }
}
.single-column .container > article h2 + .video-section,
.single-column .container > article h3 + .video-section,
.single-column .container > article h4 + .video-section,
.single-column .container > article h5 + .video-section,
.single-column .container > article h6 + .video-section {
  margin-top: 2em;
}
.single-column .container > article article:first-child {
  margin-top: 0;
}
.single-column .container > article article:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width : 992px) {
  .split-columns.full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
.split-columns .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .split-columns .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.split-columns .container > section > article,
.split-columns .container > article {
  width: 100%;
}
.split-columns .container > section > article .usps,
.split-columns .container > section > article .card-pin,
.split-columns .container > article .usps,
.split-columns .container > article .card-pin {
  margin-top: 80px;
}
@media only screen and (max-width : 1499px) {
  .split-columns .container > section > article .usps,
  .split-columns .container > section > article .card-pin,
  .split-columns .container > article .usps,
  .split-columns .container > article .card-pin {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns .container > section > article .usps,
  .split-columns .container > section > article .card-pin,
  .split-columns .container > article .usps,
  .split-columns .container > article .card-pin {
    margin-top: 40px;
  }
}
.split-columns .container > section > article .usps,
.split-columns .container > section > article .card-pin,
.split-columns .container > article .usps,
.split-columns .container > article .card-pin {
  margin-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  .split-columns .container > section > article .usps,
  .split-columns .container > section > article .card-pin,
  .split-columns .container > article .usps,
  .split-columns .container > article .card-pin {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns .container > section > article .usps,
  .split-columns .container > section > article .card-pin,
  .split-columns .container > article .usps,
  .split-columns .container > article .card-pin {
    margin-bottom: 40px;
  }
}
.split-columns .container > section > article .usps:first-child,
.split-columns .container > section > article .card-pin:first-child,
.split-columns .container > article .usps:first-child,
.split-columns .container > article .card-pin:first-child {
  margin-top: 0;
}
.split-columns .container > section > article .usps:last-child,
.split-columns .container > section > article .card-pin:last-child,
.split-columns .container > article .usps:last-child,
.split-columns .container > article .card-pin:last-child {
  margin-bottom: 0;
}
.split-columns .container > section > article h1 + .card-pin,
.split-columns .container > section > article h2 + .card-pin,
.split-columns .container > section > article h3 + .card-pin,
.split-columns .container > section > article h4 + .card-pin,
.split-columns .container > section > article h5 + .card-pin,
.split-columns .container > section > article h6 + .card-pin,
.split-columns .container > article h1 + .card-pin,
.split-columns .container > article h2 + .card-pin,
.split-columns .container > article h3 + .card-pin,
.split-columns .container > article h4 + .card-pin,
.split-columns .container > article h5 + .card-pin,
.split-columns .container > article h6 + .card-pin {
  margin-top: 3.2em;
}
@media only screen and (max-width : 1499px) {
  .split-columns .container > section > article h1 + .card-pin,
  .split-columns .container > section > article h2 + .card-pin,
  .split-columns .container > section > article h3 + .card-pin,
  .split-columns .container > section > article h4 + .card-pin,
  .split-columns .container > section > article h5 + .card-pin,
  .split-columns .container > section > article h6 + .card-pin,
  .split-columns .container > article h1 + .card-pin,
  .split-columns .container > article h2 + .card-pin,
  .split-columns .container > article h3 + .card-pin,
  .split-columns .container > article h4 + .card-pin,
  .split-columns .container > article h5 + .card-pin,
  .split-columns .container > article h6 + .card-pin {
    margin-top: 2.4em;
  }
}
@media only screen and (max-width : 991px) {
  .split-columns .container > section > article .image-wrapper,
  .split-columns .container > article .image-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.split-columns .container > section {
  align-items: center;
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .split-columns .container > section {
    grid-column: span 12;
  }
}
.split-columns .container > section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 120px;
}
@media only screen and (max-width : 1499px) {
  .split-columns .container > section {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 1199px) {
  .split-columns .container > section {
    grid-column-gap: 80px;
  }
}
@media only screen and (max-width : 991px) {
  .split-columns .container > section {
    grid-column: 2/span 10;
    grid-template-columns: 1fr;
    grid-row-gap: 190px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  .split-columns .container > section {
    grid-row-gap: 100px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  .split-columns .container > section {
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 820px) {
  .split-columns .container > section {
    grid-column: span 12;
    grid-row-gap: 120px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .split-columns .container > section {
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .split-columns .container > section {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns .container > section {
    display: flex;
    flex-direction: column;
    grid-row-gap: 40px;
  }
}
.split-columns .container > section > article {
  max-width: 560px;
}
@media only screen and (max-width : 991px) {
  .split-columns .container > section > article {
    max-width: 100%;
  }
}
.split-columns .container > section > article:last-child {
  margin-left: auto;
}
@media only screen and (max-width : 820px) {
  .split-columns .container > section > article.our-solution-video {
    max-width: 550px;
    margin: 0 auto -44px;
  }
}
.split-columns .container > section > article.our-solution-video > figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.split-columns .container > section > article.our-solution-video > figure video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: contain;
}
.split-columns .container > section > article .image-wrapper figure {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .split-columns .container > section > article .image-wrapper figure {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns .container > section > article .image-wrapper figure {
    border-radius: 20px;
  }
}
.split-columns .container > section > article .image-wrapper figure img {
  display: block;
  width: 100%;
}
.split-columns .container header > :nth-child(2) {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .split-columns .container header > :nth-child(2) {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .split-columns .container header > :nth-child(2) {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .split-columns .container header > :nth-child(2) {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .split-columns .container header > :nth-child(2) {
    font-size: 58px;
    line-height: 1.3;
  }
}
.split-columns .container header > :nth-child(2) {
  margin: 20px 0 0.35em;
}
@media only screen and (max-width : 820px) {
  .split-columns .container header > :nth-child(2) {
    margin-top: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns .container header > :nth-child(2) {
    margin-top: 10px;
  }
}
.split-columns .container header > :nth-child(2):last-child {
  margin-bottom: 0;
}
.split-columns .container header > :nth-child(3) {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .split-columns .container header > :nth-child(3) {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .split-columns .container header > :nth-child(3) {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .split-columns .container header > :nth-child(3) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .split-columns .container header > :nth-child(3) {
    font-size: 26px;
    line-height: 1.6;
  }
}
.split-columns .container header > :nth-child(3) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.split-columns .container header > :nth-child(3) em {
  font-style: normal;
  color: #94C11F;
}
.split-columns .container header > :nth-child(3) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .split-columns .container header > :nth-child(3) {
    margin: 1em 0 0.5em;
  }
}
.split-columns .container header > :nth-child(3):first-child {
  margin-top: 0;
}
.split-columns .container header > :nth-child(3):last-child {
  margin-bottom: 0;
}
.split-columns .container header > :nth-child(3) {
  font-weight: 300;
}
.split-columns .container header {
  margin-bottom: 50px;
}
@media only screen and (max-width : 1499px) {
  .split-columns .container header {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns .container header {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width : 820px) {
  .split-columns .container header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns .container header {
    margin-bottom: 20px;
  }
}
.split-columns .container header:last-child {
  margin-bottom: 0;
}
.split-columns.green .container header em {
  color: #ffffff !important;
}
.split-columns .mask-test {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.split-columns .mask-test svg {
  position: absolute;
  inset: 0;
}
.split-columns .mask-test img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url("../images/sausage-clip.svg");
  mask-repeat: no-repeat;
  mask-position: 100% 100%;
  mask-size: auto 90%;
}
.split-columns.green article.multiple-images span {
  border-color: #ffffff;
}
.split-columns.split-columns-feature-image .container {
  align-items: center;
}
.split-columns.split-columns-feature-image .container > .image-column {
  grid-column: span 6;
  max-width: 100%;
}
.split-columns.split-columns-feature-image .container > .image-column > figure {
  width: 100%;
}
.split-columns.split-columns-feature-image .container > .image-column > figure img {
  width: 100%;
}
.split-columns.split-columns-feature-image .container > .text-column {
  grid-column: 8/span 4;
}
@media only screen and (max-width : 991px) {
  .split-columns.split-columns-feature-image .container {
    grid-row-gap: 70px;
  }
  .split-columns.split-columns-feature-image .container > .image-column,
  .split-columns.split-columns-feature-image .container > .text-column {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 740px) {
  .split-columns.split-columns-feature-image .container {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .split-columns.mob-reverse > .container > section {
    display: flex;
    flex-direction: column-reverse;
  }
}

article.multiple-images {
  width: 100%;
  margin: 0 auto;
  max-width: 560px;
  margin-top: 80px;
}
@media only screen and (max-width : 1499px) {
  article.multiple-images {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  article.multiple-images {
    margin-top: 40px;
  }
}
article.multiple-images {
  margin-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  article.multiple-images {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  article.multiple-images {
    margin-bottom: 40px;
  }
}
article.multiple-images:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width : 991px) {
  article.multiple-images {
    max-width: 400px;
  }
}
@media only screen and (max-width : 740px) {
  article.multiple-images {
    width: 65%;
  }
}
article.multiple-images .multiple-images-inner {
  width: 100%;
  height: 0;
  padding-bottom: 167%;
  position: relative;
}
article.multiple-images .multiple-images-inner span {
  display: block;
  height: 0;
  width: 53%;
  padding-bottom: 53%;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  border: 2px solid #94C11F;
  transform: translateY(33%);
}
article.multiple-images .multiple-images-inner figure {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
article.multiple-images .multiple-images-inner figure div {
  width: 100%;
  height: 100%;
}
article.multiple-images .multiple-images-inner figure div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url("../images/sausage-clip.svg");
  mask-repeat: no-repeat;
}
article.multiple-images .multiple-images-inner figure:nth-child(1) div {
  transform: translateY(10%);
}
article.multiple-images .multiple-images-inner figure:nth-child(1) div img {
  mask-image: url("../images/circle-clip.svg");
  mask-position: 0% 0%;
  mask-size: 53% auto;
}
article.multiple-images .multiple-images-inner figure:nth-child(2) div {
  transform: translateY(0%);
}
article.multiple-images .multiple-images-inner figure:nth-child(2) div img {
  mask-position: 100% 50%;
  mask-size: 73% auto;
}
article.multiple-images .multiple-images-inner figure:nth-child(3) div {
  transform: translateY(-10%);
}
article.multiple-images .multiple-images-inner figure:nth-child(3) div img {
  mask-position: 0% 100%;
  mask-size: 53% auto;
}

.gallery .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .gallery .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.gallery .container {
  grid-row-gap: 60px;
}
.gallery .container > section,
.gallery .container > footer {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .gallery .container > section,
  .gallery .container > footer {
    grid-column: span 12;
  }
}
.gallery .container > section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}
.gallery .container > section article {
  width: 100%;
  z-index: 1;
}
.gallery .container > section article figure {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .gallery .container > section article figure {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery .container > section article figure {
    border-radius: 20px;
  }
}
.gallery .container > section article figure {
  position: relative;
  height: 0;
  padding-bottom: 164%;
}
.gallery .container > section article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.gallery .container > section:nth-child(odd) article:nth-child(1) figure, .gallery .container > section:nth-child(odd) article:nth-child(2) figure {
  width: 110%;
  left: -5%;
}
.gallery .container > section:nth-child(odd) article:nth-child(1) {
  transform: translateY(270px);
}
@media only screen and (max-width : 1919px) {
  .gallery .container > section:nth-child(odd) article:nth-child(1) {
    transform: translateY(17vw);
  }
}
.gallery .container > section:nth-child(odd) article:nth-child(3) {
  display: flex;
  align-items: flex-end;
  transform: translateY(-270px);
}
@media only screen and (max-width : 1919px) {
  .gallery .container > section:nth-child(odd) article:nth-child(3) {
    transform: translateY(-17vw);
  }
}
.gallery .container > section:nth-child(odd) article:nth-child(3) figure {
  width: 56%;
  margin: 0 auto;
  padding-bottom: 83%;
}
.gallery .container > section:nth-child(even) article:nth-child(1) {
  transform: translateY(270px);
}
@media only screen and (max-width : 1919px) {
  .gallery .container > section:nth-child(even) article:nth-child(1) {
    transform: translateY(17vw);
  }
}
.gallery .container > section:nth-child(even) article:nth-child(1) figure {
  width: 56%;
  margin: 0 auto;
  padding-bottom: 83%;
}
.gallery .container > section:nth-child(even) article:nth-child(2) {
  z-index: 2;
}
.gallery .container > section:nth-child(even) article:nth-child(2) figure, .gallery .container > section:nth-child(even) article:nth-child(3) figure {
  width: 110%;
  position: relative;
  left: -5%;
  height: 0;
  padding-bottom: 150%;
}
.gallery .container > section:nth-child(even) article:nth-child(3) {
  transform: translateY(-270px);
}
@media only screen and (max-width : 1919px) {
  .gallery .container > section:nth-child(even) article:nth-child(3) {
    transform: translateY(-17vw);
  }
}
.gallery .container footer {
  display: flex;
  justify-content: center;
}
.gallery .container footer a.btn {
  margin: 0;
}

.gallery-standard .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .gallery-standard .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.gallery-standard .container > a {
  position: relative;
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .gallery-standard .container > a {
    grid-column: span 12;
  }
}
.gallery-standard .container > a > header {
  margin-bottom: 40px;
}
@media only screen and (max-width : 991px) {
  .gallery-standard .container > a > header {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-standard .container > a > header {
    margin-bottom: 25px;
  }
}
.gallery-standard .container > a > section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 40px;
}
@media only screen and (max-width : 991px) {
  .gallery-standard .container > a > section {
    gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-standard .container > a > section {
    gap: 25px;
  }
}
.gallery-standard .container > a > section {
  margin-bottom: 40px;
}
@media only screen and (max-width : 991px) {
  .gallery-standard .container > a > section {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-standard .container > a > section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-standard .container > a > section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gallery-standard .container > a > section:last-of-type {
  margin-bottom: 0;
}
.gallery-standard .container > a > section article {
  width: 100%;
  z-index: 1;
}
.gallery-standard .container > a > section article figure {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .gallery-standard .container > a > section article figure {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-standard .container > a > section article figure {
    border-radius: 20px;
  }
}
.gallery-standard .container > a > section article figure {
  position: relative;
  height: 0;
  padding-bottom: 136%;
}
.gallery-standard .container > a > section article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.gallery-standard .container > a > footer .btn {
  margin-top: 0;
}
@media only screen and (max-width : 1199px) {
  .gallery-standard .container > a > footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 1499px) {
  .gallery-standard .container > a > footer {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 740px) {
  .gallery-standard .container > a > footer {
    margin-top: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .gallery-standard .container > a > footer {
    max-width: fit-content;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .gallery-standard .container > a > footer .btn {
    margin: 0 auto;
    transform: scale(0);
  }
  .gallery-standard .container > a > footer .btn span {
    white-space: nowrap;
    transition: opacity 0.15s ease-in-out 0s;
    opacity: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .gallery-standard .container > a:hover > footer .btn {
    transform: scale(1);
  }
  .gallery-standard .container > a:hover > footer .btn span {
    opacity: 1;
    transition: opacity 0.15s ease-in-out 0.15s;
  }
}

.gallery-simple .container {
  grid-row-gap: 30px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .gallery-simple .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple .container {
    grid-row-gap: 10px;
  }
}
.gallery-simple section {
  grid-column-gap: 30px;
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .gallery-simple section {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 1499px) {
  .gallery-simple section {
    grid-column: 2/span 10;
  }
}
.gallery-simple section figure,
.gallery-simple section a {
  display: block;
  height: 670px;
  width: 100%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .gallery-simple section figure,
  .gallery-simple section a {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure,
  .gallery-simple section a {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 1499px) {
  .gallery-simple section figure,
  .gallery-simple section a {
    height: 580px;
  }
}
@media only screen and (max-width : 991px) {
  .gallery-simple section figure,
  .gallery-simple section a {
    height: 480px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure,
  .gallery-simple section a {
    height: auto;
  }
}
.gallery-simple section figure img,
.gallery-simple section a img {
  position: absolute;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .gallery-simple section figure img,
  .gallery-simple section a img {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure img,
  .gallery-simple section a img {
    border-radius: 20px;
  }
}
.gallery-simple section figure img,
.gallery-simple section a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure img,
  .gallery-simple section a img {
    position: static;
  }
}
.gallery-simple section figure.video, .gallery-simple section figure.matterport,
.gallery-simple section a.video,
.gallery-simple section a.matterport {
  cursor: pointer;
}
.gallery-simple section figure.video img, .gallery-simple section figure.matterport img,
.gallery-simple section a.video img,
.gallery-simple section a.matterport img {
  position: relative;
  z-index: 2;
}
.gallery-simple section figure.video span, .gallery-simple section figure.matterport span,
.gallery-simple section a.video span,
.gallery-simple section a.matterport span {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  .gallery-simple section figure.video span, .gallery-simple section figure.matterport span,
  .gallery-simple section a.video span,
  .gallery-simple section a.matterport span {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure.video span, .gallery-simple section figure.matterport span,
  .gallery-simple section a.video span,
  .gallery-simple section a.matterport span {
    width: 64px;
    height: 64px;
  }
}
.animation .gallery-simple section figure.video span, .animation .gallery-simple section figure.matterport span,
.animation .gallery-simple section a.video span,
.animation .gallery-simple section a.matterport span {
  box-shadow: none;
}
.gallery-simple section figure.video span:after, .gallery-simple section figure.matterport span:after,
.gallery-simple section a.video span:after,
.gallery-simple section a.matterport span:after {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  .gallery-simple section figure.video span:after, .gallery-simple section figure.matterport span:after,
  .gallery-simple section a.video span:after,
  .gallery-simple section a.matterport span:after {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure.video span:after, .gallery-simple section figure.matterport span:after,
  .gallery-simple section a.video span:after,
  .gallery-simple section a.matterport span:after {
    font-size: 27px;
  }
}
.gallery-simple section figure.video span,
.gallery-simple section a.video span {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.gallery-simple section figure.video span:after,
.gallery-simple section a.video span:after {
  color: #ffffff;
}
@media only screen and (min-width : 992px) {
  .gallery-simple section figure.matterport span,
  .gallery-simple section a.matterport span {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .gallery-simple section figure.matterport span,
  .gallery-simple section a.matterport span {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .gallery-simple section figure.matterport span,
  .gallery-simple section a.matterport span {
    padding: 12px 25px;
  }
}
.gallery-simple section figure.matterport span,
.gallery-simple section a.matterport span {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: auto;
  grid-column-gap: 10px;
  border-radius: 50px;
  transition: all 0.15s ease-in-out;
}
.gallery-simple section figure.matterport span:hover,
.gallery-simple section a.matterport span:hover {
  margin: 3px 0 0 3px;
  box-shadow: 0px 0px 0 #94C11F;
}
.gallery-simple section figure.matterport span:after,
.gallery-simple section a.matterport span:after {
  content: "\f554";
  font-size: 33px;
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure.matterport span:after,
  .gallery-simple section a.matterport span:after {
    font-size: 25px;
  }
}
.gallery-simple section figure.matterport span:before,
.gallery-simple section a.matterport span:before {
  content: "Launch 3D Showcase";
  width: auto;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .gallery-simple section figure.matterport span,
  .gallery-simple section a.matterport span {
    padding: 10px 20px;
  }
}
.gallery-simple section.single-image figure,
.gallery-simple section.single-image a {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width : 991px) {
  .gallery-simple section.single-image figure,
  .gallery-simple section.single-image a {
    width: 100%;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple section.single-image figure,
  .gallery-simple section.single-image a {
    width: 100%;
  }
}
.gallery-simple section.images-40-60 {
  display: grid;
  grid-template-columns: calc(40% - 15px) calc(60% - 15px);
}
.gallery-simple section.images-60-40 {
  display: grid;
  grid-template-columns: calc(60% - 15px) calc(40% - 15px);
}
@media only screen and (max-width : 991px) {
  .gallery-simple section.images-40-60, .gallery-simple section.images-60-40 {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .gallery-simple section.images-40-60, .gallery-simple section.images-60-40 {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
  }
}

.page-template-gallery .banner.intro-banner,
.single-gallery .banner.intro-banner {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .page-template-gallery .banner.intro-banner,
  .single-gallery .banner.intro-banner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .banner.intro-banner,
  .single-gallery .banner.intro-banner {
    padding-bottom: 70px;
  }
}
.page-template-gallery .gallery-rows,
.single-gallery .gallery-rows {
  position: relative;
}
.page-template-gallery .gallery-rows nav,
.single-gallery .gallery-rows nav {
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0;
  height: 57px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 99;
  transition: margin 0.15s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows nav,
  .single-gallery .gallery-rows nav {
    height: 47px;
    top: 30px;
  }
}
.page-template-gallery .gallery-rows nav ul,
.page-template-gallery .gallery-rows nav li,
.page-template-gallery .gallery-rows nav a,
.single-gallery .gallery-rows nav ul,
.single-gallery .gallery-rows nav li,
.single-gallery .gallery-rows nav a {
  height: inherit;
}
.page-template-gallery .gallery-rows nav ul,
.single-gallery .gallery-rows nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0;
}
.page-template-gallery .gallery-rows nav ul a,
.single-gallery .gallery-rows nav ul a {
  color: #ffffff;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  padding: 0 32px;
}
@media only screen and (max-width : 991px) {
  .page-template-gallery .gallery-rows nav ul a,
  .single-gallery .gallery-rows nav ul a {
    padding: 0 24px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows nav ul a,
  .single-gallery .gallery-rows nav ul a {
    padding: 0 15px;
  }
}
.page-template-gallery .gallery-rows nav ul a svg,
.single-gallery .gallery-rows nav ul a svg {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  fill: #ffffff;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows nav ul a svg,
  .single-gallery .gallery-rows nav ul a svg {
    width: 18px;
    height: 18px;
    transform: translateY(1px);
  }
}
.page-template-gallery .gallery-rows nav ul a span,
.single-gallery .gallery-rows nav ul a span {
  white-space: nowrap;
  font-weight: 400;
}
@media only screen and (min-width : 1500px) {
  .page-template-gallery .gallery-rows nav ul a span,
  .single-gallery .gallery-rows nav ul a span {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows nav ul a span,
  .single-gallery .gallery-rows nav ul a span {
    display: none;
  }
}
.page-template-gallery .gallery-rows nav ul a:hover,
.single-gallery .gallery-rows nav ul a:hover {
  color: #94C11F;
}
.page-template-gallery .gallery-rows nav ul a:hover svg,
.single-gallery .gallery-rows nav ul a:hover svg {
  fill: #94C11F;
}
.page-template-gallery .gallery-rows nav ul li a,
.page-template-gallery .gallery-rows nav ul li svg,
.single-gallery .gallery-rows nav ul li a,
.single-gallery .gallery-rows nav ul li svg {
  transition: all 0.15s ease-in-out;
}
.page-template-gallery .gallery-rows nav ul li a.active,
.single-gallery .gallery-rows nav ul li a.active {
  background-color: #94C11F;
  border-radius: 50px;
}
.page-template-gallery .gallery-rows nav ul li a.active svg,
.single-gallery .gallery-rows nav ul li a.active svg {
  fill: #ffffff;
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows nav ul li:nth-child(1) a span,
  .single-gallery .gallery-rows nav ul li:nth-child(1) a span {
    display: block;
  }
}
.page-template-gallery .gallery-rows nav ul li:nth-child(3) a svg,
.single-gallery .gallery-rows nav ul li:nth-child(3) a svg {
  width: 28px;
  height: 28px;
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows nav ul li:nth-child(3) a svg,
  .single-gallery .gallery-rows nav ul li:nth-child(3) a svg {
    width: 20px;
    height: 20px;
  }
}
.page-template-gallery .gallery-rows .gallery-row,
.single-gallery .gallery-rows .gallery-row {
  height: 100vh;
  position: relative;
}
.page-template-gallery .gallery-rows .gallery-row.carousel-collection > .prehead,
.single-gallery .gallery-rows .gallery-row.carousel-collection > .prehead {
  position: absolute;
  right: 100px;
  top: 61px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width : 1199px) {
  .page-template-gallery .gallery-rows .gallery-row.carousel-collection > .prehead,
  .single-gallery .gallery-rows .gallery-row.carousel-collection > .prehead {
    right: 50%;
    top: 130px;
    transform: translateX(50%);
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows .gallery-row.carousel-collection > .prehead,
  .single-gallery .gallery-rows .gallery-row.carousel-collection > .prehead {
    top: 100px;
  }
}
.page-template-gallery .gallery-rows .gallery-row.carousel-collection:before,
.single-gallery .gallery-rows .gallery-row.carousel-collection:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100vh;
  pointer-events: none;
  background: linear-gradient(209deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 200px, rgba(0, 0, 0, 0) 400px);
}
@media only screen and (max-width : 1199px) {
  .page-template-gallery .gallery-rows .gallery-row.carousel-collection:before,
  .single-gallery .gallery-rows .gallery-row.carousel-collection:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 150px, rgba(0, 0, 0, 0) 300px);
  }
}
.page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper,
.single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper {
  z-index: 2;
  bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media only screen and (min-width : 741px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper,
  .single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper,
  .single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width : 1399px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper,
  .single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper,
.single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper {
  max-width: 1840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media only screen and (max-width : 820px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper,
  .single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper {
    top: auto;
    bottom: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper,
  .single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper {
    bottom: 50px;
  }
}
.page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper .swiper-scrollbar,
.single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper .swiper-scrollbar {
  position: static;
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
@media only screen and (max-width : 820px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper .swiper-scrollbar,
  .single-gallery .gallery-rows .gallery-row .swiper-scrollbar-wrapper .swiper-scrollbar {
    width: 100%;
  }
}
.page-template-gallery .gallery-rows .gallery-row .swiper-nav,
.single-gallery .gallery-rows .gallery-row .swiper-nav {
  margin: 0;
  z-index: 2;
  justify-content: space-between;
  pointer-events: none;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media only screen and (min-width : 741px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-nav,
  .single-gallery .gallery-rows .gallery-row .swiper-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-nav,
  .single-gallery .gallery-rows .gallery-row .swiper-nav {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width : 1399px) {
  .page-template-gallery .gallery-rows .gallery-row .swiper-nav,
  .single-gallery .gallery-rows .gallery-row .swiper-nav {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.page-template-gallery .gallery-rows .gallery-row .swiper-nav,
.single-gallery .gallery-rows .gallery-row .swiper-nav {
  max-width: 1840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next {
  pointer-events: all;
  border-width: 0;
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:after,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev span:after,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:after,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next span:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev span:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next span:after {
  color: #ffffff;
  transform: translateX(0px);
}
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:hover,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:hover,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:hover,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:hover:after,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:hover span:after,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:hover:after,
.page-template-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:hover span:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:hover:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-prev:hover span:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:hover:after,
.single-gallery .gallery-rows .gallery-row .swiper-nav .swiper-button-next:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.page-template-gallery .gallery-rows .gallery-row figure,
.single-gallery .gallery-rows .gallery-row figure {
  width: 100vw;
  height: 100vh;
}
.page-template-gallery .gallery-rows .gallery-row figure > a,
.single-gallery .gallery-rows .gallery-row figure > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-template-gallery .gallery-rows .gallery-row figure > a span,
.single-gallery .gallery-rows .gallery-row figure > a span {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  .page-template-gallery .gallery-rows .gallery-row figure > a span,
  .single-gallery .gallery-rows .gallery-row figure > a span {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows .gallery-row figure > a span,
  .single-gallery .gallery-rows .gallery-row figure > a span {
    width: 64px;
    height: 64px;
  }
}
.animation .page-template-gallery .gallery-rows .gallery-row figure > a span,
.animation .single-gallery .gallery-rows .gallery-row figure > a span {
  box-shadow: none;
}
.page-template-gallery .gallery-rows .gallery-row figure > a span:after,
.single-gallery .gallery-rows .gallery-row figure > a span:after {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  .page-template-gallery .gallery-rows .gallery-row figure > a span:after,
  .single-gallery .gallery-rows .gallery-row figure > a span:after {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows .gallery-row figure > a span:after,
  .single-gallery .gallery-rows .gallery-row figure > a span:after {
    font-size: 27px;
  }
}
.page-template-gallery .gallery-rows .gallery-row figure.type-3d > a .matterportlogo,
.single-gallery .gallery-rows .gallery-row figure.type-3d > a .matterportlogo {
  display: block;
  width: 20%;
  max-width: 350px;
  position: absolute;
  left: 80px;
  bottom: 80px;
  opacity: 0.5;
}
@media only screen and (max-width : 820px) {
  .page-template-gallery .gallery-rows .gallery-row figure.type-3d > a .matterportlogo,
  .single-gallery .gallery-rows .gallery-row figure.type-3d > a .matterportlogo {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-template-gallery .gallery-rows .gallery-row figure.type-3d > a .matterportlogo:before,
.single-gallery .gallery-rows .gallery-row figure.type-3d > a .matterportlogo:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 13.6%;
  background-image: url("../images/matterport-logo.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media only screen and (min-width : 992px) {
  .page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span,
  .single-gallery .gallery-rows .gallery-row figure.type-3d > a span {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span,
  .single-gallery .gallery-rows .gallery-row figure.type-3d > a span {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span,
  .single-gallery .gallery-rows .gallery-row figure.type-3d > a span {
    padding: 12px 25px;
  }
}
.page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span,
.single-gallery .gallery-rows .gallery-row figure.type-3d > a span {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: auto;
  grid-column-gap: 10px;
  border-radius: 50px;
  transition: all 0.15s ease-in-out;
}
.page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span:hover,
.single-gallery .gallery-rows .gallery-row figure.type-3d > a span:hover {
  margin: 3px 0 0 3px;
  box-shadow: 0px 0px 0 #94C11F;
}
.page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span:after,
.single-gallery .gallery-rows .gallery-row figure.type-3d > a span:after {
  content: "\f554";
  font-size: 33px;
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span:after,
  .single-gallery .gallery-rows .gallery-row figure.type-3d > a span:after {
    font-size: 25px;
  }
}
.page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span:before,
.single-gallery .gallery-rows .gallery-row figure.type-3d > a span:before {
  content: "Launch 3D Showcase";
  width: auto;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .gallery-rows .gallery-row figure.type-3d > a span,
  .single-gallery .gallery-rows .gallery-row figure.type-3d > a span {
    padding: 10px 20px;
  }
}
.page-template-gallery .gallery-rows .gallery-row figure img,
.single-gallery .gallery-rows .gallery-row figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-gallery .gallery-rows .gallery-row .videowrapper,
.single-gallery .gallery-rows .gallery-row .videowrapper {
  padding-bottom: 100vh;
}
.page-template-gallery .galleries-section,
.single-gallery .galleries-section {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .page-template-gallery .galleries-section,
  .single-gallery .galleries-section {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .galleries-section,
  .single-gallery .galleries-section {
    padding-top: 70px;
  }
}
.page-template-gallery .galleries-section,
.single-gallery .galleries-section {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .page-template-gallery .galleries-section,
  .single-gallery .galleries-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .galleries-section,
  .single-gallery .galleries-section {
    padding-bottom: 70px;
  }
}
.page-template-gallery .galleries-section > .container:first-child > header,
.single-gallery .galleries-section > .container:first-child > header {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .page-template-gallery .galleries-section > .container:first-child > header,
  .single-gallery .galleries-section > .container:first-child > header {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .galleries-section > .container:first-child > header,
  .single-gallery .galleries-section > .container:first-child > header {
    padding-top: 70px;
  }
}
.page-template-gallery .galleries-section > .container:first-child > header,
.single-gallery .galleries-section > .container:first-child > header {
  padding-bottom: 50px;
}
@media only screen and (max-width : 1499px) {
  .page-template-gallery .galleries-section > .container:first-child > header,
  .single-gallery .galleries-section > .container:first-child > header {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-gallery .galleries-section > .container:first-child > header,
  .single-gallery .galleries-section > .container:first-child > header {
    padding-bottom: 25px;
  }
}
.page-template-gallery .galleries-section > .container:first-child > header .prehead,
.single-gallery .galleries-section > .container:first-child > header .prehead {
  margin: 0 auto;
}
.page-template-gallery .galleries-section > .container:last-child .btn:before,
.single-gallery .galleries-section > .container:last-child .btn:before {
  content: "\f060";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 0.8em;
  transition: all 0.15s ease-in-out;
  transform: translateX(0px);
}
.page-template-gallery .galleries-section > .container:last-child .btn:after,
.single-gallery .galleries-section > .container:last-child .btn:after {
  display: none;
}
.page-template-gallery .galleries-section > .container:last-child .btn:hover:before,
.single-gallery .galleries-section > .container:last-child .btn:hover:before {
  transform: translateX(-10px);
}

.single-gallery .videowrapper > .mute {
  position: absolute;
  z-index: 999;
  left: 100px;
  top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.single-gallery .videowrapper > .mute:after,
.single-gallery .videowrapper > .mute span:after {
  color: #ffffff;
  transform: translateX(0);
}
.single-gallery .videowrapper > .mute:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.single-gallery .videowrapper > .mute:hover:after,
.single-gallery .videowrapper > .mute:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.single-gallery .videowrapper > .mute {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1199px) {
  .single-gallery .videowrapper > .mute {
    left: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .single-gallery .videowrapper > .mute {
    width: 47px;
    height: 47px;
    left: 30px;
  }
}
.single-gallery .videowrapper > .mute:after {
  content: "\f2e2";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
}
.single-gallery .videowrapper > .mute.unmute:after {
  content: "\f028";
}
.single-gallery .videowrapper > .mute:hover:after {
  transform: translateX(0) !important;
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button {
  background-color: transparent !important;
  backdrop-filter: none !important;
  z-index: 2 !important;
  border-radius: 0 !important;
  display: block !important;
}
@media only screen and (min-width : 1200px) {
  .single-gallery .videowrapper > .video-js .vjs-big-play-button {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
  }
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button:before {
  display: none;
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  .single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  .single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 64px;
    height: 64px;
  }
}
.animation .single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder {
  box-shadow: none;
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:after {
  color: #ffffff;
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder {
  transition: all 0.15s ease-in-out;
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:hover {
  background: #94C11F;
}
.single-gallery .videowrapper > .video-js .vjs-big-play-button.vjs-icon-pause .vjs-icon-placeholder:before {
  content: "\f04c";
  color: #ffffff;
  text-indent: 1px;
}
.single-gallery .videowrapper > .video-js:hover .vjs-poster {
  transform: scale(1);
}
.single-gallery .videowrapper > .video-js .vjs-control-bar {
  display: none;
}

.accordion li > h3,
.accordion li > h4,
.accordion li > header,
.faqs li > h3,
.faqs li > h4,
.faqs li > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 20px;
  margin: 0;
}
.accordion li > h3 h3,
.accordion li > h3 p,
.accordion li > h4 h3,
.accordion li > h4 p,
.accordion li > header h3,
.accordion li > header p,
.faqs li > h3 h3,
.faqs li > h3 p,
.faqs li > h4 h3,
.faqs li > h4 p,
.faqs li > header h3,
.faqs li > header p {
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .accordion li > h3,
  .accordion li > h4,
  .accordion li > header,
  .faqs li > h3,
  .faqs li > h4,
  .faqs li > header {
    grid-column-gap: 10px;
  }
}
.accordion li > h3 span,
.accordion li > h4 span,
.accordion li > header span,
.faqs li > h3 span,
.faqs li > h4 span,
.faqs li > header span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 57px;
  height: 38px;
  flex: 0 0 57px;
  border: 2px solid #94C11F;
  cursor: pointer;
}
@media only screen and (max-width : 740px) {
  .accordion li > h3 span,
  .accordion li > h4 span,
  .accordion li > header span,
  .faqs li > h3 span,
  .faqs li > h4 span,
  .faqs li > header span {
    width: 40px;
    height: 28px;
    flex: 0 0 40px;
  }
}
.accordion li > h3 span svg,
.accordion li > h4 span svg,
.accordion li > header span svg,
.faqs li > h3 span svg,
.faqs li > h4 span svg,
.faqs li > header span svg {
  display: block;
  width: 21px;
  height: 21px;
  stroke: #94C11F;
}
@media only screen and (max-width : 740px) {
  .accordion li > h3 span svg,
  .accordion li > h4 span svg,
  .accordion li > header span svg,
  .faqs li > h3 span svg,
  .faqs li > h4 span svg,
  .faqs li > header span svg {
    width: 16px;
    height: 16px;
  }
}
.accordion li h3,
.faqs li h3 {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .accordion li h3,
  .faqs li h3 {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .accordion li h3,
  .faqs li h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .accordion li h3,
  .faqs li h3 {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .accordion li h3,
  .faqs li h3 {
    font-size: 26px;
    line-height: 1.6;
  }
}
.accordion li h4,
.faqs li h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .accordion li h4,
  .faqs li h4 {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 1199px) {
  .accordion li h4,
  .faqs li h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .accordion li h4,
  .faqs li h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .accordion li h4,
  .faqs li h4 {
    font-size: 16px;
  }
}
.accordion li h4 em,
.faqs li h4 em {
  font-style: normal;
}
.accordion li h4 > em,
.faqs li h4 > em {
  color: #94C11F;
}
.accordion li > h3 > em,
.accordion li > h4 > em,
.accordion li > header > em,
.faqs li > h3 > em,
.faqs li > h4 > em,
.faqs li > header > em {
  color: inherit;
}
.accordion li article,
.faqs li article {
  height: 0;
  overflow: hidden;
}
.accordion li article .content,
.faqs li article .content {
  padding: 0 0 50px 0;
  max-width: 980px;
}
@media only screen and (max-width : 740px) {
  .accordion li article .content,
  .faqs li article .content {
    padding: 0 0 25px 0;
  }
}
.accordion li.active > h3 span svg .vert,
.accordion li.active > h4 span svg .vert,
.accordion li.active > header span svg .vert,
.faqs li.active > h3 span svg .vert,
.faqs li.active > h4 span svg .vert,
.faqs li.active > header span svg .vert {
  display: none;
}
.accordion li.active article,
.faqs li.active article {
  height: auto;
}

.faqs li,
.accordion li {
  padding: 15px 0;
  border-bottom: 1px solid #94C11F;
}
.faqs li:last-child,
.accordion li:last-child {
  border-width: 0;
}
.faqs li,
.accordion li {
  padding: 0;
  border-color: #94C11F;
}
.faqs li:first-child,
.accordion li:first-child {
  border-top: 1px solid #94C11F;
}
.faqs li:last-child,
.accordion li:last-child {
  border-bottom: 1px solid #94C11F;
}
.faqs li > h3,
.faqs li > header,
.accordion li > h3,
.accordion li > header {
  cursor: pointer;
  padding: 35px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 17px;
  }
}
.faqs li > h3 em,
.faqs li > header em,
.accordion li > h3 em,
.accordion li > header em {
  font-style: normal;
}
.faqs li > h3 > em,
.faqs li > header > em,
.accordion li > h3 > em,
.accordion li > header > em {
  color: #94C11F;
}
@media only screen and (max-width : 991px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    padding: 25px 0;
  }
}
@media only screen and (max-width : 740px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    padding: 20px 0;
  }
}
@media only screen and (max-width : 740px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 400;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1199px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 991px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .faqs li > h3,
  .faqs li > header,
  .accordion li > h3,
  .accordion li > header {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .faqs li > h3 em,
  .faqs li > header em,
  .accordion li > h3 em,
  .accordion li > header em {
    font-style: normal;
  }
  .faqs li > h3 > em,
  .faqs li > header > em,
  .accordion li > h3 > em,
  .accordion li > header > em {
    color: #94C11F;
  }
}
.faqs li > h3 em,
.faqs li > header em,
.accordion li > h3 em,
.accordion li > header em {
  color: #575756;
}

.faqs-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .faqs-section .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.faqs-section .container {
  display: grid;
  grid-row-gap: 80px;
}
@media only screen and (max-width : 991px) {
  .faqs-section .container {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section .container {
    grid-row-gap: 35px;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section .container {
    display: flex;
    flex-direction: column;
  }
}
.faqs-section .container > h2 {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1499px) {
  .faqs-section .container > h2 {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 991px) {
  .faqs-section .container > h2 {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section .container > h2 {
    grid-column: span 12;
  }
}
.faqs-section .container > h2 {
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .faqs-section .container > h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .faqs-section .container > h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .faqs-section .container > h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section .container > h2 {
    font-size: 14px;
  }
}
.faqs-section .container > h2 em {
  font-style: normal;
}
.faqs-section .container > h2 > em {
  color: #94C11F;
}
.faqs-section .container > h2 {
  font-weight: 600;
  line-height: 1;
  padding: 0 16px;
  border: 2px solid #94C11F;
  color: #94C11F;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  flex: 0 0 fit-content;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
.faqs-section .container > h2 span {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .faqs-section .container > h2 {
    font-size: 15px;
    padding: 0 16px;
    height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section .container > h2 {
    font-size: 14px;
  }
}
.faqs-section .container > ul {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1499px) {
  .faqs-section .container > ul {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 991px) {
  .faqs-section .container > ul {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section .container > ul {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 1499px) {
  .faqs-section.accordion-vacancies .container > h2 {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 991px) {
  .faqs-section.accordion-vacancies .container > h2 {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 1499px) {
  .faqs-section.accordion-vacancies .container > ul {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 991px) {
  .faqs-section.accordion-vacancies .container > ul {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section.accordion-vacancies .accordion li header {
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  .faqs-section.accordion-vacancies .accordion li header h3 {
    flex: 0 0 100%;
  }
  .faqs-section.accordion-vacancies .accordion li header p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .faqs-section.accordion-vacancies .accordion li header p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1199px) {
  .faqs-section.accordion-vacancies .accordion li header p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 991px) {
  .faqs-section.accordion-vacancies .accordion li header p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .faqs-section.accordion-vacancies .accordion li header p {
    font-size: 14px;
  }
}
@media only screen and (max-width : 740px) {
  .faqs-section.accordion-vacancies .accordion li header p em {
    font-style: normal;
  }
  .faqs-section.accordion-vacancies .accordion li header p > em {
    color: #94C11F;
  }
  .faqs-section.accordion-vacancies .accordion li header span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.video-section {
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 1499px) {
  .video-section {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .video-section {
    grid-row-gap: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .video-section {
    padding-bottom: 70px;
  }
}
.video-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .video-section .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.video-section .container > article {
  grid-column: 4/span 6;
}
@media only screen and (max-width : 1499px) {
  .video-section .container > article {
    grid-column: 3/span 8;
  }
}
@media only screen and (max-width : 991px) {
  .video-section .container > article {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 740px) {
  .video-section .container > article {
    grid-column: span 12;
  }
}
.video-section .container > article {
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .video-section .container > article {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .video-section .container > article {
    grid-row-gap: 25px;
  }
}
.video-section .container > article .btn {
  margin-top: 120px;
}
@media only screen and (max-width : 1499px) {
  .video-section .container > article .btn {
    margin-top: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .video-section .container > article .btn {
    margin-top: 50px;
  }
}
.video-section .container > article .btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width : 740px) {
  .video-section .container > article .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .video-section .container > article .videowrapper {
    display: flex;
    flex-direction: column-reverse;
    grid-row-gap: 20px;
  }
  .video-section .container > article .videowrapper > .video-js {
    padding: 0;
    height: auto !important;
  }
  .video-section .container > article .videowrapper > .video-js > video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}

body .watch-this {
  display: flex;
  grid-column-gap: 20px;
  align-items: center;
  max-width: fit-content;
  padding: 20px 40px;
  cursor: pointer;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  body .watch-this {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this {
    border-radius: 20px;
  }
}
body .watch-this {
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
  margin-top: 80px;
}
@media only screen and (max-width : 1499px) {
  body .watch-this {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this {
    margin-top: 40px;
  }
}
body .watch-this {
  transition: all 0.15s ease-in-out;
}
body .watch-this:hover {
  box-shadow: none;
  transform: translateX(3px) translateY(3px);
}
@media only screen and (max-width : 1499px) {
  body .watch-this {
    padding: 20px;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this {
    text-align: center;
    display: grid;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this .prehead {
    justify-self: center;
  }
}
body .watch-this p {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  body .watch-this p {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  body .watch-this p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  body .watch-this p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  body .watch-this p {
    font-size: 26px;
    line-height: 1.6;
  }
}
body .watch-this p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
body .watch-this p em {
  font-style: normal;
  color: #94C11F;
}
body .watch-this p {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  body .watch-this p {
    margin: 1em 0 0.5em;
  }
}
body .watch-this p:first-child {
  margin-top: 0;
}
body .watch-this p:last-child {
  margin-bottom: 0;
}
body .watch-this p {
  font-weight: 300;
  margin: 0;
}
body .watch-this > span {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  body .watch-this > span {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this > span {
    width: 64px;
    height: 64px;
  }
}
.animation body .watch-this > span {
  box-shadow: none;
}
body .watch-this > span {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
}
@media only screen and (max-width : 991px) {
  body .watch-this > span {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this > span {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
}
body .watch-this > span {
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
  position: static;
  transform: none;
  display: block;
  border-width: 2px;
  box-shadow: none;
}
@media only screen and (max-width : 740px) {
  body .watch-this > span {
    justify-self: center;
    margin: 0 auto;
  }
}
body .watch-this > span:before {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  body .watch-this > span:before {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this > span:before {
    font-size: 27px;
  }
}
body .watch-this > span:before {
  font-size: 23px;
}
@media only screen and (max-width : 991px) {
  body .watch-this > span:before {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  body .watch-this > span:before {
    font-size: 16px;
  }
}

.section.video-section {
  padding-bottom: 270px;
}
@media only screen and (max-width : 1499px) {
  .section.video-section {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .section.video-section {
    padding-bottom: 70px;
  }
}

.videowrapper,
.video-section .videowrapper,
.case-study-featured-image .videowrapper,
.featured-image-video .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
@media only screen and (max-width : 740px) {
  .videowrapper,
  .video-section .videowrapper,
  .case-study-featured-image .videowrapper,
  .featured-image-video .videowrapper {
    position: relative;
    height: auto;
    padding: 0;
  }
  .videowrapper.matterport,
  .video-section .videowrapper.matterport,
  .case-study-featured-image .videowrapper.matterport,
  .featured-image-video .videowrapper.matterport {
    padding-bottom: 56.25%;
    height: 0;
  }
}
.videowrapper.matterport,
.video-section .videowrapper.matterport,
.case-study-featured-image .videowrapper.matterport,
.featured-image-video .videowrapper.matterport {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .videowrapper.matterport,
  .video-section .videowrapper.matterport,
  .case-study-featured-image .videowrapper.matterport,
  .featured-image-video .videowrapper.matterport {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper.matterport,
  .video-section .videowrapper.matterport,
  .case-study-featured-image .videowrapper.matterport,
  .featured-image-video .videowrapper.matterport {
    border-radius: 20px;
  }
}
.videowrapper > .video-js,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
.video-section .videowrapper > .video-js,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
.case-study-featured-image .videowrapper > .video-js,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
.featured-image-video .videowrapper > .video-js,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100% !important;
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .videowrapper > .video-js,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .video-section .videowrapper > .video-js,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .case-study-featured-image .videowrapper > .video-js,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .featured-image-video .videowrapper > .video-js,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .video-section .videowrapper > .video-js,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .case-study-featured-image .videowrapper > .video-js,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .featured-image-video .videowrapper > .video-js,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .video-section .videowrapper > .video-js,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .case-study-featured-image .videowrapper > .video-js,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode),
  .featured-image-video .videowrapper > .video-js,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-bottom: 56%;
    position: relative;
    height: 0;
  }
}
.videowrapper > .video-js > video,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
.video-section .videowrapper > .video-js > video,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
.case-study-featured-image .videowrapper > .video-js > video,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
.featured-image-video .videowrapper > .video-js > video,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video {
  background-color: transparent;
  object-fit: cover;
}
.single-gallery .videowrapper > .video-js > video, #mask .videowrapper > .video-js > video,
.single-gallery .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
#mask .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
.single-gallery .video-section .videowrapper > .video-js > video,
#mask .video-section .videowrapper > .video-js > video,
.single-gallery .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
#mask .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
.single-gallery .case-study-featured-image .videowrapper > .video-js > video,
#mask .case-study-featured-image .videowrapper > .video-js > video,
.single-gallery .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
#mask .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
.single-gallery .featured-image-video .videowrapper > .video-js > video,
#mask .featured-image-video .videowrapper > .video-js > video,
.single-gallery .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video,
#mask .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) > video {
  object-fit: cover;
}
.videowrapper > .video-js .vjs-poster,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster,
.video-section .videowrapper > .video-js .vjs-poster,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster,
.case-study-featured-image .videowrapper > .video-js .vjs-poster,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster,
.featured-image-video .videowrapper > .video-js .vjs-poster,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster {
  width: 102%;
  height: 102%;
  left: -1%;
  top: -1%;
  transform: scale(1);
  transition: all 1s ease-in-out;
}
.videowrapper > .video-js .vjs-poster img,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster img,
.video-section .videowrapper > .video-js .vjs-poster img,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster img,
.case-study-featured-image .videowrapper > .video-js .vjs-poster img,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster img,
.featured-image-video .videowrapper > .video-js .vjs-poster img,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-poster img {
  object-fit: cover;
}
.videowrapper > .video-js:hover .vjs-poster,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-poster,
.video-section .videowrapper > .video-js:hover .vjs-poster,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-poster,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-poster,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-poster,
.featured-image-video .videowrapper > .video-js:hover .vjs-poster,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-poster {
  transform: scale(1.05);
}
.videowrapper > .video-js:hover .vjs-big-play-button,
.videowrapper > .video-js .vjs-big-play-button:focus,
.videowrapper > .video-js .vjs-big-play-button,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus,
.video-section .videowrapper > .video-js .vjs-big-play-button,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  .videowrapper > .video-js:hover .vjs-big-play-button,
  .videowrapper > .video-js .vjs-big-play-button:focus,
  .videowrapper > .video-js .vjs-big-play-button,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
  .video-section .videowrapper > .video-js:hover .vjs-big-play-button,
  .video-section .videowrapper > .video-js .vjs-big-play-button:focus,
  .video-section .videowrapper > .video-js .vjs-big-play-button,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
  .featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js:hover .vjs-big-play-button,
  .videowrapper > .video-js .vjs-big-play-button:focus,
  .videowrapper > .video-js .vjs-big-play-button,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
  .video-section .videowrapper > .video-js:hover .vjs-big-play-button,
  .video-section .videowrapper > .video-js .vjs-big-play-button:focus,
  .video-section .videowrapper > .video-js .vjs-big-play-button,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
  .featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button {
    width: 64px;
    height: 64px;
  }
}
.animation .videowrapper > .video-js:hover .vjs-big-play-button,
.animation .videowrapper > .video-js .vjs-big-play-button:focus,
.animation .videowrapper > .video-js .vjs-big-play-button,
.animation .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.animation .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.animation .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.animation .video-section .videowrapper > .video-js:hover .vjs-big-play-button,
.animation .video-section .videowrapper > .video-js .vjs-big-play-button:focus,
.animation .video-section .videowrapper > .video-js .vjs-big-play-button,
.animation .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.animation .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.animation .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.animation .case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button,
.animation .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus,
.animation .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button,
.animation .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.animation .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.animation .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.animation .featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button,
.animation .featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus,
.animation .featured-image-video .videowrapper > .video-js .vjs-big-play-button,
.animation .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.animation .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.animation .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button {
  box-shadow: none;
}
.videowrapper > .video-js:hover .vjs-big-play-button,
.videowrapper > .video-js .vjs-big-play-button:focus,
.videowrapper > .video-js .vjs-big-play-button,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus,
.video-section .videowrapper > .video-js .vjs-big-play-button,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.videowrapper > .video-js:hover .vjs-big-play-button:after,
.videowrapper > .video-js:hover .vjs-big-play-button span:after,
.videowrapper > .video-js .vjs-big-play-button:focus:after,
.videowrapper > .video-js .vjs-big-play-button:focus span:after,
.videowrapper > .video-js .vjs-big-play-button:after,
.videowrapper > .video-js .vjs-big-play-button span:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button span:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus span:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button span:after,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button:after,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button span:after,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus:after,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus span:after,
.video-section .videowrapper > .video-js .vjs-big-play-button:after,
.video-section .videowrapper > .video-js .vjs-big-play-button span:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button span:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus span:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button span:after,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button:after,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button span:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus span:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button span:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button span:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus span:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button span:after,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button:after,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button span:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus span:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button span:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button span:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus span:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button span:after {
  color: #ffffff;
  transform: translateX(0);
}
.videowrapper > .video-js:hover .vjs-big-play-button:hover,
.videowrapper > .video-js .vjs-big-play-button:focus:hover,
.videowrapper > .video-js .vjs-big-play-button:hover,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button:hover,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus:hover,
.video-section .videowrapper > .video-js .vjs-big-play-button:hover,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus:hover,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus:hover,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.videowrapper > .video-js:hover .vjs-big-play-button:hover:after,
.videowrapper > .video-js:hover .vjs-big-play-button:hover span:after,
.videowrapper > .video-js .vjs-big-play-button:focus:hover:after,
.videowrapper > .video-js .vjs-big-play-button:focus:hover span:after,
.videowrapper > .video-js .vjs-big-play-button:hover:after,
.videowrapper > .video-js .vjs-big-play-button:hover span:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover span:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover span:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover:after,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover span:after,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button:hover:after,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button:hover span:after,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus:hover:after,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus:hover span:after,
.video-section .videowrapper > .video-js .vjs-big-play-button:hover:after,
.video-section .videowrapper > .video-js .vjs-big-play-button:hover span:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover span:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover span:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover:after,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover span:after,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button:hover:after,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button:hover span:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus:hover:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus:hover span:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:hover:after,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:hover span:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover span:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover span:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover:after,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover span:after,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button:hover:after,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button:hover span:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus:hover:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus:hover span:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:hover:after,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:hover span:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover span:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover span:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover:after,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.videowrapper > .video-js:hover .vjs-big-play-button,
.videowrapper > .video-js .vjs-big-play-button:focus,
.videowrapper > .video-js .vjs-big-play-button,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus,
.video-section .videowrapper > .video-js .vjs-big-play-button,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button {
  transition: all 0.15s ease-in-out;
}
.videowrapper > .video-js:hover .vjs-big-play-button:hover,
.videowrapper > .video-js .vjs-big-play-button:focus:hover,
.videowrapper > .video-js .vjs-big-play-button:hover,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button:hover,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus:hover,
.video-section .videowrapper > .video-js .vjs-big-play-button:hover,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus:hover,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus:hover,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button:hover,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus:hover,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:hover {
  transform: translateX(-50%) translateY(-50%);
}
.videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.video-section .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .video-section .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .video-section .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 27px;
  }
}
.videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.video-section .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode):hover .vjs-big-play-button .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button:focus .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-big-play-button .vjs-icon-placeholder:before {
  color: #ffffff;
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js .vjs-control,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control,
  .video-section .videowrapper > .video-js .vjs-control,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control,
  .case-study-featured-image .videowrapper > .video-js .vjs-control,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control,
  .featured-image-video .videowrapper > .video-js .vjs-control,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control {
    width: 30px;
  }
}
.videowrapper > .video-js .vjs-control-bar,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar,
.video-section .videowrapper > .video-js .vjs-control-bar,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar,
.case-study-featured-image .videowrapper > .video-js .vjs-control-bar,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar,
.featured-image-video .videowrapper > .video-js .vjs-control-bar,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  border-radius: 30px;
  left: 20px;
  right: 0;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js .vjs-control-bar,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar,
  .video-section .videowrapper > .video-js .vjs-control-bar,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar,
  .case-study-featured-image .videowrapper > .video-js .vjs-control-bar,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar,
  .featured-image-video .videowrapper > .video-js .vjs-control-bar,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
    right: 0;
    height: 30px;
  }
}
.videowrapper > .video-js .vjs-control-bar .vjs-progress-holder,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder,
.video-section .videowrapper > .video-js .vjs-control-bar .vjs-progress-holder,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder,
.case-study-featured-image .videowrapper > .video-js .vjs-control-bar .vjs-progress-holder,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder,
.featured-image-video .videowrapper > .video-js .vjs-control-bar .vjs-progress-holder,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder {
  background-color: #94C11F;
}
.videowrapper > .video-js .vjs-control-bar .vjs-progress-holder .vjs-load-progress div,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder .vjs-load-progress div,
.video-section .videowrapper > .video-js .vjs-control-bar .vjs-progress-holder .vjs-load-progress div,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder .vjs-load-progress div,
.case-study-featured-image .videowrapper > .video-js .vjs-control-bar .vjs-progress-holder .vjs-load-progress div,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder .vjs-load-progress div,
.featured-image-video .videowrapper > .video-js .vjs-control-bar .vjs-progress-holder .vjs-load-progress div,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-control-bar .vjs-progress-holder .vjs-load-progress div {
  background-color: #94C11F;
}
.videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before,
.video-section .videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before {
  line-height: 40px;
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before,
  .video-section .videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .video-js .vjs-button > .vjs-icon-placeholder:before,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-button > .vjs-icon-placeholder:before {
    line-height: 30px;
  }
}
.videowrapper > .video-js .vjs-time-control,
.videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control,
.video-section .videowrapper > .video-js .vjs-time-control,
.video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control,
.case-study-featured-image .videowrapper > .video-js .vjs-time-control,
.case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control,
.featured-image-video .videowrapper > .video-js .vjs-time-control,
.featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control {
  line-height: 40px;
}
@media only screen and (max-width : 740px) {
  .videowrapper > .video-js .vjs-time-control,
  .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control,
  .video-section .videowrapper > .video-js .vjs-time-control,
  .video-section .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control,
  .case-study-featured-image .videowrapper > .video-js .vjs-time-control,
  .case-study-featured-image .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control,
  .featured-image-video .videowrapper > .video-js .vjs-time-control,
  .featured-image-video .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) .vjs-time-control {
    line-height: 30px;
    padding: 0;
  }
}
.videowrapper iframe,
.video-section .videowrapper iframe,
.case-study-featured-image .videowrapper iframe,
.featured-image-video .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.videowrapper > figure,
.video-section .videowrapper > figure,
.case-study-featured-image .videowrapper > figure,
.featured-image-video .videowrapper > figure {
  z-index: 2;
  position: absolute;
  width: 50%;
  left: 100%;
  bottom: 0;
  margin: auto auto -60px -60px;
}
@media only screen and (max-width : 1499px) {
  .videowrapper > figure,
  .video-section .videowrapper > figure,
  .case-study-featured-image .videowrapper > figure,
  .featured-image-video .videowrapper > figure {
    left: auto;
    right: 0;
    margin: auto -60px -60px auto;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > figure,
  .video-section .videowrapper > figure,
  .case-study-featured-image .videowrapper > figure,
  .featured-image-video .videowrapper > figure {
    position: static;
    margin: 0;
    width: 100%;
  }
}
.videowrapper > figure .video-caption,
.video-section .videowrapper > figure .video-caption,
.case-study-featured-image .videowrapper > figure .video-caption,
.featured-image-video .videowrapper > figure .video-caption {
  max-width: 380px;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .videowrapper > figure .video-caption,
  .video-section .videowrapper > figure .video-caption,
  .case-study-featured-image .videowrapper > figure .video-caption,
  .featured-image-video .videowrapper > figure .video-caption {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > figure .video-caption,
  .video-section .videowrapper > figure .video-caption,
  .case-study-featured-image .videowrapper > figure .video-caption,
  .featured-image-video .videowrapper > figure .video-caption {
    border-radius: 20px;
  }
}
.videowrapper > figure .video-caption,
.video-section .videowrapper > figure .video-caption,
.case-study-featured-image .videowrapper > figure .video-caption,
.featured-image-video .videowrapper > figure .video-caption {
  box-shadow: 5px 5px 0 #94C11F;
}
@media only screen and (max-width : 1499px) {
  .videowrapper > figure .video-caption,
  .video-section .videowrapper > figure .video-caption,
  .case-study-featured-image .videowrapper > figure .video-caption,
  .featured-image-video .videowrapper > figure .video-caption {
    padding: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > figure .video-caption,
  .video-section .videowrapper > figure .video-caption,
  .case-study-featured-image .videowrapper > figure .video-caption,
  .featured-image-video .videowrapper > figure .video-caption {
    padding: 30px 25px 35px;
  }
}
.videowrapper > figure .video-caption,
.video-section .videowrapper > figure .video-caption,
.case-study-featured-image .videowrapper > figure .video-caption,
.featured-image-video .videowrapper > figure .video-caption {
  display: grid;
  grid-row-gap: 15px;
  z-index: 2;
}
@media only screen and (max-width : 740px) {
  .videowrapper > figure .video-caption,
  .video-section .videowrapper > figure .video-caption,
  .case-study-featured-image .videowrapper > figure .video-caption,
  .featured-image-video .videowrapper > figure .video-caption {
    max-width: 100%;
    width: 100%;
  }
}
.videowrapper > figure .video-caption h4.prehead,
.video-section .videowrapper > figure .video-caption h4.prehead,
.case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
.featured-image-video .videowrapper > figure .video-caption h4.prehead {
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .videowrapper > figure .video-caption h4.prehead,
  .video-section .videowrapper > figure .video-caption h4.prehead,
  .case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
  .featured-image-video .videowrapper > figure .video-caption h4.prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .videowrapper > figure .video-caption h4.prehead,
  .video-section .videowrapper > figure .video-caption h4.prehead,
  .case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
  .featured-image-video .videowrapper > figure .video-caption h4.prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .videowrapper > figure .video-caption h4.prehead,
  .video-section .videowrapper > figure .video-caption h4.prehead,
  .case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
  .featured-image-video .videowrapper > figure .video-caption h4.prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > figure .video-caption h4.prehead,
  .video-section .videowrapper > figure .video-caption h4.prehead,
  .case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
  .featured-image-video .videowrapper > figure .video-caption h4.prehead {
    font-size: 14px;
  }
}
.videowrapper > figure .video-caption h4.prehead em,
.video-section .videowrapper > figure .video-caption h4.prehead em,
.case-study-featured-image .videowrapper > figure .video-caption h4.prehead em,
.featured-image-video .videowrapper > figure .video-caption h4.prehead em {
  font-style: normal;
}
.videowrapper > figure .video-caption h4.prehead > em,
.video-section .videowrapper > figure .video-caption h4.prehead > em,
.case-study-featured-image .videowrapper > figure .video-caption h4.prehead > em,
.featured-image-video .videowrapper > figure .video-caption h4.prehead > em {
  color: #94C11F;
}
.videowrapper > figure .video-caption h4.prehead,
.video-section .videowrapper > figure .video-caption h4.prehead,
.case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
.featured-image-video .videowrapper > figure .video-caption h4.prehead {
  font-weight: 600;
  line-height: 1;
  padding: 0 16px;
  border: 2px solid #94C11F;
  color: #94C11F;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  flex: 0 0 fit-content;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
.videowrapper > figure .video-caption h4.prehead span,
.video-section .videowrapper > figure .video-caption h4.prehead span,
.case-study-featured-image .videowrapper > figure .video-caption h4.prehead span,
.featured-image-video .videowrapper > figure .video-caption h4.prehead span {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .videowrapper > figure .video-caption h4.prehead,
  .video-section .videowrapper > figure .video-caption h4.prehead,
  .case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
  .featured-image-video .videowrapper > figure .video-caption h4.prehead {
    font-size: 15px;
    padding: 0 16px;
    height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .videowrapper > figure .video-caption h4.prehead,
  .video-section .videowrapper > figure .video-caption h4.prehead,
  .case-study-featured-image .videowrapper > figure .video-caption h4.prehead,
  .featured-image-video .videowrapper > figure .video-caption h4.prehead {
    font-size: 14px;
  }
}
.videowrapper > figure .video-caption p,
.video-section .videowrapper > figure .video-caption p,
.case-study-featured-image .videowrapper > figure .video-caption p,
.featured-image-video .videowrapper > figure .video-caption p {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .videowrapper > figure .video-caption p,
  .video-section .videowrapper > figure .video-caption p,
  .case-study-featured-image .videowrapper > figure .video-caption p,
  .featured-image-video .videowrapper > figure .video-caption p {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .videowrapper > figure .video-caption p,
  .video-section .videowrapper > figure .video-caption p,
  .case-study-featured-image .videowrapper > figure .video-caption p,
  .featured-image-video .videowrapper > figure .video-caption p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .videowrapper > figure .video-caption p,
  .video-section .videowrapper > figure .video-caption p,
  .case-study-featured-image .videowrapper > figure .video-caption p,
  .featured-image-video .videowrapper > figure .video-caption p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .videowrapper > figure .video-caption p,
  .video-section .videowrapper > figure .video-caption p,
  .case-study-featured-image .videowrapper > figure .video-caption p,
  .featured-image-video .videowrapper > figure .video-caption p {
    font-size: 26px;
    line-height: 1.6;
  }
}
.videowrapper > figure .video-caption p,
.video-section .videowrapper > figure .video-caption p,
.case-study-featured-image .videowrapper > figure .video-caption p,
.featured-image-video .videowrapper > figure .video-caption p {
  margin: 0 !important;
}

#mask #lightbox.type-video #lightbox-content {
  width: fit-content;
}
#mask #lightbox.type-video #lightbox-content .videowrapper {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  height: fit-content;
}
#mask #lightbox.type-video #lightbox-content .videowrapper .video-js {
  position: static;
  width: fit-content;
  height: fit-content !important;
  padding: 0;
}
#mask #lightbox.type-video #lightbox-content .videowrapper .video-js video {
  position: static;
  object-fit: contain;
  height: auto;
  width: auto;
  max-height: 80vh;
  max-width: 80vw;
}
@media only screen and (max-width : 820px) {
  #mask #lightbox.type-video #lightbox-content .videowrapper .video-js video {
    max-height: 65vh;
  }
}
@media only screen and (max-width : 740px) {
  #mask #lightbox.type-video #lightbox-content .videowrapper .video-js video {
    max-height: 65vh;
    max-width: calc(100vw - 60px);
  }
}
#mask #lightbox.type-video #lightbox-content .videowrapper .video-js.vjs-fullscreen {
  border-radius: 0;
}
#mask #lightbox.type-video #lightbox-content .videowrapper .video-js.vjs-fullscreen video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 100vw;
}

.single-gallery .gallery-row .videowrapper > .video-js,
.single-gallery .gallery-row .videowrapper > .my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  border-radius: 0;
  object-fit: cover;
  height: 100% !important;
  position: absolute;
}

.card-pin-section,
.card-pin-section-2 {
  overflow: hidden;
}
.card-pin-section .container,
.card-pin-section-2 .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container,
  .card-pin-section-2 .container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
.card-pin-section .container > section,
.card-pin-section .container .pin-spacer > section,
.card-pin-section-2 .container > section,
.card-pin-section-2 .container .pin-spacer > section {
  min-height: 100vh;
  overflow: hidden;
  padding-top: 270px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 70px;
  }
}
.card-pin-section .container > section,
.card-pin-section .container .pin-spacer > section,
.card-pin-section-2 .container > section,
.card-pin-section-2 .container .pin-spacer > section {
  padding-bottom: 120px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) and (max-width : 1499px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) and (max-width : 740px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 800px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 800px) and (max-width : 1499px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 800px) and (max-width : 740px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 650px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 650px) and (max-width : 1499px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 650px) and (max-width : 740px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 25px;
  }
}
@media only screen and (max-width : 1199px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 1499px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 740px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 1499px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 1199px) and (max-width : 740px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    min-height: 1px;
  }
}
@media only screen and (max-width : 991px) and (min-width : 741px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width : 991px) and (min-width : 1200px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width : 991px) and (min-width : 1399px) {
  .card-pin-section .container > section,
  .card-pin-section .container .pin-spacer > section,
  .card-pin-section-2 .container > section,
  .card-pin-section-2 .container .pin-spacer > section {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.card-pin-section .container > section > article,
.card-pin-section .container .pin-spacer > section > article,
.card-pin-section-2 .container > section > article,
.card-pin-section-2 .container .pin-spacer > section > article {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section > article,
  .card-pin-section .container .pin-spacer > section > article,
  .card-pin-section-2 .container > section > article,
  .card-pin-section-2 .container .pin-spacer > section > article {
    width: 100%;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.card-pin-section .container > section.card-pin-column,
.card-pin-section .container .pin-spacer > section.card-pin-column,
.card-pin-section-2 .container > section.card-pin-column,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column {
  position: relative;
  z-index: 3;
}
.page-template-our-solution .card-pin-section .container > section.card-pin-column,
.page-template-our-solution .card-pin-section .container .pin-spacer > section.card-pin-column,
.page-template-our-solution .card-pin-section-2 .container > section.card-pin-column,
.page-template-our-solution .card-pin-section-2 .container .pin-spacer > section.card-pin-column {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 820px) {
  .card-pin-section .container > section.card-pin-column,
  .card-pin-section .container .pin-spacer > section.card-pin-column,
  .card-pin-section-2 .container > section.card-pin-column,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card-pin-section .container > section.card-pin-column > article,
.card-pin-section .container .pin-spacer > section.card-pin-column > article,
.card-pin-section-2 .container > section.card-pin-column > article,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
  align-items: center;
  grid-row-gap: 120px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 40px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 800px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 50px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 800px) and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 40px;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 800px) and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article,
  .card-pin-section-2 .container > section.card-pin-column > article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article {
    grid-row-gap: 25px;
  }
}
.card-pin-section .container > section.card-pin-column > article header,
.card-pin-section .container .pin-spacer > section.card-pin-column > article header,
.card-pin-section-2 .container > section.card-pin-column > article header,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header {
  grid-column: 1/span 5;
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.card-pin-column > article header,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header,
  .card-pin-section-2 .container > section.card-pin-column > article header,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article header,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header,
  .card-pin-section-2 .container > section.card-pin-column > article header,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header {
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.card-pin-column > article header,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header,
  .card-pin-section-2 .container > section.card-pin-column > article header,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article header,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header,
  .card-pin-section-2 .container > section.card-pin-column > article header,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header {
    grid-column: span 12;
    padding-top: 0;
  }
}
.card-pin-section .container > section.card-pin-column > article header p,
.card-pin-section .container .pin-spacer > section.card-pin-column > article header p,
.card-pin-section-2 .container > section.card-pin-column > article header p,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header p {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .card-pin-section .container > section.card-pin-column > article header p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header p,
  .card-pin-section-2 .container > section.card-pin-column > article header p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header p {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .card-pin-section .container > section.card-pin-column > article header p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header p,
  .card-pin-section-2 .container > section.card-pin-column > article header p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header p {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .card-pin-section .container > section.card-pin-column > article header p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header p,
  .card-pin-section-2 .container > section.card-pin-column > article header p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header p {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .card-pin-section .container > section.card-pin-column > article header p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article header p,
  .card-pin-section-2 .container > section.card-pin-column > article header p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article header p {
    font-size: 58px;
    line-height: 1.3;
  }
}
.card-pin-section .container > section.card-pin-column > article .card-pin,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin {
  grid-column: 2/span 4;
  margin: 0;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin {
    grid-column: 1/span 5;
  }
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin {
    grid-column: span 12;
  }
}
.card-pin-section .container > section.card-pin-column > article .card-pin li,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
  padding: 35px;
  background-color: #ffffff;
  border: 2px solid #94C11F;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
    padding: 25px;
  }
}
@media only screen and (min-width : 741px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
    padding: 20px;
  }
}
.card-pin-section .container > section.card-pin-column > article .card-pin li .tick-icon,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li .tick-icon,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon {
  border-radius: 27px;
  border: 2px solid #94C11F;
  display: block;
  width: fit-content;
  overflow: hidden;
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li .tick-icon,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li .tick-icon,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon {
    border-radius: 18px;
  }
}
.card-pin-section .container > section.card-pin-column > article .card-pin li svg,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li svg,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li svg,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li svg {
  width: 57px;
  height: 38px;
  padding: 3px;
  fill: #94C11F;
  display: block;
  border-width: 0;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li svg,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li svg,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li svg,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li svg {
    width: 48px;
    height: 32px;
    padding: 1px;
  }
}
.card-pin-section .container > section.card-pin-column > article .card-pin li article,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li article,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #94C11F;
  padding-top: 20px;
  margin-top: 25px;
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article {
    padding-top: 15px;
    margin-top: 20px;
    flex-direction: column;
    grid-row-gap: 10px;
  }
}
.card-pin-section .container > section.card-pin-column > article .card-pin li article h4,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article h4,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li article h4,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 {
  margin: 0;
  flex: 0 0 40%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li article h4,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 {
    font-size: 17px;
  }
}
.card-pin-section .container > section.card-pin-column > article .card-pin li article h4 em,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 em,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li article h4 em,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 em {
  font-style: normal;
}
.card-pin-section .container > section.card-pin-column > article .card-pin li article h4 > em,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 > em,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li article h4 > em,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article h4 > em {
  color: #94C11F;
}
.green .card-pin-section .container > section.card-pin-column > article .card-pin li,
.green .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
.green .card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
.green .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
  background-color: transparent;
  border-color: #ffffff;
}
.green .card-pin-section .container > section.card-pin-column > article .card-pin li .tick-icon,
.green .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon,
.green .card-pin-section-2 .container > section.card-pin-column > article .card-pin li .tick-icon,
.green .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon {
  border-color: #ffffff;
}
.green .card-pin-section .container > section.card-pin-column > article .card-pin li svg,
.green .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li svg,
.green .card-pin-section-2 .container > section.card-pin-column > article .card-pin li svg,
.green .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li svg {
  fill: #ffffff;
}
.green .card-pin-section .container > section.card-pin-column > article .card-pin li article,
.green .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article,
.green .card-pin-section-2 .container > section.card-pin-column > article .card-pin li article,
.green .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article {
  border-color: #ffffff;
}
.lightblue .card-pin-section .container > section.card-pin-column > article .card-pin li,
.lightblue .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
.lightblue .card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
.lightblue .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
  background-color: #EFF6FC;
}
.card-pin-section .container > section.card-pin-column > article .card-pin li,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li {
  background-color: #94C11F;
  border-color: #ffffff;
}
.card-pin-section .container > section.card-pin-column > article .card-pin li .tick-icon,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li .tick-icon,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li .tick-icon {
  border-color: #ffffff;
}
.card-pin-section .container > section.card-pin-column > article .card-pin li svg,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li svg,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li svg,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li svg {
  fill: #ffffff;
}
.card-pin-section .container > section.card-pin-column > article .card-pin li.custom-icon svg,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li.custom-icon svg,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li.custom-icon svg,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li.custom-icon svg {
  padding: 0;
  border-width: 0;
  width: 57px;
  height: 57px;
  border-radius: 0;
}
.card-pin-section .container > section.card-pin-column > article .card-pin li article,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article,
.card-pin-section-2 .container > section.card-pin-column > article .card-pin li article,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article {
  border-color: #ffffff;
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .card-pin li article,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .card-pin li article,
  .card-pin-section-2 .container > section.card-pin-column > article .card-pin li article,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .card-pin li article {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
  }
}
.card-pin-section .container > section.card-pin-column > article .values-text,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text,
.card-pin-section-2 .container > section.card-pin-column > article .values-text,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text {
  grid-column: 2/span 4;
  position: relative;
}
@media only screen and (max-width : 1199px) {
  .card-pin-section .container > section.card-pin-column > article .values-text,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text {
    grid-column: span 5;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section .container > section.card-pin-column > article .values-text,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text {
    grid-column: span 12;
  }
}
.card-pin-section .container > section.card-pin-column > article .values-text > div,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div {
  left: 0;
  top: 0;
  display: grid;
}
.card-pin-section .container > section.card-pin-column > article .values-text > div h3,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div h3,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div h3,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div h3 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div h3 {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div h3 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div h3 {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div h3,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div h3 {
    font-size: 58px;
    line-height: 1.3;
  }
}
.card-pin-section .container > section.card-pin-column > article .values-text > div p,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
    font-size: 43px;
    line-height: 1.5;
  }
}
.card-pin-section .container > section.card-pin-column > article .values-text > div p,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.card-pin-section .container > section.card-pin-column > article .values-text > div p em,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p em,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div p em,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p em {
  font-style: normal;
  color: #94C11F;
}
.card-pin-section .container > section.card-pin-column > article .values-text > div p,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
  .card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
    margin: 1em 0 0.5em;
  }
}
.card-pin-section .container > section.card-pin-column > article .values-text > div p:first-child,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p:first-child,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div p:first-child,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p:first-child {
  margin-top: 0;
}
.card-pin-section .container > section.card-pin-column > article .values-text > div p:last-child,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p:last-child,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div p:last-child,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p:last-child {
  margin-bottom: 0;
}
.card-pin-section .container > section.card-pin-column > article .values-text > div p,
.card-pin-section .container .pin-spacer > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container > section.card-pin-column > article .values-text > div p,
.card-pin-section-2 .container .pin-spacer > section.card-pin-column > article .values-text > div p {
  font-weight: 300;
}
.card-pin-section .container > section.photo-column,
.card-pin-section .container .pin-spacer > section.photo-column,
.card-pin-section-2 .container > section.photo-column,
.card-pin-section-2 .container .pin-spacer > section.photo-column {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: 100vh;
  will-change: transform;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column,
  .card-pin-section .container .pin-spacer > section.photo-column,
  .card-pin-section-2 .container > section.photo-column,
  .card-pin-section-2 .container .pin-spacer > section.photo-column {
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
  }
}
.page-template-our-solution .card-pin-section .container > section.photo-column,
.page-template-our-solution .card-pin-section .container .pin-spacer > section.photo-column,
.page-template-our-solution .card-pin-section-2 .container > section.photo-column,
.page-template-our-solution .card-pin-section-2 .container .pin-spacer > section.photo-column {
  padding-top: 0;
  padding-bottom: 50px;
}
@media only screen and (max-width : 1499px) {
  .page-template-our-solution .card-pin-section .container > section.photo-column,
  .page-template-our-solution .card-pin-section .container .pin-spacer > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container .pin-spacer > section.photo-column {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-our-solution .card-pin-section .container > section.photo-column,
  .page-template-our-solution .card-pin-section .container .pin-spacer > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container .pin-spacer > section.photo-column {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-our-solution .card-pin-section .container > section.photo-column,
  .page-template-our-solution .card-pin-section .container .pin-spacer > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container .pin-spacer > section.photo-column {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  .page-template-our-solution .card-pin-section .container > section.photo-column,
  .page-template-our-solution .card-pin-section .container .pin-spacer > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container .pin-spacer > section.photo-column {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  .page-template-our-solution .card-pin-section .container > section.photo-column,
  .page-template-our-solution .card-pin-section .container .pin-spacer > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container > section.photo-column,
  .page-template-our-solution .card-pin-section-2 .container .pin-spacer > section.photo-column {
    padding-bottom: 70px;
  }
}
.card-pin-section .container > section.photo-column > figure,
.card-pin-section .container .pin-spacer > section.photo-column > figure,
.card-pin-section-2 .container > section.photo-column > figure,
.card-pin-section-2 .container .pin-spacer > section.photo-column > figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  z-index: 1;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > figure,
  .card-pin-section .container .pin-spacer > section.photo-column > figure,
  .card-pin-section-2 .container > section.photo-column > figure,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > figure {
    width: 100%;
  }
}
.card-pin-section .container > section.photo-column > figure img,
.card-pin-section .container .pin-spacer > section.photo-column > figure img,
.card-pin-section-2 .container > section.photo-column > figure img,
.card-pin-section-2 .container .pin-spacer > section.photo-column > figure img {
  position: absolute;
  inset: 0;
  filter: brightness(0.6);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.15s ease-in-out;
}
.card-pin-section .container > section.photo-column > article,
.card-pin-section .container .pin-spacer > section.photo-column > article,
.card-pin-section-2 .container > section.photo-column > article,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article {
  height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > article,
  .card-pin-section .container .pin-spacer > section.photo-column > article,
  .card-pin-section-2 .container > section.photo-column > article,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article {
    grid-row-gap: 190px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  .card-pin-section .container > section.photo-column > article,
  .card-pin-section .container .pin-spacer > section.photo-column > article,
  .card-pin-section-2 .container > section.photo-column > article,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article {
    grid-row-gap: 100px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  .card-pin-section .container > section.photo-column > article,
  .card-pin-section .container .pin-spacer > section.photo-column > article,
  .card-pin-section-2 .container > section.photo-column > article,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article {
    grid-row-gap: 70px;
  }
}
.card-pin-section .container > section.photo-column > article > header,
.card-pin-section .container > section.photo-column > article > a.btn,
.card-pin-section .container .pin-spacer > section.photo-column > article > header,
.card-pin-section .container .pin-spacer > section.photo-column > article > a.btn,
.card-pin-section-2 .container > section.photo-column > article > header,
.card-pin-section-2 .container > section.photo-column > article > a.btn,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > header,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn {
  grid-column: 2/span 5;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > article > header,
  .card-pin-section .container > section.photo-column > article > a.btn,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header,
  .card-pin-section .container .pin-spacer > section.photo-column > article > a.btn,
  .card-pin-section-2 .container > section.photo-column > article > header,
  .card-pin-section-2 .container > section.photo-column > article > a.btn,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn {
    grid-column: 2/span 10;
  }
}
.card-pin-section .container > section.photo-column > article > header,
.card-pin-section .container .pin-spacer > section.photo-column > article > header,
.card-pin-section-2 .container > section.photo-column > article > header,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > header {
  align-self: flex-start;
  display: grid;
  grid-row-gap: 40px;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > article > header,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header,
  .card-pin-section-2 .container > section.photo-column > article > header,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.photo-column > article > header,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header,
  .card-pin-section-2 .container > section.photo-column > article > header,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header {
    grid-row-gap: 25px;
  }
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > article > header,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header,
  .card-pin-section-2 .container > section.photo-column > article > header,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.photo-column > article > header,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header,
  .card-pin-section-2 .container > section.photo-column > article > header,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header {
    grid-column: span 12;
  }
}
.card-pin-section .container > section.photo-column > article > header ul,
.card-pin-section .container .pin-spacer > section.photo-column > article > header ul,
.card-pin-section-2 .container > section.photo-column > article > header ul,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > header ul {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .card-pin-section .container > section.photo-column > article > header ul,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header ul,
  .card-pin-section-2 .container > section.photo-column > article > header ul,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header ul {
    font-size: 58px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .card-pin-section .container > section.photo-column > article > header ul,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header ul,
  .card-pin-section-2 .container > section.photo-column > article > header ul,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header ul {
    font-size: 65px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  .card-pin-section .container > section.photo-column > article > header ul,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header ul,
  .card-pin-section-2 .container > section.photo-column > article > header ul,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header ul {
    font-size: 85px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .card-pin-section .container > section.photo-column > article > header ul,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header ul,
  .card-pin-section-2 .container > section.photo-column > article > header ul,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header ul {
    font-size: 101px;
    line-height: 1.2;
  }
}
.card-pin-section .container > section.photo-column > article > header ul,
.card-pin-section .container .pin-spacer > section.photo-column > article > header ul,
.card-pin-section-2 .container > section.photo-column > article > header ul,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > header ul {
  font-weight: 400;
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.photo-column > article > header ul,
  .card-pin-section .container .pin-spacer > section.photo-column > article > header ul,
  .card-pin-section-2 .container > section.photo-column > article > header ul,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > header ul {
    line-height: 1.2;
  }
}
.card-pin-section .container > section.photo-column > article > a.btn,
.card-pin-section .container .pin-spacer > section.photo-column > article > a.btn,
.card-pin-section-2 .container > section.photo-column > article > a.btn,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn {
  margin-top: auto;
  justify-self: flex-end;
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.card-pin-section .container > section.photo-column > article > a.btn:after,
.card-pin-section .container > section.photo-column > article > a.btn span:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > a.btn:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > a.btn span:after,
.card-pin-section-2 .container > section.photo-column > article > a.btn:after,
.card-pin-section-2 .container > section.photo-column > article > a.btn span:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn span:after {
  color: #ffffff;
  transform: translateX(0);
}
.card-pin-section .container > section.photo-column > article > a.btn:hover,
.card-pin-section .container .pin-spacer > section.photo-column > article > a.btn:hover,
.card-pin-section-2 .container > section.photo-column > article > a.btn:hover,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.card-pin-section .container > section.photo-column > article > a.btn:hover:after,
.card-pin-section .container > section.photo-column > article > a.btn:hover span:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > a.btn:hover:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > a.btn:hover span:after,
.card-pin-section-2 .container > section.photo-column > article > a.btn:hover:after,
.card-pin-section-2 .container > section.photo-column > article > a.btn:hover span:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn:hover:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.photo-column > article > a.btn,
  .card-pin-section .container .pin-spacer > section.photo-column > article > a.btn,
  .card-pin-section-2 .container > section.photo-column > article > a.btn,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > a.btn {
    grid-column: span 12;
    justify-self: flex-start;
  }
}
.card-pin-section .container > section.photo-column > article.carousel,
.card-pin-section .container .pin-spacer > section.photo-column > article.carousel,
.card-pin-section-2 .container > section.photo-column > article.carousel,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article.carousel {
  align-items: flex-end;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > article.carousel,
  .card-pin-section .container .pin-spacer > section.photo-column > article.carousel,
  .card-pin-section-2 .container > section.photo-column > article.carousel,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article.carousel {
    margin-top: 0;
  }
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials {
  grid-column: 2/span 5;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials {
    grid-column: 2/span 10;
    position: relative;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials {
    grid-column: span 12;
  }
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  margin: 0;
  bottom: -20px;
  left: 30px;
  width: calc(50vw - 60px);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -5px;
  }
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-horizontal > .swiper-scrollbar,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -50px;
  }
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav {
  position: static;
  justify-content: flex-end;
  padding-top: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav,
  .card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav,
  .card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav,
  .card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav {
    padding-top: 30px;
  }
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next {
  position: static;
  transform: none;
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:after,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev span:after,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:after,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next span:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev span:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next span:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev span:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next span:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev span:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next span:after {
  color: #ffffff;
  transform: translateX(0);
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover:after,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover span:after,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover:after,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover span:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover span:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover span:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover span:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover span:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover span:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev .swiper-button-prev:hover:after,
.card-pin-section .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next .swiper-button-prev:hover:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev .swiper-button-prev:hover:after,
.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next .swiper-button-prev:hover:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev .swiper-button-prev:hover:after,
.card-pin-section-2 .container > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next .swiper-button-prev:hover:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev .swiper-button-prev:hover:after,
.card-pin-section-2 .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-next .swiper-button-prev:hover:after {
  transform: translateX(-10px) !important;
}
.card-pin-section .container:after,
.card-pin-section-2 .container:after {
  display: block;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  width: 60vw;
  background-color: #94C11F;
  z-index: 2;
}
@media only screen and (max-width : 991px) {
  .card-pin-section .container:after,
  .card-pin-section-2 .container:after {
    display: none;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section.card-pin-section-extra.card-pin-section-1 .container .card-pin-column,
  .card-pin-section-2.card-pin-section-extra.card-pin-section-1 .container .card-pin-column {
    display: none;
  }
}
.card-pin-section.card-pin-section-extra.card-pin-section-2 .container .card-pin-column,
.card-pin-section-2.card-pin-section-extra.card-pin-section-2 .container .card-pin-column {
  padding-bottom: 270px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra.card-pin-section-2 .container .card-pin-column,
  .card-pin-section-2.card-pin-section-extra.card-pin-section-2 .container .card-pin-column {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra.card-pin-section-2 .container .card-pin-column,
  .card-pin-section-2.card-pin-section-extra.card-pin-section-2 .container .card-pin-column {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section.card-pin-section-extra.card-pin-section-2 .container .card-pin-column,
  .card-pin-section-2.card-pin-section-extra.card-pin-section-2 .container .card-pin-column {
    padding-bottom: 0;
  }
}
.card-pin-section.card-pin-section-extra .container > section.card-pin-column .card-pin,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .card-pin,
.card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .card-pin,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .card-pin {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .card-pin,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .card-pin,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .card-pin,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .card-pin {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .card-pin,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .card-pin,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .card-pin,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .card-pin {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner {
    padding-top: 190px;
    padding-bottom: 190px;
    grid-row-gap: 120px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner {
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text .values-text-inner,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text .values-text-inner {
    grid-row-gap: 50px;
  }
}
.card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article,
.card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article {
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article {
    padding-top: 70px;
  }
}
.card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child,
.card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child {
  padding-top: 270px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article:first-child,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article,
  .card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article {
    opacity: 1;
    padding: 0;
  }
}
.card-pin-section.card-pin-section-extra .container > section.card-pin-column .values-text article.active,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article.active,
.card-pin-section-2.card-pin-section-extra .container > section.card-pin-column .values-text article.active,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.card-pin-column .values-text article.active {
  opacity: 1;
}
.card-pin-section.card-pin-section-extra .container > section.photo-column,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column,
.card-pin-section-2.card-pin-section-extra .container > section.photo-column,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column {
    padding-top: 70px;
  }
}
.card-pin-section.card-pin-section-extra .container > section.photo-column,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column,
.card-pin-section-2.card-pin-section-extra .container > section.photo-column,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column {
    min-height: 0;
    display: block;
    padding: 0;
  }
  .card-pin-section.card-pin-section-extra .container > section.photo-column > figure,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > figure,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column > figure,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > figure {
    height: 0;
    padding-bottom: 60%;
    position: static;
    width: 100%;
  }
  .card-pin-section.card-pin-section-extra .container > section.photo-column > figure img,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > figure img,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column > figure img,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > figure img {
    filter: brightness(1);
  }
}
.card-pin-section.card-pin-section-extra .container > section.photo-column.values-active #value-image-1,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column.values-active #value-image-1,
.card-pin-section-2.card-pin-section-extra .container > section.photo-column.values-active #value-image-1,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column.values-active #value-image-1 {
  opacity: 0;
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column #value-image-1,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column #value-image-1,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column #value-image-1,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column #value-image-1 {
    display: none;
  }
}
@media only screen and (max-width : 820px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column > article,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > article,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column > article,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > article {
    display: none;
  }
}
.card-pin-section.card-pin-section-extra .container > section.photo-column > article > header,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header,
.card-pin-section-2.card-pin-section-extra .container > section.photo-column > article > header,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header {
  align-self: center;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column > article > header,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column > article > header,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header {
    opacity: 1;
  }
}
.card-pin-section.card-pin-section-extra .container > section.photo-column > article > header li,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header li,
.card-pin-section-2.card-pin-section-extra .container > section.photo-column > article > header li,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header li {
  opacity: 0.3;
  transition: all 0.15s ease-in-out;
}
.card-pin-section.card-pin-section-extra .container > section.photo-column > article > header li.active,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header li.active,
.card-pin-section-2.card-pin-section-extra .container > section.photo-column > article > header li.active,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header li.active {
  opacity: 1;
}
@media only screen and (max-width : 740px) {
  .card-pin-section.card-pin-section-extra .container > section.photo-column > article > header li,
  .card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header li,
  .card-pin-section-2.card-pin-section-extra .container > section.photo-column > article > header li,
  .card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column > article > header li {
    opacity: 1;
  }
}
.card-pin-section.card-pin-section-extra .container > section.photo-column.values-active > article > header,
.card-pin-section.card-pin-section-extra .container .pin-spacer > section.photo-column.values-active > article > header,
.card-pin-section-2.card-pin-section-extra .container > section.photo-column.values-active > article > header,
.card-pin-section-2.card-pin-section-extra .container .pin-spacer > section.photo-column.values-active > article > header {
  opacity: 1;
}

.card-pin-section-2 {
  margin-top: -100vh;
}
@media only screen and (max-width : 820px) {
  .card-pin-section-2 {
    margin: 0;
  }
}
.card-pin-section-2 .container > section.card-pin-column {
  min-height: 0;
  padding-top: 0;
}

#end-of-pin + section {
  position: relative;
  z-index: 2;
}
#end-of-pin + section + section {
  position: relative;
  z-index: 3;
}

.card-pin {
  position: relative;
}
.card-pin li {
  padding: 35px;
  background-color: #ffffff;
  border: 2px solid #94C11F;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .card-pin li {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin li {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 1499px) {
  .card-pin li {
    padding: 25px;
  }
}
@media only screen and (min-width : 741px) {
  .card-pin li {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin li {
    padding: 20px;
  }
}
.card-pin li .tick-icon {
  border-radius: 27px;
  border: 2px solid #94C11F;
  display: block;
  width: fit-content;
  overflow: hidden;
}
@media only screen and (max-width : 740px) {
  .card-pin li .tick-icon {
    border-radius: 18px;
  }
}
.card-pin li svg {
  width: 57px;
  height: 38px;
  padding: 3px;
  fill: #94C11F;
  display: block;
  border-width: 0;
}
@media only screen and (max-width : 1499px) {
  .card-pin li svg {
    width: 48px;
    height: 32px;
    padding: 1px;
  }
}
.card-pin li article {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #94C11F;
  padding-top: 20px;
  margin-top: 25px;
}
@media only screen and (max-width : 740px) {
  .card-pin li article {
    padding-top: 15px;
    margin-top: 20px;
    flex-direction: column;
    grid-row-gap: 10px;
  }
}
.card-pin li article h4 {
  margin: 0;
  flex: 0 0 40%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .card-pin li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .card-pin li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .card-pin li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin li article h4 {
    font-size: 17px;
  }
}
.card-pin li article h4 em {
  font-style: normal;
}
.card-pin li article h4 > em {
  color: #94C11F;
}
.green .card-pin li {
  background-color: transparent;
  border-color: #ffffff;
}
.green .card-pin li .tick-icon {
  border-color: #ffffff;
}
.green .card-pin li svg {
  fill: #ffffff;
}
.green .card-pin li article {
  border-color: #ffffff;
}
.lightblue .card-pin li {
  background-color: #EFF6FC;
}
.card-pin li {
  transform: translateY(65vh);
  border-color: #94C11F;
  position: absolute;
  top: 0;
}
.card-pin li:first-child {
  position: relative;
}
.card-pin li svg {
  border-color: #94C11F;
  fill: #94C11F;
}
.card-pin li article {
  border-color: #94C11F;
}

ul.usps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width : 740px) {
  ul.usps {
    grid-template-columns: 1fr;
  }
}
ul.usps li {
  padding: 35px;
  background-color: #ffffff;
  border: 2px solid #94C11F;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  ul.usps li {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  ul.usps li {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 1499px) {
  ul.usps li {
    padding: 25px;
  }
}
@media only screen and (min-width : 741px) {
  ul.usps li {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width : 740px) {
  ul.usps li {
    padding: 20px;
  }
}
ul.usps li .tick-icon {
  border-radius: 27px;
  border: 2px solid #94C11F;
  display: block;
  width: fit-content;
  overflow: hidden;
}
@media only screen and (max-width : 740px) {
  ul.usps li .tick-icon {
    border-radius: 18px;
  }
}
ul.usps li svg {
  width: 57px;
  height: 38px;
  padding: 3px;
  fill: #94C11F;
  display: block;
  border-width: 0;
}
@media only screen and (max-width : 1499px) {
  ul.usps li svg {
    width: 48px;
    height: 32px;
    padding: 1px;
  }
}
ul.usps li article {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #94C11F;
  padding-top: 20px;
  margin-top: 25px;
}
@media only screen and (max-width : 740px) {
  ul.usps li article {
    padding-top: 15px;
    margin-top: 20px;
    flex-direction: column;
    grid-row-gap: 10px;
  }
}
ul.usps li article h4 {
  margin: 0;
  flex: 0 0 40%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  ul.usps li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  ul.usps li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  ul.usps li article h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  ul.usps li article h4 {
    font-size: 17px;
  }
}
ul.usps li article h4 em {
  font-style: normal;
}
ul.usps li article h4 > em {
  color: #94C11F;
}
.green ul.usps li {
  background-color: transparent;
  border-color: #ffffff;
}
.green ul.usps li .tick-icon {
  border-color: #ffffff;
}
.green ul.usps li svg {
  fill: #ffffff;
}
.green ul.usps li article {
  border-color: #ffffff;
}
.lightblue ul.usps li {
  background-color: #EFF6FC;
}
ul.usps li article {
  flex-wrap: wrap;
  grid-row-gap: 40px;
}
@media only screen and (max-width : 1499px) {
  ul.usps li article {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  ul.usps li article {
    grid-row-gap: 15px;
  }
}
ul.usps li article h4 {
  flex: 0 0 100%;
  width: 100%;
}
ul.usps li article p {
  width: 100%;
}
ul.usps li article p a.btn {
  max-width: 100%;
  width: 100%;
}

.card-pin-section .container .pin-spacer > section.photo-column > article > .carousel-testimonials .swiper-nav .swiper-button-prev:hover:after {
  transform: translateX(-10px);
}

.galleries-section .container > section {
  position: relative;
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .galleries-section .container > section {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .galleries-section .container > section {
    grid-row-gap: 25px;
  }
}
.galleries-section .container > section {
  display: flex;
  flex-direction: column;
}
.galleries-section .container > section > a.more {
  position: absolute;
  right: 0;
  top: 2px;
}
.galleries-section .carousel-galleries {
  position: relative;
}
.galleries-section .carousel-galleries a {
  width: 100%;
  display: flex;
  position: relative;
}
.galleries-section .carousel-galleries a > figure {
  width: 100%;
  height: 0;
  padding-bottom: 131%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.galleries-section .carousel-galleries a > figure img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleries-section .carousel-galleries a > figure:after {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.galleries-section .carousel-galleries a article {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 40px;
  height: auto;
  grid-column-gap: 20px;
}
@media only screen and (max-width : 1499px) {
  .galleries-section .carousel-galleries a article {
    padding: 0 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .galleries-section .carousel-galleries a article {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    grid-row-gap: 15px;
    justify-content: center;
    height: auto;
  }
}
.galleries-section .carousel-galleries a article h3 {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .galleries-section .carousel-galleries a article h3 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .galleries-section .carousel-galleries a article h3 {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .galleries-section .carousel-galleries a article h3 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .galleries-section .carousel-galleries a article h3 {
    font-size: 38px;
    line-height: 1.4;
  }
}
.galleries-section .carousel-galleries a article h3 {
  font-weight: 300;
  margin: 0;
  color: #ffffff;
}
@media only screen and (max-width : 740px) {
  .galleries-section .carousel-galleries a article h3 {
    /* flex: 0 0 100%; */
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #94C11F;
    padding-bottom: 11px;
  }
}
.galleries-section .carousel-galleries a article ul {
  display: flex;
  align-items: center;
  grid-column-gap: 40px;
}
@media only screen and (max-width : 1499px) {
  .galleries-section .carousel-galleries a article ul {
    grid-column-gap: 30px;
  }
}
.galleries-section .carousel-galleries a article ul li {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.galleries-section .carousel-galleries a article ul li figure {
  display: flex;
  height: 100%;
}
.galleries-section .carousel-galleries a article ul li svg {
  width: 28px;
  fill: #94C11F;
}
@media only screen and (max-width : 740px) {
  .galleries-section .carousel-galleries a article ul li svg {
    width: 22px;
  }
}
.galleries-section .carousel-galleries a article ul li span {
  display: block;
}
.galleries-section .carousel-galleries a article ul {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .galleries-section .carousel-galleries a article ul {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .galleries-section .carousel-galleries a article ul {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .galleries-section .carousel-galleries a article ul {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .galleries-section .carousel-galleries a article ul {
    font-size: 17px;
  }
}
.galleries-section .carousel-galleries a article ul em {
  font-style: normal;
}
.galleries-section .carousel-galleries a article ul > em {
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .galleries-section .carousel-galleries a article ul {
    font-size: 17px;
    grid-column-gap: 16px;
    width: 100%;
  }
}
.galleries-section .carousel-galleries a {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .galleries-section .carousel-galleries a {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .galleries-section .carousel-galleries a {
    border-radius: 20px;
  }
}
.galleries-section .carousel-galleries a > figure img {
  transform: scale(1);
  transition: all 1s ease-in-out;
}
.galleries-section .carousel-galleries a:hover > figure img {
  transform: scale(1.05);
}

.page-template-galleries #pinned-gallery-panels > .gallery-row {
  pointer-events: none;
}
.page-template-galleries #pinned-gallery-panels .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container {
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 100vh;
  }
}
@media only screen and (max-width : 820px) {
  .page-template-galleries #pinned-gallery-panels .container {
    min-height: 0;
  }
}
.page-template-galleries #pinned-gallery-panels .container > article {
  min-height: 100vh;
  grid-column: 2/span 4;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    grid-column: 1/span 5;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    min-height: 1px;
    order: 2;
    padding: 70px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
}
@media only screen and (max-width : 991px) and (min-width : 741px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width : 991px) and (min-width : 1200px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width : 991px) and (min-width : 1399px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container > article {
    padding-bottom: 70px;
  }
}
.page-template-galleries #pinned-gallery-panels .container > article a {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.page-template-galleries #pinned-gallery-panels .container > article a header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container > article a header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container > article a header {
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container > article a header {
    padding-bottom: 15px;
  }
}
.page-template-galleries #pinned-gallery-panels .container > article a header h2 {
  margin: 0;
  color: #575756;
}
.page-template-galleries #pinned-gallery-panels .container > article a > p {
  color: #575756;
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 300;
  }
}
@media only screen and (max-width : 1499px) and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1499px) and (max-width : 1199px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1499px) and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1499px) and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article a > p em {
    font-style: normal;
  }
  .page-template-galleries #pinned-gallery-panels .container > article a > p > em {
    color: #94C11F;
  }
}
.page-template-galleries #pinned-gallery-panels .container > article a .btn {
  margin: 1em 0 0;
}
.page-template-galleries #pinned-gallery-panels .container > article a ul {
  display: flex;
  align-items: center;
  grid-column-gap: 40px;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article a ul {
    grid-column-gap: 30px;
  }
}
.page-template-galleries #pinned-gallery-panels .container > article a ul li {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.page-template-galleries #pinned-gallery-panels .container > article a ul li figure {
  display: flex;
  height: 100%;
}
.page-template-galleries #pinned-gallery-panels .container > article a ul li svg {
  width: 28px;
  fill: #94C11F;
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container > article a ul li svg {
    width: 22px;
  }
}
.page-template-galleries #pinned-gallery-panels .container > article a ul li span {
  display: block;
}
.page-template-galleries #pinned-gallery-panels .container > article a ul {
  padding: 0 0 20px;
  border-bottom: 1px solid #94C11F;
  margin: 30px 0 40px;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container > article a ul {
    margin: 25px 0 30px;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container > article a ul {
    display: none;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column {
  grid-column: 7/span 6;
  position: relative;
  height: 100vh;
}
.page-template-galleries #pinned-gallery-panels .container .image-column#first-gallery-image {
  pointer-events: auto;
}
@media only screen and (max-width : 820px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column {
    height: auto;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a {
  width: 100%;
  display: flex;
  position: relative;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a > figure {
  width: 100%;
  height: 0;
  padding-bottom: 131%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a > figure img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a > figure:after {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 40px;
  height: auto;
  grid-column-gap: 20px;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article {
    padding: 0 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    grid-row-gap: 15px;
    justify-content: center;
    height: auto;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article h3 {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article h3 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article h3 {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article h3 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article h3 {
    font-size: 38px;
    line-height: 1.4;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article h3 {
  font-weight: 300;
  margin: 0;
  color: #ffffff;
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article h3 {
    /* flex: 0 0 100%; */
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #94C11F;
    padding-bottom: 11px;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
  display: flex;
  align-items: center;
  grid-column-gap: 40px;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
    grid-column-gap: 30px;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul li {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul li figure {
  display: flex;
  height: 100%;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul li svg {
  width: 28px;
  fill: #94C11F;
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article ul li svg {
    width: 22px;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul li span {
  display: block;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
    font-size: 17px;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul em {
  font-style: normal;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a article ul > em {
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a article ul {
    font-size: 17px;
    grid-column-gap: 16px;
    width: 100%;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a {
  position: absolute;
  left: 0;
  top: 50px;
  width: calc(50vw - 50px);
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a {
    border-radius: 35px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a {
    width: 100vw;
  }
}
@media only screen and (max-width : 820px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a {
    position: static;
    border-radius: 0;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a > figure {
  padding-bottom: calc(100vh - 100px);
}
.page-template-galleries #pinned-gallery-panels .container .image-column a > figure img {
  height: 110%;
}
@media only screen and (max-width : 1199px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a > figure img {
    height: 100%;
  }
}
@media only screen and (max-width : 991px) {
  .page-template-galleries #pinned-gallery-panels .container .image-column a > figure {
    padding-bottom: 50vh;
  }
}
.page-template-galleries #pinned-gallery-panels .container .image-column a span.btn {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a span.btn:after,
.page-template-galleries #pinned-gallery-panels .container .image-column a span.btn span:after {
  color: #ffffff;
  transform: translateX(0px);
}
.page-template-galleries #pinned-gallery-panels .container .image-column a span.btn:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
.page-template-galleries #pinned-gallery-panels .container .image-column a span.btn:hover:after,
.page-template-galleries #pinned-gallery-panels .container .image-column a span.btn:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
.page-template-galleries #pinned-gallery-panels #first-gallery-image a {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.page-template-galleries #pinned-gallery-panels #first-gallery-image a.slide-1 {
  z-index: 4;
}
.page-template-galleries #pinned-gallery-panels #first-gallery-image a.slide-2 {
  z-index: 3;
}
.page-template-galleries #pinned-gallery-panels #first-gallery-image a.slide-3 {
  z-index: 2;
}
.page-template-galleries #pinned-gallery-panels #first-gallery-image a.slide-4 {
  z-index: 1;
}
.page-template-galleries #pinned-gallery-panels.active-2 #first-gallery-image a.slide-1 {
  opacity: 0;
  pointer-events: none;
}
.page-template-galleries #pinned-gallery-panels.active-3 #first-gallery-image a.slide-1,
.page-template-galleries #pinned-gallery-panels.active-3 #first-gallery-image a.slide-2 {
  opacity: 0;
  pointer-events: none;
}
.page-template-galleries #pinned-gallery-panels.active-4 #first-gallery-image a.slide-1,
.page-template-galleries #pinned-gallery-panels.active-4 #first-gallery-image a.slide-2,
.page-template-galleries #pinned-gallery-panels.active-4 #first-gallery-image a.slide-3 {
  opacity: 0;
  pointer-events: none;
}
.page-template-galleries #pinned-gallery-panels.active-5 #first-gallery-image a.slide-1,
.page-template-galleries #pinned-gallery-panels.active-5 #first-gallery-image a.slide-2,
.page-template-galleries #pinned-gallery-panels.active-5 #first-gallery-image a.slide-3,
.page-template-galleries #pinned-gallery-panels.active-5 #first-gallery-image a.slide-4 {
  opacity: 0;
  pointer-events: none;
}
.page-template-galleries #pinned-gallery-panels.active-6 #first-gallery-image a.slide-1,
.page-template-galleries #pinned-gallery-panels.active-6 #first-gallery-image a.slide-2,
.page-template-galleries #pinned-gallery-panels.active-6 #first-gallery-image a.slide-3,
.page-template-galleries #pinned-gallery-panels.active-6 #first-gallery-image a.slide-4,
.page-template-galleries #pinned-gallery-panels.active-6 #first-gallery-image a.slide-5 {
  opacity: 0;
  pointer-events: none;
}
.page-template-galleries #pinned-gallery-panels.active-7 #first-gallery-image a.slide-1,
.page-template-galleries #pinned-gallery-panels.active-7 #first-gallery-image a.slide-2,
.page-template-galleries #pinned-gallery-panels.active-7 #first-gallery-image a.slide-3,
.page-template-galleries #pinned-gallery-panels.active-7 #first-gallery-image a.slide-4,
.page-template-galleries #pinned-gallery-panels.active-7 #first-gallery-image a.slide-5,
.page-template-galleries #pinned-gallery-panels.active-7 #first-gallery-image a.slide-6 {
  opacity: 0;
  pointer-events: none;
}
.page-template-galleries #pinned-gallery-panels.active-8 #first-gallery-image a.slide-1,
.page-template-galleries #pinned-gallery-panels.active-8 #first-gallery-image a.slide-2,
.page-template-galleries #pinned-gallery-panels.active-8 #first-gallery-image a.slide-3,
.page-template-galleries #pinned-gallery-panels.active-8 #first-gallery-image a.slide-4,
.page-template-galleries #pinned-gallery-panels.active-8 #first-gallery-image a.slide-5,
.page-template-galleries #pinned-gallery-panels.active-8 #first-gallery-image a.slide-6,
.page-template-galleries #pinned-gallery-panels.active-8 #first-gallery-image a.slide-7 {
  opacity: 0;
  pointer-events: none;
}

.blog-section:last-child {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .blog-section:last-child {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-section:last-child {
    padding-bottom: 70px;
  }
}
.blog-section .container {
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .blog-section .container {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-section .container {
    grid-row-gap: 25px;
  }
}
.blog-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .blog-section .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.blog-section .container > h2.prehead {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1199px) {
  .blog-section .container > h2.prehead {
    grid-column: span 12;
  }
}
.blog-section .container section,
.blog-section .container .search-filter-results {
  position: relative;
  grid-column: span 12;
}
.blog-section .container .search-filter-results > article > p.no-results {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .blog-section .container .search-filter-results > article > p.no-results {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-section .container .search-filter-results > article > p.no-results {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-section .container .search-filter-results > article > p.no-results {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-section .container .search-filter-results > article > p.no-results {
    font-size: 17px;
  }
}
.blog-section .container .search-filter-results > article > p.no-results em {
  font-style: normal;
}
.blog-section .container .search-filter-results > article > p.no-results > em {
  color: #94C11F;
}
.blog-section .container > footer {
  grid-column: span 12;
  padding: 0;
  position: absolute;
  top: 2px;
  right: 30px;
}
@media only screen and (min-width : 741px) {
  .blog-section .container > footer {
    right: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .blog-section .container > footer {
    right: 100px;
  }
}
.blog-section .container > footer .btn {
  margin: 0 0 0 auto;
}
@media only screen and (max-width : 740px) {
  .blog-section .container > footer .btn {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.blog-section .container > footer .btn.btn-back:before {
  content: "\f060";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 0.8em;
  transition: all 0.15s ease-in-out;
  transform: translateX(0px);
}
.blog-section .container > footer .btn.btn-back:after {
  display: none;
}
.blog-section .container > footer .btn.btn-back:hover:before {
  transform: translateX(-10px);
}
.blog-section .carousel-blog .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  margin: 0;
  bottom: -50px;
}
@media only screen and (max-width : 740px) {
  .blog-section .carousel-blog .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0;
    position: relative;
    margin-top: 30px;
  }
}
.blog-section .blog-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media only screen and (max-width : 820px) {
  .blog-section .blog-section-grid {
    gap: 60px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-section .blog-section-grid {
    gap: 50px 20px;
  }
}
.blog-section .blog-section-grid > *:not(.pagination, [class*=owl]) > a {
  display: block;
  max-width: 100%;
}
.blog-section .blog-section-grid > *:not(.pagination, [class*=owl]) > a.btn {
  display: inline-block;
}
.blog-section .blog-section-grid > *:not(.pagination, [class*=owl]) > a > img {
  width: 100%;
  display: block;
}
.blog-section .blog-section-grid.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.blog-section .blog-section-grid.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog-section .blog-section-grid.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.blog-section .blog-section-grid.columns-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.blog-section .blog-section-grid.columns-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog-section .blog-section-grid.columns-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width : 991px) {
  .blog-section .blog-section-grid.columns-5, .blog-section .blog-section-grid.columns-6, .blog-section .blog-section-grid.columns-7, .blog-section .blog-section-grid.columns-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width : 740px) {
  .blog-section .blog-section-grid.columns-5, .blog-section .blog-section-grid.columns-6, .blog-section .blog-section-grid.columns-7, .blog-section .blog-section-grid.columns-8 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width : 540px) {
  .blog-section .blog-section-grid.columns-3, .blog-section .blog-section-grid.columns-4 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width : 1499px) {
  .blog-section .blog-section-grid {
    gap: 60px 30px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-section .blog-section-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width : 991px) {
  .blog-section .blog-section-grid {
    gap: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-section .blog-section-grid {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}

.blog-filter {
  padding-bottom: 80px;
}
@media only screen and (max-width : 991px) {
  .blog-filter {
    padding-bottom: 60px;
  }
}
.blog-filter .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .blog-filter .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.blog-filter nav {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav {
    grid-column: span 12;
  }
}
.blog-filter nav > ul,
.blog-filter nav form > ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 60px;
}
.blog-filter nav > ul li,
.blog-filter nav form > ul li {
  margin: 0;
}
.blog-filter nav > ul li .btn,
.blog-filter nav form > ul li .btn {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li .btn,
  .blog-filter nav form > ul li .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-filter nav > ul li .btn,
  .blog-filter nav form > ul li .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .btn,
  .blog-filter nav form > ul li .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li .btn,
  .blog-filter nav form > ul li .btn {
    font-size: 14px;
  }
}
.blog-filter nav > ul li .btn em,
.blog-filter nav form > ul li .btn em {
  font-style: normal;
}
.blog-filter nav > ul li .btn > em,
.blog-filter nav form > ul li .btn > em {
  color: #94C11F;
}
@media only screen and (min-width : 992px) {
  .blog-filter nav > ul li .btn,
  .blog-filter nav form > ul li .btn {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .blog-filter nav > ul li .btn,
  .blog-filter nav form > ul li .btn {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .btn,
  .blog-filter nav form > ul li .btn {
    padding: 12px 25px;
  }
}
.blog-filter nav > ul li .btn,
.blog-filter nav form > ul li .btn {
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.blog-filter nav > ul li .btn:after,
.blog-filter nav form > ul li .btn:after {
  display: none;
}
.blog-filter nav > ul li.active .btn,
.blog-filter nav form > ul li.active .btn {
  background-color: #94C11F;
  color: #ffffff;
  pointer-events: none;
  border-width: 0;
  box-shadow: none;
  transform: translate(3px, 3px);
}
@media only screen and (max-width : 991px) {
  .blog-filter nav {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav {
    width: 100vw;
    margin-left: -30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .blog-filter nav::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav form {
    padding-left: 30px;
    padding-bottom: 3px;
  }
}
.blog-filter nav > ul,
.blog-filter nav form > ul {
  grid-column-gap: 30px;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul,
  .blog-filter nav form > ul {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul,
  .blog-filter nav form > ul {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul,
  .blog-filter nav form > ul {
    grid-column-gap: 0;
    display: flex;
    position: relative;
  }
  .blog-filter nav > ul:after,
  .blog-filter nav form > ul:after {
    content: "";
    display: block;
    flex: 0 0 30px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li,
  .blog-filter nav form > ul li {
    width: 100%;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li,
  .blog-filter nav form > ul li {
    width: max-content;
    margin-right: 10px;
  }
  .blog-filter nav > ul li:last-child,
  .blog-filter nav form > ul li:last-child {
    margin-right: 0;
  }
}
.blog-filter nav > ul li .btn,
.blog-filter nav form > ul li .btn {
  white-space: nowrap;
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  white-space: nowrap;
  padding: 22px 60px;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    padding: 16px 40px 19px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    padding: 12px 25px;
  }
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.blog-filter nav > ul li .search-filter-reset:after,
.blog-filter nav > ul li .search-filter-reset span:after,
.blog-filter nav form > ul li .search-filter-reset:after,
.blog-filter nav form > ul li .search-filter-reset span:after {
  color: #94C11F;
  transform: translateX(0);
}
.blog-filter nav > ul li .search-filter-reset:hover,
.blog-filter nav form > ul li .search-filter-reset:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.blog-filter nav > ul li .search-filter-reset:hover:after,
.blog-filter nav > ul li .search-filter-reset:hover span:after,
.blog-filter nav form > ul li .search-filter-reset:hover:after,
.blog-filter nav form > ul li .search-filter-reset:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 17px;
  }
}
.blog-filter nav > ul li .search-filter-reset em,
.blog-filter nav form > ul li .search-filter-reset em {
  font-style: normal;
}
.blog-filter nav > ul li .search-filter-reset > em,
.blog-filter nav form > ul li .search-filter-reset > em {
  color: #94C11F;
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    margin-top: 20px;
  }
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blog-filter nav > ul li .search-filter-reset.fullwidth,
.blog-filter nav form > ul li .search-filter-reset.fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.blog-filter nav > ul li .search-filter-reset:after,
.blog-filter nav > ul li .search-filter-reset span:after,
.blog-filter nav form > ul li .search-filter-reset:after,
.blog-filter nav form > ul li .search-filter-reset span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li .search-filter-reset:after,
  .blog-filter nav > ul li .search-filter-reset span:after,
  .blog-filter nav form > ul li .search-filter-reset:after,
  .blog-filter nav form > ul li .search-filter-reset span:after {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .search-filter-reset:after,
  .blog-filter nav > ul li .search-filter-reset span:after,
  .blog-filter nav form > ul li .search-filter-reset:after,
  .blog-filter nav form > ul li .search-filter-reset span:after {
    font-size-adjust: 16px;
  }
}
.blog-filter nav > ul li .search-filter-reset span,
.blog-filter nav form > ul li .search-filter-reset span {
  display: flex;
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.blog-filter nav > ul li .search-filter-reset.floating:after,
.blog-filter nav form > ul li .search-filter-reset.floating:after {
  display: none;
}
.blog-filter nav > ul li .search-filter-reset.vacancies:after,
.blog-filter nav form > ul li .search-filter-reset.vacancies:after {
  transform: rotate(90deg);
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  margin: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    font-size: 14px;
  }
}
.blog-filter nav > ul li .search-filter-reset em,
.blog-filter nav form > ul li .search-filter-reset em {
  font-style: normal;
}
.blog-filter nav > ul li .search-filter-reset > em,
.blog-filter nav form > ul li .search-filter-reset > em {
  color: #94C11F;
}
@media only screen and (min-width : 992px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    padding: 12px 25px;
  }
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.blog-filter nav > ul li .search-filter-reset:after,
.blog-filter nav form > ul li .search-filter-reset:after {
  display: none;
}
.blog-filter nav > ul li .search-filter-reset,
.blog-filter nav form > ul li .search-filter-reset {
  margin: 0 !important;
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li .search-filter-reset,
  .blog-filter nav form > ul li .search-filter-reset {
    width: 120px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  white-space: nowrap;
  padding: 22px 60px;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    padding: 16px 40px 19px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    padding: 12px 25px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
.blog-filter nav > ul li.sf-field-taxonomy-service-category label span:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label span:after {
  color: #94C11F;
  transform: translateX(0);
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:hover,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:hover:after,
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:hover span:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:hover:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 17px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label em,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label em {
  font-style: normal;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label > em,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label > em {
  color: #94C11F;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    margin-top: 20px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label.fullwidth,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label.fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
.blog-filter nav > ul li.sf-field-taxonomy-service-category label span:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label span:after,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label span:after {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label span:after,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label span:after {
    font-size-adjust: 16px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label span,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label span {
  display: flex;
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label.floating:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label.floating:after {
  display: none;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label.vacancies:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label.vacancies:after {
  transform: rotate(90deg);
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  margin: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    font-size: 14px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label em,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label em {
  font-style: normal;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label > em,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label > em {
  color: #94C11F;
}
@media only screen and (min-width : 992px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
    padding: 12px 25px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after {
  display: none;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after {
  content: "\f078";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  font-weight: 400;
  color: #94C11F;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1299px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label:after,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label:after {
    font-size: 14px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label:hover:after,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label:hover:after {
  transform: translateY(-50%) !important;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label select,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label select {
  height: 100%;
  width: 100%;
  text-align: center;
  border-width: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0 40px 0 30px;
  width: auto;
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-taxonomy-service-category label select,
  .blog-filter nav form > ul li.sf-field-taxonomy-service-category label select {
    text-indent: 0px;
  }
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label select::-ms-expand,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label select::-ms-expand {
  display: none;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label select:focus,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label select:focus {
  outline: none;
}
.blog-filter nav > ul li.sf-field-taxonomy-service-category label select option,
.blog-filter nav form > ul li.sf-field-taxonomy-service-category label select option {
  font-weight: normal;
}
.blog-filter nav > ul li.sf-field-category,
.blog-filter nav form > ul li.sf-field-category {
  grid-column: span 2;
}
.blog-filter nav > ul li.sf-field-category > ul,
.blog-filter nav form > ul li.sf-field-category > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 30px;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-category > ul,
  .blog-filter nav form > ul li.sf-field-category > ul {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-category > ul,
  .blog-filter nav form > ul li.sf-field-category > ul {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-category > ul,
  .blog-filter nav form > ul li.sf-field-category > ul {
    display: flex;
    grid-column-gap: 0;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li,
.blog-filter nav form > ul li.sf-field-category > ul > li {
  padding: 0;
  position: relative;
}
.blog-filter nav > ul li.sf-field-category > ul > li:first-child,
.blog-filter nav form > ul li.sf-field-category > ul > li:first-child {
  display: none;
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-category > ul > li,
  .blog-filter nav form > ul li.sf-field-category > ul > li {
    width: 120px;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li input,
.blog-filter nav form > ul li.sf-field-category > ul > li input {
  margin: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 22px 60px;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    padding: 16px 40px 19px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    padding: 12px 25px;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  background: #ffffff;
  color: #94C11F;
  border: 1px solid #94C11F;
  box-shadow: 3px 3px 0 #94C11F;
}
.blog-filter nav > ul li.sf-field-category > ul > li label:after,
.blog-filter nav > ul li.sf-field-category > ul > li label span:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label span:after {
  color: #94C11F;
  transform: translateX(0);
}
.blog-filter nav > ul li.sf-field-category > ul > li label:hover,
.blog-filter nav form > ul li.sf-field-category > ul > li label:hover {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}
.blog-filter nav > ul li.sf-field-category > ul > li label:hover:after,
.blog-filter nav > ul li.sf-field-category > ul > li label:hover span:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label:hover:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label:hover span:after {
  color: #94C11F;
  transform: translateX(0);
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 17px;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li label em,
.blog-filter nav form > ul li.sf-field-category > ul > li label em {
  font-style: normal;
}
.blog-filter nav > ul li.sf-field-category > ul > li label > em,
.blog-filter nav form > ul li.sf-field-category > ul > li label > em {
  color: #94C11F;
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  font-weight: 600;
  margin-top: 40px;
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    margin-top: 20px;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blog-filter nav > ul li.sf-field-category > ul > li label.fullwidth,
.blog-filter nav form > ul li.sf-field-category > ul > li label.fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.blog-filter nav > ul li.sf-field-category > ul > li label:after,
.blog-filter nav > ul li.sf-field-category > ul > li label span:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label:after,
  .blog-filter nav > ul li.sf-field-category > ul > li label span:after,
  .blog-filter nav form > ul li.sf-field-category > ul > li label:after,
  .blog-filter nav form > ul li.sf-field-category > ul > li label span:after {
    font-size: 17px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label:after,
  .blog-filter nav > ul li.sf-field-category > ul > li label span:after,
  .blog-filter nav form > ul li.sf-field-category > ul > li label:after,
  .blog-filter nav form > ul li.sf-field-category > ul > li label span:after {
    font-size-adjust: 16px;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li label span,
.blog-filter nav form > ul li.sf-field-category > ul > li label span {
  display: flex;
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.blog-filter nav > ul li.sf-field-category > ul > li label.floating:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label.floating:after {
  display: none;
}
.blog-filter nav > ul li.sf-field-category > ul > li label.vacancies:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label.vacancies:after {
  transform: rotate(90deg);
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  margin: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    font-size: 14px;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li label em,
.blog-filter nav form > ul li.sf-field-category > ul > li label em {
  font-style: normal;
}
.blog-filter nav > ul li.sf-field-category > ul > li label > em,
.blog-filter nav form > ul li.sf-field-category > ul > li label > em {
  color: #94C11F;
}
@media only screen and (min-width : 992px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-filter nav > ul li.sf-field-category > ul > li label,
  .blog-filter nav form > ul li.sf-field-category > ul > li label {
    padding: 12px 25px;
  }
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.blog-filter nav > ul li.sf-field-category > ul > li label:after,
.blog-filter nav form > ul li.sf-field-category > ul > li label:after {
  display: none;
}
.blog-filter nav > ul li.sf-field-category > ul > li label,
.blog-filter nav form > ul li.sf-field-category > ul > li label {
  margin: 0 !important;
}
.blog-filter nav > ul li.sf-field-category > ul > li:hover label,
.blog-filter nav form > ul li.sf-field-category > ul > li:hover label {
  background: #ffffff;
  color: #94C11F;
  box-shadow: 0 0 0 #94C11F;
  transform: translateX(3px) translateY(3px);
}

.blog-article > a {
  display: block;
  width: 100%;
}
.blog-article > a figure {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .blog-article > a figure {
    border-radius: 35px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-article > a figure {
    border-radius: 20px;
  }
}
.blog-article > a figure img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 1s ease-in-out;
}
.blog-article > a:hover figure img {
  transform: scale(1.05);
}
.blog-article > article {
  width: 74%;
  margin: -60px 0 0 auto;
  position: relative;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .blog-article > article {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-article > article {
    border-radius: 20px;
  }
}
.blog-article > article {
  box-shadow: 5px 5px 0 #94C11F;
}
@media only screen and (max-width : 1499px) {
  .blog-article > article {
    padding: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-article > article {
    padding: 30px 25px 35px;
  }
}
.blog-article > article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (max-width : 991px) {
  .blog-article > article {
    width: 100%;
  }
}
@media only screen and (max-width : 740px) {
  .blog-article > article {
    margin-top: -40px;
  }
}
.blog-article > article h3 {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .blog-article > article h3 {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .blog-article > article h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .blog-article > article h3 {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .blog-article > article h3 {
    font-size: 26px;
    line-height: 1.6;
  }
}
.blog-article > article h3 {
  font-weight: 300;
}
.blog-article > article h3 > a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width : 740px) {
  .blog-article > article h3 > a {
    -webkit-line-clamp: 2;
  }
}
.blog-article > article ul {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10px;
}
@media only screen and (max-width : 740px) {
  .blog-article > article ul {
    margin-top: auto;
  }
}
.blog-article > article ul li a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single-image-banner,
.subscribe-section {
  position: relative;
}
.single-image-banner > figure,
.subscribe-section > figure {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  top: 120px;
  bottom: 70px;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner > figure,
  .subscribe-section > figure {
    top: 80px;
    bottom: 50px;
  }
}
@media only screen and (max-width : 991px) {
  .single-image-banner > figure,
  .subscribe-section > figure {
    top: auto;
    bottom: auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner > figure,
  .subscribe-section > figure {
    padding-bottom: 65%;
  }
}
.single-image-banner > figure img,
.subscribe-section > figure img {
  position: absolute;
  inset: 0;
  filter: brightness(0.7);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 110%;
}
@media only screen and (max-width : 1199px) {
  .single-image-banner > figure img,
  .subscribe-section > figure img {
    height: 100%;
  }
}
.single-image-banner section,
.subscribe-section section {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .single-image-banner section,
  .subscribe-section section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 991px) {
  .single-image-banner section,
  .subscribe-section section {
    display: flex;
    flex-direction: column;
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  .single-image-banner section,
  .subscribe-section section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  .single-image-banner section,
  .subscribe-section section {
    padding-bottom: 70px;
  }
}
.single-image-banner section > header,
.subscribe-section section > header {
  grid-column: 2/span 5;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 70px;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner section > header,
  .subscribe-section section > header {
    padding-top: 80px;
    padding-bottom: 50px;
    grid-column: 1/span 5;
  }
}
@media only screen and (max-width : 991px) {
  .single-image-banner section > header,
  .subscribe-section section > header {
    padding: 0;
    text-align: center;
  }
}
.single-image-banner section > header h2,
.subscribe-section section > header h2 {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .single-image-banner section > header h2,
  .subscribe-section section > header h2 {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .single-image-banner section > header h2,
  .subscribe-section section > header h2 {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .single-image-banner section > header h2,
  .subscribe-section section > header h2 {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .single-image-banner section > header h2,
  .subscribe-section section > header h2 {
    font-size: 43px;
    line-height: 1.5;
  }
}
.single-image-banner section > header h2,
.subscribe-section section > header h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.single-image-banner section > header h2 em,
.subscribe-section section > header h2 em {
  font-style: normal;
  color: #94C11F;
}
.single-image-banner section > header h2,
.subscribe-section section > header h2 {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .single-image-banner section > header h2,
  .subscribe-section section > header h2 {
    margin: 1em 0 0.5em;
  }
}
.single-image-banner section > header h2:first-child,
.subscribe-section section > header h2:first-child {
  margin-top: 0;
}
.single-image-banner section > header h2:last-child,
.subscribe-section section > header h2:last-child {
  margin-bottom: 0;
}
.single-image-banner section > header h2,
.subscribe-section section > header h2 {
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width : 991px) {
  .single-image-banner section > header h2,
  .subscribe-section section > header h2 {
    color: #575756;
  }
}
.single-image-banner section > article,
.subscribe-section section > article {
  grid-column: 7/span 5;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner section > article,
  .subscribe-section section > article {
    grid-column: 8/span 5;
  }
}
@media only screen and (max-width : 1199px) {
  .single-image-banner section > article,
  .subscribe-section section > article {
    grid-column: 7/span 6;
  }
}
.single-image-banner section > article > .form-panel,
.subscribe-section section > article > .form-panel {
  max-width: 495px;
  margin-left: auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    border-radius: 20px;
  }
}
.single-image-banner section > article > .form-panel,
.subscribe-section section > article > .form-panel {
  box-shadow: 5px 5px 0 #94C11F;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    padding: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    padding: 30px 25px 35px;
  }
}
.single-image-banner section > article > .form-panel,
.subscribe-section section > article > .form-panel {
  border: 1px solid #94C11F;
  padding-top: 80px;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    padding-top: 40px;
  }
}
.single-image-banner section > article > .form-panel,
.subscribe-section section > article > .form-panel {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 991px) {
  .single-image-banner section > article > .form-panel,
  .subscribe-section section > article > .form-panel {
    margin: 0 auto;
  }
}
.single-image-banner section > article > .form-panel > header,
.subscribe-section section > article > .form-panel > header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .single-image-banner section > article > .form-panel > header,
  .subscribe-section section > article > .form-panel > header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner section > article > .form-panel > header,
  .subscribe-section section > article > .form-panel > header {
    grid-row-gap: 15px;
  }
}
.single-image-banner section > article > .form-panel > header,
.subscribe-section section > article > .form-panel > header {
  padding-bottom: 30px;
}
@media only screen and (max-width : 991px) {
  .single-image-banner section > article > .form-panel > header,
  .subscribe-section section > article > .form-panel > header {
    padding-bottom: 25px;
  }
}
.single-image-banner section > article .gform_wrapper .gform-body,
.subscribe-section section > article .gform_wrapper .gform-body {
  padding-bottom: 20px;
}
.single-image-banner section > article .gform_wrapper .gform-footer,
.subscribe-section section > article .gform_wrapper .gform-footer {
  position: relative;
  padding: 0;
}
.single-image-banner section > article .gform_wrapper .gform-footer .button,
.subscribe-section section > article .gform_wrapper .gform-footer .button {
  margin: 0 0 0 auto;
}
@media only screen and (max-width : 740px) {
  .single-image-banner section > article .gform_wrapper .gform-footer .button,
  .subscribe-section section > article .gform_wrapper .gform-footer .button {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

.subscribe-section {
  position: relative;
}
.subscribe-section:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #94C11F;
  z-index: 0;
}
@media only screen and (max-width : 991px) {
  .subscribe-section:after {
    display: none;
  }
}
.subscribe-section.alt {
  padding-top: 80px;
}
@media only screen and (max-width : 1499px) {
  .subscribe-section.alt {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .subscribe-section.alt {
    padding-top: 40px;
  }
}
.subscribe-section.alt {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1499px) {
  .subscribe-section.alt {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .subscribe-section.alt {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 991px) {
  .subscribe-section.alt {
    padding: 0;
  }
}
.subscribe-section.alt:after {
  display: none;
}
.subscribe-section.alt > figure {
  top: 0;
  bottom: 0;
}
.subscribe-section.alt section > header {
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width : 991px) {
  .subscribe-section.alt section > header {
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
}
.subscribe-section.alt section > header p {
  color: #ffffff;
}
@media only screen and (max-width : 991px) {
  .subscribe-section.alt section > header p {
    color: #575756;
    text-align: center;
  }
}

.single-image-banner {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner {
    padding-top: 70px;
  }
}
.single-image-banner {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .single-image-banner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .single-image-banner {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 991px) {
  .single-image-banner {
    padding-top: 0;
  }
}
.single-image-banner > figure {
  top: 0;
  bottom: 0;
}
.single-image-banner section {
  align-items: center;
}
@media only screen and (max-width : 991px) {
  .single-image-banner section {
    padding-bottom: 0;
  }
}
.single-image-banner section > header {
  padding: 0;
}
@media only screen and (max-width : 991px) {
  .single-image-banner + .section.white {
    padding-top: 0;
  }
}

.your-team {
  position: relative;
}
@media only screen and (max-width : 991px) {
  .your-team {
    background: #94C11F;
  }
}
.your-team > figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width : 991px) {
  .your-team > figure {
    position: static;
  }
}
.your-team > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  height: 110%;
}
@media only screen and (max-width : 1199px) {
  .your-team > figure img {
    height: 100%;
  }
}
.your-team .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .your-team .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.your-team .container > article:first-child {
  display: flex;
  flex-direction: column;
  grid-column: 2/span 6;
  grid-row-gap: 80px;
}
@media only screen and (max-width : 1499px) {
  .your-team .container > article:first-child {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:first-child {
    grid-row-gap: 40px;
  }
}
.your-team .container > article:first-child {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .your-team .container > article:first-child {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:first-child {
    padding-top: 70px;
  }
}
.your-team .container > article:first-child {
  padding-bottom: 190px;
}
@media only screen and (max-width : 1499px) {
  .your-team .container > article:first-child {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:first-child {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 1650px) {
  .your-team .container > article:first-child {
    grid-column: 1/span 7;
  }
}
@media only screen and (max-width : 1499px) {
  .your-team .container > article:first-child {
    grid-column: span 8;
  }
}
@media only screen and (max-width : 1199px) {
  .your-team .container > article:first-child {
    grid-column: span 7;
  }
}
@media only screen and (max-width : 991px) {
  .your-team .container > article:first-child {
    grid-column: span 12;
    padding-bottom: 60px;
  }
}
.your-team .container > article:first-child header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .your-team .container > article:first-child header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:first-child header {
    grid-row-gap: 15px;
  }
}
.your-team .container > article:first-child header p:not(.prehead) {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.your-team .container > article:first-child header p:not(.prehead) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.your-team .container > article:first-child header p:not(.prehead) em {
  font-style: normal;
  color: #94C11F;
}
.your-team .container > article:first-child header p:not(.prehead) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    margin: 1em 0 0.5em;
  }
}
.your-team .container > article:first-child header p:not(.prehead):first-child {
  margin-top: 0;
}
.your-team .container > article:first-child header p:not(.prehead):last-child {
  margin-bottom: 0;
}
.your-team .container > article:first-child header p:not(.prehead) {
  font-weight: 300;
  margin: 0;
}
.your-team .container > article:first-child header p:not(.prehead) {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.your-team .container > article:first-child header p:not(.prehead) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.your-team .container > article:first-child header p:not(.prehead) em {
  font-style: normal;
  color: #94C11F;
}
.your-team .container > article:first-child header p:not(.prehead) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:first-child header p:not(.prehead) {
    margin: 1em 0 0.5em;
  }
}
.your-team .container > article:first-child header p:not(.prehead):first-child {
  margin-top: 0;
}
.your-team .container > article:first-child header p:not(.prehead):last-child {
  margin-bottom: 0;
}
.your-team .container > article:first-child header p:not(.prehead) {
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width : 991px) {
  .your-team .container > article:first-child header .prehead {
    border-color: #ffffff;
    color: #ffffff;
  }
}
.your-team .container > article:last-child {
  align-items: flex-end;
  display: flex;
  grid-column: 8/span 4;
}
@media only screen and (max-width : 1499px) {
  .your-team .container > article:last-child {
    grid-column: 10/span 3;
  }
}
@media only screen and (max-width : 1199px) {
  .your-team .container > article:last-child {
    grid-column: 9/span 4;
  }
}
@media only screen and (max-width : 991px) {
  .your-team .container > article:last-child {
    grid-column: span 12;
    width: 100%;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:last-child {
    padding-bottom: 70px;
  }
}
.your-team .container > article:last-child article {
  margin-left: auto;
  max-width: 380px;
  transform: translateY(60px);
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .your-team .container > article:last-child article {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:last-child article {
    border-radius: 20px;
  }
}
.your-team .container > article:last-child article {
  box-shadow: 5px 5px 0 #94C11F;
}
@media only screen and (max-width : 1499px) {
  .your-team .container > article:last-child article {
    padding: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .your-team .container > article:last-child article {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width : 991px) {
  .your-team .container > article:last-child article {
    transform: none;
  }
}
.your-team .container > article:last-child article p {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .your-team .container > article:last-child article p {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .your-team .container > article:last-child article p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .your-team .container > article:last-child article p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .your-team .container > article:last-child article p {
    font-size: 26px;
    line-height: 1.6;
  }
}
.your-team .container > article:last-child article p {
  margin: 0;
}
.your-team .container > article:last-child article .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.your-team .container ul.usps {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width : 740px) {
  .your-team .container ul.usps {
    grid-template-columns: 1fr;
  }
}
.your-team .container ul.usps li {
  border-width: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  box-shadow: none;
}
@media only screen and (max-width : 991px) {
  .your-team .container ul.usps li .tick-icon {
    border-color: #ffffff;
  }
  .your-team .container ul.usps li {
    background: transparent;
    border: 2px solid #ffffff;
  }
  .your-team .container ul.usps li svg {
    border-color: #ffffff;
    fill: #ffffff;
  }
}
.your-team .container ul.usps li article h4,
.your-team .container ul.usps li article p {
  color: #ffffff;
}

.services-section {
  overflow: hidden;
}
@media only screen and (max-width : 820px) {
  .services-section {
    overflow: visible;
    display: grid;
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .services-section {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .services-section {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 820px) {
  .services-section + .cta.white {
    padding-top: 0;
  }
}
.services-section > .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .services-section > .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 740px) {
  .services-section > .container {
    display: block;
  }
}
.services-section > .container > .prehead {
  grid-column: 2/span 10;
}
@media only screen and (min-width : 821px) {
  .services-section.services-section-alt > .container > header {
    grid-column: span 12;
    text-align: center;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width : 821px) and (max-width : 1499px) {
  .services-section.services-section-alt > .container > header {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width : 821px) and (max-width : 740px) {
  .services-section.services-section-alt > .container > header {
    padding-bottom: 40px;
  }
}
.services-section > header {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .services-section > header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 820px) {
  .services-section > header {
    margin: 0 0 25px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
}
@media only screen and (max-width : 820px) and (min-width : 741px) {
  .services-section > header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width : 820px) and (min-width : 1200px) {
  .services-section > header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width : 820px) and (min-width : 1399px) {
  .services-section > header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.services-section > header > h2 {
  grid-column: 2/span 10;
}
.services-section #section-rows {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows {
    overflow: visible;
  }
}
.services-section #section-rows > section {
  pointer-events: none;
}
.services-section #section-rows section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows section {
    min-height: 0;
    padding-bottom: 190px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .services-section #section-rows section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .services-section #section-rows section {
    padding-bottom: 70px;
  }
}
.services-section #section-rows section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .services-section #section-rows section .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows section .container {
    display: flex;
    flex-direction: column;
  }
}
.services-section #section-rows section .container .image-column {
  min-height: 100vh;
  grid-column: span 5;
  position: relative;
}
@media only screen and (max-width : 1199px) {
  .services-section #section-rows section .container .image-column {
    grid-column: span 4;
  }
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows section .container .image-column {
    min-height: 0;
    height: auto;
  }
}
.services-section #section-rows section .container .image-column figure, .services-section #section-rows section .container .image-column:after {
  position: absolute;
}
.services-section #section-rows section .container .image-column figure {
  right: 0;
  top: 50px;
  bottom: 50px;
  width: calc(50vw - 20% - 50px);
}
@media only screen and (max-width : 1199px) {
  .services-section #section-rows section .container .image-column figure {
    width: calc(50vw - 50% - 50px);
  }
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows section .container .image-column figure {
    width: 100%;
    position: static;
    border-radius: 40px;
    overflow: hidden;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .services-section #section-rows section .container .image-column figure {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .services-section #section-rows section .container .image-column figure {
    border-radius: 20px;
  }
}
.services-section #section-rows section .container .image-column figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows section .container .image-column figure img {
    position: static;
  }
}
.services-section #section-rows section .container > article,
.services-section #section-rows section .container > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 8/span 4;
  align-self: center;
  pointer-events: auto;
}
@media only screen and (max-width : 1919px) {
  .services-section #section-rows section .container > article,
  .services-section #section-rows section .container > a {
    grid-column: 8/span 5;
  }
}
@media only screen and (max-width : 1199px) {
  .services-section #section-rows section .container > article,
  .services-section #section-rows section .container > a {
    grid-column: 7/span 6;
  }
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows section .container > article,
  .services-section #section-rows section .container > a {
    padding-top: 80px;
    padding-bottom: 190px;
    padding-left: 0;
    padding-right: 0;
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .services-section #section-rows section .container > article,
  .services-section #section-rows section .container > a {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .services-section #section-rows section .container > article,
  .services-section #section-rows section .container > a {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  .services-section #section-rows section .container > article,
  .services-section #section-rows section .container > a {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  .services-section #section-rows section .container > article,
  .services-section #section-rows section .container > a {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 820px) {
  .services-section #section-rows section .container > article:last-child,
  .services-section #section-rows section .container > a:last-child {
    padding-bottom: 0;
  }
}
.services-section #section-rows section .container > article header,
.services-section #section-rows section .container > a header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .services-section #section-rows section .container > article header,
  .services-section #section-rows section .container > a header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .services-section #section-rows section .container > article header,
  .services-section #section-rows section .container > a header {
    grid-row-gap: 15px;
  }
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.services-section #section-rows section .container > article header p:not(.prehead) em,
.services-section #section-rows section .container > a header p:not(.prehead) em {
  font-style: normal;
  color: #94C11F;
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    margin: 1em 0 0.5em;
  }
}
.services-section #section-rows section .container > article header p:not(.prehead):first-child,
.services-section #section-rows section .container > a header p:not(.prehead):first-child {
  margin-top: 0;
}
.services-section #section-rows section .container > article header p:not(.prehead):last-child,
.services-section #section-rows section .container > a header p:not(.prehead):last-child {
  margin-bottom: 0;
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  font-weight: 300;
  margin: 0;
}
.services-section #section-rows section .container > article header h3,
.services-section #section-rows section .container > a header h3 {
  color: #94C11F;
}
.services-section #section-rows section .container > article header h3 a,
.services-section #section-rows section .container > a header h3 a {
  color: #94C11F;
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  color: #575756;
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    font-size: 26px;
    line-height: 1.6;
  }
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.services-section #section-rows section .container > article header p:not(.prehead) em,
.services-section #section-rows section .container > a header p:not(.prehead) em {
  font-style: normal;
  color: #94C11F;
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .services-section #section-rows section .container > article header p:not(.prehead),
  .services-section #section-rows section .container > a header p:not(.prehead) {
    margin: 1em 0 0.5em;
  }
}
.services-section #section-rows section .container > article header p:not(.prehead):first-child,
.services-section #section-rows section .container > a header p:not(.prehead):first-child {
  margin-top: 0;
}
.services-section #section-rows section .container > article header p:not(.prehead):last-child,
.services-section #section-rows section .container > a header p:not(.prehead):last-child {
  margin-bottom: 0;
}
.services-section #section-rows section .container > article header p:not(.prehead),
.services-section #section-rows section .container > a header p:not(.prehead) {
  font-weight: 300;
  margin: 0 !important;
}
.services-section #section-rows #first-image figure {
  opacity: 1;
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .services-section #section-rows #first-image figure {
    border-radius: 35px;
  }
}
@media only screen and (max-width : 740px) {
  .services-section #section-rows #first-image figure {
    border-radius: 20px;
  }
}
.services-section #section-rows #first-image figure {
  transition: opacity 0.15s ease-in-out;
}
.services-section #section-rows #first-image:after {
  right: 0;
  top: 46px;
  bottom: 46px;
  content: "";
  display: block;
  z-index: 999;
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .services-section #section-rows #first-image:after {
    border-radius: 35px;
  }
}
@media only screen and (max-width : 740px) {
  .services-section #section-rows #first-image:after {
    border-radius: 20px;
  }
}
.services-section #section-rows #first-image:after {
  border: 10px solid #ffffff;
  width: calc(50vw - 20% - 42px);
}
@media only screen and (max-width : 1199px) {
  .services-section #section-rows #first-image:after {
    width: calc(50vw - 50% - 42px);
  }
}
@media only screen and (max-width : 991px) {
  .services-section #section-rows #first-image:after {
    display: none;
  }
}
.services-section #section-rows.active-2 #first-image figure.slide-1 {
  opacity: 0;
  pointer-events: none;
}
.services-section #section-rows.active-3 #first-image figure.slide-1,
.services-section #section-rows.active-3 #first-image figure.slide-2 {
  opacity: 0;
  pointer-events: none;
}
.services-section #section-rows.active-4 #first-image figure.slide-1,
.services-section #section-rows.active-4 #first-image figure.slide-2,
.services-section #section-rows.active-4 #first-image figure.slide-3 {
  opacity: 0;
  pointer-events: none;
}
.services-section #section-rows.active-5 #first-image figure.slide-1,
.services-section #section-rows.active-5 #first-image figure.slide-2,
.services-section #section-rows.active-5 #first-image figure.slide-3,
.services-section #section-rows.active-5 #first-image figure.slide-4 {
  opacity: 0;
  pointer-events: none;
}
.services-section #section-rows.active-6 #first-image figure.slide-1,
.services-section #section-rows.active-6 #first-image figure.slide-2,
.services-section #section-rows.active-6 #first-image figure.slide-3,
.services-section #section-rows.active-6 #first-image figure.slide-4,
.services-section #section-rows.active-6 #first-image figure.slide-5 {
  opacity: 0;
  pointer-events: none;
}
.services-section #section-rows.active-7 #first-image figure.slide-1,
.services-section #section-rows.active-7 #first-image figure.slide-2,
.services-section #section-rows.active-7 #first-image figure.slide-3,
.services-section #section-rows.active-7 #first-image figure.slide-4,
.services-section #section-rows.active-7 #first-image figure.slide-5,
.services-section #section-rows.active-7 #first-image figure.slide-6 {
  opacity: 0;
  pointer-events: none;
}
.services-section #section-rows.active-8 #first-image figure.slide-1,
.services-section #section-rows.active-8 #first-image figure.slide-2,
.services-section #section-rows.active-8 #first-image figure.slide-3,
.services-section #section-rows.active-8 #first-image figure.slide-4,
.services-section #section-rows.active-8 #first-image figure.slide-5,
.services-section #section-rows.active-8 #first-image figure.slide-6,
.services-section #section-rows.active-8 #first-image figure.slide-7 {
  opacity: 0;
  pointer-events: none;
}
.services-section #section-rows .pin-spacer {
  pointer-events: none;
}
.services-section #section-rows .pin-spacer .image-column > figure {
  pointer-events: auto;
}
@media only screen and (max-width : 820px) {
  .services-section.services-section-alt #section-rows section .container article {
    padding-bottom: 0;
  }
}
@media only screen and (min-width : 821px) {
  .services-section.services-section-alt #section-rows section .container article {
    grid-column: 2/span 4;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width : 821px) and (max-width : 1499px) {
  .services-section.services-section-alt #section-rows section .container article {
    grid-column: 2/span 5;
  }
}
@media only screen and (min-width : 821px) and (max-width : 991px) {
  .services-section.services-section-alt #section-rows section .container article {
    grid-column: 1/span 6;
  }
}
@media only screen and (min-width : 821px) {
  .services-section.services-section-alt #section-rows section .container article .prehead {
    color: #ffffff;
    border-color: #ffffff;
  }
  .services-section.services-section-alt #section-rows section .container article p {
    color: #ffffff;
  }
  .services-section.services-section-alt #section-rows section .container article .btn {
    border: 2px solid transparent;
    border-width: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    box-shadow: none;
  }
  .services-section.services-section-alt #section-rows section .container article .btn:after,
  .services-section.services-section-alt #section-rows section .container article .btn span:after {
    color: #ffffff;
    transform: translateX(0);
  }
  .services-section.services-section-alt #section-rows section .container article .btn:hover {
    border: 2px solid transparent;
    border-width: 0;
    color: #ffffff;
    background: #94C11F;
    transform: none;
  }
  .services-section.services-section-alt #section-rows section .container article .btn:hover:after,
  .services-section.services-section-alt #section-rows section .container article .btn:hover span:after {
    color: #ffffff;
    transform: translateX(10px);
  }
  .services-section.services-section-alt #section-rows section .container .image-column {
    grid-column: 7/span 6;
  }
  .services-section.services-section-alt #section-rows section .container .image-column figure {
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    transform: translateX(-50%);
    border-radius: 0 !important;
    filter: brightness(0.7);
  }
}

#wheel-container {
  position: relative;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  pointer-events: none;
}

#wheel {
  position: absolute;
  z-index: 4;
  left: -50vw;
  top: 50vh;
  width: 20vh;
  height: 20vh;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width : 1199px) {
  #wheel {
    left: -80vw;
  }
}
@media only screen and (max-width : 820px) {
  #wheel {
    display: none;
  }
}
@media only screen and (min-width : 821px) {
  .services-section-alt #wheel {
    left: auto;
    right: -50vw;
    transform: translate(50%, -50%) rotate(45deg);
  }
}
#wheel > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(50vw + ((100vw - 1640px) / 2 + 682px) / 2);
}
@media only screen and (max-width: 1840px) {
  #wheel > div {
    width: calc(50vw + ((100vw - 200px) * 0.4166 + 100px) / 2);
  }
}
@media only screen and (max-width : 1199px) {
  #wheel > div {
    width: calc(50vw + ((100vw - 120px) * 0.4166 + 60px) / 2);
  }
}
#wheel > div {
  height: 1px;
  background: transparent;
  transform-origin: left;
}
@media only screen and (min-width : 821px) {
  .services-section-alt #wheel > div {
    left: auto;
    right: 50%;
    transform-origin: right;
  }
}
@media only screen and (max-width : 1199px) {
  #wheel > div {
    width: 100vw;
  }
}
#wheel > div article,
#wheel > div a {
  content: "";
  display: block;
  width: 25vw;
  height: 25vw;
  max-width: 360px;
  max-height: 360px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  box-shadow: none;
}
@media only screen and (min-width : 821px) {
  .services-section-alt #wheel > div article,
  .services-section-alt #wheel > div a {
    transform: translate(-50%, -50%);
    right: auto;
  }
}
@media only screen and (max-width : 1199px) {
  #wheel > div article,
  #wheel > div a {
    grid-row-gap: 10px;
    width: 220px;
    height: 220px;
  }
}
#wheel > div article svg,
#wheel > div a svg {
  display: block;
  width: 60%;
  fill: #ffffff;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
#wheel > div article p,
#wheel > div a p {
  color: #ffffff;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  #wheel > div article p,
  #wheel > div a p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  #wheel > div article p,
  #wheel > div a p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  #wheel > div article p,
  #wheel > div a p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  #wheel > div article p,
  #wheel > div a p {
    font-size: 17px;
  }
}
#wheel > div article p em,
#wheel > div a p em {
  font-style: normal;
}
#wheel > div article p > em,
#wheel > div a p > em {
  color: #94C11F;
}
#wheel > div article p,
#wheel > div a p {
  width: 90%;
  text-align: center;
  padding-left: 1vw;
  padding-right: 1vw;
  transition: color 0.15s ease-in-out;
}
@media only screen and (max-width : 991px) {
  #wheel > div article p,
  #wheel > div a p {
    width: 80%;
    padding: 0 0 30px;
    font-size: 21px;
    line-height: 1.4;
  }
}
#wheel > div:nth-child(1) {
  transform: rotate(45deg);
}
#wheel > div:nth-child(2) {
  transform: rotate(90deg);
}
#wheel > div:nth-child(3) {
  transform: rotate(135deg);
}
#wheel > div:nth-child(4) {
  transform: rotate(180deg);
}
#wheel > div:nth-child(5) {
  transform: rotate(225deg);
}
#wheel > div:nth-child(6) {
  transform: rotate(270deg);
}
#wheel > div:nth-child(7) {
  transform: rotate(315deg);
}
#wheel > div:nth-child(8) {
  transform: rotate(0deg);
}
@media only screen and (min-width : 821px) {
  .services-section-alt #wheel > div:nth-child(1) {
    transform: rotate(0deg);
  }
  .services-section-alt #wheel > div:nth-child(2) {
    transform: rotate(45deg);
  }
  .services-section-alt #wheel > div:nth-child(3) {
    transform: rotate(90deg);
  }
  .services-section-alt #wheel > div:nth-child(4) {
    transform: rotate(135deg);
  }
  .services-section-alt #wheel > div:nth-child(5) {
    transform: rotate(180deg);
  }
  .services-section-alt #wheel > div:nth-child(6) {
    transform: rotate(225deg);
  }
  .services-section-alt #wheel > div:nth-child(7) {
    transform: rotate(270deg);
  }
  .services-section-alt #wheel > div:nth-child(8) {
    transform: rotate(315deg);
  }
}
#wheel.active-1 > .wheel-item-1 a svg {
  transform: scale(1.2);
}
#wheel.active-2 > .wheel-item-2 a svg {
  transform: scale(1.2);
}
#wheel.active-3 > .wheel-item-3 a svg {
  transform: scale(1.2);
}
#wheel.active-4 > .wheel-item-4 a svg {
  transform: scale(1.2);
}
#wheel.active-5 > .wheel-item-5 a svg {
  transform: scale(1.2);
}
#wheel.active-6 > .wheel-item-6 a svg {
  transform: scale(1.2);
}
#wheel.active-7 > .wheel-item-7 a svg {
  transform: scale(1.2);
}
#wheel.active-8 > .wheel-item-8 a svg {
  transform: scale(1.2);
}

.card-pin-section + .services-section {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .card-pin-section + .services-section {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .card-pin-section + .services-section {
    padding-top: 70px;
  }
}

.stats {
  overflow: hidden;
  padding-top: 270px;
}
@media only screen and (max-width : 1499px) {
  .stats {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .stats {
    padding-top: 70px;
  }
}
.stats {
  padding-bottom: 270px;
}
@media only screen and (max-width : 1499px) {
  .stats {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .stats {
    padding-bottom: 70px;
  }
}
.stats .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .stats .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 991px) {
  .stats .container {
    display: flex;
    flex-direction: column;
    grid-row-gap: 60px;
  }
}
.stats .container > article {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .stats .container > article {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 1499px) {
  .stats .container > article {
    grid-column: span 12;
  }
}
.stats .container > article ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media only screen and (max-width : 820px) {
  .stats .container > article ul {
    gap: 60px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul {
    gap: 50px 20px;
  }
}
.stats .container > article ul > *:not(.pagination, [class*=owl]) > a {
  display: block;
  max-width: 100%;
}
.stats .container > article ul > *:not(.pagination, [class*=owl]) > a.btn {
  display: inline-block;
}
.stats .container > article ul > *:not(.pagination, [class*=owl]) > a > img {
  width: 100%;
  display: block;
}
.stats .container > article ul.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.stats .container > article ul.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stats .container > article ul.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.stats .container > article ul.columns-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.stats .container > article ul.columns-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stats .container > article ul.columns-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width : 991px) {
  .stats .container > article ul.columns-5, .stats .container > article ul.columns-6, .stats .container > article ul.columns-7, .stats .container > article ul.columns-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul.columns-5, .stats .container > article ul.columns-6, .stats .container > article ul.columns-7, .stats .container > article ul.columns-8 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width : 540px) {
  .stats .container > article ul.columns-3, .stats .container > article ul.columns-4 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul {
    grid-column-gap: 15px;
  }
}
.stats .container > article ul .tick-icon {
  border-radius: 27px;
  border: 2px solid #94C11F;
  display: block;
  width: fit-content;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .stats .container > article ul .tick-icon {
    border-radius: 23px;
  }
}
@media only screen and (max-width : 1199px) {
  .stats .container > article ul .tick-icon {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul .tick-icon {
    margin: 0 0 5px;
  }
}
.stats .container > article ul svg {
  width: 124px;
  height: 83px;
  padding: 15px 10px 10px;
  fill: #94C11F;
  display: block;
}
@media only screen and (max-width : 1499px) {
  .stats .container > article ul svg {
    width: 94px;
    height: 63px;
  }
}
@media only screen and (max-width : 1199px) {
  .stats .container > article ul svg {
    width: 74px;
    height: 50px;
    padding: 7px 5px 5px;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul svg {
    width: 50px;
    height: 34px;
    padding: 4px 0px 2px;
  }
}
.stats .container > article ul h3 {
  margin: 0;
  font-size: 33px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .stats .container > article ul h3 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .stats .container > article ul h3 {
    font-size: 45px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .stats .container > article ul h3 {
    font-size: 59px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1920px) {
  .stats .container > article ul h3 {
    font-size: 71px;
    line-height: 1.3;
  }
}
.stats .container > article ul h3 {
  color: #94C11F;
  margin: 20px 0 15px;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  overflow: hidden;
}
.stats .container > article ul h3 > div {
  white-space: nowrap;
}
@media only screen and (max-width : 991px) {
  .stats .container > article ul h3 {
    padding-bottom: 14px;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul h3 {
    margin: 0px 0 14px;
    padding-bottom: 6px;
    font-size: 48px;
  }
}
.stats .container > article ul p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .stats .container > article ul p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .stats .container > article ul p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .stats .container > article ul p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul p {
    font-size: 17px;
  }
}
.stats .container > article ul p em {
  font-style: normal;
}
.stats .container > article ul p > em {
  color: #94C11F;
}
.stats .container > article ul p {
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.65;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .stats .container > article ul p {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1199px) {
  .stats .container > article ul p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 991px) {
  .stats .container > article ul p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .stats .container > article ul p {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .stats .container > article ul p em {
    font-style: normal;
  }
  .stats .container > article ul p > em {
    color: #94C11F;
  }
}
.stats .container > header {
  grid-column: 1/span 4;
}
.stats .container > header + article {
  grid-column: 6/span 7;
}
.stats.green .container > article ul .tick-icon {
  border-color: #ffffff;
}
.stats.green .container > article ul svg {
  fill: #ffffff;
}
.stats.green .container > article ul h3 {
  color: #ffffff;
}

.our-team .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .our-team .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.our-team .container > header,
.our-team .container > nav,
.our-team .container > section,
.our-team .container > footer {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .our-team .container > header,
  .our-team .container > nav,
  .our-team .container > section,
  .our-team .container > footer {
    grid-column: span 12;
  }
}
.our-team .container > header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .our-team .container > header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .our-team .container > header {
    grid-row-gap: 15px;
  }
}
.our-team .container > header p {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .our-team .container > header p {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .our-team .container > header p {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .our-team .container > header p {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .our-team .container > header p {
    font-size: 43px;
    line-height: 1.5;
  }
}
.our-team .container > header p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.our-team .container > header p em {
  font-style: normal;
  color: #94C11F;
}
.our-team .container > header p {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .our-team .container > header p {
    margin: 1em 0 0.5em;
  }
}
.our-team .container > header p:first-child {
  margin-top: 0;
}
.our-team .container > header p:last-child {
  margin-bottom: 0;
}
.our-team .container > header p {
  font-weight: 300;
  margin: 0;
}
.our-team .container > nav {
  padding-top: 190px;
}
@media only screen and (max-width : 1499px) {
  .our-team .container > nav {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 740px) {
  .our-team .container > nav {
    padding-top: 70px;
  }
}
.our-team .container > nav > ul,
.our-team .container > nav form > ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 60px;
}
.our-team .container > nav > ul li,
.our-team .container > nav form > ul li {
  margin: 0;
}
.our-team .container > nav > ul li .btn,
.our-team .container > nav form > ul li .btn {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .our-team .container > nav > ul li .btn,
  .our-team .container > nav form > ul li .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .our-team .container > nav > ul li .btn,
  .our-team .container > nav form > ul li .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .our-team .container > nav > ul li .btn,
  .our-team .container > nav form > ul li .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .our-team .container > nav > ul li .btn,
  .our-team .container > nav form > ul li .btn {
    font-size: 14px;
  }
}
.our-team .container > nav > ul li .btn em,
.our-team .container > nav form > ul li .btn em {
  font-style: normal;
}
.our-team .container > nav > ul li .btn > em,
.our-team .container > nav form > ul li .btn > em {
  color: #94C11F;
}
@media only screen and (min-width : 992px) {
  .our-team .container > nav > ul li .btn,
  .our-team .container > nav form > ul li .btn {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .our-team .container > nav > ul li .btn,
  .our-team .container > nav form > ul li .btn {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .our-team .container > nav > ul li .btn,
  .our-team .container > nav form > ul li .btn {
    padding: 12px 25px;
  }
}
.our-team .container > nav > ul li .btn,
.our-team .container > nav form > ul li .btn {
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.our-team .container > nav > ul li .btn:after,
.our-team .container > nav form > ul li .btn:after {
  display: none;
}
.our-team .container > nav > ul li.active .btn,
.our-team .container > nav form > ul li.active .btn {
  background-color: #94C11F;
  color: #ffffff;
  pointer-events: none;
  border-width: 0;
  box-shadow: none;
  transform: translate(3px, 3px);
}
@media only screen and (max-width : 1499px) {
  .our-team .container > nav {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .our-team .container > nav {
    width: 100vw;
    margin-left: -30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .our-team .container > nav::-webkit-scrollbar {
    display: none;
  }
  .our-team .container > nav {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width : 1499px) {
  .our-team .container > nav ul {
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width : 991px) {
  .our-team .container > nav ul {
    grid-column-gap: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 60px);
  }
}
@media only screen and (max-width : 740px) {
  .our-team .container > nav ul {
    display: flex;
  }
  .our-team .container > nav ul:after {
    content: "";
    display: block;
    flex: 0 0 20px;
  }
}
@media only screen and (max-width : 991px) {
  .our-team .container > nav ul li a {
    padding: 12px 0;
  }
}
@media only screen and (max-width : 740px) {
  .our-team .container > nav ul li a {
    white-space: nowrap;
    padding: 10px 20px;
  }
}
@media only screen and (max-width : 1499px) {
  .our-team .container > section {
    grid-column: span 12;
  }
}
.our-team .container > footer {
  padding-top: 120px;
}
@media only screen and (max-width : 1499px) {
  .our-team .container > footer {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .our-team .container > footer {
    padding-top: 50px;
  }
}
.our-team .container > footer .btn {
  margin: 0 auto;
}
.our-team #regions {
  position: relative;
}
.our-team #regions h2.prehead,
.our-team #regions h3.prehead {
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .our-team #regions h2.prehead,
  .our-team #regions h3.prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .our-team #regions h2.prehead,
  .our-team #regions h3.prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .our-team #regions h2.prehead,
  .our-team #regions h3.prehead {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .our-team #regions h2.prehead,
  .our-team #regions h3.prehead {
    font-size: 14px;
  }
}
.our-team #regions h2.prehead em,
.our-team #regions h3.prehead em {
  font-style: normal;
}
.our-team #regions h2.prehead > em,
.our-team #regions h3.prehead > em {
  color: #94C11F;
}
.our-team #regions h2.prehead,
.our-team #regions h3.prehead {
  font-weight: 600;
  line-height: 1;
  padding: 0 16px;
  border: 2px solid #94C11F;
  color: #94C11F;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  flex: 0 0 fit-content;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
.our-team #regions h2.prehead span,
.our-team #regions h3.prehead span {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .our-team #regions h2.prehead,
  .our-team #regions h3.prehead {
    font-size: 15px;
    padding: 0 16px;
    height: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .our-team #regions h2.prehead,
  .our-team #regions h3.prehead {
    font-size: 14px;
  }
}
.our-team #regions h2.prehead,
.our-team #regions h3.prehead {
  box-shadow: 5px 5px 0 #94C11F;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  white-space: nowrap;
}
.our-team #regions h2.prehead span,
.our-team #regions h3.prehead span {
  padding-bottom: 5px;
}
@media only screen and (max-width : 820px) {
  .our-team #regions h2.prehead,
  .our-team #regions h3.prehead {
    box-shadow: 2px 2px 0 #94C11F;
  }
}
.our-team #regions h2.prehead {
  margin-bottom: 30px;
}
.our-team #regions > section {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.our-team #regions > section.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.our-team #regions > section header {
  text-align: center;
  padding-top: 120px;
}
@media only screen and (max-width : 1499px) {
  .our-team #regions > section header {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .our-team #regions > section header {
    padding-top: 50px;
  }
}
.our-team #regions > section header > p.area-label {
  font-weight: 400;
  margin: 0 0 10px;
  display: none;
}
.our-team #regions > section header > p.area-label span {
  text-transform: uppercase;
}
.our-team #regions > section header > h3 {
  margin: 0 0 60px;
}
@media only screen and (max-width : 740px) {
  .our-team #regions > section header > h3 {
    margin: 0 0 30px;
  }
}
.our-team #regions > section section {
  display: flex;
  justify-content: center;
  grid-column-gap: 30px;
  padding-top: 60px;
}
@media only screen and (max-width : 740px) {
  .our-team #regions > section section {
    padding-top: 30px;
  }
}
.our-team #regions > section section > article .prehead {
  position: relative;
  z-index: 2;
}
.our-team #regions > section section:nth-child(2) {
  position: relative;
  overflow: visible;
}
@media only screen and (max-width : 740px) {
  .our-team #regions > section section {
    flex-direction: column;
    padding-top: 50px;
    grid-row-gap: 50px;
  }
}
.our-team #regions > section section ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  padding-top: 40px;
  flex-wrap: wrap;
}
.our-team #regions > section section ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  top: -18px;
  left: 43px;
  right: 43px;
  width: calc(100% - 86px);
  height: 20px;
  border-radius: 20px 20px 0 0;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-style: solid;
  border-color: #94C11F;
}
.our-team #regions > section header .headshot,
.our-team #regions > section section .headshot {
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.our-team #regions > section header .headshot figure,
.our-team #regions > section section .headshot figure {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  width: 87px;
  height: 87px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.our-team #regions > section header .headshot figure img,
.our-team #regions > section section .headshot figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-team #regions > section header .headshot span,
.our-team #regions > section section .headshot span {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  background-color: #94C11F;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 1px 14px 2px;
  border-radius: 30px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.our-team #regions > section header .headshot figure {
  width: 126px;
  height: 126px;
}
.our-team #regions > section header .headshot span {
  font-size: 19px;
}

.profile-card#team-profile-card {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-100%);
  margin-top: -10px;
}
@media only screen and (max-width : 820px) {
  .profile-card#team-profile-card {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 60px);
    max-width: 320px;
    padding: 30px;
  }
}
.profile-card#team-profile-card.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0s;
}
.profile-card {
  padding: 45px 45px 25px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .profile-card {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .profile-card {
    border-radius: 20px;
  }
}
.profile-card {
  background-color: #EFF6FC;
}
.profile-card header {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width : 1499px) {
  .profile-card header {
    margin-bottom: 15px;
  }
}
.profile-card header figure {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  width: 126px;
  height: 126px;
  margin-bottom: 15px;
}
@media only screen and (max-width : 1499px) {
  .profile-card header figure {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width : 740px) {
  .profile-card header figure {
    width: 96px;
    height: 96px;
  }
}
.profile-card header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card header h4 {
  color: #94C11F;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .profile-card header h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .profile-card header h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .profile-card header h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .profile-card header h4 {
    font-size: 17px;
  }
}
.profile-card header h4 em {
  font-style: normal;
}
.profile-card header h4 > em {
  color: #94C11F;
}
.profile-card header h4 {
  font-weight: 400;
  margin: 0;
}
.profile-card figure.map {
  display: none;
}
.profile-card figure.map.active {
  display: block;
}
.profile-card figure.map.active img {
  display: block;
  width: 100%;
  max-width: 300px;
  max-height: 150px;
  margin: 30px auto;
}
.profile-card ul li {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 190px 140px;
  border-top: 1px solid #94C11F;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .profile-card ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .profile-card ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .profile-card ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .profile-card ul li {
    font-size: 14px;
  }
}
.profile-card ul li em {
  font-style: normal;
}
.profile-card ul li > em {
  color: #94C11F;
}
.profile-card ul li {
  padding: 12px 0;
}
@media only screen and (max-width : 820px) {
  .profile-card ul li {
    grid-template-columns: 1fr 1fr;
  }
}
.profile-card ul li.profile-card-team-row, .profile-card ul li.profile-card-year-row {
  display: none;
}
.profile-card ul li.profile-card-team-row.active, .profile-card ul li.profile-card-year-row.active {
  display: grid;
}
.profile-card ul li span,
.profile-card ul li em {
  white-space: nowrap;
}
.profile-card ul li span {
  text-align: left;
}
.profile-card ul li em {
  text-align: right;
  font-weight: 400;
}

.image-gallery-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.image-gallery-section .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .image-gallery-section .container > header {
    grid-column: span 12;
  }
}
.image-gallery-section .container > header {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container > header {
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container > header {
    grid-row-gap: 15px;
  }
}
.image-gallery-section .container > header p:not(.prehead) {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .image-gallery-section .container > header p:not(.prehead) {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .image-gallery-section .container > header p:not(.prehead) {
    font-size: 29px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1500px) {
  .image-gallery-section .container > header p:not(.prehead) {
    font-size: 38px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1920px) {
  .image-gallery-section .container > header p:not(.prehead) {
    font-size: 43px;
    line-height: 1.5;
  }
}
.image-gallery-section .container > header p:not(.prehead) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.image-gallery-section .container > header p:not(.prehead) em {
  font-style: normal;
  color: #94C11F;
}
.image-gallery-section .container > header p:not(.prehead) {
  padding: 0;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container > header p:not(.prehead) {
    margin: 1em 0 0.5em;
  }
}
.image-gallery-section .container > header p:not(.prehead):first-child {
  margin-top: 0;
}
.image-gallery-section .container > header p:not(.prehead):last-child {
  margin-bottom: 0;
}
.image-gallery-section .container > header p:not(.prehead) {
  font-weight: 300;
  margin: 0;
}
.image-gallery-section .container > header {
  padding-bottom: 120px;
}
@media only screen and (max-width : 1499px) {
  .image-gallery-section .container > header {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container > header {
    padding-bottom: 50px;
  }
}
.image-gallery-section .container > header + .gallery-simple {
  padding-top: 0;
}
.image-gallery-section .container > footer {
  margin-top: 33px;
  padding-top: 80px;
}
@media only screen and (max-width : 1499px) {
  .image-gallery-section .container > footer {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container > footer {
    padding-top: 40px;
  }
}
.image-gallery-section .container > footer {
  grid-column: span 12;
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container > footer {
    grid-column: span 12;
  }
}
.image-gallery-section .container > footer {
  display: flex;
  justify-content: center;
}
.image-gallery-section .container > footer .btn {
  margin: 0;
}
.image-gallery-section .container .carousel-image-gallery {
  position: relative;
  grid-column: span 12;
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery {
    grid-column: span 12;
  }
}
.image-gallery-section .container .carousel-image-gallery .swiper-wrapper {
  align-items: center;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide {
  width: fit-content;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure img,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video a img {
  position: relative;
  z-index: 2;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure > span,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video a > span {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure > span,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video a > span {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure > span,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video a > span {
    width: 64px;
    height: 64px;
  }
}
.animation .image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure > span,
.animation .image-gallery-section .container .carousel-image-gallery .swiper-slide.video a > span {
  box-shadow: none;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure > span:after,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video a > span:after {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure > span:after,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video a > span:after {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure > span:after,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.video a > span:after {
    font-size: 27px;
  }
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure span,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video a span {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure span:after,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video a span:after {
  color: #ffffff;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.video figure {
  cursor: pointer;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure img,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a img {
  position: relative;
  z-index: 2;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure > span,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a > span {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure > span,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a > span {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure > span,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a > span {
    width: 64px;
    height: 64px;
  }
}
.animation .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure > span,
.animation .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a > span {
  box-shadow: none;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure > span:after,
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a > span:after {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure > span:after,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a > span:after {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport figure > span:after,
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a > span:after {
    font-size: 27px;
  }
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a {
  cursor: pointer;
}
@media only screen and (min-width : 992px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span {
    padding: 12px 30px;
  }
}
@media only screen and (min-width : 1500px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span {
    padding: 12px 25px;
  }
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: auto;
  grid-column-gap: 10px;
  border-radius: 50px;
  transition: all 0.15s ease-in-out;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span:hover {
  margin: 3px 0 0 3px;
  box-shadow: 0px 0px 0 #94C11F;
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span:after {
  content: "\f554";
  font-size: 33px;
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span:after {
    font-size: 25px;
  }
}
.image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span:before {
  content: "Launch 3D Showcase";
  width: auto;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery .swiper-slide.matterport a span {
    padding: 10px 20px;
  }
}
.image-gallery-section .container .carousel-image-gallery figure,
.image-gallery-section .container .carousel-image-gallery a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .image-gallery-section .container .carousel-image-gallery figure,
  .image-gallery-section .container .carousel-image-gallery a {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery figure,
  .image-gallery-section .container .carousel-image-gallery a {
    border-radius: 20px;
  }
}
.image-gallery-section .container .carousel-image-gallery figure.video img,
.image-gallery-section .container .carousel-image-gallery a.video img {
  position: relative;
  z-index: 2;
}
.image-gallery-section .container .carousel-image-gallery figure.video span,
.image-gallery-section .container .carousel-image-gallery a.video span {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container .carousel-image-gallery figure.video span,
  .image-gallery-section .container .carousel-image-gallery a.video span {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery figure.video span,
  .image-gallery-section .container .carousel-image-gallery a.video span {
    width: 64px;
    height: 64px;
  }
}
.animation .image-gallery-section .container .carousel-image-gallery figure.video span,
.animation .image-gallery-section .container .carousel-image-gallery a.video span {
  box-shadow: none;
}
.image-gallery-section .container .carousel-image-gallery figure.video span:after,
.image-gallery-section .container .carousel-image-gallery a.video span:after {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  .image-gallery-section .container .carousel-image-gallery figure.video span:after,
  .image-gallery-section .container .carousel-image-gallery a.video span:after {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery figure.video span:after,
  .image-gallery-section .container .carousel-image-gallery a.video span:after {
    font-size: 27px;
  }
}
.image-gallery-section .container .carousel-image-gallery img {
  display: block;
  height: 85vh;
  width: auto;
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery img.landscape {
    max-width: calc(100vw - 60px);
    height: auto;
  }
}
@media only screen and (max-width : 740px) {
  .image-gallery-section .container .carousel-image-gallery img.portrait {
    max-height: calc(100vw - 60px);
    width: auto;
  }
}
.image-gallery-section .container .gallery-simple {
  grid-column: span 12;
  padding-bottom: 0;
}
.image-gallery-section .container .gallery-simple .container {
  padding: 0;
}

.blog-template .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 100px;
}
@media only screen and (max-width : 1199px) {
  .blog-template .container {
    gap: 60px;
  }
}
@media only screen and (max-width : 991px) {
  .blog-template .container {
    gap: 80px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width : 740px) {
  .blog-template .container {
    gap: 50px;
  }
}
.blog-template .container:before, .blog-template .container:after {
  display: none;
}
.blog-template img {
  width: 100%;
  display: block;
}
.blog-template .img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin: 0 0 40px;
}
.single-post .blog-template .img-wrapper {
  height: auto;
  padding-bottom: 0;
  margin-top: 80px;
}
@media only screen and (max-width : 991px) {
  .single-post .blog-template .img-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .single-post .blog-template .img-wrapper {
    margin-top: 40px;
  }
}
.single-post .blog-template .img-wrapper {
  margin-bottom: 80px;
}
@media only screen and (max-width : 991px) {
  .single-post .blog-template .img-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .single-post .blog-template .img-wrapper {
    margin-bottom: 40px;
  }
}
.blog-template .img-wrapper a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.blog-template .img-wrapper a img {
  height: 100%;
  object-fit: cover;
}
.blog-template .main-column {
  grid-column: 1/span 9;
}
@media only screen and (max-width : 1199px) {
  .blog-template .main-column {
    grid-column: 1/span 8;
  }
}
@media only screen and (max-width : 991px) {
  .blog-template .main-column {
    grid-column: 1/span 1;
  }
}
.blog-template .side-column {
  grid-column: 10/span 3;
}
@media only screen and (max-width : 1199px) {
  .blog-template .side-column {
    grid-column: 9/span 4;
  }
}
@media only screen and (max-width : 991px) {
  .blog-template .side-column {
    grid-column: 1/span 1;
  }
}
.blog-template .side-column article {
  margin-bottom: 80px;
}
@media only screen and (max-width : 991px) {
  .blog-template .side-column article {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-template .side-column article {
    margin-bottom: 40px;
  }
}
.blog-template .side-column article:last-child {
  margin-bottom: 0;
}
.blog-template .side-column ul {
  display: block;
}
.blog-template .side-column ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #575756;
}
.blog-template .side-column ul li a {
  display: block;
}
.blog-template .side-column ul li:last-child {
  border-width: 0;
}
.blog-template .blog-header {
  margin-bottom: 80px;
}
@media only screen and (max-width : 991px) {
  .blog-template .blog-header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-template .blog-header {
    margin-bottom: 40px;
  }
}
.blog-template .blog-loop {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px 50px;
}
@media only screen and (max-width : 1199px) {
  .blog-template .blog-loop {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width : 740px) {
  .blog-template .blog-loop {
    grid-template-columns: 1fr;
  }
}
.blog-template .blog-loop h2 {
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .blog-template .blog-loop h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .blog-template .blog-loop h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .blog-template .blog-loop h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .blog-template .blog-loop h2 {
    font-size: 46px;
    line-height: 1.4;
  }
}
.blog-template .blog-footer {
  margin-top: 80px;
}
@media only screen and (max-width : 991px) {
  .blog-template .blog-footer {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 740px) {
  .blog-template .blog-footer {
    margin-top: 40px;
  }
}
.blog-template .blog-footer .wp-pagenavi {
  text-align: left;
}
.blog-template .post-meta span {
  display: inline-block;
  margin: 0 20px 0 0;
}
.blog-template .post-meta span a {
  text-decoration: underline;
}
.blog-template .post-meta span:last-child {
  margin-right: 0;
}

.archive .blog-template h1 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .archive .blog-template h1 {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .archive .blog-template h1 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .archive .blog-template h1 {
    font-size: 49px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .archive .blog-template h1 {
    font-size: 58px;
    line-height: 1.3;
  }
}

.single-post .blog-template h1 {
  margin-bottom: 30px;
}
.single-post .single-column .standard-content > figure img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.single-post .single-column .standard-content > figure figcaption {
  margin: 20px auto 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .single-post .single-column .standard-content > figure figcaption {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .single-post .single-column .standard-content > figure figcaption {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .single-post .single-column .standard-content > figure figcaption {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .single-post .single-column .standard-content > figure figcaption {
    font-size: 14px;
  }
}
.single-post .single-column .standard-content > figure figcaption em {
  font-style: normal;
}
.single-post .single-column .standard-content > figure figcaption > em {
  color: #94C11F;
}
.single-post .single-column .standard-content > figure figcaption {
  text-align: center;
}
.single-post .single-column .standard-content iframe {
  width: 100%;
  display: block;
  margin: 3em 0;
}

article.case-study > a,
article.case-study > span {
  height: 100%;
}
@media only screen and (max-width : 991px) {
  article.case-study > a,
  article.case-study > span {
    flex-direction: column;
  }
}
article.case-study > a > figure,
article.case-study > span > figure {
  position: relative;
}
article.case-study > a > figure img,
article.case-study > span > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.case-study > a > article,
article.case-study > span > article {
  background-color: #575756;
}
article.case-study > a > article h3,
article.case-study > span > article h3 {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 27px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 34px;
    line-height: 1.4;
  }
}
article.case-study > a:hover,
article.case-study > span:hover {
  color: #94C11F;
}

article.case-study {
  width: 100%;
}
article.case-study > a,
article.case-study > span {
  display: flex;
  width: 100%;
  position: relative;
}
article.case-study > a figure,
article.case-study > span figure {
  height: 0;
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  article.case-study > a figure,
  article.case-study > span figure {
    border-radius: 40px;
  }
}
@media only screen and (max-width : 740px) {
  article.case-study > a figure,
  article.case-study > span figure {
    border-radius: 20px;
  }
}
article.case-study > a figure img,
article.case-study > span figure img {
  position: absolute !important;
  inset: 0;
  transform: scale(1);
  transition: all 1s ease-in-out;
}
@media only screen and (max-width : 740px) {
  article.case-study > a figure,
  article.case-study > span figure {
    padding-bottom: 66%;
  }
}
article.case-study > a:hover figure img,
article.case-study > span:hover figure img {
  transform: scale(1.05);
}
article.case-study > a > article,
article.case-study > span > article {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 2;
  width: 28%;
  min-width: 300px;
  transform: translateY(60px);
  display: grid;
  justify-content: center;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  article.case-study > a > article,
  article.case-study > span > article {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  article.case-study > a > article,
  article.case-study > span > article {
    border-radius: 20px;
  }
}
article.case-study > a > article,
article.case-study > span > article {
  box-shadow: 5px 5px 0 #94C11F;
}
@media only screen and (max-width : 1499px) {
  article.case-study > a > article,
  article.case-study > span > article {
    padding: 40px;
  }
}
@media only screen and (max-width : 740px) {
  article.case-study > a > article,
  article.case-study > span > article {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width : 991px) {
  article.case-study > a > article,
  article.case-study > span > article {
    position: static;
    transform: none;
    width: 100%;
    margin-top: -40px;
  }
}
@media only screen and (max-width : 740px) {
  article.case-study > a > article,
  article.case-study > span > article {
    min-width: 0;
  }
}
article.case-study > a > article p:not(.prehead),
article.case-study > span > article p:not(.prehead) {
  color: #575756;
}
article.case-study > a > article h3,
article.case-study > span > article h3 {
  color: #94C11F;
  margin: 10px 0 50px;
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 29px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    font-size: 38px;
    line-height: 1.4;
  }
}
article.case-study > a > article h3,
article.case-study > span > article h3 {
  font-weight: 300;
}
@media only screen and (max-width : 1499px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    margin: 15px 0 30px;
  }
}
@media only screen and (max-width : 991px) {
  article.case-study > a > article h3,
  article.case-study > span > article h3 {
    margin: 15px 0 20px;
  }
}
article.case-study > a > article p:last-child,
article.case-study > span > article p:last-child {
  padding-top: 20px;
  border-top: 1px solid #94C11F;
}
article.case-study.video figure img,
article.case-study.video a img {
  position: relative;
  z-index: 2;
}
article.case-study.video figure > span,
article.case-study.video a > span {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: 120px;
  height: 120px;
  border-width: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0 #94C11F;
}
@media only screen and (max-width : 991px) {
  article.case-study.video figure > span,
  article.case-study.video a > span {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (max-width : 740px) {
  article.case-study.video figure > span,
  article.case-study.video a > span {
    width: 64px;
    height: 64px;
  }
}
.animation article.case-study.video figure > span,
.animation article.case-study.video a > span {
  box-shadow: none;
}
article.case-study.video figure > span:after,
article.case-study.video a > span:after {
  content: "\f04b";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-indent: 5px;
  color: #94C11F;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  article.case-study.video figure > span:after,
  article.case-study.video a > span:after {
    font-size: 32px;
  }
}
@media only screen and (max-width : 740px) {
  article.case-study.video figure > span:after,
  article.case-study.video a > span:after {
    font-size: 27px;
  }
}
article.case-study.video figure span {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
article.case-study.video figure span:after,
article.case-study.video figure span span:after {
  color: #ffffff;
  transform: translateX(0);
}
article.case-study.video figure span:hover {
  border: 2px solid transparent;
  border-width: 0;
  color: #ffffff;
  background: #94C11F;
  transform: none;
}
article.case-study.video figure span:hover:after,
article.case-study.video figure span:hover span:after {
  color: #ffffff;
  transform: translateX(10px);
}
article.case-study.video figure span {
  transition: all 0.15s ease-in-out;
}
article.case-study.video figure span:hover {
  transform: translateX(-50%) translateY(-50%);
}
article.case-study.video figure span:hover:after {
  transform: translateX(0) !important;
}

.case-studies-rows .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .case-studies-rows .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.case-studies-rows .container > section {
  display: grid;
  grid-row-gap: 120px;
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .case-studies-rows .container > section {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 991px) {
  .case-studies-rows .container > section {
    grid-row-gap: 120px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 1499px) {
  .case-studies-rows .container > section {
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 991px) and (max-width : 740px) {
  .case-studies-rows .container > section {
    grid-row-gap: 50px;
  }
}

.case-study-featured-image,
.featured-image-video {
  position: relative;
  margin-top: -1px;
}
.case-study-featured-image .container,
.featured-image-video .container {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .case-study-featured-image .container,
  .featured-image-video .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.case-study-featured-image .container figure,
.featured-image-video .container figure {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .case-study-featured-image .container figure,
  .featured-image-video .container figure {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .case-study-featured-image .container figure,
  .featured-image-video .container figure {
    border-radius: 20px;
  }
}
.case-study-featured-image .container figure img,
.featured-image-video .container figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-featured-image .container .videowrapper,
.case-study-featured-image .container figure,
.featured-image-video .container .videowrapper,
.featured-image-video .container figure {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .case-study-featured-image .container .videowrapper,
  .case-study-featured-image .container figure,
  .featured-image-video .container .videowrapper,
  .featured-image-video .container figure {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 991px) {
  .case-study-featured-image .container .videowrapper,
  .case-study-featured-image .container figure,
  .featured-image-video .container .videowrapper,
  .featured-image-video .container figure {
    grid-column: span 12;
  }
}

.case-study-featured-image:before {
  content: "";
  height: 120px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .case-study-featured-image:before {
    height: 70px;
  }
}

.contact-columns .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .contact-columns .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact-columns .container > section {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .contact-columns .container > section {
    grid-column: span 12;
  }
}
.contact-columns .container > section {
  grid-column-gap: 40px;
}
@media only screen and (max-width : 991px) {
  .contact-columns .container > section {
    display: flex;
    flex-direction: column;
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 740px) {
  .contact-columns .container > section {
    display: flex;
    flex-direction: column;
    grid-row-gap: 120px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .contact-columns .container > section {
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .contact-columns .container > section {
    grid-row-gap: 50px;
  }
}
.contact-columns .container > section > article:first-child {
  display: grid;
  max-width: 550px;
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .contact-columns .container > section > article:first-child {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .contact-columns .container > section > article:first-child {
    grid-row-gap: 25px;
  }
}
.contact-columns .container > section .contact-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .contact-columns .container > section .contact-grid {
    display: flex;
    flex-direction: column;
  }
}
.contact-columns .container > section .contact-grid li > a,
.contact-columns .container > section .contact-grid li > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .contact-columns .container > section .contact-grid li > a,
  .contact-columns .container > section .contact-grid li > div {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .contact-columns .container > section .contact-grid li > a,
  .contact-columns .container > section .contact-grid li > div {
    border-radius: 20px;
  }
}
.contact-columns .container > section .contact-grid li > a > div,
.contact-columns .container > section .contact-grid li > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-columns .container > section .contact-grid li > a p,
.contact-columns .container > section .contact-grid li > div p {
  border-top: 1px solid #94C11F;
  padding-top: 20px;
  margin-top: 25px;
  font-weight: 400;
  padding-bottom: 20px;
}
.contact-columns .container > section .contact-grid li > a span,
.contact-columns .container > section .contact-grid li > div span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .contact-columns .container > section .contact-grid li > a span,
  .contact-columns .container > section .contact-grid li > div span {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .contact-columns .container > section .contact-grid li > a span,
  .contact-columns .container > section .contact-grid li > div span {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .contact-columns .container > section .contact-grid li > a span,
  .contact-columns .container > section .contact-grid li > div span {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .contact-columns .container > section .contact-grid li > a span,
  .contact-columns .container > section .contact-grid li > div span {
    font-size: 17px;
  }
}
.contact-columns .container > section .contact-grid li > a span em,
.contact-columns .container > section .contact-grid li > div span em {
  font-style: normal;
}
.contact-columns .container > section .contact-grid li > a span > em,
.contact-columns .container > section .contact-grid li > div span > em {
  color: #94C11F;
}
.contact-columns .container > section .contact-grid li > a span,
.contact-columns .container > section .contact-grid li > div span {
  font-weight: 600;
  margin-top: auto;
  align-self: flex-end;
}
.contact-columns .container > section .contact-grid li:nth-child(2) span, .contact-columns .container > section .contact-grid li:nth-child(3) span {
  display: flex;
  grid-column-gap: 15px;
  max-width: fit-content;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .contact-columns .container > section .contact-grid li:nth-child(2) span, .contact-columns .container > section .contact-grid li:nth-child(3) span {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .contact-columns .container > section .contact-grid li:nth-child(2) span, .contact-columns .container > section .contact-grid li:nth-child(3) span {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .contact-columns .container > section .contact-grid li:nth-child(2) span, .contact-columns .container > section .contact-grid li:nth-child(3) span {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .contact-columns .container > section .contact-grid li:nth-child(2) span, .contact-columns .container > section .contact-grid li:nth-child(3) span {
    font-size: 17px;
  }
}
.contact-columns .container > section .contact-grid li:nth-child(2) span em, .contact-columns .container > section .contact-grid li:nth-child(3) span em {
  font-style: normal;
}
.contact-columns .container > section .contact-grid li:nth-child(2) span > em, .contact-columns .container > section .contact-grid li:nth-child(3) span > em {
  color: #94C11F;
}
.contact-columns .container > section .contact-grid li:nth-child(2) span, .contact-columns .container > section .contact-grid li:nth-child(3) span {
  color: #94C11F;
}
@media only screen and (max-width : 740px) {
  .contact-columns .container > section .contact-grid li:nth-child(2) span, .contact-columns .container > section .contact-grid li:nth-child(3) span {
    grid-column-gap: 7px;
  }
}
.contact-columns .container > section .contact-grid li:nth-child(2) span:after, .contact-columns .container > section .contact-grid li:nth-child(3) span:after {
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 0.8em;
  transition: all 0.15s ease-in-out;
  transform: translateX(0px);
}
.contact-columns .container > section .contact-grid li:nth-child(2) span:hover:after, .contact-columns .container > section .contact-grid li:nth-child(3) span:hover:after {
  transform: translateX(10px);
}
.contact-columns .container > section .contact-grid li:nth-child(2) span {
  color: #ffffff;
}
.contact-columns .container > section .contact-grid li:nth-child(3) span:after {
  transform: rotate(90deg);
}
.contact-columns .container > section .contact-grid li:nth-child(3) span:hover:after {
  transform: rotate(90deg) translateX(5px) !important;
}
.contact-columns .container > section .contact-grid li > a {
  background-color: #94C11F;
  color: #ffffff;
}
.contact-columns .container > section .contact-grid li > a svg {
  fill: #ffffff;
}
.contact-columns .container > section .contact-grid li > a p {
  border-color: #ffffff;
}
.contact-columns .container > section .contact-grid li > div {
  border: 2px solid #94C11F;
}
.contact-columns .container > section .contact-grid li > div svg {
  fill: #94C11F;
}
.contact-columns .container > section .contact-grid li > div span {
  color: #94C11F;
}
.contact-columns .container > section .contact-grid li > div#scroll-to-map {
  cursor: pointer;
}
.contact-columns .container > section .contact-grid li figure {
  width: 34px;
  height: 34px;
}
.contact-columns .container > section .contact-grid li figure svg,
.contact-columns .container > section .contact-grid li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-form .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .contact-form .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact-form .container > section {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .contact-form .container > section {
    grid-column: span 12;
  }
}
.contact-form .container > section {
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .contact-form .container > section {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .contact-form .container > section {
    grid-row-gap: 25px;
  }
}
@media only screen and (max-width : 991px) {
  .contact-form .container > section {
    grid-column: span 12;
  }
}
.contact-form .container > section .gform_fields {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
}
@media only screen and (max-width : 991px) {
  .contact-form .container > section .gform_fields {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .contact-form .container > section .gform_fields {
    display: flex;
    flex-direction: column;
  }
}
.contact-form .container > section .gform_fields .gfield:nth-child(odd) {
  grid-column: 1;
}
.contact-form .container > section .gform_fields .gfield.gfield--type-textarea {
  grid-column: 1/-1;
  margin: 35px 0;
}
@media only screen and (max-width : 991px) {
  .contact-form .container > section .gform_fields .gfield.gfield--type-textarea {
    margin: 20px 0;
  }
}
@media only screen and (max-width : 740px) {
  .contact-form .container > section .gform_fields .gfield.gfield--type-textarea {
    margin: 0;
  }
}
.contact-form .container > section .gform_fields .gfield#field_submit {
  order: 100;
}
@media only screen and (min-width : 741px) {
  .contact-form .container > section .gform_fields .gfield:nth-child(1) {
    order: 1;
    grid-column: 1;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(2) {
    order: 3;
    grid-column: 1;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(3) {
    order: 5;
    grid-column: 1;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(4) {
    order: 7;
    grid-column: 1;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(5) {
    order: 2;
    grid-column: 2;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(6) {
    order: 4;
    grid-column: 2;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(7) {
    order: 6;
    grid-column: 2;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(8) {
    order: 8;
    grid-column: 2;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(9) {
    order: 9;
  }
  .contact-form .container > section .gform_fields .gfield:nth-child(10) {
    order: 10;
  }
}

.map-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .map-section .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.map-section .container article {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1499px) {
  .map-section .container article {
    grid-column: span 12;
  }
}
.map-section .container article #map {
  width: 100%;
  height: 38vw;
  max-height: 744px;
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .map-section .container article #map {
    border-radius: 35px;
  }
}
@media only screen and (max-width : 740px) {
  .map-section .container article #map {
    border-radius: 20px;
  }
}
@media only screen and (max-width : 1199px) {
  .map-section .container article #map {
    height: 60vw;
  }
}
@media only screen and (max-width : 991px) {
  .map-section .container article #map {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 75vw;
  }
}
@media only screen and (max-width : 740px) {
  .map-section .container article #map {
    height: 120vw;
  }
}
.map-section .container article article {
  max-width: 1000px;
  margin: -120px auto 0;
  position: relative;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width : 1499px) {
  .map-section .container article article {
    border-radius: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .map-section .container article article {
    border-radius: 20px;
  }
}
.map-section .container article article {
  box-shadow: 5px 5px 0 #94C11F;
}
@media only screen and (max-width : 1499px) {
  .map-section .container article article {
    padding: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .map-section .container article article {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width : 1199px) {
  .map-section .container article article {
    width: 83.3333%;
  }
}
@media only screen and (max-width : 991px) {
  .map-section .container article article {
    width: 100%;
  }
}
.map-section .container article article figure {
  width: 34px;
  height: 34px;
}
.map-section .container article article figure svg,
.map-section .container article article figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.map-section .container article article figure svg {
  fill: #94C11F;
}
.map-section .container article article .text {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #94C11F;
  padding-top: 20px;
  margin-top: 25px;
}
@media only screen and (max-width : 740px) {
  .map-section .container article article .text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-row-gap: 10px;
  }
}
.map-section .container article article p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (max-width : 1499px) {
  .map-section .container article article p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1199px) {
  .map-section .container article article p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 991px) {
  .map-section .container article article p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  .map-section .container article article p {
    font-size: 14px;
  }
}
.map-section .container article article p em {
  font-style: normal;
}
.map-section .container article article p > em {
  color: #94C11F;
}
.map-section .container article article p {
  font-weight: 400;
  margin-bottom: 0;
}
.map-section .container article article a.more {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.55;
}
@media only screen and (max-width : 1499px) {
  .map-section .container article article a.more {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1199px) {
  .map-section .container article article a.more {
    font-size: 18px;
  }
}
@media only screen and (max-width : 991px) {
  .map-section .container article article a.more {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .map-section .container article article a.more {
    font-size: 17px;
  }
}
.map-section .container article article a.more em {
  font-style: normal;
}
.map-section .container article article a.more > em {
  color: #94C11F;
}
.map-section .container article article a.more {
  font-weight: 600;
}

.social-media-section .container {
  display: grid;
  grid-row-gap: 50px;
}
@media only screen and (max-width : 991px) {
  .social-media-section .container {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .social-media-section .container {
    grid-row-gap: 25px;
  }
}
.social-media-section .container > h2 {
  margin: 0 auto;
}

.standard-page {
  padding-top: calc(190px + 95px);
}
@media only screen and (max-width : 1499px) {
  .standard-page {
    padding-top: calc(100px + 80px);
  }
}
@media only screen and (max-width : 740px) {
  .standard-page {
    padding-top: calc(70px + 70px);
  }
}
.standard-page .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 740px) {
  .standard-page .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.standard-page .container section {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1499px) {
  .standard-page .container section {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 991px) {
  .standard-page .container section {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 740px) {
  .standard-page .container section {
    grid-column: span 12;
  }
}
/*# sourceMappingURL=main.css.map */