:root {
  --borderRadius: 15px;
  --panelPadding: 24px;
}
@media only screen and (min-width : 821px) {
  :root {
    --borderRadius: 30px;
    --panelPadding: 50px;
  }
}

@font-face {
  font-family: "GutonSemiBold";
  src: url("../fonts/GutonSemiBold/font.woff2") format("woff2"), url("../fonts/GutonSemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "GutonRegular";
  src: url("../fonts/GutonRegular/font.woff2") format("woff2"), url("../fonts/GutonRegular/font.woff") format("woff");
}
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] {
  border-radius: 100px;
  border: 1px solid #44AAE3;
  font-family: "GutonSemiBold", sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column-gap: 14px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  max-width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width : 699px) {
  .btn,
  input[type=submit] {
    grid-column-gap: 7px;
  }
}
.btn:after,
input[type=submit]:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 0.7em;
}
.btn,
input[type=submit] {
  background-color: transparent;
  color: #ffffff;
}
.btn:hover,
input[type=submit]:hover {
  color: #ffffff;
}
.btn,
input[type=submit] {
  font-size: 22px;
  padding: 27px 47px;
}
@media only screen and (max-width : 1599px) {
  .btn,
  input[type=submit] {
    padding: 20px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  .btn,
  input[type=submit] {
    font-size: 19px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 820px) {
  .btn,
  input[type=submit] {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  .btn,
  input[type=submit] {
    padding: 8px 20px;
    font-size: 17px;
  }
}

button {
  border: 0;
}
button.btn {
  border-color: #ffffff;
}

.more {
  font-family: "GutonSemiBold", sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column-gap: 14px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  max-width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width : 699px) {
  .more {
    grid-column-gap: 7px;
  }
}
.more:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 0.7em;
}
.more {
  font-size: 22px;
  padding: 27px 47px;
}
@media only screen and (max-width : 1599px) {
  .more {
    padding: 20px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  .more {
    font-size: 19px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 820px) {
  .more {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  .more {
    padding: 8px 20px;
    font-size: 17px;
  }
}
.more {
  padding: 0 !important;
}

a {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}

.bgdark {
  background: linear-gradient(37deg, #21536f 0%, rgba(33, 83, 111, 0) 50%, #21536f 100%);
}

.bglight {
  background: #ffffff;
}
.bglight .btn {
  background-color: transparent;
  color: #000000;
}
.bglight .btn:hover {
  color: #000000;
}
.bglight h1,
.bglight h2,
.bglight h3,
.bglight h4,
.bglight h5,
.bglight h6,
.bglight .more {
  color: #000000;
}
.bglight table td,
.bglight table th {
  color: #000000;
}

p {
  color: #919191;
}

body {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  body {
    font-size: 17px;
  }
}
body {
  font-family: "Nunito", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #ffffff;
  font-family: "GutonRegular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 2em 0 1em;
}
@media only screen and (max-width : 820px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 2em 0 0.8em;
  }
}
@media only screen and (max-width : 699px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 1.5em 0 0.75em;
  }
}
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 {
  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 {
  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 {
  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 {
  color: #919191;
}
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 {
  color: #919191;
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h1 + .h1,
h1 + .h2,
h1 + .h3,
h1 + .h4,
h1 + .h5,
h1 + .h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h2 + .h1,
h2 + .h2,
h2 + .h3,
h2 + .h4,
h2 + .h5,
h2 + .h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h3 + .h1,
h3 + .h2,
h3 + .h3,
h3 + .h4,
h3 + .h5,
h3 + .h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h4 + .h1,
h4 + .h2,
h4 + .h3,
h4 + .h4,
h4 + .h5,
h4 + .h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h5 + .h1,
h5 + .h2,
h5 + .h3,
h5 + .h4,
h5 + .h5,
h5 + .h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6,
h6 + .h1,
h6 + .h2,
h6 + .h3,
h6 + .h4,
h6 + .h5,
h6 + .h6,
.h1 + h1,
.h1 + h2,
.h1 + h3,
.h1 + h4,
.h1 + h5,
.h1 + h6,
.h1 + .h1,
.h1 + .h2,
.h1 + .h3,
.h1 + .h4,
.h1 + .h5,
.h1 + .h6,
.h2 + h1,
.h2 + h2,
.h2 + h3,
.h2 + h4,
.h2 + h5,
.h2 + h6,
.h2 + .h1,
.h2 + .h2,
.h2 + .h3,
.h2 + .h4,
.h2 + .h5,
.h2 + .h6,
.h3 + h1,
.h3 + h2,
.h3 + h3,
.h3 + h4,
.h3 + h5,
.h3 + h6,
.h3 + .h1,
.h3 + .h2,
.h3 + .h3,
.h3 + .h4,
.h3 + .h5,
.h3 + .h6,
.h4 + h1,
.h4 + h2,
.h4 + h3,
.h4 + h4,
.h4 + h5,
.h4 + h6,
.h4 + .h1,
.h4 + .h2,
.h4 + .h3,
.h4 + .h4,
.h4 + .h5,
.h4 + .h6,
.h5 + h1,
.h5 + h2,
.h5 + h3,
.h5 + h4,
.h5 + h5,
.h5 + h6,
.h5 + .h1,
.h5 + .h2,
.h5 + .h3,
.h5 + .h4,
.h5 + .h5,
.h5 + .h6,
.h6 + h1,
.h6 + h2,
.h6 + h3,
.h6 + h4,
.h6 + h5,
.h6 + h6,
.h6 + .h1,
.h6 + .h2,
.h6 + .h3,
.h6 + .h4,
.h6 + .h5,
.h6 + .h6 {
  margin-top: 0;
}
h1:has(+ h1, + h2, + h3, + h4, + h5, + h6),
h2:has(+ h1, + h2, + h3, + h4, + h5, + h6),
h3:has(+ h1, + h2, + h3, + h4, + h5, + h6),
h4:has(+ h1, + h2, + h3, + h4, + h5, + h6),
h5:has(+ h1, + h2, + h3, + h4, + h5, + h6),
h6:has(+ h1, + h2, + h3, + h4, + h5, + h6),
.h1:has(+ h1, + h2, + h3, + h4, + h5, + h6),
.h2:has(+ h1, + h2, + h3, + h4, + h5, + h6),
.h3:has(+ h1, + h2, + h3, + h4, + h5, + h6),
.h4:has(+ h1, + h2, + h3, + h4, + h5, + h6),
.h5:has(+ h1, + h2, + h3, + h4, + h5, + h6),
.h6:has(+ h1, + h2, + h3, + h4, + h5, + h6) {
  margin-bottom: 0.4em;
}

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;
}
p em,
ol em,
ul em,
table em,
.intropara em {
  font-style: normal;
}

#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.07;
}
@media screen and (min-width: 700px) {
  h1,
  .h1 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 87px;
    line-height: 1.07;
  }
}
h1,
.h1 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  h1,
  .h1 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  h1,
  .h1 {
    margin: 1em 0 0.5em;
  }
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.23;
}
@media screen and (min-width: 700px) {
  h2,
  .h2 {
    font-size: 42px;
    line-height: 1.23;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 54px;
    line-height: 1.23;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 71px;
    line-height: 1.23;
  }
}
@media screen and (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 71px;
    line-height: 1.23;
  }
}
h2,
.h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  h2,
  .h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  h2,
  .h2 {
    margin: 1em 0 0.5em;
  }
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h2:last-child,
.h2:last-child {
  margin-bottom: 0;
}

h3,
.h3 {
  font-size: 25px;
  line-height: 1.26;
}
@media screen and (min-width: 700px) {
  h3,
  .h3 {
    font-size: 36px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 46px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 61px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1920px) {
  h3,
  .h3 {
    font-size: 61px;
    line-height: 1.26;
  }
}
h3,
.h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  h3,
  .h3 {
    margin: 1.5em 0 0.75em;
  }
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h3:last-child,
.h3:last-child {
  margin-bottom: 0;
}

h4,
.h4 {
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  h4,
  .h4 {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  h4,
  .h4 {
    font-size: 36px;
    line-height: 1.27;
  }
}
h4,
.h4 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  h4,
  .h4 {
    margin: 1.5em 0 0.75em;
  }
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
h4:last-child,
.h4:last-child {
  margin-bottom: 0;
}

h5,
.h5 {
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  h5,
  .h5 {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  h5,
  .h5 {
    font-size: 31px;
    line-height: 1.32;
  }
}
h5,
.h5 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  h5,
  .h5 {
    margin: 1.5em 0 0.75em;
  }
}
h5:first-child,
.h5:first-child {
  margin-top: 0;
}
h5:last-child,
.h5:last-child {
  margin-bottom: 0;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  h6,
  .h6 {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  h6,
  .h6 {
    font-size: 23px;
    line-height: 1.39;
  }
}
h6,
.h6 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  h6,
  .h6 {
    margin: 1.5em 0 0.75em;
  }
}
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

.introparabig {
  font-family: "GutonRegular", sans-serif;
  font-size: 25px;
  line-height: 1.26;
}
@media screen and (min-width: 700px) {
  .introparabig {
    font-size: 36px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1200px) {
  .introparabig {
    font-size: 46px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1600px) {
  .introparabig {
    font-size: 61px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1920px) {
  .introparabig {
    font-size: 61px;
    line-height: 1.26;
  }
}

.intropara {
  font-size: 20px;
  line-height: 1.46;
}
@media screen and (min-width: 700px) {
  .intropara {
    font-size: 21px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1200px) {
  .intropara {
    font-size: 23px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1600px) {
  .intropara {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1920px) {
  .intropara {
    font-size: 26px;
    line-height: 1.46;
  }
}

.xl {
  font-size: 48px;
  line-height: 1.35;
}
@media screen and (min-width: 700px) {
  .xl {
    font-size: 72px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .xl {
    font-size: 6.25vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1600px) {
  .xl {
    font-size: 6.25vw;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1920px) {
  .xl {
    font-size: 120px;
    line-height: 1.05;
  }
}

.wysiwyg h2,
.flex-columns h2,
.post-content h2,
.page-template-gutenberg #website-wrap h2 {
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    font-size: 36px;
    line-height: 1.27;
  }
}
.wysiwyg h2,
.flex-columns h2,
.post-content h2,
.page-template-gutenberg #website-wrap h2 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .wysiwyg h2,
  .flex-columns h2,
  .post-content h2,
  .page-template-gutenberg #website-wrap h2 {
    margin: 1.5em 0 0.75em;
  }
}
.wysiwyg h2:first-child,
.flex-columns h2:first-child,
.post-content h2:first-child,
.page-template-gutenberg #website-wrap h2:first-child {
  margin-top: 0;
}
.wysiwyg h2:last-child,
.flex-columns h2:last-child,
.post-content h2:last-child,
.page-template-gutenberg #website-wrap h2:last-child {
  margin-bottom: 0;
}
.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: 21px;
  line-height: 1.32;
}
@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: 25px;
    line-height: 1.32;
  }
}
@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: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  .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: 31px;
    line-height: 1.32;
  }
}
@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: 31px;
    line-height: 1.32;
  }
}
.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 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .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 {
    margin: 1.5em 0 0.75em;
  }
}
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child,
.flex-columns h3:first-child,
.flex-columns h4:first-child,
.flex-columns h5:first-child,
.flex-columns h6: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 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 h3:last-child,
.wysiwyg h4:last-child,
.wysiwyg h5:last-child,
.wysiwyg h6:last-child,
.flex-columns h3:last-child,
.flex-columns h4:last-child,
.flex-columns h5:last-child,
.flex-columns h6: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 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,
.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 1em;
  color: #44AAE3;
}
.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 p > a,
.wysiwyg li > a,
.flex-columns p > a,
.flex-columns li > a,
.post-content p > a,
.post-content li > a,
.page-template-gutenberg #website-wrap p > a,
.page-template-gutenberg #website-wrap li > a {
  text-decoration: underline;
  font-weight: 600;
}
.wysiwyg p,
.wysiwyg li,
.wysiwyg figcaption,
.wysiwyg span,
.wysiwyg strong,
.flex-columns p,
.flex-columns li,
.flex-columns figcaption,
.flex-columns span,
.flex-columns strong,
.post-content p,
.post-content li,
.post-content figcaption,
.post-content span,
.post-content strong,
.page-template-gutenberg #website-wrap p,
.page-template-gutenberg #website-wrap li,
.page-template-gutenberg #website-wrap figcaption,
.page-template-gutenberg #website-wrap span,
.page-template-gutenberg #website-wrap strong {
  color: #000000;
}
.wysiwyg a,
.wysiwyg em,
.flex-columns a,
.flex-columns em,
.post-content a,
.post-content em,
.page-template-gutenberg #website-wrap a,
.page-template-gutenberg #website-wrap em {
  color: #44AAE3;
}
.wysiwyg a:not(.btn),
.flex-columns a:not(.btn),
.post-content a:not(.btn),
.page-template-gutenberg #website-wrap a:not(.btn) {
  text-decoration: underline;
}
.wysiwyg ul li,
.flex-columns ul li,
.post-content ul li,
.page-template-gutenberg #website-wrap ul li {
  padding-left: 34px;
  position: relative;
}
.wysiwyg ul li:before,
.flex-columns ul li:before,
.post-content ul li:before,
.page-template-gutenberg #website-wrap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 20px;
  height: 1px;
  background-color: #44AAE3;
}
@media only screen and (max-width : 699px) {
  .wysiwyg ul li,
  .flex-columns ul li,
  .post-content ul li,
  .page-template-gutenberg #website-wrap ul li {
    padding-left: 24px;
  }
  .wysiwyg ul li:before,
  .flex-columns ul li:before,
  .post-content ul li:before,
  .page-template-gutenberg #website-wrap ul li:before {
    width: 12px;
  }
}
.wysiwyg ol li,
.wysiwyg ul li,
.flex-columns ol li,
.flex-columns ul li,
.post-content ol li,
.post-content ul li,
.page-template-gutenberg #website-wrap ol li,
.page-template-gutenberg #website-wrap ul li {
  margin-bottom: 0.6em;
}
.wysiwyg ol li:last-child,
.wysiwyg ul li:last-child,
.flex-columns ol li:last-child,
.flex-columns ul li:last-child,
.post-content ol li:last-child,
.post-content ul li:last-child,
.page-template-gutenberg #website-wrap ol li:last-child,
.page-template-gutenberg #website-wrap ul li:last-child {
  margin-bottom: 0;
}
.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 p,
.wysiwyg ul,
.wysiwyg ol,
.flex-columns p,
.flex-columns ul,
.flex-columns ol,
.post-content p,
.post-content ul,
.post-content ol,
.page-template-gutenberg #website-wrap p,
.page-template-gutenberg #website-wrap ul,
.page-template-gutenberg #website-wrap ol {
  margin: 1em 0;
}
.wysiwyg p:first-child,
.wysiwyg ul:first-child,
.wysiwyg ol:first-child,
.flex-columns p:first-child,
.flex-columns ul:first-child,
.flex-columns ol:first-child,
.post-content p:first-child,
.post-content ul:first-child,
.post-content ol:first-child,
.page-template-gutenberg #website-wrap p:first-child,
.page-template-gutenberg #website-wrap ul:first-child,
.page-template-gutenberg #website-wrap ol:first-child {
  margin-top: 0;
}
.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child,
.flex-columns p:last-child,
.flex-columns ul:last-child,
.flex-columns ol:last-child,
.post-content p:last-child,
.post-content ul:last-child,
.post-content ol:last-child,
.page-template-gutenberg #website-wrap p:last-child,
.page-template-gutenberg #website-wrap ul:last-child,
.page-template-gutenberg #website-wrap ol:last-child {
  margin-bottom: 0;
}
.wysiwyg .video-block,
.wysiwyg .table-block,
.wysiwyg .testimonial,
.wysiwyg .image-wrapper,
.wysiwyg .flexible-block,
.flex-columns .video-block,
.flex-columns .table-block,
.flex-columns .testimonial,
.flex-columns .image-wrapper,
.flex-columns .flexible-block,
.post-content .video-block,
.post-content .table-block,
.post-content .testimonial,
.post-content .image-wrapper,
.post-content .flexible-block,
.page-template-gutenberg #website-wrap .video-block,
.page-template-gutenberg #website-wrap .table-block,
.page-template-gutenberg #website-wrap .testimonial,
.page-template-gutenberg #website-wrap .image-wrapper,
.page-template-gutenberg #website-wrap .flexible-block {
  margin-top: 70px;
}
@media only screen and (max-width : 1599px) {
  .wysiwyg .video-block,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .flexible-block,
  .flex-columns .video-block,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .flexible-block,
  .post-content .video-block,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .flexible-block,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .flexible-block {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .wysiwyg .video-block,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .flexible-block,
  .flex-columns .video-block,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .flexible-block,
  .post-content .video-block,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .flexible-block,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .flexible-block {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .video-block,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .flexible-block,
  .flex-columns .video-block,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .flexible-block,
  .post-content .video-block,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .flexible-block,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .flexible-block {
    margin-top: 40px;
  }
}
.wysiwyg .video-block,
.wysiwyg .table-block,
.wysiwyg .testimonial,
.wysiwyg .image-wrapper,
.wysiwyg .flexible-block,
.flex-columns .video-block,
.flex-columns .table-block,
.flex-columns .testimonial,
.flex-columns .image-wrapper,
.flex-columns .flexible-block,
.post-content .video-block,
.post-content .table-block,
.post-content .testimonial,
.post-content .image-wrapper,
.post-content .flexible-block,
.page-template-gutenberg #website-wrap .video-block,
.page-template-gutenberg #website-wrap .table-block,
.page-template-gutenberg #website-wrap .testimonial,
.page-template-gutenberg #website-wrap .image-wrapper,
.page-template-gutenberg #website-wrap .flexible-block {
  margin-bottom: 70px;
}
@media only screen and (max-width : 1599px) {
  .wysiwyg .video-block,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .flexible-block,
  .flex-columns .video-block,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .flexible-block,
  .post-content .video-block,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .flexible-block,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .flexible-block {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .wysiwyg .video-block,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .flexible-block,
  .flex-columns .video-block,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .flexible-block,
  .post-content .video-block,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .flexible-block,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .flexible-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .video-block,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .flexible-block,
  .flex-columns .video-block,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .flexible-block,
  .post-content .video-block,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .flexible-block,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .flexible-block {
    margin-bottom: 40px;
  }
}
.wysiwyg .quote-block,
.flex-columns .quote-block,
.post-content .quote-block,
.page-template-gutenberg #website-wrap .quote-block {
  margin-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    margin-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    margin-top: 60px;
  }
}
.wysiwyg .quote-block,
.flex-columns .quote-block,
.post-content .quote-block,
.page-template-gutenberg #website-wrap .quote-block {
  margin-bottom: 140px;
}
@media only screen and (max-width : 1599px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    margin-bottom: 60px;
  }
}
.wysiwyg .image-block img,
.flex-columns .image-block img,
.post-content .image-block img,
.page-template-gutenberg #website-wrap .image-block img {
  width: 100%;
  display: block;
}
.wysiwyg .image-block figcaption,
.flex-columns .image-block figcaption,
.post-content .image-block figcaption,
.page-template-gutenberg #website-wrap .image-block figcaption {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .wysiwyg .image-block figcaption,
  .flex-columns .image-block figcaption,
  .post-content .image-block figcaption,
  .page-template-gutenberg #website-wrap .image-block figcaption {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .image-block figcaption,
  .flex-columns .image-block figcaption,
  .post-content .image-block figcaption,
  .page-template-gutenberg #website-wrap .image-block figcaption {
    font-size: 16px;
  }
}
.wysiwyg .image-block > div,
.wysiwyg .video-block,
.flex-columns .image-block > div,
.flex-columns .video-block,
.post-content .image-block > div,
.post-content .video-block,
.page-template-gutenberg #website-wrap .image-block > div,
.page-template-gutenberg #website-wrap .video-block {
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.wysiwyg .video-block,
.flex-columns .video-block,
.post-content .video-block,
.page-template-gutenberg #website-wrap .video-block {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.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 iframe,
.flex-columns .video-block iframe,
.post-content .video-block iframe,
.page-template-gutenberg #website-wrap .video-block iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.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 .quote-block,
.flex-columns .quote-block,
.post-content .quote-block,
.page-template-gutenberg #website-wrap .quote-block {
  position: relative;
  padding-top: 70px;
}
@media only screen and (max-width : 1599px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .quote-block,
  .flex-columns .quote-block,
  .post-content .quote-block,
  .page-template-gutenberg #website-wrap .quote-block {
    padding-top: 40px;
  }
}
.wysiwyg .quote-block:before, .wysiwyg .quote-block:after,
.flex-columns .quote-block:before,
.flex-columns .quote-block:after,
.post-content .quote-block:before,
.post-content .quote-block:after,
.page-template-gutenberg #website-wrap .quote-block:before,
.page-template-gutenberg #website-wrap .quote-block:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
}
.wysiwyg .quote-block:before,
.flex-columns .quote-block:before,
.post-content .quote-block:before,
.page-template-gutenberg #website-wrap .quote-block:before {
  left: 0;
  width: 59px;
  height: 59px;
  background-image: url("../images/icon-quotes.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width : 699px) {
  .wysiwyg .quote-block:before,
  .flex-columns .quote-block:before,
  .post-content .quote-block:before,
  .page-template-gutenberg #website-wrap .quote-block:before {
    width: 42px;
    height: 42px;
  }
}
.wysiwyg .quote-block:after,
.flex-columns .quote-block:after,
.post-content .quote-block:after,
.page-template-gutenberg #website-wrap .quote-block:after {
  right: 0;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, rgba(68, 170, 227, 0) 0%, rgb(68, 170, 227) 100%);
}
@media only screen and (max-width : 699px) {
  .wysiwyg .quote-block:after,
  .flex-columns .quote-block:after,
  .post-content .quote-block:after,
  .page-template-gutenberg #website-wrap .quote-block:after {
    width: calc(100% - 42px);
  }
}
.wysiwyg .quote-block p:not(.credit),
.flex-columns .quote-block p:not(.credit),
.post-content .quote-block p:not(.credit),
.page-template-gutenberg #website-wrap .quote-block p:not(.credit) {
  font-family: "GutonRegular", sans-serif;
  color: #000000;
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  .wysiwyg .quote-block p:not(.credit),
  .flex-columns .quote-block p:not(.credit),
  .post-content .quote-block p:not(.credit),
  .page-template-gutenberg #website-wrap .quote-block p:not(.credit) {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg .quote-block p:not(.credit),
  .flex-columns .quote-block p:not(.credit),
  .post-content .quote-block p:not(.credit),
  .page-template-gutenberg #website-wrap .quote-block p:not(.credit) {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  .wysiwyg .quote-block p:not(.credit),
  .flex-columns .quote-block p:not(.credit),
  .post-content .quote-block p:not(.credit),
  .page-template-gutenberg #website-wrap .quote-block p:not(.credit) {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg .quote-block p:not(.credit),
  .flex-columns .quote-block p:not(.credit),
  .post-content .quote-block p:not(.credit),
  .page-template-gutenberg #website-wrap .quote-block p:not(.credit) {
    font-size: 31px;
    line-height: 1.32;
  }
}
.wysiwyg .quote-block p:not(.credit),
.flex-columns .quote-block p:not(.credit),
.post-content .quote-block p:not(.credit),
.page-template-gutenberg #website-wrap .quote-block p:not(.credit) {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .wysiwyg .quote-block p:not(.credit),
  .flex-columns .quote-block p:not(.credit),
  .post-content .quote-block p:not(.credit),
  .page-template-gutenberg #website-wrap .quote-block p:not(.credit) {
    margin: 1.5em 0 0.75em;
  }
}
.wysiwyg .quote-block p:not(.credit):first-child,
.flex-columns .quote-block p:not(.credit):first-child,
.post-content .quote-block p:not(.credit):first-child,
.page-template-gutenberg #website-wrap .quote-block p:not(.credit):first-child {
  margin-top: 0;
}
.wysiwyg .quote-block p:not(.credit):last-child,
.flex-columns .quote-block p:not(.credit):last-child,
.post-content .quote-block p:not(.credit):last-child,
.page-template-gutenberg #website-wrap .quote-block p:not(.credit):last-child {
  margin-bottom: 0;
}
.wysiwyg .quote-block p:not(.credit):first-child,
.flex-columns .quote-block p:not(.credit):first-child,
.post-content .quote-block p:not(.credit):first-child,
.page-template-gutenberg #website-wrap .quote-block p:not(.credit):first-child {
  margin-top: 0 !important;
}
.wysiwyg .quote-block p:not(.credit):last-child,
.flex-columns .quote-block p:not(.credit):last-child,
.post-content .quote-block p:not(.credit):last-child,
.page-template-gutenberg #website-wrap .quote-block p:not(.credit):last-child {
  margin-bottom: 0 !important;
}
.wysiwyg .quote-block p:not(.credit) em,
.flex-columns .quote-block p:not(.credit) em,
.post-content .quote-block p:not(.credit) em,
.page-template-gutenberg #website-wrap .quote-block p:not(.credit) em {
  color: #44AAE3;
}
.wysiwyg .featured-paragraph-block,
.flex-columns .featured-paragraph-block,
.post-content .featured-paragraph-block,
.page-template-gutenberg #website-wrap .featured-paragraph-block {
  margin-top: 110px;
}
@media only screen and (max-width : 1599px) {
  .wysiwyg .featured-paragraph-block,
  .flex-columns .featured-paragraph-block,
  .post-content .featured-paragraph-block,
  .page-template-gutenberg #website-wrap .featured-paragraph-block {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .wysiwyg .featured-paragraph-block,
  .flex-columns .featured-paragraph-block,
  .post-content .featured-paragraph-block,
  .page-template-gutenberg #website-wrap .featured-paragraph-block {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .featured-paragraph-block,
  .flex-columns .featured-paragraph-block,
  .post-content .featured-paragraph-block,
  .page-template-gutenberg #website-wrap .featured-paragraph-block {
    margin-top: 50px;
  }
}
.wysiwyg .featured-paragraph-block,
.flex-columns .featured-paragraph-block,
.post-content .featured-paragraph-block,
.page-template-gutenberg #website-wrap .featured-paragraph-block {
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  .wysiwyg .featured-paragraph-block,
  .flex-columns .featured-paragraph-block,
  .post-content .featured-paragraph-block,
  .page-template-gutenberg #website-wrap .featured-paragraph-block {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .wysiwyg .featured-paragraph-block,
  .flex-columns .featured-paragraph-block,
  .post-content .featured-paragraph-block,
  .page-template-gutenberg #website-wrap .featured-paragraph-block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .wysiwyg .featured-paragraph-block,
  .flex-columns .featured-paragraph-block,
  .post-content .featured-paragraph-block,
  .page-template-gutenberg #website-wrap .featured-paragraph-block {
    margin-bottom: 50px;
  }
}
.wysiwyg .featured-paragraph-block p,
.flex-columns .featured-paragraph-block p,
.post-content .featured-paragraph-block p,
.page-template-gutenberg #website-wrap .featured-paragraph-block p {
  font-family: "GutonRegular", sans-serif;
  font-size: 25px;
  line-height: 1.26;
}
@media screen and (min-width: 700px) {
  .wysiwyg .featured-paragraph-block p,
  .flex-columns .featured-paragraph-block p,
  .post-content .featured-paragraph-block p,
  .page-template-gutenberg #website-wrap .featured-paragraph-block p {
    font-size: 36px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg .featured-paragraph-block p,
  .flex-columns .featured-paragraph-block p,
  .post-content .featured-paragraph-block p,
  .page-template-gutenberg #website-wrap .featured-paragraph-block p {
    font-size: 46px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1600px) {
  .wysiwyg .featured-paragraph-block p,
  .flex-columns .featured-paragraph-block p,
  .post-content .featured-paragraph-block p,
  .page-template-gutenberg #website-wrap .featured-paragraph-block p {
    font-size: 61px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg .featured-paragraph-block p,
  .flex-columns .featured-paragraph-block p,
  .post-content .featured-paragraph-block p,
  .page-template-gutenberg #website-wrap .featured-paragraph-block p {
    font-size: 61px;
    line-height: 1.26;
  }
}
.wysiwyg .table-block,
.flex-columns .table-block,
.post-content .table-block,
.page-template-gutenberg #website-wrap .table-block {
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wysiwyg .table-block::-webkit-scrollbar,
.flex-columns .table-block::-webkit-scrollbar,
.post-content .table-block::-webkit-scrollbar,
.page-template-gutenberg #website-wrap .table-block::-webkit-scrollbar {
  display: none;
}
.wysiwyg .table-block .table-block-inner,
.flex-columns .table-block .table-block-inner,
.post-content .table-block .table-block-inner,
.page-template-gutenberg #website-wrap .table-block .table-block-inner {
  min-width: 1000px;
}
.wysiwyg .video-block:first-child,
.wysiwyg .table-block:first-child,
.wysiwyg .testimonial:first-child,
.wysiwyg .image-wrapper:first-child,
.wysiwyg .flexible-block:first-child,
.flex-columns .video-block:first-child,
.flex-columns .table-block:first-child,
.flex-columns .testimonial:first-child,
.flex-columns .image-wrapper:first-child,
.flex-columns .flexible-block:first-child,
.post-content .video-block:first-child,
.post-content .table-block:first-child,
.post-content .testimonial:first-child,
.post-content .image-wrapper:first-child,
.post-content .flexible-block:first-child,
.page-template-gutenberg #website-wrap .video-block:first-child,
.page-template-gutenberg #website-wrap .table-block:first-child,
.page-template-gutenberg #website-wrap .testimonial:first-child,
.page-template-gutenberg #website-wrap .image-wrapper:first-child,
.page-template-gutenberg #website-wrap .flexible-block:first-child {
  margin-top: 0;
}
.wysiwyg .video-block:last-child,
.wysiwyg .table-block:last-child,
.wysiwyg .testimonial:last-child,
.wysiwyg .image-wrapper:last-child,
.wysiwyg .flexible-block:last-child,
.flex-columns .video-block:last-child,
.flex-columns .table-block:last-child,
.flex-columns .testimonial:last-child,
.flex-columns .image-wrapper:last-child,
.flex-columns .flexible-block:last-child,
.post-content .video-block:last-child,
.post-content .table-block:last-child,
.post-content .testimonial:last-child,
.post-content .image-wrapper:last-child,
.post-content .flexible-block:last-child,
.page-template-gutenberg #website-wrap .video-block:last-child,
.page-template-gutenberg #website-wrap .table-block:last-child,
.page-template-gutenberg #website-wrap .testimonial:last-child,
.page-template-gutenberg #website-wrap .image-wrapper:last-child,
.page-template-gutenberg #website-wrap .flexible-block:last-child {
  margin-bottom: 0;
}
.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 : 700px) {
  .wysiwyg .btn,
  .flex-columns .btn,
  .post-content .btn,
  .page-template-gutenberg #website-wrap .btn {
    max-width: fit-content;
  }
}

