@font-face {
  font-family: "Goga-fallback";
  src: local("Arial");
  ascent-override: 94%;
  descent-override: 24%;
  line-gap-override: 0%;
  size-adjust: 103%;
}
@font-face {
  font-family: "Goga-fallback-medium";
  src: local("Arial");
  ascent-override: 94%;
  descent-override: 24%;
  line-gap-override: 0%;
  size-adjust: 103%;
}
@font-face {
  font-family: "Roc-fallback";
  src: local("Arial");
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: "Roc-fallback-medium";
  src: local("Arial");
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: "Goga";
  src: url("../fonts/Goga-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goga";
  src: url("../fonts/Goga-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roc_Grotesk";
  src: url("../fonts/Roc_Grotesk_Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roc_Grotesk";
  src: url("../fonts/Roc_Grotesk_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.border-example {
  display: flex;
  margin-bottom: 1rem;
}
.border-example span {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}

.border-0 {
  border: none !important;
}

.border {
  --border-opacity: 1;
  border: 2px solid rgba(0, 60, 76, var(--border-opacity));
}

.border-top {
  border-top: 2px solid rgba(0, 60, 76, var(--border-opacity));
}

.border-bottom {
  border-bottom: 2px solid rgba(0, 60, 76, var(--border-opacity));
}

.border-left {
  border-left: 2px solid rgba(0, 60, 76, var(--border-opacity));
}

.border-right {
  border-right: 2px solid rgba(0, 60, 76, var(--border-opacity));
}

.rounded {
  border-radius: 2rem;
}

.rounded--sm {
  border-radius: 1rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.bg--primary {
  --bg-opacity: 1;
  background-color: rgba(0, 60, 76, var(--bg-opacity)) !important;
}

.text--primary {
  --text-opacity: 1;
  color: rgba(0, 60, 76, var(--text-opacity)) !important;
}

.border--primary {
  --border-opacity: 1;
  border-color: rgba(0, 60, 76, var(--border-opacity)) !important;
}

.bg--dark {
  --bg-opacity: 1;
  background-color: rgba(5, 31, 36, var(--bg-opacity)) !important;
}

.text--dark {
  --text-opacity: 1;
  color: rgba(5, 31, 36, var(--text-opacity)) !important;
}

.border--dark {
  --border-opacity: 1;
  border-color: rgba(5, 31, 36, var(--border-opacity)) !important;
}

.bg--blue {
  --bg-opacity: 1;
  background-color: rgba(184, 225, 255, var(--bg-opacity)) !important;
}

.text--blue {
  --text-opacity: 1;
  color: rgba(184, 225, 255, var(--text-opacity)) !important;
}

.border--blue {
  --border-opacity: 1;
  border-color: rgba(184, 225, 255, var(--border-opacity)) !important;
}

.bg--green {
  --bg-opacity: 1;
  background-color: rgba(224, 255, 168, var(--bg-opacity)) !important;
}

.text--green {
  --text-opacity: 1;
  color: rgba(224, 255, 168, var(--text-opacity)) !important;
}

.border--green {
  --border-opacity: 1;
  border-color: rgba(224, 255, 168, var(--border-opacity)) !important;
}

.bg--purple {
  --bg-opacity: 1;
  background-color: rgba(214, 199, 255, var(--bg-opacity)) !important;
}

.text--purple {
  --text-opacity: 1;
  color: rgba(214, 199, 255, var(--text-opacity)) !important;
}

.border--purple {
  --border-opacity: 1;
  border-color: rgba(214, 199, 255, var(--border-opacity)) !important;
}

.bg--red {
  --bg-opacity: 1;
  background-color: rgba(248, 102, 58, var(--bg-opacity)) !important;
}

.text--red {
  --text-opacity: 1;
  color: rgba(248, 102, 58, var(--text-opacity)) !important;
}

.border--red {
  --border-opacity: 1;
  border-color: rgba(248, 102, 58, var(--border-opacity)) !important;
}

.bg--white {
  --bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.text--white {
  --text-opacity: 1;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.border--white {
  --border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-opacity-5 {
  --border-opacity: 0.05;
}

.bg-opacity-5 {
  --bg-opacity: 0.05;
}

.text-opacity-5 {
  --text-opacity: 0.05;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.bg--black-100 {
  background: #fcfbfc;
}

.bg--gradient {
  background: linear-gradient(180deg, #0a4858 0%, #052025 25%, #052025 100%);
}
.bg--gradient > .bg--primary.module,
.bg--gradient .home-testimonials {
  background: none !important;
}
.bg--gradient > .bg--black-100.module {
  margin: 0;
  padding: 8rem 0;
}
.bg--gradient-purple {
  background: linear-gradient(180deg, #f7f5ff 0%, #ddd2ff 100%);
}
.bg--gradient-alt {
  background: linear-gradient(180deg, #014a5e 6.93%, #093440 104.53%);
}
.bg--gradient .home-timeline {
  background: none !important;
}

.bg--black-200 {
  background-color: #f7f5ff !important;
}

@media (max-width: 767px) {
  .bg--gradient > .bg--black-100.module {
    margin: 0;
    padding: 5rem 0;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Goga", "Goga-fallback", sans-serif;
  font-stretch: condensed;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  overflow-x: hidden;
  color: #051f24;
  background: #fcfbfc;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
  font-family: "Goga", "Goga-fallback", sans-serif;
  scroll-behavior: smooth;
}

#snippet-box {
  display: none;
}

.hide {
  display: none;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.a11y-toolbar .offscreen {
  display: none !important;
}

::-ms-clear {
  display: none;
}

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

*::-webkit-media-controls-panel, *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

main {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

nav ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

select,
button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

button {
  background: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

input:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
}

ins {
  background-color: #ff9;
  color: #003c4c;
  text-decoration: none;
}

mark {
  color: #003c4c;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
html.overlayed #wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}

.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

::selection {
  background: #c4c4c4; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #c4c4c4; /* Gecko Browsers */
}

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.overlayed #wrapper {
  overflow: hidden;
}

.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

/* text aligments */
.text-left {
  text-align: left !important;
}

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

.text-center,
.aligncenter {
  text-align: center !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wp-caption,
.wp-caption-text,
.bypostauthor {
  font-size: 1.8rem;
}

.wp-caption {
  margin-bottom: 3.5rem;
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 1.5rem;
  vertical-align: top;
  border-radius: 3rem;
}

.inner {
  max-width: 1370px;
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.inner--sm {
  max-width: 1140px;
}

#content {
  position: relative;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

svg {
  max-width: 100%;
  height: auto;
}

.hide-mobile {
  display: block !important;
}

.hide-desktop {
  display: none !important;
}

.error404 #content {
  min-height: 55vh;
}

@media (max-width: 1024px) {
  .wp-caption {
    width: 100% !important;
  }
  .wp-caption img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #wrapper {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  .inner {
    padding: 0 2rem;
  }
  .wp-caption img {
    border-radius: 1rem;
  }
  .wp-caption,
  .wp-caption-text,
  .bypostauthor {
    font-size: 1.4rem;
  }
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
}
code {
  font-family: "Fira Code", "Source Code Pro", "Consolas", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-semi-bold {
  font-weight: 600 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.number,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  line-height: 1.2;
  font-family: "Roc_Grotesk", "Roc-fallback", sans-serif;
  margin-bottom: 3rem;
}

h1,
.h1 {
  font-size: 4.8rem;
}

.lh-1 {
  line-height: 1;
}

h2,
.h2 {
  font-size: 3.8rem;
}

.lh-2 {
  line-height: 2;
}

h3,
.h3 {
  font-size: 2.8rem;
}

.lh-3 {
  line-height: 3;
}

h4,
.h4 {
  font-size: 2.2rem;
}

.lh-4 {
  line-height: 4;
}

h5,
.h5 {
  font-size: 1.8rem;
}

.lh-5 {
  line-height: 5;
}

h6,
.h6 {
  font-size: 1.6rem;
}

.lh-6 {
  line-height: 6;
}

.number {
  font-size: 5.8rem;
}

h1,
.h1 {
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

h2,
.h2 {
  margin-bottom: 1rem;
}

h3,
.h3 {
  margin-bottom: 0.6rem;
}

h4,
.h4 {
  margin-bottom: 1.4rem;
}

h5,
.h5 {
  margin-bottom: 1rem;
}

.fz-1,
.fz-2,
.fz-3,
.fz-4,
.fz-4,
.fz-6 {
  line-height: 1.2;
}

.fz-1 {
  font-size: 2.6rem;
}

.fz-2 {
  font-size: 2.3rem;
}

.fz-3 {
  font-size: 2rem;
}

.fz-4 {
  font-size: 1.8rem;
}

p,
.p1,
.p2,
.p3,
.p4 {
  margin-bottom: 3rem;
  line-height: 1.3;
}

p,
.p1 {
  font-size: 1.6rem;
}

.p2 {
  font-size: 1.5rem;
}
.p2.content-entry p {
  font-size: 1.5rem;
}

.p3 {
  font-size: 1.4rem;
}
.p3.content-entry p {
  font-size: 1.4rem;
}

.p4 {
  font-size: 1.2rem;
}
.p4.content-entry p {
  font-size: 1.2rem;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

ul,
ol {
  margin: 0 0 3rem 2.5rem;
}
ul li,
ol li {
  margin-bottom: 1.5rem;
}
ul li p,
ol li p {
  margin-top: 2rem;
}

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

.sub-title {
  font-size: 1.8rem;
  padding-left: 2.8rem;
  margin-bottom: 3rem;
  position: relative;
  color: #ffffff;
}
.sub-title:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #f8663a;
}

.bg--white .sub-title {
  color: #051f24;
}

.bg--warning .sub-title {
  color: #051f24;
}
.bg--warning .sub-title:after {
  background: #051f24;
}

.bg--primary .sub-title {
  color: #ffffff;
}
.bg--primary .sub-title:after {
  background: #ffffff;
}

.bg--danger .sub-title {
  color: #ffffff;
}
.bg--danger .sub-title:after {
  background: #ffffff;
}

.bg--dark-200 .sub-title {
  color: #ffffff;
}

.content-entry pre {
  margin-bottom: 1rem;
  font-weight: 700;
}
.content-entry img {
  border-radius: 4px;
}
.content-entry b,
.content-entry strong {
  font-weight: 500;
}
.content-entry .fz-1,
.content-entry .fz-2,
.content-entry .fz-3,
.content-entry .fz-4 {
  font-weight: 500;
  line-height: 1.3;
}
.content-entry p + h1,
.content-entry p + h2,
.content-entry p + h3,
.content-entry p + h4,
.content-entry p + h5,
.content-entry p + h6,
.content-entry ul + h1,
.content-entry ul + h2,
.content-entry ul + h3,
.content-entry ul + h4,
.content-entry ul + h5,
.content-entry ul + h6,
.content-entry ol + h1,
.content-entry ol + h2,
.content-entry ol + h3,
.content-entry ol + h4,
.content-entry ol + h5,
.content-entry ol + h6 {
  margin-top: 4rem;
}
.content-entry p:last-child {
  margin-bottom: 0;
}
.content-entry a:not(.ia-btn) {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh)/100% 1px no-repeat;
  padding-bottom: 3px;
}
.content-entry a:not(.ia-btn):hover, .content-entry a:not(.ia-btn):focus {
  background-size: 0 1px;
}
.content-entry.p4 a:after {
  height: 1px;
}
.content-entry ol {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
.content-entry ol ul, .content-entry ol ol {
  margin-top: 1rem;
}
.content-entry ol li {
  counter-increment: item;
  position: relative;
  padding: 0.4rem 0 0 4.9rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.content-entry ol li ul {
  counter-reset: item;
}
.content-entry ol li:last-child {
  margin-bottom: 0;
}
.content-entry ol li:before {
  content: counter(item);
  position: absolute;
  width: 2.9rem;
  height: 2.6rem;
  background: #e0ffa8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  left: 0;
  line-height: 1;
  top: 0;
  font-weight: 500;
  border-radius: 0.8rem 0.8rem 0 0.8rem;
}
.content-entry ol li ol {
  padding-top: 2.5rem;
}
.content-entry ol li ol li:before {
  content: counter(item, lower-alpha) ". ";
}
.content-entry ol li ol li ol li {
  counter-increment: level3;
}
.content-entry ol li ol li ol li:before {
  content: counter(level3, lower-roman) ". ";
}
.content-entry ul {
  padding: 0;
  margin: 0 0 2.5rem;
  list-style-type: none;
}
.content-entry ul ul, .content-entry ul ol {
  margin-top: 1.5rem;
}
.content-entry ul.check-list li:before {
  background: url("../images/unordered-list-arrow.png") no-repeat 0 0/2.9rem 2.6rem;
}
.content-entry ul li {
  padding: 0.3rem 0 0 4.9rem;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.6rem;
}
.content-entry ul li > a + p {
  margin-top: -2.4rem;
}
.content-entry ul li svg[viewBox="0 0 24 24"] {
  display: none;
}
.content-entry ul li br {
  display: none;
}
.content-entry ul li:last-child {
  margin-bottom: 0;
}
.content-entry ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.9rem;
  height: 2.6rem;
  content: "";
  background: url("../images/unordered-list-icon.png") no-repeat 0 0/2.9rem 2.6rem;
}
.content-entry.text--white a {
  color: #ffffff;
}

.title-indent {
  text-indent: 9rem;
}

.tag {
  padding: 8px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.bg--primary .content-entry a:not(.ia-btn) {
  background: linear-gradient(to right, #51727b, #51727b) 0 min(100%, 1.2lh)/100% 1px no-repeat;
}
.bg--primary .content-entry a:not(.ia-btn):hover, .bg--primary .content-entry a:not(.ia-btn):focus {
  background-size: 0 1px;
}
.bg--primary .content-entry ul li:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg--primary .content-entry ol li:before {
  color: #051f24;
}

@media (max-width: 767px) {
  .number {
    font-size: 3.8rem;
  }
  h1,
  .h1 {
    font-size: 2.8rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
  h3,
  .h3,
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  h5,
  .h5 {
    font-size: 2.2rem;
  }
  h6,
  .h6 {
    font-size: 2rem;
  }
  p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .p2,
  .p3 {
    font-size: 1.4rem;
  }
  .fz-1 {
    font-size: 1.8rem;
  }
  .fz-4 {
    font-size: 1.6rem;
  }
  .fz-2,
  .fz-3 {
    font-size: 2rem;
  }
  ul li,
  ol li {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .content-entry p + h1,
  .content-entry p + h2,
  .content-entry p + h3,
  .content-entry p + h4,
  .content-entry p + h5,
  .content-entry p + h6,
  .content-entry ul + h1,
  .content-entry ul + h2,
  .content-entry ul + h3,
  .content-entry ul + h4,
  .content-entry ul + h5,
  .content-entry ul + h6,
  .content-entry ol + h1,
  .content-entry ol + h2,
  .content-entry ol + h3,
  .content-entry ol + h4,
  .content-entry ol + h5,
  .content-entry ol + h6 {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
  .content-entry h1,
  .content-entry h2,
  .content-entry h3,
  .content-entry h4,
  .content-entry h5,
  .content-entry h6 {
    margin-bottom: 2.5rem;
  }
  .content-entry ul li {
    padding-left: 3.9rem;
    font-size: 1.4rem;
  }
  .content-entry ul li:before {
    top: -0.2rem;
  }
  .content-entry ol li {
    font-size: 1.4rem;
    padding-top: 0;
  }
  .content-entry a {
    text-decoration: underline;
  }
  .content-entry a:after {
    display: none;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table th,
table td {
  padding: 2rem 1.5rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #d8d5d8;
}
table th {
  background: #003c4c;
  font-weight: 500;
  color: #e0ffa8;
  font-size: 1.8rem;
}
table th:first-child {
  border-top-left-radius: 4px;
}
table th:last-child {
  border-top-right-radius: 4px;
}

.ia-gutter-xs-10 {
  --grid-gutter-width: 10px;
}

.ia-gutter-xs-20 {
  --grid-gutter-width: 20px;
}

.ia-gutter-xs-30 {
  --grid-gutter-width: 30px;
}

.ia-gutter-xs-40 {
  --grid-gutter-width: 40px;
}

.ia-gutter-xs-50 {
  --grid-gutter-width: 50px;
}

@media (min-width: 767px) {
  .ia-gutter-sm-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 767px) {
  .ia-gutter-sm-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 767px) {
  .ia-gutter-sm-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 767px) {
  .ia-gutter-sm-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 767px) {
  .ia-gutter-sm-50 {
    --grid-gutter-width: 50px;
  }
}

@media (min-width: 1023px) {
  .ia-gutter-md-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 1023px) {
  .ia-gutter-md-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 1023px) {
  .ia-gutter-md-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 1023px) {
  .ia-gutter-md-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 1023px) {
  .ia-gutter-md-50 {
    --grid-gutter-width: 50px;
  }
}

@media (min-width: 1310px) {
  .ia-gutter-lg-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 1310px) {
  .ia-gutter-lg-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 1310px) {
  .ia-gutter-lg-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 1310px) {
  .ia-gutter-lg-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 1310px) {
  .ia-gutter-lg-50 {
    --grid-gutter-width: 50px;
  }
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

#content {
  opacity: 1;
}
.device-version #content {
  opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-offset-3 {
  margin-left: 25%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-offset-6 {
  margin-left: 50%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-offset-9 {
  margin-left: 75%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-1 {
  width: 8.3333333333%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-2 {
  width: 16.6666666667%;
}

.ia-col-offset-3 {
  margin-left: 25%;
}

.ia-col-3 {
  width: 25%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-4 {
  width: 33.3333333333%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-5 {
  width: 41.6666666667%;
}

.ia-col-offset-6 {
  margin-left: 50%;
}

.ia-col-6 {
  width: 50%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-7 {
  width: 58.3333333333%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-8 {
  width: 66.6666666667%;
}

.ia-col-offset-9 {
  margin-left: 75%;
}

.ia-col-9 {
  width: 75%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-10 {
  width: 83.3333333333%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-11 {
  width: 91.6666666667%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-12 {
  width: 100%;
}

.ia-container {
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .ia-container {
    padding-left: var(--grid-gutter-width);
    padding-right: var(--grid-gutter-width);
  }
}

.ia-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--grid-gutter-width) / 2);
  margin-right: calc(-1 * var(--grid-gutter-width) / 2);
}

.ia-col {
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: calc(var(--grid-gutter-width));
}

.ia-col-1 {
  width: 8.3333333333%;
}

.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-2 {
  width: 16.6666666667%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-3 {
  width: 25%;
}

.ia-col-offset-3 {
  margin-left: 25%;
}

.ia-col-4 {
  width: 33.3333333333%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-5 {
  width: 41.6666666667%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-6 {
  width: 50%;
}

.ia-col-offset-6 {
  margin-left: 50%;
}

.ia-col-7 {
  width: 58.3333333333%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-8 {
  width: 66.6666666667%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-9 {
  width: 75%;
}

.ia-col-offset-9 {
  margin-left: 75%;
}

.ia-col-10 {
  width: 83.3333333333%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-11 {
  width: 91.6666666667%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-12 {
  width: 100%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-xs-1 {
  width: 8.3333333333%;
}

.ia-col-offset-xs-1 {
  margin-left: 8.3333333333%;
}

.ia-col-xs-2 {
  width: 16.6666666667%;
}

.ia-col-offset-xs-2 {
  margin-left: 16.6666666667%;
}

.ia-col-xs-3 {
  width: 25%;
}

.ia-col-offset-xs-3 {
  margin-left: 25%;
}

.ia-col-xs-4 {
  width: 33.3333333333%;
}

.ia-col-offset-xs-4 {
  margin-left: 33.3333333333%;
}

.ia-col-xs-5 {
  width: 41.6666666667%;
}

.ia-col-offset-xs-5 {
  margin-left: 41.6666666667%;
}

.ia-col-xs-6 {
  width: 50%;
}

.ia-col-offset-xs-6 {
  margin-left: 50%;
}

.ia-col-xs-7 {
  width: 58.3333333333%;
}

.ia-col-offset-xs-7 {
  margin-left: 58.3333333333%;
}

.ia-col-xs-8 {
  width: 66.6666666667%;
}

.ia-col-offset-xs-8 {
  margin-left: 66.6666666667%;
}

.ia-col-xs-9 {
  width: 75%;
}

.ia-col-offset-xs-9 {
  margin-left: 75%;
}

.ia-col-xs-10 {
  width: 83.3333333333%;
}

.ia-col-offset-xs-10 {
  margin-left: 83.3333333333%;
}

.ia-col-xs-11 {
  width: 91.6666666667%;
}

.ia-col-offset-xs-11 {
  margin-left: 91.6666666667%;
}

.ia-col-xs-12 {
  width: 100%;
}

.ia-col-offset-xs-12 {
  margin-left: 100%;
}

@media (min-width: 767px) {
  .ia-col-sm-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-sm-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-sm-3 {
    width: 25%;
  }
  .ia-col-offset-sm-3 {
    margin-left: 25%;
  }
  .ia-col-sm-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-sm-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-sm-6 {
    width: 50%;
  }
  .ia-col-offset-sm-6 {
    margin-left: 50%;
  }
  .ia-col-sm-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-sm-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-sm-9 {
    width: 75%;
  }
  .ia-col-offset-sm-9 {
    margin-left: 75%;
  }
  .ia-col-sm-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-sm-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-sm-12 {
    width: 100%;
  }
  .ia-col-offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1023px) {
  .ia-col-md-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-md-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-md-3 {
    width: 25%;
  }
  .ia-col-offset-md-3 {
    margin-left: 25%;
  }
  .ia-col-md-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-md-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-md-6 {
    width: 50%;
  }
  .ia-col-offset-md-6 {
    margin-left: 50%;
  }
  .ia-col-md-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-md-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-md-9 {
    width: 75%;
  }
  .ia-col-offset-md-9 {
    margin-left: 75%;
  }
  .ia-col-md-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-md-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-md-12 {
    width: 100%;
  }
  .ia-col-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1310px) {
  .ia-col-lg-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-lg-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-lg-3 {
    width: 25%;
  }
  .ia-col-offset-lg-3 {
    margin-left: 25%;
  }
  .ia-col-lg-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-lg-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-lg-6 {
    width: 50%;
  }
  .ia-col-offset-lg-6 {
    margin-left: 50%;
  }
  .ia-col-lg-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-lg-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-lg-9 {
    width: 75%;
  }
  .ia-col-offset-lg-9 {
    margin-left: 75%;
  }
  .ia-col-lg-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-lg-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-lg-12 {
    width: 100%;
  }
  .ia-col-offset-lg-12 {
    margin-left: 100%;
  }
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}

.module {
  margin: 8rem 0;
}
.module.module--filled {
  margin: 0;
  padding: 8rem 0;
}
.module.module--filled.bg--white + .module--filled.bg--white {
  padding-top: 0;
}
.module.module--filled.home-testimonials--gradient + .module--filled.bg--primary, .module.module--filled.bg--primary + .module--filled.bg--primary {
  padding-top: 0;
}
.module.module--sm {
  margin: 5rem 0;
}
.module.module--sm.module--filled {
  margin: 0;
  padding: 5rem 0;
}

.bg--gradient .module.module--filled.home-testimonials--gradient + .module--filled.home-testimonials--gradient, .bg--gradient .module.module--filled.home-testimonials--gradient + .module--filled.bg--primary, .bg--gradient .module.module--filled.home-testimonials--gradient + .module--filled.pricing-comparison, .bg--gradient .module.module--filled.bg--primary + .module--filled.home-testimonials--gradient, .bg--gradient .module.module--filled.bg--primary + .module--filled.bg--primary, .bg--gradient .module.module--filled.bg--primary + .module--filled.pricing-comparison {
  padding-top: 0;
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-4 {
  gap: 4rem;
}
.gap-5 {
  gap: 5rem;
}

@media (max-width: 1023px) {
  .module {
    margin: 7rem 0;
  }
  .module.module--filled {
    padding: 7rem 0;
  }
  .module.module--sm {
    margin: 4rem 0;
  }
  .module.module--sm.module--filled {
    margin: 0;
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .module {
    margin: 6rem 0;
  }
  .module.module--filled {
    padding: 6rem 0;
  }
  .module.module--sm {
    margin: 3rem 0;
  }
  .module.module--sm.module--filled {
    margin: 0;
    padding: 3rem 0;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2?20rrw5") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external:before {
  content: "\e90f";
}

.icon-minus:before {
  content: "\e906";
}

.icon-services:before {
  content: "\e90d";
}

.icon-services2:before {
  content: "\e90e";
}

.icon-small_bis2:before {
  content: "\e912";
}

.icon-large_bis2:before {
  content: "\e914";
}

.icon-plus:before {
  content: "\e917";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-data2:before {
  content: "\e901";
}

.icon-speech:before {
  content: "\e902";
}

.icon-hug:before {
  content: "\e903";
}

.icon-data:before {
  content: "\e904";
}

.icon-money:before {
  content: "\e905";
}

.icon-time:before {
  content: "\e907";
}

.icon-question:before {
  content: "\e908";
}

.icon-sad:before {
  content: "\e909";
}

.icon-happy:before {
  content: "\e90a";
}

.icon-quotes:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-seconds:before {
  content: "\e910";
}

.icon-no1:before {
  content: "\e911";
}

.ia-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: 1.4;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #e0ffa8;
  color: #051f24;
  font-family: "Goga", "Goga-fallback", sans-serif;
}
.ia-btn i {
  transition: all 0.3s;
}
.ia-btn:hover {
  text-decoration: none;
  background: #c8e86b;
}
.ia-btn--left {
  border-bottom-left-radius: 0 !important;
}
.ia-btn--right {
  border-bottom-right-radius: 0 !important;
}
.ia-btn--outline {
  border-color: rgba(81, 114, 123, 0.3);
  color: #ffffff;
  background: #051f24;
}
.ia-btn--outline:hover {
  background: rgba(81, 114, 123, 0.3);
}
.ia-btn--icon {
  font-size: 1.6rem;
  padding: 1.6rem !important;
  color: #e0ffa8 !important;
}
.ia-btn--dark, .bg--white .ia-btn {
  background: #051f24;
  color: #ffffff;
}
.ia-btn--dark.ia-btn--outline, .bg--white .ia-btn.ia-btn--outline {
  background: transparent;
  color: #051f24;
  border-color: #051f24;
}
.ia-btn--dark.ia-btn--outline:hover, .bg--white .ia-btn.ia-btn--outline:hover {
  background: rgba(81, 114, 123, 0.15);
}
.ia-btn--dark:hover, .bg--white .ia-btn:hover {
  background: #003c4c;
}

.story-card__btn {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  border-radius: 2rem 2rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #051f24;
  background: #e0ffa8;
  color: #051f24;
  transition: color 0.35s, background 0.35s;
}
.story-card__btn svg {
  width: 1.7rem;
}
.story-card__btn:hover {
  background: #051f24;
  color: #e0ffa8;
}

.ia-btn--outline-primary {
  border-color: #003c4c;
  background: none;
  color: #003c4c;
  position: relative;
}
.ia-btn--outline-primary:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #003c4c;
  transition: opacity 0.3s;
  border-radius: 1.9rem;
}
.ia-btn--outline-primary:hover {
  background-color: rgba(0, 60, 76, 0.1);
  color: #003c4c;
}
.ia-btn--outline-primary:hover:before {
  opacity: 1;
}

.ia-btn--outline-dark {
  border-color: #051f24;
  background: none;
  color: #051f24;
  position: relative;
}
.ia-btn--outline-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #051f24;
  transition: opacity 0.3s;
  border-radius: 1.9rem;
}
.ia-btn--outline-dark:hover {
  background-color: rgba(5, 31, 36, 0.1);
  color: #051f24;
}
.ia-btn--outline-dark:hover:before {
  opacity: 1;
}

.ia-btn--outline-blue {
  border-color: #b8e1ff;
  background: none;
  color: #b8e1ff;
  position: relative;
}
.ia-btn--outline-blue:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #b8e1ff;
  transition: opacity 0.3s;
  border-radius: 1.9rem;
}
.ia-btn--outline-blue:hover {
  background-color: rgba(184, 225, 255, 0.1);
  color: #b8e1ff;
}
.ia-btn--outline-blue:hover:before {
  opacity: 1;
}

.ia-btn--outline-green {
  border-color: #e0ffa8;
  background: none;
  color: #e0ffa8;
  position: relative;
}
.ia-btn--outline-green:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #e0ffa8;
  transition: opacity 0.3s;
  border-radius: 1.9rem;
}
.ia-btn--outline-green:hover {
  background-color: rgba(224, 255, 168, 0.1);
  color: #e0ffa8;
}
.ia-btn--outline-green:hover:before {
  opacity: 1;
}

.ia-btn--outline-purple {
  border-color: #d6c7ff;
  background: none;
  color: #d6c7ff;
  position: relative;
}
.ia-btn--outline-purple:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #d6c7ff;
  transition: opacity 0.3s;
  border-radius: 1.9rem;
}
.ia-btn--outline-purple:hover {
  background-color: rgba(214, 199, 255, 0.1);
  color: #d6c7ff;
}
.ia-btn--outline-purple:hover:before {
  opacity: 1;
}

.ia-btn--outline-red {
  border-color: #f8663a;
  background: none;
  color: #f8663a;
  position: relative;
}
.ia-btn--outline-red:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #f8663a;
  transition: opacity 0.3s;
  border-radius: 1.9rem;
}
.ia-btn--outline-red:hover {
  background-color: rgba(248, 102, 58, 0.1);
  color: #f8663a;
}
.ia-btn--outline-red:hover:before {
  opacity: 1;
}

.ia-btn--outline-white {
  border-color: #ffffff;
  background: none;
  color: #ffffff;
  position: relative;
}
.ia-btn--outline-white:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #ffffff;
  transition: opacity 0.3s;
  border-radius: 1.9rem;
}
.ia-btn--outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.ia-btn--outline-white:hover:before {
  opacity: 1;
}

.ia-btn {
  padding: 1.5rem 2.5rem 1.4rem;
  font-size: 1.6rem;
  border-radius: 2rem;
  border-width: 2px;
}

.ia-btn--sm {
  padding: 0.8rem 1.3rem 0.7rem;
  font-size: 1.5rem;
  border-radius: 1rem;
  border-width: 1px;
}

@media (max-width: 767px) {
  .ia-btn {
    padding: 0.8rem 1.3rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
  .story-card__btn {
    min-width: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .story-card__btn svg {
    width: 1.3rem;
  }
}
.close {
  position: relative;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
}
.close--sm {
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.close--sm i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.close--primary {
  background-color: #003c4c;
  color: #ffffff !important;
}
.close--primary:hover, .close--primary:focus {
  background-color: #003c4c;
  color: #ffffff !important;
}

.close--dark {
  background-color: #051f24;
  color: #ffffff !important;
}
.close--dark:hover, .close--dark:focus {
  background-color: #ffffff;
  color: #003c4c !important;
}

.close--blue {
  background-color: #b8e1ff;
  color: #ffffff !important;
}
.close--blue:hover, .close--blue:focus {
  background-color: #b8e1ff;
  color: #ffffff !important;
}

.close--green {
  background-color: #e0ffa8;
  color: #ffffff !important;
}
.close--green:hover, .close--green:focus {
  background-color: #b8e1ff;
  color: #ffffff !important;
}

.close--purple {
  background-color: #d6c7ff;
  color: #ffffff !important;
}
.close--purple:hover, .close--purple:focus {
  background-color: #b8e1ff;
  color: #ffffff !important;
}

.close--red {
  background-color: #f8663a;
  color: #ffffff !important;
}
.close--red:hover, .close--red:focus {
  background-color: #b8e1ff;
  color: #ffffff !important;
}

.close--white {
  background-color: #ffffff;
  color: #003c4c !important;
}
.close--white:hover, .close--white:focus {
  background-color: #b8e1ff;
  color: #ffffff !important;
}

.ia-card {
  box-sizing: border-box;
  padding: 2.5rem;
  background: #b8e1ff;
  color: #051f24;
  transition: background 0.35s;
  position: relative;
}
.ia-card:hover .ia-btn {
  border-radius: 2rem 2rem 2rem 0 !important;
}
.ia-card .icon-plus {
  transform: rotate(0deg);
  transition: transform 0.35s;
}
.ia-card__body {
  min-height: 16.2rem;
  overflow: hidden;
  padding-bottom: 2rem;
  box-sizing: border-box;
  width: 100%;
}
.ia-card__body-in {
  transform: translate(0, 7.5rem);
  transition: transform 0.35s;
}
.ia-card__heading {
  padding-bottom: 1rem;
}
.ia-card__description {
  opacity: 0;
  transition: opacity 0.35s;
}
.ia-card__bottom {
  width: 100%;
}
.ia-card__bottom .ia-btn {
  pointer-events: none;
}
.ia-card__bottom .ia-btn .icon-download svg {
  max-width: 16px;
  margin: -5px 0;
}
.ia-card__bottom-pdf {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  transition: border 0.35s;
  border-bottom: 1px solid #051f24;
}
.ia-card__bottom-pdf:before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
}
.ia-card__link {
  text-underline-offset: 0.4rem;
}
.ia-card__link::before {
  position: absolute;
  inset: 0;
  content: "";
}

.desktop-version .ia-card:hover {
  background: #d6c7ff;
}
.desktop-version .ia-card:hover .ia-card__body-in {
  transform: translate(0, 0);
}
.desktop-version .ia-card:hover .ia-card__description {
  opacity: 1;
}
.desktop-version .ia-card:hover .icon-plus {
  transform: rotate(90deg);
}
.desktop-version .ia-card:hover .ia-card__bottom-pdf:hover {
  border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
  .ia-card {
    padding: 3rem;
  }
  .ia-card__body-in {
    transform: translate(0, 0);
  }
  .ia-card__description {
    opacity: 1;
  }
  .ia-card__link {
    font-size: 1.4rem;
  }
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

a {
  color: #051f24;
  text-decoration: none;
  transition: all 0.3s;
}
a u {
  text-decoration: none;
}
a:hover, a:focus {
  background-size: 0 1px;
}

.entry-content a {
  font-weight: 500;
  text-decoration: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh)/100% 1px no-repeat;
}
.entry-content a span {
  font-size: 0.5em;
}
.entry-content a:hover, .entry-content a:focus {
  background-size: 0 1px;
}

.ia-link {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 0.4rem;
  position: relative;
}
.ia-link.text--white:after {
  background: #ffffff;
}
.ia-link:after {
  bottom: 0;
  position: absolute;
  right: 0;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 100%;
}
.ia-link:hover {
  text-decoration: none;
}
.ia-link:hover:after {
  width: 0;
}
.ia-link span {
  font-size: 0.5em;
}
.ia-link i {
  font-size: 1.2rem;
}

.pill {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 0.8rem;
  line-height: 1;
}
.pill.bg--green, .pill.bg--blue, .pill.bg--purple, .pill.bg-white {
  color: #051f24;
}

.tabs {
  position: relative;
}
.tabs.tabs--dark .tab-list-outer {
  color: #003c4c;
  background: rgba(0, 60, 76, 0.15);
  border-color: #003c4c;
}
.tabs.tabs--dark .moving-tab {
  background: #003c4c;
}
.tabs.tabs--dark .tab-item {
  color: #003c4c;
}
.tabs.tabs--dark .tab-item.active {
  color: #ffffff;
}
.tabs.tabs--dark .tab-content {
  color: #003c4c;
}
.tabs.tabs--light .tab-list-outer {
  color: #ffffff;
  background: rgba(0, 60, 76, 0.15);
  border-color: #ffffff;
}
.tabs.tabs--light .moving-tab {
  background: #ffffff;
}
.tabs.tabs--light .tab-item {
  color: #ffffff;
}
.tabs.tabs--light .tab-item.active {
  color: #003c4c;
}
.tabs.tabs--light .tab-content {
  color: #8c868c;
}
.tabs .tab-list {
  display: inline-flex;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.tabs .tab-list-outer {
  border: 1px solid #003c4c;
  background: rgba(0, 60, 76, 0.15);
  padding: 0.6rem;
  border-radius: 50px;
  max-width: 46%;
  width: 100%;
  box-sizing: border-box;
}
.tabs .moving-tab {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #003c4c;
  border-radius: 50px;
  margin: 0;
  transition: left 0.3s linear;
}
.tabs .tab-item {
  padding: 2rem 4.5rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  color: #003c4c;
  border-radius: 50px;
  margin-bottom: 0;
  width: 50%;
  font-size: 2rem;
  text-align: center;
}
.tabs .tab-item.active {
  color: #8c868c;
}
.tabs .tab-content {
  color: #003c4c;
}
.tabs .tab-content .tab-pane {
  display: none;
}
@media (max-width: 1200px) {
  .tabs .tab-item {
    padding: 2rem 2.4rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .tabs .tab-list-outer {
    max-width: 52%;
  }
}
@media (max-width: 767px) {
  .tabs .tab-list-outer {
    max-width: 100%;
  }
  .tabs .tab-list-outer li {
    width: 50%;
  }
  table th, table td {
    padding: 1rem 1.5rem;
  }
}
.icon-img {
  border-radius: 2rem;
  background: #051f24;
  position: relative;
  width: 6.2rem;
  height: 6.2rem;
  display: inline-block;
}
.icon-img img,
.icon-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 3.2rem;
  max-height: 3.2rem;
  object-fit: contain;
}
.icon-img--left-top {
  border-radius: 0 2rem 2rem 2rem;
}
.icon-img--left-bottom {
  border-radius: 2rem 2rem 2rem 0;
}
.icon-img--right-top {
  border-radius: 2rem 0 2rem 2rem;
}
.icon-img--right-bottom {
  border-radius: 2rem 2rem 0 2rem;
}
.icon-img--small {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.5rem;
}
.icon-img--small.icon-img--left-top {
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}
.icon-img--small.icon-img--left-bottom {
  border-radius: 1.5rem 1.5rem 1.5rem 0;
}
.icon-img--small.icon-img--right-top {
  border-radius: 1.5rem 0 1.5rem 1.5rem;
}
.icon-img--small.icon-img--right-bottom {
  border-radius: 1.5rem 1.5rem 0 1.5rem;
}
.icon-img--md {
  width: 4.5rem;
  height: 4.5rem;
}
.icon-img--md img,
.icon-img--md svg {
  max-width: 2.9rem;
  max-height: 2.9rem;
}
.icon-img--md.icon-img--left-top {
  border-radius: 0 1rem 1rem 1rem;
}
.icon-img--md.icon-img--left-bottom {
  border-radius: 1rem 1rem 1rem 0;
}
.icon-img--md.icon-img--right-top {
  border-radius: 1rem 0 1rem 1rem;
}
.icon-img--md.icon-img--right-bottom {
  border-radius: 1rem 1rem 0 1rem;
}

.icon-play {
  background: #e0ffa8;
  color: #051f24;
  border-radius: 2rem 2rem 0 2rem;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.35s;
}
.icon-play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 2.2rem;
  max-height: 2.2rem;
  object-fit: contain;
}

@media (max-width: 767px) {
  .icon-img--small {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.accordion-item {
  color: #051f24;
  transition: border 0.35s;
  background: #f7f5ff;
  margin-bottom: 1rem;
}
.accordion-item.active {
  background: #e0ffa8;
}
.accordion-item.active .accordion-header {
  box-shadow: none !important;
}
.accordion-item.active svg:first-child {
  display: none;
}
.accordion-item.active svg:last-child {
  display: block;
}
.accordion-item.active .accordion-header {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
.accordion-item .content-entry a:hover {
  color: #051f24;
  text-decoration: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5rem;
  cursor: pointer;
  transition: padding 0.3s ease, background 0.3s ease;
}

.desktop-version .accordion-header:hover {
  background: #e0ffa8;
}

.accordion-title {
  max-width: calc(100% - 60px);
}

.accordion-icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 0.35s;
  border-radius: 50%;
}
.accordion-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accordion-icon svg:first-child {
  display: block;
}
.accordion-icon svg:last-child {
  display: none;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  padding: 0 5rem;
  transition: height 0.3s ease;
}
.accordion-content__in {
  padding-bottom: 5rem;
}

.accordion.accordion--light .accordion-item {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.accordion.accordion--light .accordion-icon:before, .accordion.accordion--light .accordion-icon:after {
  background: #ffffff;
}

@media (max-width: 767px) {
  .accordion + .hide-desktop {
    padding-top: 2rem;
  }
  .accordion-header {
    padding: 3rem 2rem;
  }
  .accordion-item.active .accordion-header {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .accordion-content {
    padding: 0 2rem;
  }
  .accordion-content__in {
    padding-bottom: 3rem;
  }
  .accordion-title {
    max-width: calc(100% - 30px);
  }
}
/* custom select*/
div.fancy-select {
  position: relative;
  color: #003c4c;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 240ms ease-out;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 2rem;
  line-height: 5rem;
  height: 5rem;
  font-weight: 400;
  border-radius: 1rem;
  border: 1px solid rgba(0, 60, 76, 0.5);
  background: #ecefff;
  padding: 0 3rem 0 1.6rem;
  max-width: 100%;
  width: 100%;
  color: #003c4c;
  outline: none;
}
div.fancy-select div.trigger.selected {
  color: #003c4c;
}

div.fancy-select div.trigger:after {
  content: "";
  position: absolute;
  right: 2rem;
  margin-top: -3px;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #003c4c;
}

div.fancy-select div.trigger.open {
  background: #fff;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 8;
  max-height: 250px;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 60, 76, 0.5);
  border-radius: 1rem;
  border-top: none;
  padding: 1rem 2.5rem 1rem 3rem;
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 100%;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 1rem 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #003c4c;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
  display: none;
}

div.fancy-select ul.options li.selected {
  font-weight: 600;
  color: #003c4c;
}

div.fancy-select ul.options li.hover {
  color: #003c4c;
}

.ia-form .form-row.flex {
  gap: 1rem;
}
.ia-form .form-row.flex input {
  max-width: calc(100% - 8.5rem);
}
.ia-form .form-input {
  position: relative;
}
.ia-form .form-input label {
  position: static;
  padding-bottom: 0.3rem;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  display: block;
  left: 1.3rem;
  top: 50%;
  pointer-events: none;
  transition: top 0.1s;
}
.ia-form input {
  border-radius: 4px;
  border: 1px solid #d8d5d8;
  background: #fcfbfc;
  padding: 1rem 1.3rem;
  font-family: "Goga", "Goga-fallback", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #003c4c;
  box-sizing: border-box;
}
.ia-form input.field-error, .ia-form input.error {
  border-color: #f8663a;
}
.ia-form input::-webkit-input-placeholder {
  color: #051f24;
  opacity: 1;
}
.ia-form input:-moz-placeholder {
  color: #051f24;
  opacity: 1;
}
.ia-form input::-moz-placeholder {
  color: #051f24;
  opacity: 1;
}
.ia-form input:-ms-input-placeholder {
  color: #051f24;
  opacity: 1;
}

.hbspt-form .hs_recaptcha {
  visibility: hidden;
  position: absolute !important;
}
.hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 2rem;
}
.hbspt-form fieldset.form-columns-2 {
  display: flex;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
  margin: 0 0 2rem;
}
.hbspt-form fieldset.form-columns-2 .input {
  margin-right: 0;
}
.hbspt-form fieldset.form-columns-3 {
  display: flex;
}
.hbspt-form fieldset.form-columns-3 .hs-form-field {
  margin: 0 0 2rem;
  width: 33.33% !important;
}
.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=number],
.hbspt-form input[type=tel],
.hbspt-form input[type=password],
.hbspt-form input[type=search],
.hbspt-form input[type=url],
.hbspt-form input[type=date],
.hbspt-form select,
.hbspt-form textarea {
  border-radius: 4px;
  border: 1px solid #d8d5d8;
  background: #fcfbfc;
  padding: 1rem 1.3rem;
  font-family: "Goga", "Goga-fallback", sans-serif;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #003c4c;
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  margin-bottom: 0rem;
}
.hbspt-form input[type=text].error,
.hbspt-form input[type=email].error,
.hbspt-form input[type=number].error,
.hbspt-form input[type=tel].error,
.hbspt-form input[type=password].error,
.hbspt-form input[type=search].error,
.hbspt-form input[type=url].error,
.hbspt-form input[type=date].error,
.hbspt-form select.error,
.hbspt-form textarea.error {
  border-color: #f8663a;
}
.hbspt-form input[type=text]::-webkit-input-placeholder,
.hbspt-form input[type=email]::-webkit-input-placeholder,
.hbspt-form input[type=number]::-webkit-input-placeholder,
.hbspt-form input[type=tel]::-webkit-input-placeholder,
.hbspt-form input[type=password]::-webkit-input-placeholder,
.hbspt-form input[type=search]::-webkit-input-placeholder,
.hbspt-form input[type=url]::-webkit-input-placeholder,
.hbspt-form input[type=date]::-webkit-input-placeholder,
.hbspt-form select::-webkit-input-placeholder,
.hbspt-form textarea::-webkit-input-placeholder {
  color: #051f24;
  opacity: 1;
}
.hbspt-form input[type=text]:-moz-placeholder,
.hbspt-form input[type=email]:-moz-placeholder,
.hbspt-form input[type=number]:-moz-placeholder,
.hbspt-form input[type=tel]:-moz-placeholder,
.hbspt-form input[type=password]:-moz-placeholder,
.hbspt-form input[type=search]:-moz-placeholder,
.hbspt-form input[type=url]:-moz-placeholder,
.hbspt-form input[type=date]:-moz-placeholder,
.hbspt-form select:-moz-placeholder,
.hbspt-form textarea:-moz-placeholder {
  color: #051f24;
  opacity: 1;
}
.hbspt-form input[type=text]::-moz-placeholder,
.hbspt-form input[type=email]::-moz-placeholder,
.hbspt-form input[type=number]::-moz-placeholder,
.hbspt-form input[type=tel]::-moz-placeholder,
.hbspt-form input[type=password]::-moz-placeholder,
.hbspt-form input[type=search]::-moz-placeholder,
.hbspt-form input[type=url]::-moz-placeholder,
.hbspt-form input[type=date]::-moz-placeholder,
.hbspt-form select::-moz-placeholder,
.hbspt-form textarea::-moz-placeholder {
  color: #051f24;
  opacity: 1;
}
.hbspt-form input[type=text]:-ms-input-placeholder,
.hbspt-form input[type=email]:-ms-input-placeholder,
.hbspt-form input[type=number]:-ms-input-placeholder,
.hbspt-form input[type=tel]:-ms-input-placeholder,
.hbspt-form input[type=password]:-ms-input-placeholder,
.hbspt-form input[type=search]:-ms-input-placeholder,
.hbspt-form input[type=url]:-ms-input-placeholder,
.hbspt-form input[type=date]:-ms-input-placeholder,
.hbspt-form select:-ms-input-placeholder,
.hbspt-form textarea:-ms-input-placeholder {
  color: #051f24;
  opacity: 1;
}
.hbspt-form textarea {
  resize: none !important;
  height: 7.6rem;
}
.hbspt-form .hs-richtext {
  font-size: 1.2rem;
}
.hbspt-form .hs-richtext p {
  font-size: 1.2rem;
}
.hbspt-form .hs-richtext a {
  text-decoration: underline;
  font-weight: 500;
}
.hbspt-form .hs-richtext a:hover {
  text-decoration: none;
}
.hbspt-form .hs-fieldtype-select {
  position: relative;
}
.hbspt-form .hs-fieldtype-select .input {
  position: relative;
}
.hbspt-form .hs-fieldtype-select .input:after {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  right: 0.9rem;
  top: 1.1rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">  <path d="M5 6.9978L8 9.9978L11 6.9978" stroke="%23051F24" stroke-width="1.3" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0;
  pointer-events: none;
}
.hbspt-form legend {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding-right: 8px;
  box-sizing: border-box;
}
.hbspt-form .hs-error-msgs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.hbspt-form .hs-error-msgs li {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
  background-color: #b3320c;
  padding: 0.1rem 0.5rem;
  color: #ffffff;
  border-radius: 0.4rem;
}
.hbspt-form .hs-error-msgs li label {
  position: static;
  font-size: 1.2rem;
  padding-bottom: 0;
  color: #ffffff !important;
}
.hbspt-form .hs_error_rollup {
  padding: 1rem 0;
  display: none;
}
.hbspt-form .hs_error_rollup .hs-error-msgs li {
  display: inline-block;
}
.hbspt-form label {
  top: 0;
  padding-bottom: 0.3rem;
  left: 0;
  font-size: 1.4rem;
  color: #ffffff;
  left: 1.3rem;
  top: 1.2rem;
  transform: translate(0, 0);
  pointer-events: none;
  transition: top 0.1s;
  display: block;
}
.hbspt-form label a {
  color: #ffffff;
}
.hbspt-form label.hs-error-msg {
  font-size: 1.2rem;
  position: static;
  transform: translate(0, 0);
  color: #ffffff;
}
.hbspt-form .hs-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: 1.4;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #e0ffa8;
  color: #051f24;
  font-family: "Goga", "Goga-fallback", sans-serif;
  border-bottom-left-radius: 0 !important;
  padding: 0.8rem 1.3rem 0.7rem;
  font-size: 1.5rem;
  border-radius: 1rem;
  border-width: 1px;
}
.hbspt-form .hs-button:hover, .hbspt-form .hs-button:focus {
  text-decoration: none;
  background: #c8e86b;
}

.bg--primary span[style="color: #131f36;"],
.bg--primary span[style="color: #000105;"],
.bg--primary .hbspt-form legend,
.cta-form span[style="color: #131f36;"],
.cta-form span[style="color: #000105;"],
.cta-form .hbspt-form legend,
.guide-cta span[style="color: #131f36;"],
.guide-cta span[style="color: #000105;"],
.guide-cta .hbspt-form legend,
.guide-hero__form span[style="color: #131f36;"],
.guide-hero__form span[style="color: #000105;"],
.guide-hero__form .hbspt-form legend {
  color: #ffffff !important;
}
.bg--primary .hs-richtext.hs-main-font-element h2 span,
.cta-form .hs-richtext.hs-main-font-element h2 span,
.guide-cta .hs-richtext.hs-main-font-element h2 span,
.guide-hero__form .hs-richtext.hs-main-font-element h2 span {
  color: #ffffff !important;
  font-size: 1.4rem;
  font-weight: 500;
}
.bg--primary .submitted-message,
.bg--primary .hs-richtext,
.cta-form .submitted-message,
.cta-form .hs-richtext,
.guide-cta .submitted-message,
.guide-cta .hs-richtext,
.guide-hero__form .submitted-message,
.guide-hero__form .hs-richtext {
  color: #ffffff;
}
.bg--primary .legal-consent-container a,
.cta-form .legal-consent-container a,
.guide-cta .legal-consent-container a,
.guide-hero__form .legal-consent-container a {
  color: #ffffff;
}

.bg--blue .hbspt-form label,
.bg--purple .hbspt-form label {
  color: #051f24;
}
.bg--blue .hbspt-form .hs-button,
.bg--purple .hbspt-form .hs-button {
  background: #051f24;
  color: #ffffff;
}
.bg--blue .hbspt-form .hs-button:hover,
.bg--purple .hbspt-form .hs-button:hover {
  background: #003c4c;
}

.legal-consent-container {
  margin-bottom: 2rem;
}

@media (max-width: 1310px) {
  .ia-form .form-row.flex {
    gap: 1rem;
  }
  .ia-form .form-row.flex input {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  div.fancy-select div.trigger {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
  }
}
.breadcrumbs {
  color: #51727b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
  gap: 0.5rem;
  color: #ffffff;
}
.breadcrumbs a {
  color: #ffffff;
  transition: border 0.35s;
  text-decoration: none;
  position: relative;
}
.breadcrumbs a:after {
  bottom: -0.2rem;
  position: absolute;
  right: 0;
  height: 0.1rem;
  background: #51727b;
  content: "";
  transition: width 0.35s;
  width: 100%;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs a:hover:after {
  width: 0%;
}

.page-template-global-styles-page {
  background: #ffffff;
}
.page-template-global-styles-page main {
  padding-top: 2rem;
}

.code-example {
  margin-bottom: 2rem;
}

.ptl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ptl .glyph {
  width: calc(25% - 1rem);
  box-sizing: border-box;
  background: #ffffff;
  padding: 2rem;
  border-right: 2rem;
}
.ptl .hidden-true,
.ptl .unitRight {
  display: none;
}
.ptl .pbs span {
  display: block;
  margin-bottom: 1rem;
}
.ptl .unit {
  border: none;
  width: 100%;
  height: 3rem;
  background: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.slick-arrow {
  font-size: 0;
  border: none;
  border-radius: 2.2rem;
  border: 0.1rem solid #f7f5ff;
  background: #fcfbfc;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1.2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  left: -2.3rem;
  cursor: pointer;
  border: none;
  transition: background 0.35s, color 0.35s;
}
.slick-arrow:hover {
  background: #051f24;
}
.slick-arrow:hover:before {
  color: #e0ffa8;
}
.slick-arrow:before {
  content: "\e900";
  color: #51727b;
  font-size: 3.2rem;
  font-family: "icomoon" !important;
  transition: color 0.35s;
}
.slick-arrow.slick-prev {
  transform: translate(0, -50%) rotate(180deg);
}
.slick-arrow.slick-disabled {
  pointer-events: none;
}
.slick-arrow.slick-disabled::before {
  color: #eeebf2;
}
.slick-arrow.slick-next {
  right: -2.3rem;
  left: auto;
}

@media (max-width: 1310px) {
  .slick-arrow {
    left: -1rem;
  }
  .slick-arrow.slick-next {
    right: -1rem;
  }
}
.slick-dots {
  text-align: center;
  padding: 3rem 0 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0 3px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 4rem;
  background: #003c4c;
}
.slick-dots li button {
  display: block;
  padding: 0;
  transition: width 0.35s, opacity 0.35s;
  text-indent: -9999px;
  width: 0.6rem;
  height: 0.6rem;
  border: none;
  border-radius: 4px;
  opacity: 0.7;
  background: #51727b;
}

.bg--gradient .slick-dots li.slick-active button {
  background: #e0ffa8;
}

/* header */
.menu-open .header.hidden-menu {
  transform: translateY(0);
}

.header {
  padding-top: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(0);
  transition: transform 0.35s;
}
.header.hidden-menu {
  transform: translateY(-100%);
}
.logged-in .header {
  top: 32px;
}
.header .header-left__logo {
  position: relative;
}
.header .header-left__logo:after {
  position: absolute;
  left: 100%;
  top: -1rem;
  bottom: -1rem;
  width: 0.9rem;
  content: "";
  z-index: 2;
  background: #f7f5ff;
}
.header .header-left__logo img {
  vertical-align: top;
}
.header__in {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 1.2rem;
  background: #f7f5ff;
  border: 1px solid #f7f5ff;
  position: relative;
}
.header__navigation > ul {
  padding: 0 0 0 2.3rem;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.header__navigation > ul > li {
  margin: 0 0 0 0.9rem;
}
.header__navigation > ul > li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header__navigation > ul > li:hover .mega-menu-overlay {
  opacity: 1;
}
.header__navigation > ul > li:hover > a {
  background: #e0ffa8;
}
.header__navigation > ul > li:hover > a:after {
  top: 0.7rem;
  transform: rotate(180deg);
}
.header__navigation > ul > li.hide-arrow > a {
  padding-right: 1.6rem;
}
.header__navigation > ul > li.hide-arrow > a:after {
  display: none !important;
}
.header__navigation > ul > li > a {
  padding: 0.9rem 2.5rem 0.9rem 1.6rem;
  display: block;
  position: relative;
  border-radius: 1rem;
  transition: background 0.35s;
}
.header__navigation > ul > li > a:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  height: 1.5rem;
}
.header__navigation > ul > li > a:after {
  position: absolute;
  right: 0;
  top: 0.4rem;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none">  <path d="M9.48999 13L12.49 16L15.49 13" stroke="%23051F24" stroke-width="1.3" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0;
}
.header__navigation > ul > li > a:hover {
  background: #e0ffa8;
}
.header__navigation > ul > li > a:hover:after {
  top: 0.8rem;
  transform: rotate(180deg);
}
.header-left {
  flex: 1;
  max-width: calc(100% - 210px);
}
.header-left .secondary-link-mobile {
  display: none;
}
.header-left__navigation {
  max-width: calc(100% - 90px);
  white-space: nowrap;
}
.header-left__navigation-caret-right, .header-left__navigation-caret-left {
  position: absolute;
  left: 11.3rem;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  border: none;
  background: #f7f5ff;
  border: none;
  margin-top: -13px;
  border-left: 1px solid #e0e0e0;
  opacity: 0;
  visibility: hidden;
}
.header-left__navigation-caret-right:after, .header-left__navigation-caret-left:after {
  top: -1rem;
  bottom: -1rem;
  left: -0.5rem;
  right: 0;
  content: "";
  position: absolute;
  background: #f7f5ff;
  z-index: -1;
}
.header-left__navigation-caret-left:before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  position: absolute;
  background: #e0e0e0;
}
.header-left__navigation-caret-right {
  left: auto;
  right: 214px;
  border: none;
  border-right: 1px solid #e0e0e0;
}
.header-left__contact-us-link {
  padding: 0.9rem 1.6rem;
  border-radius: 1rem;
}
.header-left__contact-us-link:hover {
  background: #e0ffa8;
}
.header-right {
  min-width: 194px;
}
.header-right + .header-right__login-list {
  display: none;
}
.header-right > a {
  transition: background 0.35s;
  padding: 0.8rem 1.3rem;
  border-radius: 1rem;
  position: relative;
}
.header-right > a.ia-btn:after {
  display: none;
}
.header-right > a:after {
  bottom: 0.6rem;
  position: absolute;
  left: 1.3rem;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.header-right > a:hover {
  text-decoration: none;
}
.header-right > a:hover:after {
  width: calc(100% - 2.6rem);
}
.header-right__login {
  position: relative;
  margin-right: 1.6rem;
  cursor: default;
}
.header-right__login:after {
  position: absolute;
  top: 100%;
  height: 1.3rem;
  left: 0;
  right: 0;
  content: "";
}
.header-right__login:hover .header-right__login-title {
  background: #e0ffa8;
  border: 1px solid #e0ffa8;
}
.header-right__login:hover .header-right__login-title:hover {
  background: #e0ffa8;
}
.header-right__login:hover .header-right__login-title:hover:after {
  top: 0.8rem;
  transform: rotate(180deg);
}
.header-right__login:hover .header-right__login-list {
  opacity: 1;
  visibility: visible;
}
.header-right__login:hover .header-right__login-list + .mega-menu-overlay {
  opacity: 1;
  visibility: visible;
}
.header-right__login-title {
  transition: background 0.35s, border 0.35s;
  border: 1px solid transparent;
  padding: 0.9rem 2.5rem 0.9rem 1rem;
  border-radius: 1rem;
  position: relative;
}
.header-right__login-title:after {
  position: absolute;
  right: 0;
  top: 0.4rem;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none">  <path d="M9.48999 13L12.49 16L15.49 13" stroke="%23051F24" stroke-width="1.3" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0;
}
.header-right__login-list {
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: calc(100% + 1.3rem);
  padding: 0 1.5rem 2rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  background: #eeebf2;
  list-style-type: none;
  margin: 0;
  transition: opacity 0.35s, visibility 0.35s;
}
.header-right__login-list.expanded {
  opacity: 1;
  visibility: visible;
}
.header-right__login-list.expanded + .mega-menu-overlay {
  opacity: 1;
  visibility: visible;
}
.header-right__login-list li {
  padding: 2rem 0 0;
  margin: 0;
}
.header-right__login-list li a {
  white-space: nowrap;
  position: relative;
}
.header-right__login-list li a:after {
  bottom: -0.2rem;
  position: absolute;
  left: 0;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.header-right__login-list li a:hover {
  text-decoration: none;
}
.header-right__login-list li a:hover:after {
  width: calc(100% - 1.6rem);
}
.header-right__login-list li a svg {
  margin-left: 0.5rem;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  right: 0;
  background: #fcfbfc;
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  margin-top: 2.5rem;
  white-space: normal;
  transition: opacity 0.2s ease-out, margin-top 0.2s ease-out, visibility 0.2s ease-out;
}
.mega-menu-overlay {
  inset: -100vw;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.35s;
}
.mega-menu#resources .mega-menu__announcement {
  display: none;
}
.mega-menu#resources .mega-menu__widgets-item:last-child {
  margin-right: 1rem;
}
.mega-menu a {
  text-underline-offset: 0.5rem;
}
.mega-menu a.ia-link:hover {
  text-decoration: none;
}
.mega-menu a:hover {
  text-decoration: underline;
}
.mega-menu ul {
  padding: 0.3rem 0 0 0.2rem;
  margin: 0;
  list-style-type: none;
}
.mega-menu__title {
  letter-spacing: 0.84px;
}
.mega-menu__products {
  flex: 1;
  box-sizing: border-box;
  padding: 1rem 0 1rem 1rem;
  gap: 1rem;
}
.mega-menu__products-nav {
  width: 28.5rem;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 2.3rem 1.7rem 2.3rem 2.9rem;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
}
.mega-menu__products-nav-bottom {
  padding-top: 3rem;
}
.mega-menu__products-nav-bottom a {
  text-decoration: underline;
}
.mega-menu__products-nav-bottom a:hover {
  text-decoration: none;
}
.mega-menu__products-nav ul {
  gap: 0.2rem;
  margin-left: -1.5rem;
  padding-top: 0.7rem;
}
.mega-menu__products-nav ul li {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.mega-menu__products-nav ul a {
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem !important;
  gap: 0.9rem;
  padding: 0.9rem 1.3rem;
  transition: background 0.35s;
}
.mega-menu__products-nav ul a:hover {
  background: #e9ffc2;
}
.mega-menu__products-nav ul a:after {
  display: none;
}
.mega-menu__products-nav ul a svg {
  display: none;
}
.mega-menu__products-nav ul a.active {
  background: #e9ffc2;
  cursor: pointer;
}
.mega-menu__products-nav ul a.active svg {
  display: block;
}
.mega-menu__products-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 2.3rem;
}
.mega-menu__products-links li {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.mega-menu__products-sub-links {
  padding: 1.6rem 0 0 !important;
  margin: 0 !important;
  gap: 0.9rem;
}
.mega-menu__products-sub-links li {
  padding-left: 2rem;
  position: relative;
}
.mega-menu__products-sub-links li:before {
  width: 0.3rem;
  height: 0.3rem;
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  border-radius: 50%;
  background: #051f24;
}
.mega-menu__products-sub-links li a {
  padding: 0 !important;
}
.mega-menu__products-link {
  display: inline-flex;
  font-size: 1.6rem !important;
}
.mega-menu__products-content {
  flex: 1;
}
.mega-menu__products-content-heading {
  background: #f3f3f3;
  padding: 1.8rem 3.3rem;
  color: #051f24;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 0.8rem;
  display: block;
  margin-bottom: 3.5rem;
  transition: background 0.35s;
}
.mega-menu__products-content-heading:after {
  display: none;
}
.mega-menu__products-content-heading:hover {
  background: #e0ffa8;
  text-decoration: none !important;
}
.mega-menu__products-content-description-inner {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
.mega-menu__products-content-description .ia-link {
  font-size: 1.6rem;
}
.mega-menu__products-content-cols {
  padding: 0 3.1rem 3rem;
  gap: 10rem;
}
.mega-menu__products ul {
  flex-wrap: wrap;
}
.mega-menu__products ul li {
  width: 50%;
  margin-bottom: 1.8rem;
}
.mega-menu__products ul li a {
  color: #051f24;
  font-size: 1.4rem;
  gap: 0.6rem;
  position: relative;
}
.mega-menu__products ul li a:after {
  bottom: -0.2rem;
  position: absolute;
  left: 0;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.mega-menu__products ul li a:hover {
  text-decoration: none;
}
.mega-menu__products ul li a:hover:after {
  width: 100%;
}
.mega-menu__success-services {
  width: 24.8%;
  margin: 1rem 0;
  border-radius: 0.8rem;
  box-sizing: border-box;
  padding: 2.4rem 4rem 1.3rem;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
}
.mega-menu__success-services a {
  gap: 0.9rem;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.mega-menu__success-services a:after {
  bottom: -0.2rem;
  position: absolute;
  left: 1.6rem;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.mega-menu__success-services a:hover {
  text-decoration: none;
}
.mega-menu__success-services a:hover:after {
  width: calc(100% - 1.4rem);
}
.mega-menu__success-services a:hover {
  text-decoration: none;
}
.mega-menu__announcement {
  width: 23.4%;
  padding-left: 1rem;
  box-sizing: border-box;
}
.mega-menu__announcement-in {
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 243, 243, 0.96) 100%);
  backdrop-filter: blur(7px);
  padding: 2.5rem 3rem;
  height: 100%;
  box-sizing: border-box;
}
.mega-menu__announcement-in .p3 {
  margin-bottom: 0.7rem;
  max-width: 92%;
}
.mega-menu__announcement-in .ia-link {
  display: inline-block;
}
.mega-menu__announcement-in img {
  vertical-align: top;
  margin-bottom: 1.8rem;
  border-radius: 0.4rem;
}
.mega-menu__by-size {
  margin: 1rem;
  width: 24.8%;
  box-sizing: border-box;
  padding: 2.4rem 2.7rem;
  font-size: 1.4rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
}
.mega-menu__by-size ul {
  padding-top: 1.9rem;
}
.mega-menu__by-size li {
  margin-bottom: 1.2rem;
}
.mega-menu__by-size a {
  gap: 1.3rem;
}
.mega-menu__by-size a span {
  position: relative;
}
.mega-menu__by-size a span:after {
  bottom: -0.2rem;
  position: absolute;
  left: 0;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.mega-menu__by-size a:hover {
  text-decoration: none;
}
.mega-menu__by-size a:hover span:after {
  width: 100%;
}
.mega-menu__industries {
  flex: 1;
  padding: 2.6% 3.4rem 3rem 3rem;
}
.mega-menu__industries ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.3rem;
  font-size: 1.4rem;
}
.mega-menu__industries ul li {
  width: 50%;
  padding-right: 2rem;
  box-sizing: border-box;
  margin-bottom: 1.9rem;
}
.mega-menu__industries ul li a {
  position: relative;
}
.mega-menu__industries ul li a:after {
  bottom: -0.2rem;
  position: absolute;
  left: 0;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.mega-menu__industries ul li a:hover {
  text-decoration: none;
}
.mega-menu__industries ul li a:hover:after {
  width: 100%;
}
.mega-menu__widgets {
  flex: 1;
  padding: 1rem 0 1rem;
}
.mega-menu__widgets-item {
  width: calc(33.33% - 1rem);
  margin-left: 1rem;
  border-radius: 8px;
  padding: 1.9rem 2.2rem 1.9rem 1.9rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  gap: 1.6rem;
  transition: box-shadow 0.35s, background 0.35s;
}
.mega-menu__widgets-item:hover {
  background: #eeebf2;
  text-decoration: none !important;
}
.mega-menu__widgets-img {
  border-radius: 1.5rem 1.5rem 0 1.5rem;
  position: relative;
  padding-top: 71.9%;
  width: 42.8%;
  overflow: hidden;
}
.mega-menu__widgets-img img {
  position: absolute;
  inset: 0;
  max-height: 100%;
  width: 100%;
}
.mega-menu__widgets-title {
  font-size: 1.6rem;
}
.mega-menu__widgets-description {
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 0.5rem;
}
.mega-menu__widgets-body {
  flex: 1;
}
.mega-menu__deco {
  flex: 1;
  position: relative;
}
.mega-menu__deco::before {
  width: 6rem;
  height: 6rem;
  content: "";
  background: #e0ffa8;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
  left: calc(35.3% - 4rem);
  top: 60%;
  position: absolute;
}
.mega-menu__deco::after {
  width: 6rem;
  height: 6rem;
  content: "";
  background: #e0ffa8;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
  bottom: 60%;
  left: calc(4rem + 35.3%);
  position: absolute;
}
.mega-menu__deco-img {
  width: 35.3%;
  padding-top: 35.3%;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
  position: absolute;
  overflow: hidden;
  top: 2rem;
  left: 2rem;
  pointer-events: none;
}
.mega-menu__deco-img--2 {
  left: calc(35.3% + 4rem);
  top: auto;
  bottom: 2rem;
  width: 34.2%;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
}
.mega-menu__deco-img img {
  position: absolute;
  inset: 0;
  max-height: 100%;
  object-fit: cover;
}
.mega-menu__deco-img span {
  display: none;
}
.mega-menu__client {
  width: 24.7%;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  box-sizing: border-box;
  padding: 2rem 7.6rem 2rem 4rem;
  margin: 1rem 1rem 1rem 0;
  position: relative;
  transition: box-shadow 0.35s, background 0.35s;
}
.mega-menu__client.pointer-events-none {
  pointer-events: none;
}
.mega-menu__client:hover {
  background: #eeebf2;
}
.mega-menu__client a:hover {
  text-decoration: none;
}
.mega-menu__client a:before {
  position: absolute;
  inset: 0;
  content: "";
}
.mega-menu__client-title {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.mega-menu__client-description {
  font-size: 1.2rem;
  font-weight: normal;
}
.mega-menu__partner {
  width: 24.7%;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  box-sizing: border-box;
  padding: 2.5rem 3.8rem 1.4rem;
  margin: 1rem 0;
}
.mega-menu__partner a {
  position: relative;
}
.mega-menu__partner a:after {
  bottom: -0.2rem;
  position: absolute;
  left: 0;
  height: 0.1rem;
  background: #051f24;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.mega-menu__partner a:hover {
  text-decoration: none;
}
.mega-menu__partner a:hover:after {
  width: 100%;
}
.mega-menu__partner-title {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.mega-menu__partner-description {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1.3rem;
  max-width: 93%;
}
.mega-menu__partner ul {
  padding-left: 0;
}
.mega-menu__partner ul li {
  margin-bottom: 1.4rem;
}
.mega-menu__partner ul li a {
  gap: 1rem;
  font-size: 1.4rem;
  display: inline-block;
}
.mega-menu__partner ul li a:after {
  left: 1.6rem;
}
.mega-menu__partner ul li a:hover {
  text-decoration: none;
}
.mega-menu__partner ul li a:hover:after {
  width: calc(100% - 1.4rem);
}
.mega-menu__partner ul li a:hover b {
  text-decoration: none;
}

#mobile-toggle,
.mobile-menu {
  display: none;
}

@media (max-width: 1320px) {
  .header__navigation > ul {
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  .mega-menu__products-link {
    font-size: 1.4rem !important;
    padding: 0 !important;
    display: flex !important;
  }
  .mega-menu__products-content-heading {
    padding: 1.3rem;
    font-size: 1.6rem;
  }
  .mega-menu__products-nav {
    width: 22.5rem;
  }
  .mega-menu__products-content-cols {
    padding: 0 0 3rem;
    gap: 4rem;
  }
}
@media (max-width: 1215px) {
  .header-right__login:after {
    display: none;
  }
  .header-right__login:hover:before {
    position: absolute;
    top: calc(100% - 6px);
    right: 166px;
    width: 135px;
    height: 20px;
    content: "";
  }
  .header-left__navigation-caret-right.show,
  .header-left__navigation-caret-left.show {
    opacity: 1;
    visibility: visible;
  }
  .header-left .secondary-link-mobile {
    display: block;
  }
  .header-left__navigation {
    overflow: hidden;
  }
  .header-right .secondary-link-desktop {
    display: none;
  }
  .header-right + .header-right__login-list {
    display: block;
  }
  .header-right__login {
    position: static;
  }
  .header-right__login-list {
    left: auto;
    right: 166px;
  }
}
@media (max-width: 1100px) {
  .header__navigation > ul {
    padding-left: 1rem;
  }
  .header__navigation > ul > li {
    margin-left: 0;
  }
  .header__navigation > ul > li > a {
    font-size: 1.4rem;
  }
  .header-right > a, .header-right__login-title {
    font-size: 1.4rem;
  }
  .header-left .secondary-link-mobile {
    font-size: 1.4rem;
  }
  .mega-menu__announcement {
    width: 28.8%;
  }
  .mega-menu__success-services {
    width: 28.8%;
    padding: 2.4rem 2.4rem 1.3rem;
  }
}
@media (max-width: 1023px) {
  .header-left .secondary-link-mobile {
    display: none;
  }
  .mega-menu__products {
    flex-direction: column-reverse;
  }
  .mega-menu__products-nav {
    background: transparent;
    padding: 0;
  }
  .mega-menu__products-nav-top {
    display: none;
  }
  .mega-menu__products-nav-bottom a {
    font-size: 1.4rem;
  }
  .mega-menu__products-content-description-inner {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .mega-menu__products-content-description .ia-link {
    font-size: 1.4rem;
  }
  .mega-menu__products-content-item {
    display: block !important;
    min-height: 1px !important;
  }
  .mega-menu__products-content-item:last-child .mega-menu__products-content-cols {
    padding-bottom: 0;
  }
  .mega-menu__products-content-heading {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .mega-menu__products-content-cols {
    flex-direction: column;
    gap: 2.3rem;
  }
}
@media screen and (max-width: 782px) {
  .logged-in .header,
  .logged-in .mobile-menu {
    top: 46px;
  }
}
@media (max-width: 1023px) {
  .header {
    padding-top: 1.6rem;
  }
  .header .inner {
    padding: 0 1rem;
  }
  .header__in {
    padding: 0.4rem 0.5rem 0.4rem 1rem;
  }
  .header__navigation {
    display: none;
  }
  .header .header-left__logo:after, .header .header-left__navigation-caret-right, .header .header-left__navigation-caret-left, .header .header-left__contact-us-link {
    display: none;
  }
  .header-right {
    min-width: 1px;
  }
  .header-right__login,
  .header-right > a {
    display: none;
  }
  .header-right__login.ia-btn--left,
  .header-right > a.ia-btn--left {
    display: block;
    border-radius: 1rem 1rem 0 1rem !important;
  }
  .header-right__login.ia-btn--right,
  .header-right > a.ia-btn--right {
    display: none;
  }
  #mobile-toggle {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    padding: 0;
    margin: 0 1.5rem;
    border-radius: 0;
    background: transparent !important;
  }
  #mobile-toggle:before, #mobile-toggle:after,
  #mobile-toggle span {
    background: #051f24;
    height: 2px;
    border-radius: 2px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #mobile-toggle span {
    top: 50%;
    margin-top: -1px;
    transition: opacity 0.35s;
  }
  #mobile-toggle:after {
    top: auto;
    bottom: 0;
  }
  #mobile-toggle.active span {
    opacity: 0;
  }
  #mobile-toggle.active::before {
    transform: rotate(45deg);
    top: 7px;
  }
  #mobile-toggle.active::after {
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    padding-top: 7rem;
    z-index: 98;
    display: block;
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
    overflow: hidden;
  }
  .mobile-menu.expanded {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu__overlay {
    position: absolute;
    inset: 0;
    background: #051f24;
    opacity: 0.8;
  }
  .mobile-menu__body {
    border-radius: 10px;
    border-top: 1px solid #f7f5ff;
    border-bottom: 1px solid #f7f5ff;
    background: #fcfbfc;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 7rem;
    left: 1rem;
    right: 1rem;
    max-height: calc(100% - 8rem);
    overflow-y: auto;
    transition: transform 0.35s;
    transform: translate(120%, 0);
  }
  .mobile-menu__body.mobile-menu__success-services .mega-menu__partner {
    display: block;
    padding: 2rem 0 0;
    width: auto;
    background: transparent;
  }
  .mobile-menu__body.mobile-menu__success-services .mega-menu__partner ul li {
    margin-bottom: 2.4rem;
  }
  .mobile-menu__body.mobile-menu__success-services .mega-menu__partner ul li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__body.mobile-menu__success-services .mega-menu__partner ul li a {
    display: inline-flex;
  }
  .mobile-menu__body.mobile-menu__success-services .mega-menu__deco {
    display: none;
  }
  .mobile-menu__body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .mobile-menu__body.mobile-menu__main, .mobile-menu__body.expanded {
    transform: translate(0, 0);
  }
  .mobile-menu__body.disable {
    transform: translate(-120%, 0);
  }
  .mobile-menu__main .menu-item {
    margin-bottom: 0;
  }
  .mobile-menu__main-link,
  .mobile-menu__main .menu-item a {
    padding: 1.6rem 2rem;
    display: block;
    border-bottom: 1px solid #eeebf2;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
  }
  .mobile-menu__main .menu-item a:after {
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    margin-top: -1.2rem;
    transform: rotate(-90deg);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none">  <path d="M9.48999 13L12.49 16L15.49 13" stroke="%23051F24" stroke-width="1.3" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0;
  }
  .mobile-menu__main-bottom {
    border-radius: 0px 0px 1rem 1rem;
    background: #f7f5ff;
    padding: 2.6rem 2rem 2.9rem;
    display: flex;
    align-items: center;
  }
  .mobile-menu__main-bottom a {
    display: block;
    width: 50%;
    font-weight: 500;
    text-decoration: underline;
    font-size: 1.4rem;
  }
  .mobile-menu__main-bottom a + a {
    padding-left: 2rem;
  }
  .mobile-menu__main-bottom a svg {
    width: 0.6em;
    margin-left: 0.2rem;
  }
  .mobile-menu__heading {
    text-align: center;
    background: #eeebf2;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 1.5rem 0;
  }
  .mobile-menu__back {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 2rem;
  }
  .mobile-menu__back:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    margin-top: -1.6rem;
    transform: rotate(90deg);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none">  <path d="M9.48999 13L12.49 16L15.49 13" stroke="%23051F24" stroke-width="1.3" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0/3rem 3rem;
  }
  .mobile-menu .mega-menu__announcement {
    display: none;
  }
  .mobile-menu .mega-menu__in {
    flex-direction: column;
    padding: 0 2rem 2rem;
  }
  .mobile-menu .mega-menu__title {
    font-size: 1.2rem;
    padding: 0.9rem 0;
    font-weight: normal !important;
    line-height: 1.2;
    text-transform: capitalize !important;
    letter-spacing: 0;
    margin-bottom: 1.3rem !important;
    border-bottom: 1px solid #eeebf2;
  }
  .mobile-menu .mega-menu__products, .mobile-menu .mega-menu__industries {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .mobile-menu .mega-menu__products ul li, .mobile-menu .mega-menu__industries ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .mobile-menu .mega-menu__products ul li:first-child a, .mobile-menu .mega-menu__industries ul li:first-child a {
    padding-top: 0.5rem;
  }
  .mobile-menu .mega-menu__products ul li:last-child a, .mobile-menu .mega-menu__industries ul li:last-child a {
    padding-bottom: 0;
  }
  .mobile-menu .mega-menu__products ul li a, .mobile-menu .mega-menu__industries ul li a {
    font-weight: 500;
    display: block;
    padding: 1rem 0 1.1rem;
  }
  .mobile-menu .mega-menu__products ul li a:after, .mobile-menu .mega-menu__industries ul li a:after {
    display: none !important;
  }
  .mobile-menu .mega-menu__products {
    padding-top: 0.9rem;
  }
  .mobile-menu .mega-menu__success-services {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  .mobile-menu .mega-menu__success-services a {
    padding: 0.5rem 0;
  }
  .mobile-menu .mega-menu__by-size {
    width: 100%;
    padding: 0.9rem 0 0;
    background: transparent;
    margin: 0;
  }
  .mobile-menu .mega-menu__by-size li:last-child {
    margin-bottom: 0.6rem;
  }
  .mobile-menu .mega-menu__widgets {
    flex-direction: column;
    padding: 2rem 0 0;
  }
  .mobile-menu .mega-menu__widgets-item {
    width: calc(100% - 1rem);
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }
  .mobile-menu .mega-menu__widgets-item:last-child {
    margin-bottom: 0;
  }
  .mobile-menu .mega-menu__widgets-img {
    width: 6.3rem;
    height: 6.3rem;
    padding-top: 0;
    border-radius: 1.2rem 1.2rem 0 1.2rem;
  }
  .mobile-menu .mega-menu__widgets-img img {
    object-fit: cover;
  }
  .mobile-menu .mega-menu__widgets-title {
    font-size: 1.4rem;
  }
  .mobile-menu .mega-menu__widgets-description {
    display: none;
  }
  .mobile-menu .mega-menu__deco {
    width: 100%;
    padding-top: 2rem;
  }
  .mobile-menu .mega-menu__deco::before, .mobile-menu .mega-menu__deco::after {
    display: none;
  }
  .mobile-menu .mega-menu__deco-img {
    width: 100%;
    padding-top: 0;
    border-radius: 0;
    position: static;
    overflow: visible;
    pointer-events: inherit;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .mobile-menu .mega-menu__deco-img--2 {
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
  }
  .mobile-menu .mega-menu__deco-img img {
    position: static;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    width: 8.4rem;
    max-height: 100%;
    object-fit: cover;
  }
  .mobile-menu .mega-menu__deco-img span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4rem;
    display: block;
    font-weight: 500;
  }
  .mobile-menu .mega-menu__client, .mobile-menu .mega-menu__partner {
    display: none;
  }
  .is-safari .mobile-menu__back:after {
    margin-top: -1.4rem;
  }
}
/* footer */
.footer a {
  color: #ffffff;
  position: relative;
  transition: color 0.35s;
}
.footer a:hover {
  color: #e0ffa8;
}
.footer a:after {
  bottom: -0.2rem;
  position: absolute;
  left: 0;
  height: 0.1rem;
  background: #ffffff;
  content: "";
  transition: width 0.35s;
  width: 0%;
}
.footer a:hover {
  text-decoration: none;
}
.footer a:hover:after {
  width: 100%;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__bottom {
  margin-bottom: 1.4rem;
}
.footer__top {
  margin-bottom: 8.4rem;
  gap: 1rem;
}
.footer__top-right {
  width: 75%;
}
.footer__logo, .footer__socials, .footer__app {
  width: 25%;
}
.footer__logo li, .footer__socials li, .footer__app li {
  margin: 0 1.2rem 0 0;
}
.footer__socials a:after, .footer__logo a:after {
  display: none;
}
.footer__app {
  margin: 0 -1rem;
}
.footer__app a {
  max-width: calc(50% - 2rem);
  margin: 0 1rem;
}
.footer__app a:after {
  display: none;
}
.footer__heading {
  text-transform: uppercase;
  color: #b8e1ff;
  opacity: 0.7;
  letter-spacing: 1px;
  margin-bottom: 1.7rem;
}
.footer__address {
  width: 34.5%;
}
.footer__address .entry-content div {
  margin-bottom: 0.6rem;
}
.footer__phones {
  width: 34.5%;
}
.footer__company-menu {
  flex: 1;
}
.footer__company-menu ul li {
  width: 50%;
  margin-bottom: 1.3rem;
}
.footer__company-menu ul li a {
  display: inline-block;
}
.footer__menu {
  width: 50%;
}
.footer__menu ul {
  justify-content: flex-start;
}
.footer__menu ul li {
  margin: 0 2.4rem 0 0;
}
.footer__menu ul li:last-child {
  margin-top: 1rem;
}
.footer__copyright {
  padding-top: 2.5rem;
  border-top: 1px dotted #51727b;
}

body #hs-eu-cookie-confirmation {
  top: auto !important;
  bottom: 1.6rem !important;
}

#hs_show_banner_button {
  position: fixed;
  z-index: 90;
  left: 1.6rem;
  display: none;
  bottom: 1.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#hs-eu-confirmation-button {
  display: inline-block !important;
  text-align: center !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  border: 1px solid transparent !important;
  transition: all 0.3s !important;
  box-sizing: border-box !important;
  background: #051f24 !important;
  color: #ffffff !important;
  font-family: "Goga", "Goga-fallback", sans-serif !important;
  border-radius: 2rem 2rem 2rem 0 !important;
}
#hs-eu-confirmation-button:hover {
  background: #003c4c !important;
}

@media (min-width: 1024px) {
  .footer__company-menu nav {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 2.5rem !important;
  }
  .footer__bottom {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 0.4rem;
  }
  .footer__top {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 2.7rem;
  }
  .footer__top-right {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer__logo {
    display: none;
  }
  .footer__heading {
    margin-bottom: 0.7rem;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__app {
    order: 1;
  }
  .footer__menu {
    order: 2;
    width: 50%;
  }
  .footer__menu ul li {
    width: 40%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .footer__address {
    width: 100%;
    margin-bottom: 2.2rem;
  }
  .footer__address .entry-content div {
    display: inline;
  }
  .footer__phones {
    width: 100%;
  }
  .footer__phones__in {
    display: flex;
    justify-content: space-between;
  }
  .footer__phones__in .mb-1 {
    width: 50%;
  }
  .footer__socials {
    flex: 1;
    justify-content: flex-end;
  }
  .footer__socials li:last-child {
    margin-right: 0;
  }
  .footer__app {
    width: 14rem;
    min-width: 14rem;
    display: block;
  }
  .footer__app a {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
  }
  .footer__app a img {
    width: 10rem;
  }
  .footer__copyright {
    border: none;
    padding-top: 1.4rem;
  }
  .footer__company-menu {
    width: 100%;
    margin-top: 1.1rem;
    border-bottom: 1px dashed #51727b;
    border-top: 1px dashed #51727b;
    padding: 1.5rem 0 1.2rem;
  }
  .footer__company-menu--legacy {
    border-top: none;
    margin-top: 0;
  }
  .footer__company-menu nav {
    display: none;
  }
  .footer__company-menu nav ul {
    padding-top: 1.5rem;
  }
  .footer__company-menu .footer__heading {
    color: #b8e1ff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
  }
  .footer__company-menu .footer__heading:after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">  <path d="M5 7.3335L8 10.3335L11 7.3335" stroke="white" stroke-width="1.3" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.8rem;
  }
  .footer__company-menu .footer__heading.expanded:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .footer__app a img {
    width: 14rem;
  }
  .footer__app a:last-child {
    display: none;
  }
  .footer__copyright {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start !important;
  }
  .footer__copyright-left span {
    display: block;
  }
}

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