table {
  width: 100%;
}
table td:last-child {
  border-width: 0;
}
table td strong {
  font-weight: 700;
}
table td,
table th {
  padding: 30px 20px;
  text-align: left;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  table td,
  table th {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  table td,
  table th {
    font-size: 17px;
  }
}
@media only screen and (max-width : 820px) {
  table td,
  table th {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.52;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1399px) {
  table td,
  table th {
    font-size: 17px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  table td,
  table th {
    font-size: 16px;
  }
}
table td:first-child,
table th:first-child {
  padding-left: 40px;
}
@media only screen and (max-width : 1199px) {
  table td:first-child,
  table th:first-child {
    padding-left: 20px;
  }
}
table td:last-child,
table th:last-child {
  padding-right: 30px;
}
@media only screen and (max-width : 1199px) {
  table td:last-child,
  table th:last-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width : 1199px) {
  table td,
  table th {
    padding: 20px 15px;
  }
}
@media only screen and (max-width : 699px) {
  table td,
  table th {
    padding: 10px 15px;
  }
}
table th {
  font-weight: 700;
}
table th span {
  font-weight: 300;
}
table thead th {
  padding-top: 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 : 820px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width : 699px) {
  .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 {
  text-decoration: none;
}

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

.preheading {
  padding: 5px 18px;
  max-width: fit-content;
  font-size: 16px;
  background-color: #44AAE3;
  color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media only screen and (max-width : 699px) {
  .preheading {
    font-size: 14px;
    padding: 2px 13px;
  }
}
.preheading + h1,
.preheading + h2,
.preheading + h3 {
  margin-top: 0.26em;
}
@media only screen and (max-width : 820px) {
  .preheading + h1,
  .preheading + h2,
  .preheading + h3 {
    margin-top: 0.4em;
  }
}
@media only screen and (max-width : 699px) {
  .preheading + h1,
  .preheading + h2,
  .preheading + h3 {
    margin-top: 0.5em;
  }
}
.preheading + h4,
.preheading + h5,
.preheading + h6 {
  margin-top: 0.4em;
}
@media only screen and (max-width : 820px) {
  .preheading + h4,
  .preheading + h5,
  .preheading + h6 {
    margin-top: 0.5em;
  }
}

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

@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 : 700px) {
  .container,
  .container-fluid,
  #nav .nav > li .sub-menu > li.megamenu,
  .ctcc-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width : 1025px) {
  .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;
}

#smooth-wrapper {
  z-index: 2;
}

#aiva-lines {
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.activate-wiggle #aiva-lines {
  opacity: 0.5;
}

#website-wrap {
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
}

.section {
  margin-top: -1px;
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .section {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .section {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .section {
    padding-top: 70px;
  }
}
.section {
  padding-bottom: 140px;
}
@media only screen and (max-width : 1599px) {
  .section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .section {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .section {
    padding-bottom: 60px;
  }
}
.section:first-child {
  padding-top: calc(140px + 98px);
}
@media only screen and (max-width : 1599px) {
  .section:first-child {
    padding-top: calc(100px + 98px);
  }
}
@media only screen and (max-width : 1399px) {
  .section:first-child {
    padding-top: calc(100px + 64px);
  }
}
@media only screen and (max-width : 820px) {
  .section:first-child {
    padding-top: calc(80px + 64px);
  }
}
@media only screen and (max-width : 699px) {
  .section:first-child {
    padding-top: calc(60px + 110px);
  }
}
.section.bglight + .bglight {
  padding-top: 0;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videowrapper iframe,
.videowrapper .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-filter-results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.search-filter-results > *:not(.pagination, [class*=owl]) > a {
  display: block;
  max-width: 100%;
}
.search-filter-results > *:not(.pagination, [class*=owl]) > a.btn {
  display: inline-block;
}
.search-filter-results > *:not(.pagination, [class*=owl]) > a > img {
  width: 100%;
  display: block;
}
.search-filter-results.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.search-filter-results.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width : 820px) {
  .search-filter-results.columns-2, .search-filter-results.columns-3, .search-filter-results.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width : 699px) {
  .search-filter-results.columns-2, .search-filter-results.columns-3, .search-filter-results.columns-4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

figure > img,
figure > picture {
  display: block;
  width: 100%;
}
figure.image-wrapper {
  margin: 0 auto;
}
@media only screen and (min-width : 700px) {
  figure.image-wrapper.w50 {
    width: 50%;
  }
}
@media only screen and (min-width : 700px) {
  figure.image-wrapper.w75 {
    width: 75%;
  }
}
figure figcaption {
  padding-top: 10px;
}

label {
  display: inline-flex;
  margin-bottom: 10px;
  grid-column-gap: 5px;
}
@media only screen and (max-width : 699px) {
  label {
    margin-bottom: 8px;
    margin-top: 4px;
  }
}

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-radius: 15px;
  border-width: 0;
  color: #000000;
  background-color: #ffffff;
  padding: 0 25px;
  height: 74px;
  line-height: 74px;
  margin-bottom: 30px;
  transition: all 0.3s 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: #919191;
}
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: #919191;
}
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: #919191;
}
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: #919191;
}
@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 {
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 15px;
    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 : 820px) {
  form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 699px) {
  form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 699px) {
  form button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
form textarea {
  height: 230px;
  line-height: 1.7;
  padding-top: 16px;
  display: block;
}
@media only screen and (max-width : 820px) {
  form textarea {
    height: 180px;
    margin: 0 0 25px;
  }
}

.select-css-wrap {
  background-color: transparent;
  margin-bottom: 30px;
}
@media only screen and (max-width : 1199px) {
  .select-css-wrap {
    margin-bottom: 15px;
  }
}
.select-css-wrap select {
  display: block;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .select-css-wrap select {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .select-css-wrap select {
    font-size: 17px;
  }
}
.select-css-wrap select {
  font-family: "Nunito", sans-serif;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-width: 0;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #919191;
  padding: 0 74px 0 25px;
}
@media only screen and (max-width : 1199px) {
  .select-css-wrap select {
    padding: 0 50px 0 20px;
  }
}
.select-css-wrap select {
  height: 74px;
  line-height: 74px;
}
@media only screen and (max-width : 1199px) {
  .select-css-wrap select {
    height: 50px;
    line-height: 50px;
  }
}
.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 6 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: 300;
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 74px;
  line-height: 74px;
}
@media only screen and (max-width : 1199px) {
  .select-css-wrap:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.select-css-wrap:after {
  text-align: center;
  border-left-width: 0;
  z-index: 1;
  font-size: 20px;
  background-color: #21536F;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
}

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 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-radius: 15px;
  border-width: 0;
  color: #000000;
  background-color: #ffffff;
  padding: 0 25px;
  height: 74px;
  line-height: 74px;
  margin-bottom: 30px;
  transition: all 0.3s 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: #919191;
}
.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: #919191;
}
.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: #919191;
}
.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: #919191;
}
@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 {
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 15px;
    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 : 820px) {
  .gform_wrapper form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .gform_wrapper form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .gform_wrapper form button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gform_wrapper form textarea {
  height: 230px;
  line-height: 1.7;
  padding-top: 16px;
  display: block;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper form textarea {
    height: 180px;
    margin: 0 0 25px;
  }
}

.gform_wrapper {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-family: "GutonRegular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 2em 0 1em;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_heading .gform_title {
    margin: 2em 0 0.8em;
  }
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .gform_heading .gform_title {
    margin: 1.5em 0 0.75em;
  }
}
.gform_wrapper .gform_heading .gform_title:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 36px;
    line-height: 1.27;
  }
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 17px;
  }
}
.gform_wrapper .gform_heading .gform_description {
  margin-bottom: 15px;
}
.gform_wrapper .gform_fields .gfield {
  position: relative;
  z-index: 1;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox > .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 17px;
  }
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label {
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width : 700px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 40px;
  }
}
@media only screen and (min-width : 700px) and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 25px;
  }
}
@media only screen and (min-width : 700px) and (max-width : 699px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .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 6 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: 300;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 19px 0 0;
  transform: translateY(-6px);
}
@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: 32px;
    transform: translateY(-4px);
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width : 699px) {
  .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: 24px;
    transform: translateY(-1px);
    margin: 0 10px 0 0;
  }
}
.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: #44AAE3;
  content: "\f00c";
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width : 699px) {
  .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 {
    font-size: 17px;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label a {
  color: #44AAE3;
}
.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 6 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: 300;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 19px 0 0;
  transform: translateY(-6px);
}
@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: 32px;
    transform: translateY(-4px);
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width : 699px) {
  .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: 24px;
    transform: translateY(-1px);
    margin: 0 10px 0 0;
  }
}
.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: #44AAE3;
  content: "\f00c";
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width : 699px) {
  .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 {
    font-size: 17px;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label a {
  color: #44AAE3;
}
@media only screen and (min-width : 821px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox {
    height: 70px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
  }
}
@media only screen and (min-width : 821px) and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox {
    margin-top: 37.5px;
  }
}
@media only screen and (min-width : 821px) and (max-width : 699px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox {
    margin-top: 25px;
  }
}
@media only screen and (min-width : 821px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox > div.ginput_container {
    height: inherit;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox > div.ginput_container div {
    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 (min-width : 1025px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox {
    height: 80px;
  }
}
@media only screen and (min-width : 821px) {
  .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: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width : 1025px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit input[type=submit] {
    height: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit {
    margin: 20px 0 0;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
.gform_wrapper .gform_fields fieldset {
  border-width: 0;
}
.gform_wrapper input[type=submit],
.gform_wrapper button {
  margin: 0;
}
@media only screen and (max-width : 699px) {
  .gform_wrapper input[type=submit],
  .gform_wrapper button {
    max-width: 100%;
    width: 100%;
    margin: 18px 0 0;
  }
}
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .gform-loader {
  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.3s 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: "GutonRegular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 2em 0 1em;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gsection .gsection_title {
    margin: 2em 0 0.8em;
  }
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .gsection .gsection_title {
    margin: 1.5em 0 0.75em;
  }
}
.gform_wrapper .gsection .gsection_title:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gsection .gsection_title {
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 36px;
    line-height: 1.27;
  }
}
.gform_wrapper .gfield_description {
  width: 100%;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .gform_wrapper .gfield_description {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .gfield_description {
    font-size: 17px;
  }
}
.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: #21536F;
}
.gform_wrapper .validation_error,
.gform_wrapper .gform_submission_error {
  text-transform: none;
  padding: 0;
  text-align: left;
  font-weight: normal;
  margin: 0 0 30px !important;
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 23px;
    line-height: 1.39;
  }
}
.gform_wrapper .validation_error,
.gform_wrapper .gform_submission_error {
  color: #44AAE3;
}
.gform_wrapper .validation_message {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -15px;
  background: #ffffff;
  color: #44AAE3;
  display: inline-block;
  width: auto;
  padding: 5px 30px;
  border-radius: 50px;
  font-size: 16px;
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .validation_message {
    top: -30px;
    padding: 5px 19px;
  }
}
.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: white;
  transform: rotate(45deg);
}
.gform_wrapper .ginput_recaptcha + .validation_message,
.gform_wrapper .ginput_container_consent + .validation_message {
  right: auto;
}
.gform_wrapper .ginput_recaptcha + .validation_message {
  top: -35px;
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .ginput_recaptcha + .validation_message {
    top: -25px;
  }
}
.gform_wrapper .ginput_container_consent + .validation_message {
  top: -55px;
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .ginput_container_consent + .validation_message {
    top: -35px;
  }
}
.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 6 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: 300;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 19px 0 0;
  transform: translateY(-6px);
}
@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: 32px;
    transform: translateY(-4px);
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width : 699px) {
  .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: 24px;
    transform: translateY(-1px);
    margin: 0 10px 0 0;
  }
}
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
.gform_wrapper .ginput_container_consent input[type=radio]:checked + label:before {
  color: #44AAE3;
  content: "\f00c";
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width : 699px) {
  .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
  .gform_wrapper .ginput_container_consent input[type=radio]:checked + label:before {
    font-size: 17px;
  }
}
.gform_wrapper .ginput_container_consent > label {
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
}
.gform_wrapper .ginput_container_consent > label a {
  color: #44AAE3;
}
.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 : 699px) {
  .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 : 699px) {
  .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 : 699px) {
  .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 6 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: 300;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 19px 0 0;
  transform: translateY(-6px);
}
@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: 32px;
    transform: translateY(-4px);
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width : 699px) {
  .gfield_checkbox > li input[type=checkbox] + label:before,
  .gfield_checkbox > li input[type=radio] + label:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    transform: translateY(-1px);
    margin: 0 10px 0 0;
  }
}
.gfield_checkbox > li input[type=checkbox]:checked + label:before,
.gfield_checkbox > li input[type=radio]:checked + label:before {
  color: #44AAE3;
  content: "\f00c";
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width : 699px) {
  .gfield_checkbox > li input[type=checkbox]:checked + label:before,
  .gfield_checkbox > li input[type=radio]:checked + label:before {
    font-size: 17px;
  }
}
.gfield_checkbox > li > label {
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
}
.gfield_checkbox > li > label a {
  color: #44AAE3;
}

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

body .video-js {
  background-color: transparent;
}
body .video-js .vjs-big-play-button {
  font-size: 1em;
  line-height: 1;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  border-width: 0;
  background-color: #44AAE3;
  border-radius: 100px;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
body .video-js .vjs-big-play-button .vjs-icon-placeholder {
  text-indent: 3px;
}
body .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f04b";
  display: inline-block;
  font-family: "Font Awesome 6 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: 600;
  font-size: 26px;
  width: auto;
  height: auto;
  position: static;
}
body .video-js:hover .vjs-big-play-button {
  background-color: #112B3A;
  transition: all 0.3s ease-in-out;
}
body .video-js.vjs-controls-disabled .vjs-big-play-button, body .video-js.vjs-error .vjs-big-play-button, body .video-js.vjs-has-started .vjs-big-play-button, body .video-js.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
body .video-js .vjs-control-bar {
  background-color: transparent;
}
body .video-js .vjs-slider {
  background-color: transparent;
}
body .video-js .vjs-play-progress {
  background-color: #44AAE3;
}
body .video-js .vjs-progress-holder {
  background-color: rgba(255, 255, 255, 0.3);
}
body .video-js .vjs-progress-holder .vjs-load-progress div {
  background-color: transparent;
}

#header {
  height: 98px;
  background-color: rgba(17, 43, 58, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  backdrop-filter: blur(20px);
  opacity: 0;
}
@media only screen and (max-width : 1399px) {
  #header {
    height: 64px;
  }
}
@media only screen and (max-width : 699px) {
  #header {
    background-color: #112B3A;
    position: absolute;
    backdrop-filter: none;
    height: 50px;
  }
}

@media only screen and (min-width : 700px) {
  .page-template-products #header {
    transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
  }
  .page-template-products #header.navtop, .page-template-products #header.defaultstate {
    background-color: rgba(17, 43, 58, 0);
    backdrop-filter: blur(0px);
  }
}

.logo {
  width: 185px;
  flex: 0 0 185px;
  display: block;
}
@media only screen and (max-width : 1399px) {
  .logo {
    width: 120px;
    flex: 0 0 120px;
  }
}
@media only screen and (max-width : 820px) {
  .logo {
    width: 110px;
    flex: 0 0 110px;
  }
}
@media only screen and (max-width : 699px) {
  .logo {
    width: 90px;
    flex: 0 0 90px;
  }
}
.logo img {
  display: block;
  width: 100%;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width : 1024px) {
  .header-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .header-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-content:before, .header-content:after {
  display: none;
}
.header-content .header-content-left,
.header-content .header-content-right {
  display: flex;
  align-items: center;
  height: inherit;
}
.header-content .header-content-right {
  justify-content: flex-end;
}
.header-content .buttons .btn {
  font-size: 20px;
  padding: 16px 47px;
}
@media only screen and (max-width : 1599px) {
  .header-content .buttons .btn {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  .header-content .buttons .btn {
    font-size: 19px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width : 820px) {
  .header-content .buttons .btn {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  .header-content .buttons .btn {
    padding: 8px 20px;
    font-size: 17px;
  }
}
.header-content .buttons .btn {
  border-color: #ffffff;
}
@media only screen and (max-width : 1199px) {
  .header-content .buttons .btn {
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 820px) {
  .header-content .buttons .btn {
    padding: 5px 20px;
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .header-content .buttons .btn {
    padding: 3px 16px;
  }
  .header-content .buttons .btn:after {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#mobnavbtn {
  width: 33px;
  height: 30px;
  height: inherit;
  position: absolute;
  right: 60px;
  z-index: 9999;
}
@media only screen and (max-width : 699px) {
  #mobnavbtn {
    right: 30px;
  }
}
@media only screen and (min-width : 1025px) {
  #mobnavbtn {
    display: none;
  }
}
#mobnavbtn #mobnavtrigger {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  cursor: pointer;
}
#mobnavbtn #mobnavtrigger span {
  background-color: #21536F;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 2px;
}
#mobnavbtn #mobnavtrigger span.bar1 {
  margin-top: -6px;
}
.showmobnav #mobnavbtn #mobnavtrigger span.bar1 {
  transform: translateY(-50%) rotate(45deg);
  margin: 0;
}
#mobnavbtn #mobnavtrigger span.bar3 {
  margin-top: 6px;
}
.showmobnav #mobnavbtn #mobnavtrigger span.bar3 {
  transform: translateY(-50%) rotate(-45deg);
  margin: 0;
}
#mobnavbtn #mobnavtrigger span.bar2 {
  width: 23px;
}
.showmobnav #mobnavbtn #mobnavtrigger span.bar2 {
  opacity: 0;
}

#nav {
  background-color: transparent;
  height: inherit;
}
@media only screen and (max-width : 699px) {
  #nav {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 2;
    background: rgba(17, 43, 58, 0.9);
    backdrop-filter: blur(20px);
    width: 100vw;
    left: 0;
    top: 50px;
    height: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #nav::-webkit-scrollbar {
    display: none;
  }
  .fix-nav #nav {
    position: fixed;
    top: 0;
    z-index: 99999;
  }
}
#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;
  justify-content: space-around;
  height: inherit;
  position: relative;
}
@media only screen and (max-width : 699px) {
  #nav .nav {
    justify-content: space-between;
    padding: 0 20px;
    grid-column-gap: 0;
  }
}
#nav .nav > li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  height: inherit;
}
#nav .nav > li:after {
  opacity: 0;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 1px;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #44aae3 0%, #cf7e33 100%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 699px) {
  #nav .nav > li:after {
    height: 1px;
  }
}
#nav .nav > li li {
  line-height: 1;
}
#nav .nav > li > a {
  height: inherit;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 0 45px;
  font-family: "GutonRegular", sans-serif;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 19px;
}
@media only screen and (max-width : 1199px) {
  #nav .nav > li > a {
    padding: 0 20px;
  }
}
@media only screen and (max-width : 1024px) {
  #nav .nav > li > a {
    padding: 0 15px;
  }
}
@media only screen and (max-width : 820px) {
  #nav .nav > li > a {
    padding: 0 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  #nav .nav > li > a {
    padding: 0;
    font-size: 17px;
  }
}
#nav .nav > li > a.standard-link {
  position: relative;
}
#nav .nav > li > a.standard-link:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: linear-gradient(90deg, #44aae3 0%, #cf7e33 100%);
  opacity: 0;
}
#nav .nav > li .sub-menu {
  position: absolute;
  padding: 20px 0;
  left: -30px;
  opacity: 0;
  background-color: #ffffff;
  top: 100%;
  min-width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out;
}
#nav .nav > li .sub-menu li {
  margin: 0;
  padding: 0 30px;
  position: relative;
}
#nav .nav > li .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding: 10px 0;
  color: #000000;
  border-bottom: 1px solid;
}
#nav .nav > li .sub-menu li a:after {
  margin-left: 30px;
}
#nav .nav > li .sub-menu li:last-child > a {
  border-width: 0;
}
#nav .nav > li.current_page_item:after, #nav .nav > li.current-menu-item:after, #nav .nav > li.current-menu-ancestor:after {
  opacity: 1;
}
#nav .nav > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

#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: 13px 0;
  position: relative;
}
#mobmenu > #mobmenunav > ul > li > a {
  font-family: "GutonRegular", sans-serif;
  font-weight: normal;
  font-size: 7vw;
  line-height: 1.1;
}
@media only screen and (max-width : 699px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 30px;
    line-height: 1.1;
  }
}
#mobmenu > #mobmenunav > ul:last-child > li:last-child {
  padding-bottom: 50px;
}
#mobmenu li {
  margin: 0 30px;
  padding: 0;
  position: relative;
}
#mobmenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: #919191;
  line-height: 2.3;
}
@media only screen and (max-width : 699px) {
  #mobmenu li a {
    line-height: 1.8;
  }
}
#mobmenu li .sub-menu {
  height: 0;
  overflow: hidden;
  padding: 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  #mobmenu li .sub-menu {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  #mobmenu li .sub-menu {
    font-size: 17px;
  }
}
#mobmenu li .sub-menu li {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid #21536F;
}
#mobmenu li .sub-menu li:first-child {
  padding-top: 20px;
}
#mobmenu li .sub-menu li:last-child {
  border-width: 0;
}
#mobmenu li.menu-item-has-children > a {
  padding-right: 0px;
}
#mobmenu li.menu-item-has-children > a:after {
  text-align: center;
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  transition: all 0.3s ease-in-out;
  content: "\f078";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
#mobmenu li.menu-item-has-children > a.active:after {
  transform: rotate(180deg);
}

.main-cta-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.main-cta-section .container > section,
.main-cta-section .container > article,
.main-cta-section .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container > section,
  .main-cta-section .container > article,
  .main-cta-section .container > header {
    grid-column: span 12;
  }
}
.main-cta-section {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section {
    padding-top: 70px;
  }
}
.home .main-cta-section {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .home .main-cta-section {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .home .main-cta-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .home .main-cta-section {
    padding-top: 70px;
  }
}
.main-cta-section .container > section > header h2 em {
  display: inline;
}
.main-cta-section .container > section > header {
  text-align: center;
}
.main-cta-section .container > section > header .preheading {
  margin: 0 auto;
}
.main-cta-section .container > section > header h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
.main-cta-section .container > section > header h2:last-child {
  margin-bottom: 0;
}
.bglight .main-cta-section .container > section > header h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container > section > header h2 em {
    display: inline;
  }
}
.main-cta-section .container > section > header .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
.main-cta-section .container > section > header .intropara {
  color: #ffffff;
  max-width: 100%;
}
.main-cta-section .container > section article.feature-image {
  padding-top: 20px;
}
.main-cta-section .container > section article.feature-image:after {
  transform: translateX(-50%) translateY(-40%);
}
.main-cta-section .container > section article.feature-image figure {
  max-width: 952px;
}
@media only screen and (max-width : 1399px) {
  .main-cta-section .container > section article.feature-image figure {
    max-width: 810px;
  }
}
.main-cta-section .container > section article.feature-image figure .background {
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
}
.main-cta-section .container > section article.feature-image figure .background img {
  display: block;
  width: 100%;
}
.main-cta-section .container > section article.feature-image figure .foreground-1 {
  position: absolute;
  right: 0;
  bottom: 13.667%;
  height: 0;
  width: 78.21%;
  padding-bottom: 9.228%;
}
.main-cta-section .container > section article.feature-image figure .foreground-1 svg {
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
}
.main-cta-section .container > section article.feature-image figure .foreground-1 svg .tick {
  transform-origin: 200px 20px;
}
.main-cta-section .container > section article.feature-image figure .foreground-1 svg#button-1 {
  left: 0;
}
.main-cta-section .container > section article.feature-image figure .foreground-1 svg#button-2 {
  left: 38.12%;
}
.main-cta-section .container > section article.feature-image figure .foreground-1 svg#button-2 .tick {
  transform-origin: 160px 20px;
}
.main-cta-section .container > section article.feature-image figure .foreground-1 svg#button-3 {
  right: 0;
}
.main-cta-section .container > section .usps {
  margin-top: 70px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container > section .usps {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container > section .usps {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container > section .usps {
    margin-top: 40px;
  }
}
.main-cta-section .container > section .usps {
  margin-bottom: 70px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container > section .usps {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container > section .usps {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container > section .usps {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container > section .usps {
    margin-top: 30px;
  }
}
.home .main-cta-section .container .contact-section {
  padding-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .home .main-cta-section .container .contact-section {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .home .main-cta-section .container .contact-section {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .home .main-cta-section .container .contact-section {
    padding-top: 60px;
  }
}
.main-cta-section .container .contact-section .two-columns {
  align-items: flex-start;
  margin-top: 110px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-top: 50px;
  }
}
.main-cta-section .container .contact-section .two-columns {
  margin-bottom: 140px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 1199px) {
  .main-cta-section .container .contact-section .two-columns {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-top: 70px;
    grid-column-gap: 40px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .main-cta-section .container .contact-section .two-columns {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .two-columns {
    grid-template-columns: 1fr;
    grid-column-gap: 50px;
  }
}
.main-cta-section .container .contact-section .two-columns > article > h3 {
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .main-cta-section .container .contact-section .two-columns > article > h3 {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .main-cta-section .container .contact-section .two-columns > article > h3 {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .main-cta-section .container .contact-section .two-columns > article > h3 {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .main-cta-section .container .contact-section .two-columns > article > h3 {
    font-size: 23px;
    line-height: 1.39;
  }
}
.main-cta-section .container .contact-section .two-columns > article > h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .two-columns > article > h3 {
    margin: 1.5em 0 0.75em;
  }
}
.main-cta-section .container .contact-section .two-columns > article > h3:first-child {
  margin-top: 0;
}
.main-cta-section .container .contact-section .two-columns > article > h3:last-child {
  margin-bottom: 0;
}
.main-cta-section .container .contact-section .two-columns > article > h3 {
  margin-top: 0;
}
.main-cta-section .container .contact-section .footer-cta {
  text-align: center;
  display: grid;
  grid-row-gap: 60px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container .contact-section .footer-cta {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .contact-section .footer-cta {
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .footer-cta {
    grid-row-gap: 30px;
  }
}
.main-cta-section .container .contact-section .footer-cta header.intro {
  text-align: center;
}
.main-cta-section .container .contact-section .footer-cta header.intro .preheading {
  margin: 0 auto;
}
.main-cta-section .container .contact-section .footer-cta header.intro h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
.main-cta-section .container .contact-section .footer-cta header.intro h2:last-child {
  margin-bottom: 0;
}
.bglight .main-cta-section .container .contact-section .footer-cta header.intro h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .footer-cta header.intro h2 em {
    display: inline;
  }
}
.main-cta-section .container .contact-section .footer-cta header.intro .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
.main-cta-section .container .contact-section .footer-cta header.intro {
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container .contact-section .footer-cta header.intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .contact-section .footer-cta header.intro {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .footer-cta header.intro {
    margin-bottom: 50px;
  }
}
.main-cta-section .container .contact-section .footer-cta header.intro:last-child {
  margin: 0;
}
.main-cta-section .container .contact-section .footer-cta header.intro h2 {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  .main-cta-section .container .contact-section .footer-cta header.intro h2 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  .main-cta-section .container .contact-section .footer-cta header.intro h2 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  .main-cta-section .container .contact-section .footer-cta header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  .main-cta-section .container .contact-section .footer-cta header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
.main-cta-section .container .contact-section .footer-cta header.intro h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .contact-section .footer-cta header.intro h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .footer-cta header.intro h2 {
    margin: 1em 0 0.5em;
  }
}
.main-cta-section .container .contact-section .footer-cta header.intro h2:first-child {
  margin-top: 0;
}
.main-cta-section .container .contact-section .footer-cta header.intro h2:last-child {
  margin-bottom: 0;
}
.main-cta-section .container .contact-section .footer-cta header.intro h2 {
  margin: 0 auto 0.4em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-cta-section .container .contact-section .footer-cta header.intro h2 em {
  display: inline;
  color: #44AAE3;
}
.main-cta-section .container .contact-section .footer-cta header.intro .intropara {
  max-width: 900px;
  color: #000000;
}
.main-cta-section .container .contact-section .footer-cta header.intro .intropara em {
  color: #44AAE3;
}
.main-cta-section .container .contact-section .footer-cta header.intro h2 {
  color: #ffffff;
}
.main-cta-section .container .contact-section .footer-cta header.intro .intropara {
  color: #ffffff;
}
.main-cta-section .container .contact-section .footer-cta header.intro {
  margin: 0 !important;
}
.main-cta-section .container .contact-section .footer-cta .buttons {
  display: flex;
  justify-content: center;
  grid-column-gap: 30px;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .contact-section .footer-cta .buttons {
    flex-direction: column;
    grid-row-gap: 10px;
    align-items: center;
  }
  .main-cta-section .container .contact-section .footer-cta .buttons > .btn {
    min-width: 200px;
  }
}
.main-cta-section .container .contact-section .footer-cta > p.intropara {
  color: #ffffff;
}
.main-cta-section .container .newsletter {
  padding: 70px 10%;
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-column-gap: 50px;
  border-radius: var(--borderRadius);
  background: linear-gradient(90deg, #112b3a 0%, #21536f 50%);
  margin-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container .newsletter {
    margin-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .newsletter {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .newsletter {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container .newsletter {
    padding: 50px 8.3333%;
  }
}
@media only screen and (max-width : 1199px) {
  .main-cta-section .container .newsletter {
    padding: 50px;
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .newsletter {
    grid-template-columns: 1fr;
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .main-cta-section .container .newsletter {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .main-cta-section .container .newsletter {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .main-cta-section .container .newsletter {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .newsletter {
    padding: 30px 24px 24px;
  }
}
.main-cta-section .container .newsletter:first-child {
  margin-top: 0;
}
.main-cta-section .container .newsletter h4 {
  margin-bottom: 0.75em;
  color: #919191;
}
.main-cta-section .container .newsletter h4 em {
  color: #ffffff;
}
.main-cta-section .container .newsletter p {
  color: #ffffff;
}
.main-cta-section .container .newsletter .gform_wrapper form {
  display: grid;
}
.main-cta-section .container .newsletter .gform_wrapper form .gform_fields .gfield.gfield--type-checkbox {
  margin-top: 32px;
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .newsletter .gform_wrapper form .gform_fields .gfield.gfield--type-checkbox {
    margin-top: 20px;
  }
}
.main-cta-section .container .newsletter .gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .validation_message {
  right: auto;
  left: 0;
  top: -30px;
}
.main-cta-section .container .newsletter .gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gchoice > label a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.main-cta-section .container .newsletter .gform_wrapper form .gform_body > .gform_fields {
  position: relative;
}
.main-cta-section .container .newsletter .gform_wrapper form input {
  margin: 0;
}
.main-cta-section .container .newsletter .gform_wrapper form .gfield_required {
  display: none;
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=checkbox],
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=radio] {
  display: none;
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=checkbox],
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=radio] {
  display: none;
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=checkbox] + label:before,
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=radio] + label:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 19px 0 0;
  transform: translateY(-6px);
}
@media only screen and (max-width : 1199px) {
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=checkbox] + label:before,
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=radio] + label:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    transform: translateY(-4px);
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=checkbox] + label:before,
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=radio] + label:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    transform: translateY(-1px);
    margin: 0 10px 0 0;
  }
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=checkbox]:checked + label:before,
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=radio]:checked + label:before {
  color: #44AAE3;
  content: "\f00c";
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=checkbox]:checked + label:before,
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span input[type=radio]:checked + label:before {
    font-size: 17px;
  }
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span > label {
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child > span > label a {
  color: #44AAE3;
}
.main-cta-section .container .newsletter .gform_wrapper form > div:last-child a {
  color: #ffffff !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child button.btn {
    max-width: 100%;
  }
}
@media only screen and (min-width : 700px) and (max-width : 820px) {
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child button.btn {
    width: 220px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .newsletter .gform_wrapper form > div:last-child button.btn {
    width: 100%;
  }
}
.main-cta-section .container .footer {
  text-align: center;
  padding-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .main-cta-section .container .footer {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .main-cta-section .container .footer {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .footer {
    padding-top: 60px;
  }
}
.main-cta-section .container .footer .logo {
  margin: 0 auto;
  width: 260px;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .footer .logo {
    width: 180px;
  }
}
.main-cta-section .container .footer p {
  margin: 60px 0 15px;
  color: #ffffff;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .footer p {
    margin: 30px 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.52;
  }
}
@media only screen and (max-width : 699px) and (max-width : 1399px) {
  .main-cta-section .container .footer p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) and (max-width : 699px) {
  .main-cta-section .container .footer p {
    font-size: 16px;
  }
}
.main-cta-section .container .footer ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  grid-column-gap: 38px;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .footer ul {
    flex-wrap: wrap;
    grid-column-gap: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.52;
  }
}
@media only screen and (max-width : 699px) and (max-width : 1399px) {
  .main-cta-section .container .footer ul {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) and (max-width : 699px) {
  .main-cta-section .container .footer ul {
    font-size: 16px;
  }
}
.main-cta-section .container .footer ul li {
  margin: 0;
  white-space: nowrap;
}
.main-cta-section .container .footer ul li a {
  color: #44AAE3;
}
.main-cta-section .container .footer ul.social {
  margin: 60px 0 0;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .footer ul.social {
    margin: 30px 0 0;
  }
}
.main-cta-section .container .footer ul.social li a i {
  font-size: 36px;
  background: linear-gradient(0deg, #44aae3 0%, #cf7e33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width : 699px) {
  .main-cta-section .container .footer ul.social li a i {
    font-size: 28px;
  }
}

body:not(.home, .page-template-products) .main-cta-section {
  background: #112B3A;
}
body:not(.home, .page-template-products) .main-cta-section .container .contact-section {
  padding-top: 0;
}
body:not(.home, .page-template-products) .main-cta-section .container .newsletter {
  background: #21536F;
}

body .swiper-container {
  padding-bottom: calc(70px + 4px);
}
@media only screen and (max-width : 1599px) {
  body .swiper-container {
    padding-bottom: calc(50px + 4px);
  }
}
@media only screen and (max-width : 820px) {
  body .swiper-container {
    padding-bottom: calc(40px + 4px);
  }
}
@media only screen and (max-width : 699px) {
  body .swiper-container {
    padding-bottom: calc(40px + 4px);
  }
}
body .swiper {
  overflow: visible;
}
body .swiper .swiper-slide {
  height: auto;
  display: flex;
}
body .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .swiper .swiper-nav {
  display: flex;
  grid-column-gap: 10px;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  justify-content: space-between;
  width: calc(100vw - 60px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width : 699px) {
  body .swiper .swiper-nav {
    display: none;
  }
}
body .swiper .swiper-nav .swiper-button-next,
body .swiper .swiper-nav .swiper-button-prev {
  pointer-events: all;
  position: static;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background-color: #44AAE3;
  margin: 0;
  opacity: 1;
}
@media only screen and (max-width : 1399px) {
  body .swiper .swiper-nav .swiper-button-next,
  body .swiper .swiper-nav .swiper-button-prev {
    width: 65px;
    height: 65px;
  }
}
body .swiper .swiper-nav .swiper-button-next:after,
body .swiper .swiper-nav .swiper-button-prev:after {
  color: #ffffff;
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 34px;
}
body .swiper .swiper-nav .swiper-button-prev:after {
  content: "\f060";
}
body .swiper .swiper-nav .swiper-button-next:after {
  content: "\f061";
}
body .swiper .swiper-scrollbar {
  width: 100%;
  background-color: rgba(68, 170, 227, 0.1);
  margin: 0;
  border-radius: 0;
  position: absolute;
  bottom: calc(-70px - 4px);
}
@media only screen and (max-width : 1599px) {
  body .swiper .swiper-scrollbar {
    bottom: calc(-50px - 4px);
  }
}
@media only screen and (max-width : 820px) {
  body .swiper .swiper-scrollbar {
    bottom: calc(-40px - 4px);
  }
}
@media only screen and (max-width : 699px) {
  body .swiper .swiper-scrollbar {
    bottom: calc(-40px - 4px);
  }
}
body .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #44AAE3;
  border-radius: 0;
}
body .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  grid-column-gap: 10px;
}
body .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #112B3A;
  opacity: 1;
}
body .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #21536F;
}

#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 : 699px) {
  #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 {
  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.3s ease-in-out;
}
@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mask #lightbox #lightbox-content span.lightboxloader {
  opacity: 0;
}
@media only screen and (min-width : 700px) {
  .single-gallery #mask #lightbox #lightbox-content {
    width: 90%;
    max-width: 1640px;
  }
}
@media only screen and (max-width : 699px) {
  #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 : 820px) {
  #mask #lightbox #lightbox-content #lightbox-close-btn {
    transform: translateX(50%) translateY(-50%);
  }
}
@media only screen and (max-width : 699px) {
  #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: #21536F;
}
#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 : 699px) {
  #mask #lightbox.type-video #lightbox-content {
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
  }
}
#mask #lightbox.type-video #lightbox-content span.lightboxloader {
  opacity: 1;
}

@media only screen and (max-width : 699px) {
  body .cky-consent-container {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }
}
body .cky-consent-container .cky-consent-bar {
  border-radius: var(--borderRadius);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cky-consent-container .cky-consent-bar {
  padding: 20px !important;
  border-width: 0 !important;
  opacity: 1 !important;
}
@media only screen and (min-width : 700px) {
  .cky-consent-container .cky-consent-bar {
    padding: 40px !important;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  font-family: "GutonRegular", sans-serif;
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    font-size: 36px;
    line-height: 1.27;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    margin: 1.5em 0 0.75em;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title:first-child {
  margin-top: 0;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title:last-child {
  margin-bottom: 0;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  margin: 0 0 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
  display: flex;
  flex-wrap: nowrap;
  grid-column-gap: 40px;
}
@media only screen and (max-width : 820px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
    flex-direction: column;
    justify-content: flex-start;
    grid-row-gap: 12px;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p,
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p > a {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p,
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p > a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p,
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p > a {
    font-size: 17px;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p,
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p > a {
  font-family: "Nunito", sans-serif;
  width: 100%;
  max-width: 1000px;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des > p > a {
  text-decoration: underline;
  white-space: nowrap;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {
  max-height: 100vh !important;
  overflow: visible !important;
  padding: 0 !important;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  grid-column-gap: 6px;
  margin-left: 0 !important;
}
@media only screen and (max-width : 820px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
    justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (max-width : 699px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
    padding: 0 !important;
    grid-row-gap: 6px !important;
    margin: 6px 0 0 !important;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    font-size: 17px;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  border-radius: 100px;
  border: 1px solid #44AAE3;
  font-family: "GutonSemiBold", sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column-gap: 14px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  max-width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width : 699px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    grid-column-gap: 7px;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 0.7em;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  background-color: transparent;
  color: #ffffff;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn:hover {
  color: #ffffff;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  font-size: 22px;
  padding: 27px 47px;
}
@media only screen and (max-width : 1599px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    padding: 20px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    font-size: 19px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 820px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    padding: 8px 20px;
    font-size: 17px;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  margin: 0 !important;
  padding: 0 30px;
  height: 48px;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn:after {
  display: none;
}
@media only screen and (max-width : 699px) {
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cky-consent-container.cky-box-bottom-left .cky-consent-bar .cky-notice .cky-notice-group {
  flex-direction: column;
  grid-row-gap: 20px;
}

.cky-prefrence-btn-wrapper {
  gap: 7px !important;
  border-width: 0 !important;
  background-color: transparent;
}
.cky-prefrence-btn-wrapper .cky-btn {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-prefrence-btn-wrapper .cky-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-prefrence-btn-wrapper .cky-btn {
    font-size: 17px;
  }
}
.cky-prefrence-btn-wrapper .cky-btn {
  border-radius: 100px;
  border: 1px solid #44AAE3;
  font-family: "GutonSemiBold", sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column-gap: 14px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  max-width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width : 699px) {
  .cky-prefrence-btn-wrapper .cky-btn {
    grid-column-gap: 7px;
  }
}
.cky-prefrence-btn-wrapper .cky-btn:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 0.7em;
}
.cky-prefrence-btn-wrapper .cky-btn {
  background-color: transparent;
  color: #ffffff;
}
.cky-prefrence-btn-wrapper .cky-btn:hover {
  color: #ffffff;
}
.cky-prefrence-btn-wrapper .cky-btn {
  font-size: 22px;
  padding: 27px 47px;
}
@media only screen and (max-width : 1599px) {
  .cky-prefrence-btn-wrapper .cky-btn {
    padding: 20px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  .cky-prefrence-btn-wrapper .cky-btn {
    font-size: 19px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 820px) {
  .cky-prefrence-btn-wrapper .cky-btn {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-prefrence-btn-wrapper .cky-btn {
    padding: 8px 20px;
    font-size: 17px;
  }
}
.cky-prefrence-btn-wrapper .cky-btn {
  margin: 0 !important;
  padding: 0 30px;
  height: 48px;
}
.cky-prefrence-btn-wrapper .cky-btn:after {
  display: none;
}

.cky-preference-center {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 0 !important;
}
.cky-preference-center .cky-preference-title,
.cky-preference-center .cky-preference-content-wrapper,
.cky-preference-center .cky-accordion-header-des,
.cky-preference-center .cky-accordion-btn {
  color: #000000 !important;
}
.cky-preference-center .cky-accordion-header .cky-always-active {
  color: #21536F !important;
}

.cky-footer-shadow {
  display: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
  color: #21536F !important;
  text-decoration: underline;
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc *,
.cky-preference-content-wrapper .cky-show-desc-btn,
.cky-accordion-header .cky-always-active,
.cky-audit-table .cky-empty-cookies-text {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-notice-des *,
  .cky-preference-content-wrapper *,
  .cky-accordion-header-des *,
  .cky-gpc-wrapper .cky-gpc-desc *,
  .cky-preference-content-wrapper .cky-show-desc-btn,
  .cky-accordion-header .cky-always-active,
  .cky-audit-table .cky-empty-cookies-text {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-notice-des *,
  .cky-preference-content-wrapper *,
  .cky-accordion-header-des *,
  .cky-gpc-wrapper .cky-gpc-desc *,
  .cky-preference-content-wrapper .cky-show-desc-btn,
  .cky-accordion-header .cky-always-active,
  .cky-audit-table .cky-empty-cookies-text {
    font-size: 17px;
  }
}
.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc *,
.cky-preference-content-wrapper .cky-show-desc-btn,
.cky-accordion-header .cky-always-active,
.cky-audit-table .cky-empty-cookies-text {
  font-family: "Nunito", sans-serif;
}

.cky-preference-header .cky-preference-title {
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  .cky-preference-header .cky-preference-title {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  .cky-preference-header .cky-preference-title {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  .cky-preference-header .cky-preference-title {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  .cky-preference-header .cky-preference-title {
    font-size: 36px;
    line-height: 1.27;
  }
}
.cky-preference-header .cky-preference-title {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .cky-preference-header .cky-preference-title {
    margin: 1.5em 0 0.75em;
  }
}
.cky-preference-header .cky-preference-title:first-child {
  margin-top: 0;
}
.cky-preference-header .cky-preference-title:last-child {
  margin-bottom: 0;
}
.cky-preference-header .cky-preference-title {
  margin: 0 !important;
}

.cky-accordion-header .cky-accordion-btn {
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  .cky-accordion-header .cky-accordion-btn {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  .cky-accordion-header .cky-accordion-btn {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  .cky-accordion-header .cky-accordion-btn {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  .cky-accordion-header .cky-accordion-btn {
    font-size: 31px;
    line-height: 1.32;
  }
}
.cky-accordion-header .cky-accordion-btn {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .cky-accordion-header .cky-accordion-btn {
    margin: 1.5em 0 0.75em;
  }
}
.cky-accordion-header .cky-accordion-btn:first-child {
  margin-top: 0;
}
.cky-accordion-header .cky-accordion-btn:last-child {
  margin-bottom: 0;
}
.cky-accordion-header .cky-accordion-btn {
  margin: 0 !important;
}

.cky-preference-content-wrapper,
.cky-gpc-wrapper .cky-gpc-desc {
  padding: 0;
  border-width: 0 !important;
}

.cky-accordion-header-des {
  margin: 20px 0 30px;
}

.cky-accordion .cky-accordion-item {
  margin-top: 0;
  padding-top: 30px;
}

.cky-accordion {
  border-bottom: 1px solid #21536F;
  border-color: #21536F !important;
}

.cky-audit-table {
  border-radius: 0;
}

.cky-audit-table .cky-empty-cookies-text {
  padding: 15px 24px;
}

.cky-accordion .cky-accordion-chevron i::before {
  top: 12px;
}

.cky-prefrence-btn-wrapper .cky-btn-reject,
.cky-prefrence-btn-wrapper .cky-btn-preferences {
  border-color: #44AAE3 !important;
  color: #000000 !important;
  background-color: transparent !important;
}

.cky-prefrence-btn-wrapper .cky-btn-accept {
  background-color: #44AAE3 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.cky-preference-header .cky-btn-close img {
  height: 20px;
  width: 20px;
}

.cky-prefrence-btn-wrapper .cky-btn {
  max-width: 100%;
}
.cky-prefrence-btn-wrapper + div {
  display: none !important;
}

body .cky-modal {
  border-radius: var(--borderRadius) !important;
  width: calc(100% - 60px);
  max-width: 700px;
  overflow: hidden;
}
@media only screen and (max-width : 699px) {
  body .cky-modal {
    width: 100%;
  }
}
.cky-modal .cky-preference-center {
  width: 100%;
  border-radius: 0;
  padding: 60px;
  position: relative;
  overflow: scroll;
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center {
    padding: 60px 20px 20px;
  }
}
.cky-modal .cky-preference-center .cky-preference-header,
.cky-modal .cky-preference-center .cky-footer-wrapper {
  border-width: 0;
}
.cky-modal .cky-preference-center .cky-preference-header {
  padding: 0 0 20px 0;
}
.cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
  font-family: "GutonRegular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 2em 0 1em;
}
@media only screen and (max-width : 820px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
    margin: 2em 0 0.8em;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
    margin: 1.5em 0 0.75em;
  }
}
.cky-modal .cky-preference-center .cky-preference-header .cky-preference-title:last-child {
  margin-bottom: 0;
}
.cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
    font-size: 36px;
    line-height: 1.27;
  }
}
.cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
    margin: 1.5em 0 0.75em;
  }
}
.cky-modal .cky-preference-center .cky-preference-header .cky-preference-title:first-child {
  margin-top: 0;
}
.cky-modal .cky-preference-center .cky-preference-header .cky-preference-title:last-child {
  margin-bottom: 0;
}
.cky-modal .cky-preference-center .cky-preference-header .cky-preference-title {
  letter-spacing: 0 !important;
  margin: 0 !important;
}
.cky-modal .cky-preference-center .cky-preference-header .cky-btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #44AAE3;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 0;
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-header .cky-btn-close {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
  }
}
.cky-modal .cky-preference-center .cky-preference-header .cky-btn-close img {
  filter: brightness(2.5);
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper {
  padding: 0;
  overflow: visible;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-preference-content-wrapper {
  padding: 0;
  border-width: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-preference-content-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-preference-content-wrapper p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-preference-content-wrapper p {
    font-size: 16px;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-preference-content-wrapper .cky-show-desc-btn {
  color: #919191;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-preference-content-wrapper .cky-show-desc-btn {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-preference-content-wrapper .cky-show-desc-btn {
    font-size: 16px;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-google-privacy-policy {
  padding: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper {
  margin: 0;
  display: grid;
  grid-row-gap: 3px;
  padding: 40px 0;
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper {
    padding: 20px 0;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion {
  border-width: 0;
  background-color: #f4f4f4;
  padding: 8px 14px;
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion {
    padding: 6px 10px;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item {
  margin: 0;
  padding: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-chevron {
  margin: 0;
  width: 20px;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-chevron i:before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  height: 8px;
  width: 8px;
  top: 11px;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
  font-family: "GutonRegular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 2em 0 1em;
}
@media only screen and (max-width : 820px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    margin: 2em 0 0.8em;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    margin: 1.5em 0 0.75em;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn:last-child {
  margin-bottom: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    font-size: 23px;
    line-height: 1.39;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    margin: 1.5em 0 0.75em;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn:first-child {
  margin-top: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn:last-child {
  margin-bottom: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
  letter-spacing: 0 !important;
  margin: 0 !important;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-always-active {
  color: #919191;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-always-active {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-always-active {
    font-size: 16px;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-switch input[type=checkbox] {
  background: #919191 !important;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-switch input[type=checkbox]:checked {
  background: #21536F !important;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des {
  display: none;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body {
  padding: 0;
  margin: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table {
  background-color: transparent !important;
  border-width: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-empty-cookies-text {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-empty-cookies-text {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-empty-cookies-text {
    font-size: 16px;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table {
  padding: 0;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  margin-top: 20px;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table:first-child {
  border-width: 0;
  margin-top: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table:last-child {
  padding-bottom: 10px;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table li {
  padding: 0;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table li div {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table li div {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table li div {
    font-size: 16px;
  }
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table li div:first-child {
  font-weight: 600;
}
.cky-modal .cky-preference-center .cky-preference-body-wrapper .cky-accordion-wrapper .cky-accordion .cky-accordion-body .cky-audit-table .cky-cookie-des-table li div:last-child {
  margin: 0;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-footer-shadow {
  display: none;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper {
  padding: 0;
  justify-content: space-between;
  border-width: 0;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
  border-radius: 100px;
  border: 1px solid #44AAE3;
  font-family: "GutonSemiBold", sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column-gap: 14px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  max-width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
    grid-column-gap: 7px;
  }
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 0.7em;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
  background-color: transparent;
  color: #ffffff;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn:hover {
  color: #ffffff;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
  font-size: 22px;
  padding: 27px 47px;
}
@media only screen and (max-width : 1599px) {
  .cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
    padding: 20px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  .cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
    font-size: 19px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 820px) {
  .cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  .cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
    padding: 8px 20px;
    font-size: 17px;
  }
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
  background-color: #44AAE3;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  flex: none;
  width: auto;
  letter-spacing: 0 !important;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn.wcc-btn-preferences {
  order: 1 !important;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn:after {
  display: none;
}

.banner .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.banner .container > section,
.banner .container > article,
.banner .container > header {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  .banner .container > section,
  .banner .container > article,
  .banner .container > header {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  .banner .container > section,
  .banner .container > article,
  .banner .container > header {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  .banner .container > section,
  .banner .container > article,
  .banner .container > header {
    grid-column: span 12;
  }
}
.banner {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  .banner {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .banner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .banner {
    padding-bottom: 70px;
  }
}
.banner article.hero {
  text-align: center;
}
.banner article.hero p,
.banner article.hero .preheading,
.banner article.hero .btn {
  margin: 0 auto;
}
.banner article.hero h1:not(.preheading),
.banner article.hero h2:not(.preheading) {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  .banner article.hero h1:not(.preheading),
  .banner article.hero h2:not(.preheading) {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  .banner article.hero h1:not(.preheading),
  .banner article.hero h2:not(.preheading) {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  .banner article.hero h1:not(.preheading),
  .banner article.hero h2:not(.preheading) {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  .banner article.hero h1:not(.preheading),
  .banner article.hero h2:not(.preheading) {
    font-size: 87px;
    line-height: 1.07;
  }
}
.banner article.hero h1:not(.preheading),
.banner article.hero h2:not(.preheading) {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  .banner article.hero h1:not(.preheading),
  .banner article.hero h2:not(.preheading) {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  .banner article.hero h1:not(.preheading),
  .banner article.hero h2:not(.preheading) {
    margin: 1em 0 0.5em;
  }
}
.banner article.hero h1:not(.preheading):first-child,
.banner article.hero h2:not(.preheading):first-child {
  margin-top: 0;
}
.banner article.hero h1:not(.preheading):last-child,
.banner article.hero h2:not(.preheading):last-child {
  margin-bottom: 0;
}
.banner article.hero h1:not(.preheading),
.banner article.hero h2:not(.preheading) {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.banner article.hero h1:not(.preheading).heading-animate-test,
.banner article.hero h2:not(.preheading).heading-animate-test {
  opacity: 1;
}
.banner article.hero h1:not(.preheading) em,
.banner article.hero h2:not(.preheading) em {
  display: block;
}
@media only screen and (max-width : 699px) {
  .banner article.hero h1:not(.preheading) em,
  .banner article.hero h2:not(.preheading) em {
    display: inline;
  }
}
.banner article.hero h1:not(.preheading) div.line,
.banner article.hero h2:not(.preheading) div.line {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.banner article.hero h1:not(.preheading) div.line.active,
.banner article.hero h2:not(.preheading) div.line.active {
  opacity: 1;
}
.banner article.hero .preheading + h1,
.banner article.hero .preheading + h2 {
  margin-top: 0.26em;
}
.banner article.hero h1:not(.preheading),
.banner article.hero h2:not(.preheading),
.banner article.hero .intropara {
  max-width: 1100px;
}
.banner article.hero .intropara {
  color: #ffffff;
  margin: 1.3em auto 2.2em;
}
@media only screen and (max-width : 1399px) {
  .banner article.hero .intropara {
    margin: 1em auto 1.5em;
  }
}
@media only screen and (max-width : 699px) {
  .banner article.hero .intropara {
    margin: 0.4em auto 1em;
  }
}
.banner article.feature-image {
  max-width: 877px;
  width: 100%;
  margin: 0 auto;
  --lineOpacity: 0;
  padding-top: 70px;
}
@media only screen and (max-width : 1599px) {
  .banner article.feature-image {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .banner article.feature-image {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .banner article.feature-image {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 1399px) {
  .banner article.feature-image {
    max-width: 737px;
  }
}
@media only screen and (max-width : 699px) {
  .banner article.feature-image {
    padding-top: 40px;
  }
}
.banner article.feature-image figure {
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
}
@media only screen and (max-width : 1199px) {
  .banner article.feature-image figure {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 56.7%;
  }
}
@media only screen and (max-width : 820px) {
  .banner article.feature-image figure {
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50.4%;
  }
}
.banner article.feature-image figure .background {
  width: 92%;
  padding-bottom: 63%;
  margin: 0 auto;
}
.banner article.feature-image figure .foreground-1 {
  width: 24.5%;
  padding-bottom: 23.32%;
  right: 0;
  bottom: 6.8%;
}
.banner article.feature-image figure .foreground-2 {
  width: 32.68%;
  padding-bottom: 24.08%;
  left: 0;
  bottom: 0;
}
.banner article.feature-image figure .foreground-2 img {
  object-fit: cover;
  border-radius: 11px;
}
.banner article.feature-image:after {
  opacity: var(--lineOpacity);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width : 1600px) {
  .banner article.intro {
    margin-top: -50px;
  }
}
.banner article.intro {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .banner article.intro {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .banner article.intro {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .banner article.intro {
    padding-top: 70px;
  }
}
.banner.banner-products {
  position: relative;
}
.banner.banner-products > .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.banner.banner-products > .banner-image picture,
.banner.banner-products > .banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.banner-products > .banner-image img {
  filter: brightness(0.6);
}
.banner.banner-products article.hero .intropara {
  font-family: "GutonRegular", sans-serif;
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  .banner.banner-products article.hero .intropara {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  .banner.banner-products article.hero .intropara {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  .banner.banner-products article.hero .intropara {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  .banner.banner-products article.hero .intropara {
    font-size: 36px;
    line-height: 1.27;
  }
}

.cta figure.icon,
.cta-inline figure.icon {
  flex: 0 0 fit-content;
}
.cta p,
.cta span.text,
.cta-inline p,
.cta-inline span.text {
  font-family: "GutonRegular", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .cta p,
  .cta span.text,
  .cta-inline p,
  .cta-inline span.text {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .cta p,
  .cta span.text,
  .cta-inline p,
  .cta-inline span.text {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .cta p,
  .cta span.text,
  .cta-inline p,
  .cta-inline span.text {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .cta p,
  .cta span.text,
  .cta-inline p,
  .cta-inline span.text {
    font-size: 23px;
    line-height: 1.39;
  }
}
.bglight .cta p,
.bglight .cta span.text,
.bglight .cta-inline p,
.bglight .cta-inline span.text {
  color: #000000;
}
.bgdark .cta p,
.bgdark .cta span.text,
.bgdark .cta-inline p,
.bgdark .cta-inline span.text {
  color: #ffffff;
}
.bgdark .cta p em,
.bgdark .cta span.text em,
.bgdark .cta-inline p em,
.bgdark .cta-inline span.text em {
  color: #44AAE3;
}
.cta span.text > span,
.cta-inline span.text > span {
  max-width: 650px;
}

.cta-inline {
  margin: 2.2em 0;
}
@media only screen and (max-width : 699px) {
  .cta-inline {
    margin: 1.6em 0;
  }
}
.cta-inline:first-child {
  margin-top: 0;
}
.cta-inline:last-child {
  margin-bottom: 0;
}

.cta {
  border: 1px solid #44AAE3;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 65px;
  padding: 25px 10%;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
}
@media only screen and (max-width : 1599px) {
  .cta {
    padding: 25px 8.6666%;
  }
}
@media only screen and (max-width : 1199px) {
  .cta {
    padding: 25px 60px;
  }
}
@media only screen and (max-width : 820px) {
  .cta {
    padding: 20px 30px;
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .cta {
    max-width: 100%;
    flex-direction: column;
    grid-row-gap: 10px;
    border-radius: 30px;
    padding: 30px 20px 20px;
    border-radius: var(--borderRadius);
  }
}
.cta span.text {
  display: flex;
  align-items: center;
  grid-column-gap: 28px;
}
@media only screen and (max-width : 1199px) {
  .cta span.text {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .cta span.text {
    flex-direction: column;
    grid-row-gap: 8px;
    text-align: center;
  }
}
@media only screen and (min-width : 700px) {
  .cta.stacked {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 20px;
    padding: 40px 50px;
    border-radius: var(--borderRadius);
  }
  .cta.stacked span.text {
    align-items: flex-start;
    position: relative;
  }
  .cta.stacked span.text figure.icon {
    position: absolute;
    left: 0;
  }
  .cta.stacked span.text,
  .cta.stacked span.more {
    padding-left: 50px !important;
  }
}
.cta.fullwidth {
  margin-top: 70px;
}
@media only screen and (max-width : 1599px) {
  .cta.fullwidth {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .cta.fullwidth {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .cta.fullwidth {
    margin-top: 40px;
  }
}
.cta.fullwidth {
  border-radius: var(--borderRadius);
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

div.cta {
  grid-column-gap: 100px;
}
@media only screen and (max-width : 1199px) {
  div.cta {
    grid-column-gap: 50px;
  }
}
@media only screen and (max-width : 820px) {
  div.cta {
    grid-column-gap: 60px;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    padding: 30px;
  }
}
@media only screen and (max-width : 699px) {
  div.cta {
    padding: 30px 18px 18px;
  }
}
div.cta > article {
  display: flex;
  align-items: center;
  grid-column-gap: 55px;
}
@media only screen and (max-width : 1199px) {
  div.cta > article {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 820px) {
  div.cta > article {
    flex-direction: column;
  }
}
@media only screen and (max-width : 820px) {
  div.cta > article span.text {
    flex-direction: column;
    grid-row-gap: 8px;
  }
}
div.cta > article .more:after {
  display: none;
}
div.cta > span {
  flex: 0 0 1px;
  height: 33px;
  display: flex;
  background: linear-gradient(0deg, #21536f 0%, #44aae3 50%, #21536f 100%);
}
@media only screen and (max-width : 699px) {
  div.cta > span {
    background: linear-gradient(90deg, #21536f 0%, #44aae3 50%, #21536f 100%);
  }
}
@media only screen and (max-width : 820px) {
  div.cta > span {
    height: 80px;
  }
}

section.section.intro {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  section.section.intro {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.intro {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.intro {
    padding-top: 70px;
  }
}
section.section.intro {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  section.section.intro {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.intro {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.intro {
    padding-bottom: 70px;
  }
}
section.section.intro .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.section.intro .container > section,
section.section.intro .container > article,
section.section.intro .container > header {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  section.section.intro .container > section,
  section.section.intro .container > article,
  section.section.intro .container > header {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  section.section.intro .container > section,
  section.section.intro .container > article,
  section.section.intro .container > header {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  section.section.intro .container > section,
  section.section.intro .container > article,
  section.section.intro .container > header {
    grid-column: span 12;
  }
}

section.section.insights .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.section.insights .container > section,
section.section.insights .container > article,
section.section.insights .container > header {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  section.section.insights .container > section,
  section.section.insights .container > article,
  section.section.insights .container > header {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  section.section.insights .container > section,
  section.section.insights .container > article,
  section.section.insights .container > header {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights .container > section,
  section.section.insights .container > article,
  section.section.insights .container > header {
    grid-column: span 12;
  }
}
section.section.insights header.intro {
  text-align: center;
}
section.section.insights header.intro .preheading {
  margin: 0 auto;
}
section.section.insights header.intro h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
section.section.insights header.intro h2:last-child {
  margin-bottom: 0;
}
.bglight section.section.insights header.intro h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  section.section.insights header.intro h2 em {
    display: inline;
  }
}
section.section.insights header.intro .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
section.section.insights header.intro {
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  section.section.insights header.intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.insights header.intro {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights header.intro {
    margin-bottom: 50px;
  }
}
section.section.insights header.intro:last-child {
  margin: 0;
}
section.section.insights header.intro h2 {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  section.section.insights header.intro h2 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  section.section.insights header.intro h2 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  section.section.insights header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  section.section.insights header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
section.section.insights header.intro h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  section.section.insights header.intro h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights header.intro h2 {
    margin: 1em 0 0.5em;
  }
}
section.section.insights header.intro h2:first-child {
  margin-top: 0;
}
section.section.insights header.intro h2:last-child {
  margin-bottom: 0;
}
section.section.insights header.intro h2 {
  margin: 0 auto 0.4em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
section.section.insights header.intro h2 em {
  display: inline;
  color: #44AAE3;
}
section.section.insights header.intro .intropara {
  max-width: 900px;
  color: #000000;
}
section.section.insights header.intro .intropara em {
  color: #44AAE3;
}
section.section.insights header.intro h2 {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  section.section.insights header.intro h2 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  section.section.insights header.intro h2 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  section.section.insights header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  section.section.insights header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
section.section.insights header.intro h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  section.section.insights header.intro h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights header.intro h2 {
    margin: 1em 0 0.5em;
  }
}
section.section.insights header.intro h2:first-child {
  margin-top: 0;
}
section.section.insights header.intro h2:last-child {
  margin-bottom: 0;
}
section.section.insights header.intro h2 {
  margin: 0 0 0.5em;
}
section.section.insights section.insights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 110px;
}
@media only screen and (max-width : 1599px) {
  section.section.insights section.insights-grid {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.insights section.insights-grid {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights section.insights-grid {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights section.insights-grid {
    grid-row-gap: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.section.insights section.insights-grid article > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.section.insights section.insights-grid article > a figure {
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
section.section.insights section.insights-grid article > a figure.noimage {
  background-color: #f4f4f4;
  border: 1px solid #D3EAF7;
  border-bottom-width: 0;
}
section.section.insights section.insights-grid article > a figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section.insights section.insights-grid article > a header {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  border: 1px solid #D3EAF7;
  border-top-width: 0;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(238, 248, 253) 0%, rgb(255, 255, 255) 100%);
}
section.section.insights section.insights-grid article > a h3 {
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  section.section.insights section.insights-grid article > a h3 {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  section.section.insights section.insights-grid article > a h3 {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  section.section.insights section.insights-grid article > a h3 {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  section.section.insights section.insights-grid article > a h3 {
    font-size: 31px;
    line-height: 1.32;
  }
}
section.section.insights section.insights-grid article > a h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  section.section.insights section.insights-grid article > a h3 {
    margin: 1.5em 0 0.75em;
  }
}
section.section.insights section.insights-grid article > a h3:first-child {
  margin-top: 0;
}
section.section.insights section.insights-grid article > a h3:last-child {
  margin-bottom: 0;
}
section.section.insights section.insights-grid article > a h3 {
  margin: 15px 0 15px !important;
}
section.section.insights section.insights-grid article > a .post-date {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  section.section.insights section.insights-grid article > a .post-date {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights section.insights-grid article > a .post-date {
    font-size: 16px;
  }
}
section.section.insights section.insights-grid article > a .post-date {
  grid-column-gap: 10px;
  margin: 0 0 35px;
  color: #44AAE3;
}
section.section.insights section.insights-grid article > a .post-date i {
  color: #44AAE3;
}
section.section.insights section.insights-grid article > a header {
  padding: var(--panelPadding);
}
@media only screen and (min-width : 700px) {
  section.section.insights section.insights-grid article > a header {
    padding-top: 60px;
  }
}
section.section.insights footer.insights-footer {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
@media only screen and (max-width : 1599px) {
  section.section.insights footer.insights-footer {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.insights footer.insights-footer {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.insights footer.insights-footer {
    padding-top: 40px;
  }
}

section.section.why-aiva {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva {
    padding-top: 70px;
  }
}
section.section.why-aiva .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.section.why-aiva .container > section,
section.section.why-aiva .container > article,
section.section.why-aiva .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva .container > section,
  section.section.why-aiva .container > article,
  section.section.why-aiva .container > header {
    grid-column: span 12;
  }
}
section.section.why-aiva .intro-block {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva .intro-block {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .intro-block {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .intro-block {
    padding-bottom: 70px;
  }
}
section.section.why-aiva h2 em,
section.section.why-aiva h3 em,
section.section.why-aiva h4 em {
  color: #44AAE3;
}
section.section.why-aiva .section-heading {
  text-align: center;
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva .section-heading {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .section-heading {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .section-heading {
    margin-bottom: 50px;
  }
}
section.section.why-aiva .usps {
  grid-column-gap: 55px;
  align-items: stretch;
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .usps {
    grid-column-gap: 30px;
  }
}
section.section.why-aiva .usps .feature-item {
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  width: 33%;
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .usps .feature-item {
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .usps .feature-item figure.icon {
    margin: 0 auto;
  }
}
section.section.why-aiva .usps .feature-item figure.icon i {
  font-size: 52px;
  display: block;
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .usps .feature-item figure.icon i {
    font-size: 36px;
  }
}
section.section.why-aiva .usps .feature-item h3 {
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  section.section.why-aiva .usps .feature-item h3 {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  section.section.why-aiva .usps .feature-item h3 {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  section.section.why-aiva .usps .feature-item h3 {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  section.section.why-aiva .usps .feature-item h3 {
    font-size: 36px;
    line-height: 1.27;
  }
}
section.section.why-aiva .usps .feature-item h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .usps .feature-item h3 {
    margin: 1.5em 0 0.75em;
  }
}
section.section.why-aiva .usps .feature-item h3:first-child {
  margin-top: 0;
}
section.section.why-aiva .usps .feature-item h3:last-child {
  margin-bottom: 0;
}
section.section.why-aiva .usps .feature-item h3 {
  margin: 1.6em 0 0.5em;
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .usps .feature-item h3 {
    margin: 0.4em 0;
  }
}
section.section.why-aiva .usps > span {
  height: auto;
  align-self: stretch;
}
section.section.why-aiva .results-heading {
  margin-top: 140px;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva .results-heading {
    margin-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .results-heading {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .results-heading {
    margin-top: 60px;
  }
}
section.section.why-aiva .results-heading {
  padding-top: 70px;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva .results-heading {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .results-heading {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .results-heading {
    padding-top: 40px;
  }
}
section.section.why-aiva .results-heading {
  margin-bottom: 70px;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva .results-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .results-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .results-heading {
    margin-bottom: 40px;
  }
}
section.section.why-aiva .results-heading h3 {
  text-align: center;
  font-size: 23px;
  line-height: 1.27;
}
@media screen and (min-width: 700px) {
  section.section.why-aiva .results-heading h3 {
    font-size: 28px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1200px) {
  section.section.why-aiva .results-heading h3 {
    font-size: 31px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1600px) {
  section.section.why-aiva .results-heading h3 {
    font-size: 36px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 1920px) {
  section.section.why-aiva .results-heading h3 {
    font-size: 36px;
    line-height: 1.27;
  }
}
section.section.why-aiva .results-heading h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .results-heading h3 {
    margin: 1.5em 0 0.75em;
  }
}
section.section.why-aiva .results-heading h3:first-child {
  margin-top: 0;
}
section.section.why-aiva .results-heading h3:last-child {
  margin-bottom: 0;
}
section.section.why-aiva .results-heading h3 {
  margin: 0;
}
section.section.why-aiva .stats-row ul {
  margin: 0 0 16px;
  white-space: nowrap;
  display: flex;
  grid-column-gap: 16px;
}
section.section.why-aiva .stats-row ul.stats-row-1 {
  margin-top: 140px;
}
@media only screen and (max-width : 1599px) {
  section.section.why-aiva .stats-row ul.stats-row-1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .stats-row ul.stats-row-1 {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .stats-row ul.stats-row-1 {
    margin-top: 60px;
  }
}
section.section.why-aiva .stats-row ul li {
  border-radius: var(--borderRadius);
  flex: 0 0 100%;
  background: linear-gradient(90deg, #112b3a 0%, #21536f 50%);
}
section.section.why-aiva .stats-row ul li article {
  display: flex;
  padding: 40px 50px;
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .stats-row ul li article {
    padding: 30px;
  }
}
section.section.why-aiva .stats-row ul li article p {
  font-size: 20px;
  line-height: 1.46;
}
@media screen and (min-width: 700px) {
  section.section.why-aiva .stats-row ul li article p {
    font-size: 21px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1200px) {
  section.section.why-aiva .stats-row ul li article p {
    font-size: 23px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1600px) {
  section.section.why-aiva .stats-row ul li article p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1920px) {
  section.section.why-aiva .stats-row ul li article p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media only screen and (min-width : 1025px) {
  section.section.why-aiva .stats-row ul li figure {
    flex: 0 0 145px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .stats-row ul li figure > img {
    width: 70%;
  }
}
section.section.why-aiva .stats-row ul li p {
  white-space: normal;
}
section.section.why-aiva .stats-row ul li p em {
  color: #ffffff;
}
@media only screen and (max-width : 820px) {
  section.section.why-aiva .stats-row ul li {
    flex: 0 0 300px;
  }
  section.section.why-aiva .stats-row ul li article {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .stats-row ul li {
    flex: 0 0 200px;
  }
}
section.section.why-aiva .stats-row ul {
  margin: 0 !important;
}
section.section.why-aiva .stats-row ul li {
  max-width: 500px;
}
@media only screen and (max-width : 1199px) {
  section.section.why-aiva .stats-row ul li {
    max-width: 33vw;
  }
}
@media only screen and (max-width : 699px) {
  section.section.why-aiva .stats-row ul li {
    max-width: 200px;
  }
}

section.section.product-suite .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.section.product-suite .container > section,
section.section.product-suite .container > article,
section.section.product-suite .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  section.section.product-suite .container > section,
  section.section.product-suite .container > article,
  section.section.product-suite .container > header {
    grid-column: span 12;
  }
}
section.section.product-suite .container > section header.intro {
  text-align: center;
}
section.section.product-suite .container > section header.intro .preheading {
  margin: 0 auto;
}
section.section.product-suite .container > section header.intro h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
section.section.product-suite .container > section header.intro h2:last-child {
  margin-bottom: 0;
}
.bglight section.section.product-suite .container > section header.intro h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section header.intro h2 em {
    display: inline;
  }
}
section.section.product-suite .container > section header.intro .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
section.section.product-suite .container > section header.intro {
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  section.section.product-suite .container > section header.intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.product-suite .container > section header.intro {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section header.intro {
    margin-bottom: 50px;
  }
}
section.section.product-suite .container > section header.intro:last-child {
  margin: 0;
}
section.section.product-suite .container > section header.intro h2 {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  section.section.product-suite .container > section header.intro h2 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  section.section.product-suite .container > section header.intro h2 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  section.section.product-suite .container > section header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  section.section.product-suite .container > section header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
section.section.product-suite .container > section header.intro h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  section.section.product-suite .container > section header.intro h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section header.intro h2 {
    margin: 1em 0 0.5em;
  }
}
section.section.product-suite .container > section header.intro h2:first-child {
  margin-top: 0;
}
section.section.product-suite .container > section header.intro h2:last-child {
  margin-bottom: 0;
}
section.section.product-suite .container > section header.intro h2 {
  margin: 0 auto 0.4em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
section.section.product-suite .container > section header.intro h2 em {
  display: inline;
  color: #44AAE3;
}
section.section.product-suite .container > section header.intro .intropara {
  max-width: 900px;
  color: #000000;
}
section.section.product-suite .container > section header.intro .intropara em {
  color: #44AAE3;
}
section.section.product-suite .container > section article.product-suite-article {
  position: relative;
  width: 100%;
  padding-top: 24.5%;
  display: flex;
  margin-bottom: 70px;
}
@media only screen and (max-width : 1599px) {
  section.section.product-suite .container > section article.product-suite-article {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.product-suite .container > section article.product-suite-article {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article {
    padding-top: 0;
    flex-direction: column;
  }
}
section.section.product-suite .container > section article.product-suite-article > figure,
section.section.product-suite .container > section article.product-suite-article > article {
  width: 70%;
}
@media only screen and (max-width : 1399px) {
  section.section.product-suite .container > section article.product-suite-article > figure,
  section.section.product-suite .container > section article.product-suite-article > article {
    width: 85%;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > figure,
  section.section.product-suite .container > section article.product-suite-article > article {
    width: 100%;
  }
}
section.section.product-suite .container > section article.product-suite-article > figure {
  height: 0;
  position: absolute;
  top: 0;
  padding-bottom: 49%;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > figure {
    padding-bottom: 66%;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
section.section.product-suite .container > section article.product-suite-article > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
section.section.product-suite .container > section article.product-suite-article > article {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  padding: 70px;
  border-radius: var(--borderRadius);
  border: 1px solid #D3EAF7;
  background: linear-gradient(0deg, rgb(238, 248, 253) 0%, rgb(255, 255, 255) 100%);
  grid-row-gap: 60px;
}
@media only screen and (max-width : 1399px) {
  section.section.product-suite .container > section article.product-suite-article > article {
    padding: 50px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article {
    padding: 24px;
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    grid-row-gap: 20px;
  }
}
section.section.product-suite .container > section article.product-suite-article > article header h2 {
  display: flex;
  align-items: center;
  grid-column-gap: 27px;
  font-size: 25px;
  line-height: 1.26;
}
@media screen and (min-width: 700px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    font-size: 36px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1200px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    font-size: 46px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1600px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    font-size: 61px;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1920px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    font-size: 61px;
    line-height: 1.26;
  }
}
section.section.product-suite .container > section article.product-suite-article > article header h2 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    margin: 1.5em 0 0.75em;
  }
}
section.section.product-suite .container > section article.product-suite-article > article header h2:first-child {
  margin-top: 0;
}
section.section.product-suite .container > section article.product-suite-article > article header h2:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width : 1600px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width : 1399px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    grid-column-gap: 17px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article header h2 {
    grid-column-gap: 10px;
    font-size: 22px;
  }
}
section.section.product-suite .container > section article.product-suite-article > article header h2 i {
  font-size: 0.8em;
  background: linear-gradient(0deg, #44aae3 0%, rgba(68, 170, 227, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.section.product-suite .container > section article.product-suite-article > article footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 30px;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article footer {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
section.section.product-suite .container > section article.product-suite-article > article footer .text {
  display: flex;
  flex-direction: column;
}
section.section.product-suite .container > section article.product-suite-article > article footer .text p {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article footer .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.52;
  }
}
@media only screen and (max-width : 699px) and (max-width : 1399px) {
  section.section.product-suite .container > section article.product-suite-article > article footer .text p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article footer .text p {
    font-size: 16px;
  }
}
section.section.product-suite .container > section article.product-suite-article > article footer .text .more {
  margin-top: auto;
}
section.section.product-suite .container > section article.product-suite-article > article footer ul {
  color: #000000;
}
section.section.product-suite .container > section article.product-suite-article > article footer ul li {
  padding: 18px 0 18px 33px;
  position: relative;
}
@media only screen and (max-width : 1399px) {
  section.section.product-suite .container > section article.product-suite-article > article footer ul li {
    padding: 13px 0 13px 33px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article footer ul li {
    padding: 8px 0 8px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.52;
  }
}
@media only screen and (max-width : 699px) and (max-width : 1399px) {
  section.section.product-suite .container > section article.product-suite-article > article footer ul li {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article footer ul li {
    font-size: 16px;
  }
}
section.section.product-suite .container > section article.product-suite-article > article footer ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #44AAE3;
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  top: 1.6em;
  font-size: 0.8em;
  font-weight: 600;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article footer ul li:before {
    top: 1em;
    transform: translateX(-1px);
  }
}
section.section.product-suite .container > section article.product-suite-article > article footer ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(68, 170, 227, 0) 0%, #44aae3 100%);
}
section.section.product-suite .container > section article.product-suite-article > article footer ul li:first-child {
  margin-top: -18px;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section article.product-suite-article > article footer ul li:first-child {
    margin-top: 0;
  }
}
section.section.product-suite .container > section article.product-suite-article > article footer ul li:last-child {
  padding-bottom: 0;
}
section.section.product-suite .container > section article.product-suite-article > article footer ul li:last-child:after {
  display: none;
}
section.section.product-suite .container > section > footer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}
@media only screen and (max-width : 1599px) {
  section.section.product-suite .container > section > footer {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.product-suite .container > section > footer {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section > footer {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 1399px) {
  section.section.product-suite .container > section > footer {
    width: 100%;
  }
}
@media only screen and (max-width : 820px) {
  section.section.product-suite .container > section > footer {
    flex-direction: column;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section > footer {
    grid-row-gap: 20px;
    padding-top: 20px;
  }
}
section.section.product-suite .container > section > footer .btn.video:before {
  content: "\f04b";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-weight: 600;
}
section.section.product-suite .container > section > footer .btn.video:after {
  display: none;
}
section.section.product-suite .container > section > footer .buttons {
  display: flex;
  grid-column-gap: 30px;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width : 699px) {
  section.section.product-suite .container > section > footer .buttons {
    flex-direction: column;
    grid-row-gap: 12px;
    margin-right: auto;
  }
}

section.section.aiva-difference .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.section.aiva-difference .container > section,
section.section.aiva-difference .container > article,
section.section.aiva-difference .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  section.section.aiva-difference .container > section,
  section.section.aiva-difference .container > article,
  section.section.aiva-difference .container > header {
    grid-column: span 12;
  }
}
section.section.aiva-difference .container > section header.intro {
  text-align: center;
}
section.section.aiva-difference .container > section header.intro .preheading {
  margin: 0 auto;
}
section.section.aiva-difference .container > section header.intro h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
section.section.aiva-difference .container > section header.intro h2:last-child {
  margin-bottom: 0;
}
.bglight section.section.aiva-difference .container > section header.intro h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  section.section.aiva-difference .container > section header.intro h2 em {
    display: inline;
  }
}
section.section.aiva-difference .container > section header.intro .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
section.section.aiva-difference .container > section header.intro {
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  section.section.aiva-difference .container > section header.intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.aiva-difference .container > section header.intro {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.aiva-difference .container > section header.intro {
    margin-bottom: 50px;
  }
}
section.section.aiva-difference .container > section header.intro:last-child {
  margin: 0;
}
section.section.aiva-difference .container > section header.intro h2 {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  section.section.aiva-difference .container > section header.intro h2 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  section.section.aiva-difference .container > section header.intro h2 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  section.section.aiva-difference .container > section header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  section.section.aiva-difference .container > section header.intro h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
section.section.aiva-difference .container > section header.intro h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  section.section.aiva-difference .container > section header.intro h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  section.section.aiva-difference .container > section header.intro h2 {
    margin: 1em 0 0.5em;
  }
}
section.section.aiva-difference .container > section header.intro h2:first-child {
  margin-top: 0;
}
section.section.aiva-difference .container > section header.intro h2:last-child {
  margin-bottom: 0;
}
section.section.aiva-difference .container > section header.intro h2 {
  margin: 0 auto 0.4em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
section.section.aiva-difference .container > section header.intro h2 em {
  display: inline;
  color: #44AAE3;
}
section.section.aiva-difference .container > section header.intro .intropara {
  max-width: 900px;
  color: #000000;
}
section.section.aiva-difference .container > section header.intro .intropara em {
  color: #44AAE3;
}
section.section.aiva-difference .container > section header.intro h2 {
  color: #ffffff;
}
section.section.aiva-difference .container > section header.intro .intropara {
  color: #ffffff;
}
@media only screen and (min-width : 700px) and (max-width : 820px) {
  section.section.aiva-difference .container > section .two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section.section.aiva-difference .container > section .two-columns > article h3 {
  font-size: 20px;
  line-height: 1.46;
}
@media screen and (min-width: 700px) {
  section.section.aiva-difference .container > section .two-columns > article h3 {
    font-size: 21px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1200px) {
  section.section.aiva-difference .container > section .two-columns > article h3 {
    font-size: 23px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1600px) {
  section.section.aiva-difference .container > section .two-columns > article h3 {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1920px) {
  section.section.aiva-difference .container > section .two-columns > article h3 {
    font-size: 26px;
    line-height: 1.46;
  }
}
section.section.aiva-difference .container > section .two-columns > article h3 {
  margin: 0;
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li {
  position: relative;
  display: flex;
  grid-column-gap: 20px;
  padding: 30px 0;
}
@media only screen and (max-width : 820px) {
  section.section.aiva-difference .container > section .two-columns > article ul.difference-list li {
    grid-column-gap: 15px;
  }
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(68, 170, 227, 0) 0%, #44aae3 100%);
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li:first-child {
  padding-top: 0;
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li:last-child {
  padding-bottom: 0;
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li:last-child:after {
  display: none;
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li .icon {
  flex: 0 0 33px;
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li .icon i {
  font-size: 32px;
  background: linear-gradient(0deg, #44AAE3 0%, #CF7E33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width : 820px) {
  section.section.aiva-difference .container > section .two-columns > article ul.difference-list li .icon {
    flex: 0 0 26px;
    transform: translateY(3px);
  }
  section.section.aiva-difference .container > section .two-columns > article ul.difference-list li .icon i {
    font-size: 24px;
  }
}
section.section.aiva-difference .container > section .two-columns > article ul.difference-list li .text {
  display: grid;
  grid-row-gap: 15px;
}
section.section.aiva-difference .container > section .two-columns > figure {
  overflow: hidden;
  border-radius: var(--borderRadius);
}

section.section.roi-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.section.roi-section .container > section,
section.section.roi-section .container > article,
section.section.roi-section .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  section.section.roi-section .container > section,
  section.section.roi-section .container > article,
  section.section.roi-section .container > header {
    grid-column: span 12;
  }
}
section.section.roi-section .container > article > header {
  text-align: center;
}
section.section.roi-section .container > article > header .preheading {
  margin: 0 auto;
}
section.section.roi-section .container > article > header h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
section.section.roi-section .container > article > header h2:last-child {
  margin-bottom: 0;
}
.bglight section.section.roi-section .container > article > header h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  section.section.roi-section .container > article > header h2 em {
    display: inline;
  }
}
section.section.roi-section .container > article > header .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
section.section.roi-section .container > article > header h2 {
  max-width: 950px;
}
.page-template-products section.section.roi-section .container > article > header {
  text-align: center;
}
.page-template-products section.section.roi-section .container > article > header .preheading {
  margin: 0 auto;
}
.page-template-products section.section.roi-section .container > article > header h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
.page-template-products section.section.roi-section .container > article > header h2:last-child {
  margin-bottom: 0;
}
.bglight .page-template-products section.section.roi-section .container > article > header h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  .page-template-products section.section.roi-section .container > article > header h2 em {
    display: inline;
  }
}
.page-template-products section.section.roi-section .container > article > header .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
.page-template-products section.section.roi-section .container > article > header {
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  .page-template-products section.section.roi-section .container > article > header {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .page-template-products section.section.roi-section .container > article > header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .page-template-products section.section.roi-section .container > article > header {
    margin-bottom: 50px;
  }
}
.page-template-products section.section.roi-section .container > article > header:last-child {
  margin: 0;
}
.page-template-products section.section.roi-section .container > article > header h2 {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  .page-template-products section.section.roi-section .container > article > header h2 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-products section.section.roi-section .container > article > header h2 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-products section.section.roi-section .container > article > header h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-products section.section.roi-section .container > article > header h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
.page-template-products section.section.roi-section .container > article > header h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  .page-template-products section.section.roi-section .container > article > header h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  .page-template-products section.section.roi-section .container > article > header h2 {
    margin: 1em 0 0.5em;
  }
}
.page-template-products section.section.roi-section .container > article > header h2:first-child {
  margin-top: 0;
}
.page-template-products section.section.roi-section .container > article > header h2:last-child {
  margin-bottom: 0;
}
.page-template-products section.section.roi-section .container > article > header h2 {
  margin: 0 auto 0.4em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-products section.section.roi-section .container > article > header h2 em {
  display: inline;
  color: #44AAE3;
}
.page-template-products section.section.roi-section .container > article > header .intropara {
  max-width: 900px;
  color: #000000;
}
.page-template-products section.section.roi-section .container > article > header .intropara em {
  color: #44AAE3;
}
section.section.roi-section .container > article > p {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  section.section.roi-section .container > article > p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.roi-section .container > article > p {
    font-size: 16px;
  }
}
section.section.roi-section .container > article > p {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 70px;
}
@media only screen and (max-width : 1599px) {
  section.section.roi-section .container > article > p {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.roi-section .container > article > p {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.roi-section .container > article > p {
    margin-top: 40px;
  }
}
section.section.roi-section table tr {
  grid-template-columns: 32% 14% 19% 18% 18%;
}
@media only screen and (max-width : 820px) {
  section.section.roi-section table tr {
    grid-template-columns: 27% 16% 19% 19% 19%;
  }
}
section.section.roi-section table.columns-4 tr {
  grid-template-columns: 40% 20% 20% 20%;
}
@media only screen and (max-width : 820px) {
  section.section.roi-section table.columns-4 tr {
    grid-template-columns: 40% 20% 20% 20%;
  }
}
section.section.roi-section table.columns-3 tr {
  grid-template-columns: 50% 25% 25%;
}
@media only screen and (max-width : 820px) {
  section.section.roi-section table.columns-3 tr {
    grid-template-columns: 50% 25% 25%;
  }
}
section.section.roi-section .roi-summary {
  width: 60%;
  margin: 0 auto;
  padding-top: 110px;
}
@media only screen and (max-width : 1599px) {
  section.section.roi-section .roi-summary {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.roi-section .roi-summary {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 699px) {
  section.section.roi-section .roi-summary {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  section.section.roi-section .roi-summary {
    width: 100%;
  }
}
section.section.roi-section .roi-summary h4 {
  text-align: center;
  margin-bottom: 0;
}
section.section.roi-section .roi-summary .table-block {
  margin-top: 30px;
}
section.section.roi-section .roi-summary table tr {
  grid-template-columns: 40% 30% 30%;
}
.page-template-products section.section.roi-section .roi-summary table tr {
  grid-template-columns: 50% 50%;
}
.page-template-products section.section.roi-section .roi-summary {
  padding-top: 0;
  width: 100%;
  grid-column-gap: 30px;
}
.page-template-products section.section.roi-section .roi-summary h4 {
  text-align: left;
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .page-template-products section.section.roi-section .roi-summary h4 {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-products section.section.roi-section .roi-summary h4 {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-products section.section.roi-section .roi-summary h4 {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-products section.section.roi-section .roi-summary h4 {
    font-size: 23px;
    line-height: 1.39;
  }
}
.page-template-products section.section.roi-section .roi-summary h4 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .page-template-products section.section.roi-section .roi-summary h4 {
    margin: 1.5em 0 0.75em;
  }
}
.page-template-products section.section.roi-section .roi-summary h4:first-child {
  margin-top: 0;
}
.page-template-products section.section.roi-section .roi-summary h4:last-child {
  margin-bottom: 0;
}

.linebyline > div,
.heading-animate > div,
div.line {
  transition: color 0.5s ease-in-out;
  color: #707070;
}
.bglight .linebyline > div,
.bglight .heading-animate > div,
.bglight div.line {
  color: #D1D1D1;
}
.linebyline > div.active,
.heading-animate > div.active,
div.line.active {
  color: #ffffff;
}
.bglight .linebyline > div.active,
.bglight .heading-animate > div.active,
.bglight div.line.active {
  color: #44AAE3;
}

.bglight .heading-animate > div,
.bglight div.line {
  color: #D1D1D1;
}
.bglight .heading-animate > div.active,
.bglight div.line.active {
  color: #000000;
}

ul.grid-animate li,
.newsletter.grid-animate {
  opacity: 0;
  transform: translateY(50px);
}

article.feature-image {
  position: relative;
  padding-top: 140px;
}
@media only screen and (max-width : 1599px) {
  article.feature-image {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  article.feature-image {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  article.feature-image {
    padding-top: 60px;
  }
}
article.feature-image figure {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
article.feature-image:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 100vw;
  height: 0;
  padding-bottom: 17vw;
  background-image: url("../images/temp-wave-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
}
.logged-in article.feature-image:after {
  display: none;
}
article.feature-image.animate figure div {
  opacity: 0;
  transform: translateY(50px);
  height: 0;
}
article.feature-image.animate figure div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
}
article.feature-image.animate figure .background {
  position: relative;
  z-index: 1;
}
article.feature-image.animate figure .foreground-1 {
  position: absolute;
  z-index: 2;
}
article.feature-image.animate figure .foreground-2 {
  position: absolute;
  z-index: 3;
}

.intro-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.intro-section .container > section,
.intro-section .container > article,
.intro-section .container > header {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  .intro-section .container > section,
  .intro-section .container > article,
  .intro-section .container > header {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  .intro-section .container > section,
  .intro-section .container > article,
  .intro-section .container > header {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  .intro-section .container > section,
  .intro-section .container > article,
  .intro-section .container > header {
    grid-column: span 12;
  }
}
.intro-section {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .intro-section {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .intro-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .intro-section {
    padding-top: 70px;
  }
}
.intro-section {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  .intro-section {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .intro-section {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .intro-section {
    padding-bottom: 70px;
  }
}

article.intro p.introparabig {
  margin: 0;
  color: #707070;
}
.bglight article.intro p.introparabig {
  color: #D1D1D1;
}
article.intro a.btn {
  margin-top: 3.5em;
}
@media only screen and (max-width : 820px) {
  article.intro a.btn {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width : 699px) {
  article.intro a.btn {
    margin-top: 1.6em;
  }
}

.banner-one .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.banner-one .container > section,
.banner-one .container > article,
.banner-one .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  .banner-one .container > section,
  .banner-one .container > article,
  .banner-one .container > header {
    grid-column: span 12;
  }
}
.banner-one > figure {
  padding-bottom: 39%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width : 1599px) {
  .banner-one > figure {
    padding-bottom: 42%;
  }
}
@media only screen and (max-width : 1024px) {
  .banner-one > figure {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width : 699px) {
  .banner-one > figure {
    padding-bottom: 75%;
  }
}
.banner-one > figure picture,
.banner-one > figure img {
  width: 100%;
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}
.banner-one .container article {
  position: relative;
}
.banner-one .container article > figure {
  display: block;
  width: 70%;
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media only screen and (max-width : 1599px) {
  .banner-one .container article > figure {
    width: 58.3333%;
  }
}
@media only screen and (max-width : 820px) {
  .banner-one .container article > figure {
    width: 75%;
  }
}
@media only screen and (max-width : 699px) {
  .banner-one .container article > figure {
    width: 100%;
  }
}
.banner-one .container article > figure > img,
.banner-one .container article > figure > svg {
  margin-top: 40px;
  opacity: 0;
  transform-origin: 0;
}
@media only screen and (max-width : 1199px) {
  .banner-one .container article > figure > img,
  .banner-one .container article > figure > svg {
    margin-top: 30px;
  }
}
@media only screen and (max-width : 820px) {
  .banner-one .container article > figure > img,
  .banner-one .container article > figure > svg {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .banner-one .container article > figure > img,
  .banner-one .container article > figure > svg {
    margin-top: 10px;
  }
}
.banner-one .container article > figure > img#message-1,
.banner-one .container article > figure > svg#message-1 {
  margin-top: 0;
}
.banner-one .container article > figure > img#message-2,
.banner-one .container article > figure > svg#message-2 {
  transform-origin: right;
}
.banner-one .container article > figure > img#message-4,
.banner-one .container article > figure > svg#message-4 {
  margin-bottom: -210px;
}
@media only screen and (max-width : 1024px) {
  .banner-one .container article > figure > img#message-4,
  .banner-one .container article > figure > svg#message-4 {
    margin-bottom: -150px;
  }
}
@media only screen and (max-width : 820px) {
  .banner-one .container article > figure > img#message-4,
  .banner-one .container article > figure > svg#message-4 {
    margin-bottom: -110px;
  }
}
@media only screen and (max-width : 699px) {
  .banner-one .container article > figure > img#message-4,
  .banner-one .container article > figure > svg#message-4 {
    margin-bottom: -90px;
  }
}
.banner-one .container article > figure > img#message,
.banner-one .container article > figure > svg#message {
  display: none;
}
.banner-one .container article > img,
.banner-one .container article > svg {
  display: block;
  width: 100%;
}
.banner-one #circle-1 {
  animation: pulse1 0.9s infinite ease-in-out;
}
.banner-one #circle-2 {
  animation: pulse2 0.9s infinite ease-in-out;
}
.banner-one #circle-3 {
  animation: pulse3 0.9s infinite ease-in-out;
}
@keyframes pulse1 {
  0%, 100% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
}
@keyframes pulse2 {
  0%, 100% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
}
@keyframes pulse3 {
  0%, 100% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
}

.content-section-one .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.content-section-one .container > section,
.content-section-one .container > article,
.content-section-one .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > section,
  .content-section-one .container > article,
  .content-section-one .container > header {
    grid-column: span 12;
  }
}
.content-section-one {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one {
    padding-top: 70px;
  }
}
.content-section-one {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one {
    padding-bottom: 70px;
  }
}
.content-section-one .container > article.product-intro > header {
  text-align: center;
}
.content-section-one .container > article.product-intro > header .preheading {
  margin: 0 auto;
}
.content-section-one .container > article.product-intro > header h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
.content-section-one .container > article.product-intro > header h2:last-child {
  margin-bottom: 0;
}
.bglight .content-section-one .container > article.product-intro > header h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.product-intro > header h2 em {
    display: inline;
  }
}
.content-section-one .container > article.product-intro > header .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
.content-section-one .container > article.product-intro .two-columns,
.content-section-one .container > article.product-intro .cta-section {
  padding-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > article.product-intro .two-columns,
  .content-section-one .container > article.product-intro .cta-section {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.product-intro .two-columns,
  .content-section-one .container > article.product-intro .cta-section {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.product-intro .two-columns,
  .content-section-one .container > article.product-intro .cta-section {
    padding-top: 60px;
  }
}
.content-section-one .container > article.the-challenge {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > article.the-challenge {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.the-challenge {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.the-challenge {
    padding-top: 70px;
  }
}
.content-section-one .container > article.quote-section {
  position: relative;
  margin-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > article.quote-section {
    margin-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.quote-section {
    margin-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section {
    margin-top: 70px;
  }
}
.content-section-one .container > article.quote-section:before, .content-section-one .container > article.quote-section:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
}
.content-section-one .container > article.quote-section:before {
  left: 0;
  width: 59px;
  height: 59px;
  background-image: url("../images/icon-quotes.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section:before {
    width: 42px;
    height: 42px;
  }
}
.content-section-one .container > article.quote-section:after {
  right: 0;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, rgba(68, 170, 227, 0) 0%, rgb(68, 170, 227) 100%);
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section:after {
    width: calc(100% - 42px);
  }
}
.content-section-one .container > article.quote-section blockquote {
  margin: 0 auto;
  width: 80%;
  padding-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > article.quote-section blockquote {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.quote-section blockquote {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section blockquote {
    padding-top: 60px;
  }
}
.content-section-one .container > article.quote-section blockquote {
  padding-bottom: 140px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > article.quote-section blockquote {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.quote-section blockquote {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section blockquote {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > article.quote-section blockquote {
    width: 83.3333%;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.quote-section blockquote {
    width: 100%;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section blockquote {
    text-align: center;
  }
}
.content-section-one .container > article.quote-section blockquote p {
  font-family: "GutonRegular", sans-serif;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  .content-section-one .container > article.quote-section blockquote p {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  .content-section-one .container > article.quote-section blockquote p {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  .content-section-one .container > article.quote-section blockquote p {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  .content-section-one .container > article.quote-section blockquote p {
    font-size: 31px;
    line-height: 1.32;
  }
}
.content-section-one .container > article.quote-section blockquote p {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section blockquote p {
    margin: 1.5em 0 0.75em;
  }
}
.content-section-one .container > article.quote-section blockquote p:first-child {
  margin-top: 0;
}
.content-section-one .container > article.quote-section blockquote p:last-child {
  margin-bottom: 0;
}
.content-section-one .container > article.quote-section blockquote p:first-child {
  margin-top: 0 !important;
}
.content-section-one .container > article.quote-section blockquote p:last-child {
  margin-bottom: 0 !important;
}
.content-section-one .container > article.quote-section blockquote p em {
  color: #44AAE3;
}
.content-section-one .container > article.quote-section .quote-section-cta {
  text-align: center;
  display: grid;
  grid-row-gap: 40px;
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section .quote-section-cta {
    grid-row-gap: 20px;
  }
}
.content-section-one .container > article.quote-section .quote-section-cta p {
  font-family: "GutonRegular", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .content-section-one .container > article.quote-section .quote-section-cta p {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .content-section-one .container > article.quote-section .quote-section-cta p {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .content-section-one .container > article.quote-section .quote-section-cta p {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .content-section-one .container > article.quote-section .quote-section-cta p {
    font-size: 23px;
    line-height: 1.39;
  }
}
.content-section-one .container > article.quote-section .quote-section-cta p {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.quote-section .quote-section-cta p {
    margin: 1.5em 0 0.75em;
  }
}
.content-section-one .container > article.quote-section .quote-section-cta p:first-child {
  margin-top: 0;
}
.content-section-one .container > article.quote-section .quote-section-cta p:last-child {
  margin-bottom: 0;
}
.content-section-one .container > article.quote-section .quote-section-cta p {
  margin: 0 !important;
}
.content-section-one .container > article.quote-section .quote-section-cta .btn {
  margin: 0 auto;
}
.content-section-one .container > article.the-solution {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .content-section-one .container > article.the-solution {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.the-solution {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.the-solution {
    padding-top: 70px;
  }
}
.content-section-one .container > article.the-solution article.feature-image {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media only screen and (max-width : 1399px) {
  .content-section-one .container > article.the-solution article.feature-image {
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-one .container > article.the-solution article.feature-image {
    max-width: 64%;
    width: 64%;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-one .container > article.the-solution article.feature-image {
    max-width: 70%;
    width: 70%;
  }
}
.content-section-one .container > article.the-solution article.feature-image:after {
  display: none;
}
.content-section-one .container > article.the-solution article.feature-image figure {
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 96.9%;
  position: relative;
}
.content-section-one .container > article.the-solution article.feature-image figure .background,
.content-section-one .container > article.the-solution article.feature-image figure .foreground-1,
.content-section-one .container > article.the-solution article.feature-image figure .foreground-2 {
  width: 100%;
  padding-bottom: 96.86%;
  right: auto;
  bottom: auto;
  top: 0;
  left: 0;
}

.content-section-two .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.content-section-two .container > section,
.content-section-two .container > article,
.content-section-two .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  .content-section-two .container > section,
  .content-section-two .container > article,
  .content-section-two .container > header {
    grid-column: span 12;
  }
}
.content-section-two {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .content-section-two {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-two {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two {
    padding-top: 70px;
  }
}
.content-section-two {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  .content-section-two {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-two {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two {
    padding-bottom: 70px;
  }
}
.content-section-two .container > article > header {
  text-align: center;
}
.content-section-two .container > article > header .preheading {
  margin: 0 auto;
}
.content-section-two .container > article > header h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
.content-section-two .container > article > header h2:last-child {
  margin-bottom: 0;
}
.bglight .content-section-two .container > article > header h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  .content-section-two .container > article > header h2 em {
    display: inline;
  }
}
.content-section-two .container > article > header .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
.content-section-two .container > article > header .intropara {
  color: #ffffff;
}
.content-section-two .container > article > article.feature-image {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media only screen and (max-width : 1399px) {
  .content-section-two .container > article > article.feature-image {
    max-width: 732px;
  }
}
.content-section-two .container > article > article.feature-image figure {
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  position: relative;
}
@media only screen and (max-width : 820px) {
  .content-section-two .container > article > article.feature-image figure {
    width: 90%;
    height: 0;
    padding-bottom: 61.3%;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two .container > article > article.feature-image figure {
    width: 80%;
    padding-bottom: 54.7%;
  }
}
.content-section-two .container > article > article.feature-image figure .background {
  width: 100%;
  padding-bottom: 68.11%;
}
.content-section-two .container > article > article.feature-image figure .foreground-1 {
  width: 21.2%;
  padding-bottom: 20.14%;
  right: 0;
  bottom: 7.3%;
}
.content-section-two .container > article > article.feature-image figure .foreground-2 {
  width: 30.6%;
  padding-bottom: 14.6%;
  left: 0;
  bottom: 26%;
}
.content-section-two .container > article .panel-grid {
  padding-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .content-section-two .container > article .panel-grid {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-two .container > article .panel-grid {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two .container > article .panel-grid {
    padding-top: 60px;
  }
}
@media only screen and (min-width : 700px) {
  .content-section-two .container > article .panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width : 821px) {
  .content-section-two .container > article .panel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two .container > article .panel-grid {
    padding-top: 40px;
  }
}
.content-section-two .container > article .panel-grid li {
  display: flex;
  flex-direction: column;
  grid-row-gap: 140px;
}
@media only screen and (max-width : 1599px) {
  .content-section-two .container > article .panel-grid li {
    grid-row-gap: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .content-section-two .container > article .panel-grid li {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two .container > article .panel-grid li {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two .container > article .panel-grid li {
    grid-row-gap: 20px;
  }
}
.content-section-two .container > article .panel-grid li p {
  font-size: 20px;
  line-height: 1.46;
}
@media screen and (min-width: 700px) {
  .content-section-two .container > article .panel-grid li p {
    font-size: 21px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1200px) {
  .content-section-two .container > article .panel-grid li p {
    font-size: 23px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1600px) {
  .content-section-two .container > article .panel-grid li p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1920px) {
  .content-section-two .container > article .panel-grid li p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media only screen and (max-width : 699px) {
  .content-section-two .container > article .panel-grid li p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.52;
  }
}
@media only screen and (max-width : 699px) and (max-width : 1399px) {
  .content-section-two .container > article .panel-grid li p {
    font-size: 18px;
  }
}
@media only screen and (max-width : 699px) and (max-width : 699px) {
  .content-section-two .container > article .panel-grid li p {
    font-size: 17px;
  }
}

.two-columns {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 20%;
}
@media only screen and (max-width : 1599px) {
  .two-columns {
    grid-column-gap: 10%;
  }
}
@media only screen and (max-width : 1199px) {
  .two-columns {
    grid-column-gap: 8.3333%;
    grid-template-columns: 50% 41.6666%;
  }
}
@media only screen and (max-width : 820px) {
  .two-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 110px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .two-columns {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .two-columns {
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .two-columns {
    grid-row-gap: 50px;
  }
}

.two-columns-with-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width : 820px) {
  .two-columns-with-image {
    flex-direction: column;
    grid-row-gap: 70px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .two-columns-with-image {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .two-columns-with-image {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .two-columns-with-image {
    grid-row-gap: 40px;
  }
}
.two-columns-with-image > figure {
  flex: 0 0 50%;
}
.two-columns-with-image > article {
  flex: 0 0 40%;
}
@media only screen and (max-width : 1599px) {
  .two-columns-with-image > article {
    flex: 0 0 41.6666%;
  }
}
@media only screen and (max-width : 1399px) {
  .two-columns-with-image > article.feature-image {
    flex: 0 0 50%;
  }
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin: 0;
}
@media only screen and (max-width : 699px) {
  .panel-grid {
    gap: 6px;
  }
}
.panel-grid li {
  margin: 0;
  padding: 50px 30px 40px 50px;
  border-radius: var(--borderRadius);
  background: linear-gradient(90deg, #112b3a 0%, #21536f 50%);
}
@media only screen and (max-width : 1399px) {
  .panel-grid li {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 699px) {
  .panel-grid li {
    padding: 20px 10px 20px 20px;
  }
}
.panel-grid li h3 {
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .panel-grid li h3 {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .panel-grid li h3 {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .panel-grid li h3 {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .panel-grid li h3 {
    font-size: 23px;
    line-height: 1.39;
  }
}
.panel-grid li h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .panel-grid li h3 {
    margin: 1.5em 0 0.75em;
  }
}
.panel-grid li h3:first-child {
  margin-top: 0;
}
.panel-grid li h3:last-child {
  margin-bottom: 0;
}
.panel-grid li h3 {
  margin: 1.6em 0 0.8em;
}
.panel-grid li p {
  color: #ffffff;
}

.icon-list li {
  padding: 30px 0;
  position: relative;
}
@media only screen and (max-width : 699px) {
  .icon-list li {
    padding: 20px 0;
  }
}
.icon-list li:first-child {
  padding-top: 0;
}
.icon-list li:last-child {
  padding-bottom: 0;
}
.icon-list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(68, 170, 227, 0) 0%, #44aae3 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.icon-list li:last-child:after {
  display: none;
}
.icon-list li article {
  padding-left: 54px;
  position: relative;
}
@media only screen and (max-width : 699px) {
  .icon-list li article {
    padding-left: 42px;
  }
}
.icon-list li article figure {
  position: absolute;
  left: 0;
  top: 0;
}
.icon-list h3 {
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .icon-list h3 {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .icon-list h3 {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .icon-list h3 {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .icon-list h3 {
    font-size: 23px;
    line-height: 1.39;
  }
}
.icon-list h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .icon-list h3 {
    margin: 1.5em 0 0.75em;
  }
}
.icon-list h3:first-child {
  margin-top: 0;
}
.icon-list h3:last-child {
  margin-bottom: 0;
}
.icon-list h3 {
  margin: 0 0 0.85em;
  margin-top: 0 !important;
}

figure.icon {
  height: fit-content;
  width: fit-content;
}
figure.icon i {
  font-size: 32px;
  background: linear-gradient(0deg, #44aae3 0%, #cf7e33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bglight figure.icon i {
  background: linear-gradient(0deg, #44aae3 0%, rgba(68, 170, 227, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width : 699px) {
  figure.icon i {
    font-size: 27px;
  }
}
figure.icon img,
figure.icon svg {
  height: inherit;
  object-fit: contain;
}

.grid-grow-section {
  position: relative;
}
.grid-grow-section > figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width : 699px) {
  .grid-grow-section > figure {
    position: relative;
  }
}
.grid-grow-section > figure img,
.grid-grow-section > figure picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-grow-section ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width : 820px) {
  .grid-grow-section ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
.grid-grow-section ul li {
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width : 820px) {
  .grid-grow-section ul li {
    height: 50vw;
  }
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li {
    height: 100%;
  }
}
.grid-grow-section ul li article {
  width: 0vw;
  height: 0vw;
  background: #44AAE3;
  display: flex;
  border-radius: var(--borderRadius);
}
.grid-grow-section ul li article > div {
  width: 100%;
  padding: 105px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
@media only screen and (max-width : 1599px) {
  .grid-grow-section ul li article > div {
    padding: 40px;
  }
}
@media only screen and (max-width : 1199px) {
  .grid-grow-section ul li article > div {
    padding: 30px;
  }
}
@media only screen and (max-width : 1024px) {
  .grid-grow-section ul li article > div {
    padding: 35px 20px 25px;
  }
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li article > div {
    justify-content: flex-start;
  }
}
.grid-grow-section ul li article.active {
  width: 25vw;
  height: 25vw;
  border-radius: 0;
  transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);
}
@media only screen and (max-width : 820px) {
  .grid-grow-section ul li article.active {
    width: 50vw;
    height: 50vw;
  }
}
.grid-grow-section ul li article.active > div {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 1.5s;
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li article {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .grid-grow-section ul li article > div {
    opacity: 1;
  }
}
.grid-grow-section ul li article figure.icon {
  margin: 0px 0 auto;
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li article figure.icon {
    margin: 10px 0 10px;
  }
}
.grid-grow-section ul li article figure.icon i {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li article figure.icon i {
    font-size: 24px;
  }
}
.grid-grow-section ul li article h4 {
  margin: 0 auto 30px;
  max-width: 350px;
  text-align: center;
}
@media only screen and (max-width : 1199px) {
  .grid-grow-section ul li article h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 1024px) {
  .grid-grow-section ul li article h4 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li article h4 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.grid-grow-section ul li article p {
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width : 1024px) {
  .grid-grow-section ul li article p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li article p {
    font-size: 15px;
  }
}
.grid-grow-section ul li:nth-child(1) article, .grid-grow-section ul li:nth-child(3) article, .grid-grow-section ul li:nth-child(6) article, .grid-grow-section ul li:nth-child(8) article {
  background: linear-gradient(0deg, #112b3a 0%, #21536f 50%);
}
@media only screen and (max-width : 820px) {
  .grid-grow-section ul li article > div {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .grid-grow-section ul li:nth-child(2) article, .grid-grow-section ul li:nth-child(3) article, .grid-grow-section ul li:nth-child(6) article, .grid-grow-section ul li:nth-child(7) article {
    background: #44AAE3;
  }
  .grid-grow-section ul li:nth-child(1) article, .grid-grow-section ul li:nth-child(4) article, .grid-grow-section ul li:nth-child(5) article, .grid-grow-section ul li:nth-child(8) article {
    background: linear-gradient(0deg, #112b3a 0%, #21536f 50%);
  }
}
@media only screen and (max-width : 699px) {
  .grid-grow-section ul li article > div {
    padding: 20px;
  }
}

.results-section {
  position: relative;
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .results-section {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .results-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .results-section {
    padding-top: 70px;
  }
}
.results-section {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  .results-section {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .results-section {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .results-section {
    padding-bottom: 70px;
  }
}
.results-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.results-section .container > section,
.results-section .container > article,
.results-section .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  .results-section .container > section,
  .results-section .container > article,
  .results-section .container > header {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 820px) {
  .results-section {
    padding-top: 0;
  }
}
.results-section > figure {
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
.results-section > figure > img,
.results-section > figure > picture {
  height: 100%;
  object-fit: cover;
}
.results-section > figure picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width : 820px) {
  .results-section > figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  .results-section > figure > img,
  .results-section > figure > picture {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}
.results-section .container > article {
  width: 40%;
}
@media only screen and (max-width : 820px) {
  .results-section .container > article {
    width: 100%;
    padding-top: 110px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .results-section .container > article {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .results-section .container > article {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .results-section .container > article {
    padding-top: 50px;
  }
}
.results-section .container > article .stats {
  margin: 0 0 16px;
  white-space: nowrap;
  display: flex;
  grid-column-gap: 16px;
}
.results-section .container > article .stats.stats-row-1 {
  margin-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .results-section .container > article .stats.stats-row-1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .results-section .container > article .stats.stats-row-1 {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .results-section .container > article .stats.stats-row-1 {
    margin-top: 60px;
  }
}
.results-section .container > article .stats li {
  border-radius: var(--borderRadius);
  flex: 0 0 100%;
  background: linear-gradient(90deg, #112b3a 0%, #21536f 50%);
}
.results-section .container > article .stats li article {
  display: flex;
  padding: 40px 50px;
}
@media only screen and (max-width : 820px) {
  .results-section .container > article .stats li article {
    padding: 30px;
  }
}
.results-section .container > article .stats li article p {
  font-size: 20px;
  line-height: 1.46;
}
@media screen and (min-width: 700px) {
  .results-section .container > article .stats li article p {
    font-size: 21px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1200px) {
  .results-section .container > article .stats li article p {
    font-size: 23px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1600px) {
  .results-section .container > article .stats li article p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media screen and (min-width: 1920px) {
  .results-section .container > article .stats li article p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media only screen and (min-width : 1025px) {
  .results-section .container > article .stats li figure {
    flex: 0 0 145px;
  }
}
@media only screen and (max-width : 820px) {
  .results-section .container > article .stats li figure > img {
    width: 70%;
  }
}
.results-section .container > article .stats li p {
  white-space: normal;
}
.results-section .container > article .stats li p em {
  color: #ffffff;
}
@media only screen and (max-width : 820px) {
  .results-section .container > article .stats li {
    flex: 0 0 300px;
  }
  .results-section .container > article .stats li article {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 699px) {
  .results-section .container > article .stats li {
    flex: 0 0 200px;
  }
}
.results-section .container > article .cta {
  margin-top: 70px;
}
@media only screen and (max-width : 1599px) {
  .results-section .container > article .cta {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .results-section .container > article .cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .results-section .container > article .cta {
    margin-top: 40px;
  }
}

.info-section-pin {
  background: linear-gradient(90deg, #112b3a 0%, #21536f 50%);
}
@media only screen and (max-width : 820px) {
  .info-section-pin {
    background: #21536F;
  }
}
.info-section-pin > .pin-spacer {
  pointer-events: none;
}
.info-section-pin .info-section-pin-intro {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-intro {
    height: 50vh;
    padding-top: 235px;
    background-color: #21536F;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .info-section-pin .info-section-pin-intro {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .info-section-pin .info-section-pin-intro {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .info-section-pin .info-section-pin-intro {
    padding-top: 70px;
  }
}
.info-section-pin .info-section-pin-intro .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.info-section-pin .info-section-pin-intro .container article {
  grid-column: 2/span 4;
}
@media only screen and (max-width : 1599px) {
  .info-section-pin .info-section-pin-intro .container article {
    grid-column: span 5;
  }
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-intro .container article {
    grid-column: span 9;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-intro .container article {
    grid-column: span 12;
  }
}
.info-section-pin .info-section-pin-intro:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  pointer-events: none;
  background: linear-gradient(0deg, #21536f 0%, #21536f 25%, rgba(33, 83, 111, 0) 40%, rgba(33, 83, 111, 0) 60%, #21536f 75%, #21536f 100%);
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-intro:after {
    width: 100%;
    top: 100%;
    background: linear-gradient(0deg, rgba(33, 83, 111, 0) 0%, #21536f 50%, #21536f 100%);
    height: 140px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .info-section-pin .info-section-pin-intro:after {
    height: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .info-section-pin .info-section-pin-intro:after {
    height: 80px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .info-section-pin .info-section-pin-intro:after {
    height: 60px;
  }
}
.info-section-pin .info-section-pin-content {
  margin-top: -50vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-content {
    margin-top: 235px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .info-section-pin .info-section-pin-content {
    margin-top: 150px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .info-section-pin .info-section-pin-content {
    margin-top: 120px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .info-section-pin .info-section-pin-content {
    margin-top: 70px;
  }
}
.info-section-pin .info-section-pin-content .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-bottom: 50vh;
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-content .container {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1599px) {
  .info-section-pin .info-section-pin-content .container {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 820px) {
  .info-section-pin .info-section-pin-content .container {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 699px) {
  .info-section-pin .info-section-pin-content .container {
    padding-bottom: 60px;
  }
}
.info-section-pin .info-section-pin-content .container article {
  grid-column: 7/span 5;
}
@media only screen and (max-width : 1599px) {
  .info-section-pin .info-section-pin-content .container article {
    grid-column: 7/span 6;
  }
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-content .container article {
    grid-column: span 12;
  }
}
.info-section-pin .info-section-pin-content .container article ul {
  display: grid;
  grid-row-gap: 70px;
}
@media only screen and (max-width : 1599px) {
  .info-section-pin .info-section-pin-content .container article ul {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-content .container article ul {
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-content .container article ul {
    grid-row-gap: 40px;
  }
}
.info-section-pin .info-section-pin-content .container article ul li article {
  position: relative;
  padding-left: calc(20% + 60px);
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-content .container article ul li article {
    padding-left: calc(16.6666% + 30px);
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-content .container article ul li article {
    padding-left: 65px;
  }
}
.info-section-pin .info-section-pin-content .container article ul li article:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  left: 65px;
  top: 20px;
  background: linear-gradient(90deg, rgba(68, 170, 227, 0) 0%, #44aae3 100%);
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-content .container article ul li article:before {
    left: 45px;
    width: 60px;
    top: 16px;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-content .container article ul li article:before {
    left: 15px;
    width: 35px;
    top: 14px;
  }
}
.info-section-pin .info-section-pin-content .container article ul li article figure {
  position: absolute;
  left: 55px;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 19px;
  height: 19px;
  border: 2px solid #44AAE3;
  background-color: #21536F;
  border-radius: 100%;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-content .container article ul li article figure {
    left: 25px;
    margin-top: 16px;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-content .container article ul li article figure {
    left: 10px;
    margin-top: 14px;
  }
}
.info-section-pin .info-section-pin-content .container article ul li article figure i {
  transform: scale(0);
}
.info-section-pin .info-section-pin-content .container article ul li article.active figure {
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-section-pin .info-section-pin-content .container article ul li article.active figure i {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-content .container article ul li article.active figure {
    width: 55px;
    height: 55px;
  }
  .info-section-pin .info-section-pin-content .container article ul li article.active figure i {
    font-size: 22px;
  }
}
.info-section-pin .info-section-pin-content .container article ul li article h3 {
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  .info-section-pin .info-section-pin-content .container article ul li article h3 {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  .info-section-pin .info-section-pin-content .container article ul li article h3 {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  .info-section-pin .info-section-pin-content .container article ul li article h3 {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  .info-section-pin .info-section-pin-content .container article ul li article h3 {
    font-size: 31px;
    line-height: 1.32;
  }
}
.info-section-pin .info-section-pin-content .container article ul li article h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-content .container article ul li article h3 {
    margin: 1.5em 0 0.75em;
  }
}
.info-section-pin .info-section-pin-content .container article ul li article h3:first-child {
  margin-top: 0;
}
.info-section-pin .info-section-pin-content .container article ul li article h3:last-child {
  margin-bottom: 0;
}
.info-section-pin .info-section-pin-content .container article ul li article h3 {
  margin: 0 0 0.5em;
}
.info-section-pin .info-section-pin-content .container article ul li article p {
  color: #ffffff;
}
.info-section-pin .info-section-pin-quote {
  position: relative;
}
.info-section-pin .info-section-pin-quote > figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50vw;
  z-index: 2;
}
.info-section-pin .info-section-pin-quote > figure img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote > figure {
    /* display: none; */
    position: relative;
    width: 100%;
    margin: 0 0 60px;
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section {
  position: relative;
}
.info-section-pin .info-section-pin-quote .container .quote-section:before, .info-section-pin .info-section-pin-quote .container .quote-section:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
}
.info-section-pin .info-section-pin-quote .container .quote-section:before {
  left: 0;
  width: 59px;
  height: 59px;
  background-image: url("../images/icon-quotes.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote .container .quote-section:before {
    width: 42px;
    height: 42px;
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section:after {
  right: 0;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, rgba(68, 170, 227, 0) 0%, rgb(68, 170, 227) 100%);
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote .container .quote-section:after {
    width: calc(100% - 42px);
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.info-section-pin .info-section-pin-quote .container .quote-section > article {
  grid-column: 2/span 4;
  padding-top: 140px;
}
@media only screen and (max-width : 1599px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    padding-top: 60px;
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section > article {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    padding-bottom: 70px;
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section > article {
  display: grid;
  grid-row-gap: 40px;
}
@media only screen and (max-width : 1399px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    grid-column: span 5;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article {
    grid-column: span 12;
    grid-row-gap: 30px;
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
  color: #44AAE3;
  font-family: "GutonRegular", sans-serif;
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
    font-size: 31px;
    line-height: 1.32;
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
    margin: 1.5em 0 0.75em;
  }
}
.info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p:first-child {
  margin-top: 0;
}
.info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p:last-child {
  margin-bottom: 0;
}
.info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p {
  margin: 0 !important;
}
.info-section-pin .info-section-pin-quote .container .quote-section > article blockquote p em {
  color: #ffffff;
}
.info-section-pin .info-section-pin-quote .container .quote-section > article p.credit {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article p.credit {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  .info-section-pin .info-section-pin-quote .container .quote-section > article p.credit {
    font-size: 16px;
  }
}

.plans-section .table-block,
.roi-section .table-block {
  margin-top: 70px;
}
@media only screen and (max-width : 1599px) {
  .plans-section .table-block,
  .roi-section .table-block {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .plans-section .table-block,
  .roi-section .table-block {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .plans-section .table-block,
  .roi-section .table-block {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .plans-section .table-block,
  .roi-section .table-block {
    width: calc(100% + 60px);
    overflow: scroll;
    margin-left: -30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .plans-section .table-block::-webkit-scrollbar,
  .roi-section .table-block::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width : 699px) {
  .plans-section .table-block .table-block-inner,
  .roi-section .table-block .table-block-inner {
    min-width: 680px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-template-products .plans-section .table-block .table-block-inner,
  .page-template-products .roi-section .table-block .table-block-inner {
    min-width: 440px;
  }
}
.plans-section table,
.roi-section table {
  display: block;
}
.plans-section table thead,
.plans-section table tbody,
.roi-section table thead,
.roi-section table tbody {
  display: grid;
  width: 100%;
}
.plans-section table tr,
.roi-section table tr {
  display: grid;
  width: 100%;
}
.plans-section table tbody,
.roi-section table tbody {
  grid-row-gap: 12px;
}
.plans-section table tbody tr,
.roi-section table tbody tr {
  border: 1px solid #D0E9F8;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(241, 249, 253) 0%, rgb(255, 255, 255) 100%);
}
.plans-section table tbody tr td:nth-child(3),
.roi-section table tbody tr td:nth-child(3) {
  display: flex;
  grid-column-gap: 15px;
  align-items: flex-start;
}
.plans-section table img,
.roi-section table img {
  display: block;
  width: 20px;
}
@media only screen and (max-width : 699px) {
  .plans-section table img,
  .roi-section table img {
    width: 15px;
    margin: 0 auto;
  }
}

.plans-section {
  padding-top: 235px;
}
@media only screen and (max-width : 1599px) {
  .plans-section {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .plans-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .plans-section {
    padding-top: 70px;
  }
}
.plans-section {
  padding-bottom: 235px;
}
@media only screen and (max-width : 1599px) {
  .plans-section {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 820px) {
  .plans-section {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 699px) {
  .plans-section {
    padding-bottom: 70px;
  }
}
.plans-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.plans-section .container > section,
.plans-section .container > article,
.plans-section .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1599px) {
  .plans-section .container > section,
  .plans-section .container > article,
  .plans-section .container > header {
    grid-column: span 12;
  }
}
.plans-section .container > article {
  display: grid;
}
.plans-section .container > article > header {
  text-align: center;
}
.plans-section .container > article > header .preheading {
  margin: 0 auto;
}
.plans-section .container > article > header h2 {
  margin-left: auto;
  margin-right: auto;
  color: #919191;
  margin-bottom: 0.5em;
}
.plans-section .container > article > header h2:last-child {
  margin-bottom: 0;
}
.bglight .plans-section .container > article > header h2 {
  color: #000000;
}
@media only screen and (max-width : 699px) {
  .plans-section .container > article > header h2 em {
    display: inline;
  }
}
.plans-section .container > article > header .intropara {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
}
.plans-section .container > article > header {
  margin-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  .plans-section .container > article > header {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .plans-section .container > article > header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .plans-section .container > article > header {
    margin-bottom: 50px;
  }
}
.plans-section .container > article > header:last-child {
  margin: 0;
}
.plans-section .container > article > header h2 {
  font-size: 36px;
  line-height: 1.07;
}
@media screen and (min-width: 700px) {
  .plans-section .container > article > header h2 {
    font-size: 52px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1200px) {
  .plans-section .container > article > header h2 {
    font-size: 68px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1600px) {
  .plans-section .container > article > header h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1920px) {
  .plans-section .container > article > header h2 {
    font-size: 87px;
    line-height: 1.07;
  }
}
.plans-section .container > article > header h2 {
  margin: 2em 0 0.8em;
}
@media only screen and (max-width : 820px) {
  .plans-section .container > article > header h2 {
    margin: 2em 0 0.6em;
  }
}
@media only screen and (max-width : 699px) {
  .plans-section .container > article > header h2 {
    margin: 1em 0 0.5em;
  }
}
.plans-section .container > article > header h2:first-child {
  margin-top: 0;
}
.plans-section .container > article > header h2:last-child {
  margin-bottom: 0;
}
.plans-section .container > article > header h2 {
  margin: 0 auto 0.4em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.plans-section .container > article > header h2 em {
  display: inline;
  color: #44AAE3;
}
.plans-section .container > article > header .intropara {
  max-width: 900px;
  color: #000000;
}
.plans-section .container > article > header .intropara em {
  color: #44AAE3;
}
.plans-section .container > article > header + .cta.fullwidth {
  margin-top: 0;
}
@media only screen and (max-width : 699px) {
  .plans-section .table-block .table-block-inner {
    min-width: 1100px;
  }
}
.plans-section table tr {
  grid-template-columns: 25% 15% 30% 30%;
}
.usps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width : 820px) {
  .usps {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width : 699px) {
  .usps {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.usps > article {
  display: flex;
  align-items: center;
  grid-column-gap: 30px;
}
@media only screen and (max-width : 820px) {
  .usps > article {
    flex-direction: column;
    max-width: 33%;
    text-align: center;
    grid-row-gap: 10px;
  }
}
@media only screen and (max-width : 699px) {
  .usps > article {
    max-width: 100%;
  }
}
.usps > article figure {
  flex: 0 0 40px;
}
@media only screen and (max-width : 820px) {
  .usps > article figure {
    flex: 0 0 30px;
  }
}
.usps > article span {
  font-family: "GutonRegular", sans-serif;
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  .usps > article span {
    font-size: 19px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1200px) {
  .usps > article span {
    font-size: 20px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1600px) {
  .usps > article span {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media screen and (min-width: 1920px) {
  .usps > article span {
    font-size: 23px;
    line-height: 1.39;
  }
}
@media only screen and (max-width : 820px) {
  .usps > article span {
    font-size: 18px;
  }
}
.usps > span {
  flex: 0 0 1px;
  height: 33px;
  display: flex;
  background: linear-gradient(0deg, #21536f 0%, #44aae3 50%, #21536f 100%);
}
@media only screen and (max-width : 699px) {
  .usps > span {
    background: linear-gradient(90deg, #21536f 0%, #44aae3 50%, #21536f 100%);
  }
}
@media only screen and (max-width : 820px) {
  .usps > span {
    height: 73px;
  }
}
@media only screen and (max-width : 699px) {
  .usps > span {
    height: 1px;
    width: 100%;
  }
}

.logos {
  border: 1px solid #44AAE3;
  border-radius: var(--borderRadius);
  padding: 47px 0 41px;
  position: relative;
  margin-top: 110px;
}
@media only screen and (max-width : 1599px) {
  .logos {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 820px) {
  .logos {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 699px) {
  .logos {
    margin-top: 50px;
  }
}
.logos {
  margin-bottom: 70px;
}
@media only screen and (max-width : 1599px) {
  .logos {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 820px) {
  .logos {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 699px) {
  .logos {
    margin-bottom: 40px;
  }
}
.logos h2.preheading {
  position: absolute;
  left: 50%;
  top: 0;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-50%);
}
body .logos .swiper-container {
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width : 699px) {
  body .logos .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.logos .carousel-logos.num-logos-2, .logos .carousel-logos.num-logos-3, .logos .carousel-logos.num-logos-4 {
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (max-width : 1919px) {
  .logos .carousel-logos.num-logos-2, .logos .carousel-logos.num-logos-3, .logos .carousel-logos.num-logos-4 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width : 1199px) {
  .logos .carousel-logos.num-logos-2, .logos .carousel-logos.num-logos-3, .logos .carousel-logos.num-logos-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width : 699px) {
  .logos .carousel-logos.num-logos-2, .logos .carousel-logos.num-logos-3, .logos .carousel-logos.num-logos-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width : 700px) {
  .logos .carousel-logos.num-logos-2 .swiper-wrapper, .logos .carousel-logos.num-logos-3 .swiper-wrapper, .logos .carousel-logos.num-logos-4 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .logos .carousel-logos.num-logos-2 .swiper-wrapper .swiper-slide, .logos .carousel-logos.num-logos-3 .swiper-wrapper .swiper-slide, .logos .carousel-logos.num-logos-4 .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}
.logos .carousel-logos .swiper-slide {
  align-items: center;
  justify-content: center;
}
.logos .carousel-logos .swiper-slide > figure {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos .carousel-logos .swiper-slide > figure img {
  max-height: 60px;
  object-fit: contain;
  height: fit-content;
}
.logos .carousel-logos .swiper-slide > figure img.image-landscape-wide {
  width: 240px;
}
@media only screen and (max-width : 1399px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-wide {
    width: 216px;
  }
}
@media only screen and (max-width : 1199px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-wide {
    width: 172px;
  }
}
@media only screen and (max-width : 1024px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-wide {
    width: 150px;
  }
}
@media only screen and (max-width : 699px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-wide {
    width: 180px;
  }
}
.logos .carousel-logos .swiper-slide > figure img.image-landscape {
  width: 160px;
}
@media only screen and (max-width : 1399px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape {
    width: 144px;
  }
}
@media only screen and (max-width : 1199px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape {
    width: 123px;
  }
}
@media only screen and (max-width : 1024px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape {
    width: 110px;
  }
}
@media only screen and (max-width : 699px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape {
    width: 132px;
  }
}
.logos .carousel-logos .swiper-slide > figure img.image-landscape-square {
  width: 106px;
}
@media only screen and (max-width : 1399px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-square {
    width: 96px;
  }
}
@media only screen and (max-width : 1199px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-square {
    width: 77px;
  }
}
@media only screen and (max-width : 699px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-square {
    width: 95px;
  }
}
@media only screen and (max-width : 1024px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-square {
    width: 65px;
  }
}
@media only screen and (max-width : 699px) {
  .logos .carousel-logos .swiper-slide > figure img.image-landscape-square {
    width: 80px;
  }
}

.page-template-default:not(.home) section.bglight .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.page-template-default:not(.home) section.bglight .container > article {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  .page-template-default:not(.home) section.bglight .container > article {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  .page-template-default:not(.home) section.bglight .container > article {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  .page-template-default:not(.home) section.bglight .container > article {
    grid-column: span 12;
  }
}
.page-template-default:not(.home) section.bglight .container > article p,
.page-template-default:not(.home) section.bglight .container > article li {
  color: #000000;
}

body.single,
body.blog,
body.archive.category {
  background-color: #ffffff;
}
body.single section.banner,
body.blog section.banner,
body.archive.category section.banner {
  background: #112B3A;
  padding-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  body.single section.banner,
  body.blog section.banner,
  body.archive.category section.banner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  body.single section.banner,
  body.blog section.banner,
  body.archive.category section.banner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  body.single section.banner,
  body.blog section.banner,
  body.archive.category section.banner {
    padding-bottom: 50px;
  }
}
body.single section.banner article h1,
body.blog section.banner article h1,
body.archive.category section.banner article h1 {
  margin-bottom: 0;
}
body.single section.bglight .container,
body.blog section.bglight .container,
body.archive.category section.bglight .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
body.single section.bglight .container > figure,
body.blog section.bglight .container > figure,
body.archive.category section.bglight .container > figure {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  body.single section.bglight .container > figure,
  body.blog section.bglight .container > figure,
  body.archive.category section.bglight .container > figure {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  body.single section.bglight .container > figure,
  body.blog section.bglight .container > figure,
  body.archive.category section.bglight .container > figure {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  body.single section.bglight .container > figure,
  body.blog section.bglight .container > figure,
  body.archive.category section.bglight .container > figure {
    grid-column: span 12;
  }
}
body.single section.bglight .container > figure,
body.blog section.bglight .container > figure,
body.archive.category section.bglight .container > figure {
  margin-top: -110px;
}
@media only screen and (max-width : 1599px) {
  body.single section.bglight .container > figure,
  body.blog section.bglight .container > figure,
  body.archive.category section.bglight .container > figure {
    margin-top: -80px;
  }
}
@media only screen and (max-width : 820px) {
  body.single section.bglight .container > figure,
  body.blog section.bglight .container > figure,
  body.archive.category section.bglight .container > figure {
    margin-top: -60px;
  }
}
@media only screen and (max-width : 699px) {
  body.single section.bglight .container > figure,
  body.blog section.bglight .container > figure,
  body.archive.category section.bglight .container > figure {
    margin-top: -50px;
  }
}
body.single section.bglight .container > figure div,
body.blog section.bglight .container > figure div,
body.archive.category section.bglight .container > figure div {
  height: 0;
  padding-bottom: 60%;
  border-radius: var(--borderRadius);
  position: relative;
  overflow: hidden;
}
body.single section.bglight .container > figure div img,
body.blog section.bglight .container > figure div img,
body.archive.category section.bglight .container > figure div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
body.single section.bglight .container > section,
body.blog section.bglight .container > section,
body.archive.category section.bglight .container > section {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  body.single section.bglight .container > section,
  body.blog section.bglight .container > section,
  body.archive.category section.bglight .container > section {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  body.single section.bglight .container > section,
  body.blog section.bglight .container > section,
  body.archive.category section.bglight .container > section {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  body.single section.bglight .container > section,
  body.blog section.bglight .container > section,
  body.archive.category section.bglight .container > section {
    grid-column: span 12;
  }
}
body.single section.bglight .container > section,
body.blog section.bglight .container > section,
body.archive.category section.bglight .container > section {
  padding-top: 110px;
}
@media only screen and (max-width : 1599px) {
  body.single section.bglight .container > section,
  body.blog section.bglight .container > section,
  body.archive.category section.bglight .container > section {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 820px) {
  body.single section.bglight .container > section,
  body.blog section.bglight .container > section,
  body.archive.category section.bglight .container > section {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 699px) {
  body.single section.bglight .container > section,
  body.blog section.bglight .container > section,
  body.archive.category section.bglight .container > section {
    padding-top: 50px;
  }
}
body.single .post-date,
body.blog .post-date,
body.archive.category .post-date {
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  body.single .post-date,
  body.blog .post-date,
  body.archive.category .post-date {
    font-size: 21px;
  }
}
@media only screen and (max-width : 820px) {
  body.single .post-date,
  body.blog .post-date,
  body.archive.category .post-date {
    font-size: 19px;
  }
}
@media only screen and (max-width : 699px) {
  body.single .post-date,
  body.blog .post-date,
  body.archive.category .post-date {
    font-size: 17px;
  }
}
body.single .post-date,
body.blog .post-date,
body.archive.category .post-date {
  display: flex;
  align-items: center;
  grid-column-gap: 18px;
}
body.single .post-date i,
body.blog .post-date i,
body.archive.category .post-date i {
  color: #44AAE3;
  transform: translateY(-2px);
}
body.single .intropara,
body.blog .intropara,
body.archive.category .intropara {
  color: #000000;
}
body.single .blog-loop,
body.blog .blog-loop,
body.archive.category .blog-loop {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width : 1399px) {
  body.single .blog-loop,
  body.blog .blog-loop,
  body.archive.category .blog-loop {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width : 699px) {
  body.single .blog-loop,
  body.blog .blog-loop,
  body.archive.category .blog-loop {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
body.single .blog-loop article > a,
body.blog .blog-loop article > a,
body.archive.category .blog-loop article > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.single .blog-loop article > a figure,
body.blog .blog-loop article > a figure,
body.archive.category .blog-loop article > a figure {
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
body.single .blog-loop article > a figure.noimage,
body.blog .blog-loop article > a figure.noimage,
body.archive.category .blog-loop article > a figure.noimage {
  background-color: #f4f4f4;
  border: 1px solid #D3EAF7;
  border-bottom-width: 0;
}
body.single .blog-loop article > a figure img,
body.blog .blog-loop article > a figure img,
body.archive.category .blog-loop article > a figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .blog-loop article > a header,
body.blog .blog-loop article > a header,
body.archive.category .blog-loop article > a header {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  border: 1px solid #D3EAF7;
  border-top-width: 0;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(238, 248, 253) 0%, rgb(255, 255, 255) 100%);
}
body.single .blog-loop article > a h3,
body.blog .blog-loop article > a h3,
body.archive.category .blog-loop article > a h3 {
  font-size: 21px;
  line-height: 1.32;
}
@media screen and (min-width: 700px) {
  body.single .blog-loop article > a h3,
  body.blog .blog-loop article > a h3,
  body.archive.category .blog-loop article > a h3 {
    font-size: 25px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1200px) {
  body.single .blog-loop article > a h3,
  body.blog .blog-loop article > a h3,
  body.archive.category .blog-loop article > a h3 {
    font-size: 27px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  body.single .blog-loop article > a h3,
  body.blog .blog-loop article > a h3,
  body.archive.category .blog-loop article > a h3 {
    font-size: 31px;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1920px) {
  body.single .blog-loop article > a h3,
  body.blog .blog-loop article > a h3,
  body.archive.category .blog-loop article > a h3 {
    font-size: 31px;
    line-height: 1.32;
  }
}
body.single .blog-loop article > a h3,
body.blog .blog-loop article > a h3,
body.archive.category .blog-loop article > a h3 {
  margin: 2.5em 0 1.5em;
}
@media only screen and (max-width : 699px) {
  body.single .blog-loop article > a h3,
  body.blog .blog-loop article > a h3,
  body.archive.category .blog-loop article > a h3 {
    margin: 1.5em 0 0.75em;
  }
}
body.single .blog-loop article > a h3:first-child,
body.blog .blog-loop article > a h3:first-child,
body.archive.category .blog-loop article > a h3:first-child {
  margin-top: 0;
}
body.single .blog-loop article > a h3:last-child,
body.blog .blog-loop article > a h3:last-child,
body.archive.category .blog-loop article > a h3:last-child {
  margin-bottom: 0;
}
body.single .blog-loop article > a h3,
body.blog .blog-loop article > a h3,
body.archive.category .blog-loop article > a h3 {
  margin: 15px 0 15px !important;
}
body.single .blog-loop article > a .post-date,
body.blog .blog-loop article > a .post-date,
body.archive.category .blog-loop article > a .post-date {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}
@media only screen and (max-width : 1399px) {
  body.single .blog-loop article > a .post-date,
  body.blog .blog-loop article > a .post-date,
  body.archive.category .blog-loop article > a .post-date {
    font-size: 17px;
  }
}
@media only screen and (max-width : 699px) {
  body.single .blog-loop article > a .post-date,
  body.blog .blog-loop article > a .post-date,
  body.archive.category .blog-loop article > a .post-date {
    font-size: 16px;
  }
}
body.single .blog-loop article > a .post-date,
body.blog .blog-loop article > a .post-date,
body.archive.category .blog-loop article > a .post-date {
  grid-column-gap: 10px;
  margin: 0 0 35px;
  color: #44AAE3;
}
body.single .blog-loop article > a .post-date i,
body.blog .blog-loop article > a .post-date i,
body.archive.category .blog-loop article > a .post-date i {
  color: #44AAE3;
}
body.single #nav .nav > li > a.standard-link:after,
body.blog #nav .nav > li > a.standard-link:after,
body.archive.category #nav .nav > li > a.standard-link:after {
  opacity: 1;
}

body.single section.banner article {
  padding-bottom: 110px;
}
@media only screen and (max-width : 1599px) {
  body.single section.banner article {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 820px) {
  body.single section.banner article {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 699px) {
  body.single section.banner article {
    padding-bottom: 50px;
  }
}
body.single section.banner article h1 {
  margin-bottom: 24px;
  border-bottom: 1px solid #44AAE3;
  padding-bottom: 40px;
}
body.single section.bglight {
  padding-top: 0;
}

#filter-menu {
  grid-column: 3/span 8;
}
@media only screen and (max-width : 1599px) {
  #filter-menu {
    grid-column: 2/span 10;
  }
}
@media only screen and (max-width : 820px) {
  #filter-menu {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  #filter-menu {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 699px) {
  #filter-menu {
    overflow-x: scroll;
    width: 100vw;
    margin-left: -30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #filter-menu::-webkit-scrollbar {
    display: none;
  }
}
#filter-menu ul {
  display: flex;
  grid-column-gap: 20px;
}
@media only screen and (max-width : 699px) {
  #filter-menu ul {
    padding-left: 30px;
    grid-column-gap: 15px;
  }
  #filter-menu ul:after {
    content: "";
    display: block;
    width: 25px;
    flex: 0 0 25px;
    height: 10px;
  }
}
#filter-menu a {
  font-family: "GutonSemiBold", sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column-gap: 14px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  max-width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width : 699px) {
  #filter-menu a {
    grid-column-gap: 7px;
  }
}
#filter-menu a:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 0.7em;
}
#filter-menu a {
  border-radius: 100px;
  border: 1px solid #44AAE3;
  font-family: "GutonSemiBold", sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column-gap: 14px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  max-width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width : 699px) {
  #filter-menu a {
    grid-column-gap: 7px;
  }
}
#filter-menu a:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 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: 300;
  font-size: 0.7em;
}
#filter-menu a {
  background-color: transparent;
  color: #ffffff;
}
#filter-menu a:hover {
  color: #ffffff;
}
#filter-menu a {
  font-size: 22px;
  padding: 27px 47px;
}
@media only screen and (max-width : 1599px) {
  #filter-menu a {
    padding: 20px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  #filter-menu a {
    font-size: 19px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 820px) {
  #filter-menu a {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  #filter-menu a {
    padding: 8px 20px;
    font-size: 17px;
  }
}
#filter-menu a {
  font-size: 20px;
  padding: 16px 47px;
}
@media only screen and (max-width : 1599px) {
  #filter-menu a {
    padding: 16px 40px;
  }
}
@media only screen and (max-width : 1399px) {
  #filter-menu a {
    font-size: 19px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width : 820px) {
  #filter-menu a {
    padding: 10px 25px;
  }
}
@media only screen and (max-width : 699px) {
  #filter-menu a {
    padding: 8px 20px;
    font-size: 17px;
  }
}
#filter-menu a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
#filter-menu a:hover {
  color: #44AAE3;
}
#filter-menu a:after {
  display: none;
}
#filter-menu .current-menu-item a {
  color: #ffffff;
  background-color: #44AAE3;
  cursor: default;
}
#filter-menu .current-menu-item a:hover {
  background-color: #44AAE3;
  color: #ffffff;
}

.page-template-contact .two-columns {
  display: block;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .two-columns {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */