.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,233,204;--color-primary-1:254,188,102;--color-primary-2:253,143,0;--color-primary-3:216,146,9;--color-primary-4:51,29,0;--color-secondary-0:249,252,251;--color-secondary-1:236,246,242;--color-secondary-2:216,236,229;--color-secondary-3:108,118,115;--color-secondary-4:32,35,34;--color-tertiary-0:255,255,255;--color-tertiary-1:133,192,254;--color-tertiary-2:51,150,254;--color-tertiary-3:31,90,152;--color-tertiary-4:7,13,93;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ { background-color:#092f5f;background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ.adaptive-delivery-prevent-bg, #SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ.lazyload, #SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ.lazyloading { background-image: none; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container { background-color: transparent; background-image: none; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container > .video-iframe-container { display: none; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row > .video-iframe-container { display: none; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container { border-width: 0; border-radius: 0; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container { width:60rem;height:53.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VX697LtIeDKuIC03uldHLywCm8s0dS4J { color:#f8f9fa;display:block;width:60rem;position:absolute;font-family:quicksand;font-size:2.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.48828125rem;left:0rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a310BX2JEyzAi8Gd7y3XrhAFxObEc2da { color:#092f5f;display:block;width:52.2476875rem;position:absolute;font-family:"cormorant sc";font-size:6.6875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:4.98828125rem;left:3.8757820129394rem;height:13.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecXTX1r8WabLrCOlZZd8Jtm9NklxbtRy { color:#ed8127;display:block;width:41.1851875rem;position:absolute;font-family:quicksand;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75001525878906rem;left:8.6187515258787rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCGP3rsANMGFMWhQAgmLJVaHeisZH60r { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:26.75rem;left:10.78750038147rem;display:block; }
#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g { background-color:rgba(0,126,178,0.88);background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g.adaptive-delivery-prevent-bg, #NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g.lazyload, #NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g.lazyloading { background-image: none; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container { background-color: transparent; background-image: none; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container > .video-iframe-container { display: none; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row > .video-iframe-container { display: none; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container { border-width: 0; border-radius: 0; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container { width:60rem;height:34.5625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#U8lJxIzFB5QqGXwsam3DRkuQUxTPOOoi { display:block;width:60rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:2.51875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1D9OiRAQ02zFm0IZIssunAoP2X4LZBH { display:block;width:51.625rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.25rem;left:4.1875rem;height:5.0375rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROSop6Ik7qgIClVnKLal3gJz9JxLcm9m { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:27.625rem;overflow:hidden;display:block; }
#M17EWrbN30g7OEGn9BxavOtg8TDnVcVm { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant sc";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.125rem;left:20.500001907349rem;display:block; }
#HZb8nTV7oE7DwxZaRu3C37Id71SBFUWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RP0F2mIm41tagN30W6Fb5AhTHFrTtVwe { color:#013f6f;display:block;width:49.8125rem;position:absolute;font-family:"cormorant sc";font-size:6rem;font-weight:400;z-index:15003;line-height:.7;letter-spacing:0;top:8.4937505722044rem;left:5.09375rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jk81oeAegatpKQvF9by7Rllbn7WL7BTP { color:#013f6f;display:block;width:52.5625rem;position:absolute;font-family:allura;font-size:6.5625rem;font-weight:400;z-index:15004;line-height:.7;letter-spacing:0;top:14.743750572204rem;left:5.09375rem;height:4.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container { background-color: transparent; background-image: none; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container > .video-iframe-container { display: none; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row > .video-iframe-container { display: none; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container { border-width: 0; border-radius: 0; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container { font-size:0.875rem;font-family:arial;height:156.75rem;width:60rem;position:relative;display:block; }#F6WI6kzEkDa5H770OvW3bOwfyxHLHqtS { color:#013f6f;display:block;width:37.6875rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.28125rem;height:13.89375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#geTiRF1F1QESc2czZrR8pstrrRc7ua8R { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.9375rem;width:19.4375rem;top:1.6656265258789rem;left:40.041667938233rem;overflow:hidden;display:block; }
#z3Bh7BHMfsepulMdsTWqEGsDJkptVAP6 { color:#013f6f;display:block;width:56rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.906250953674rem;left:1.28125rem;height:16.98125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iAJTHnBF9ObMTHldzudiRlZHf3fZg13f { color:#013f6f;display:block;width:57.5rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:43.312496185302rem;left:1.25rem;height:;text-align:left;text-align-last:left;display:block; }#iAJTHnBF9ObMTHldzudiRlZHf3fZg13f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iAJTHnBF9ObMTHldzudiRlZHf3fZg13f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
#mFLSXcTFv0zehZZ91Q5pF02WM2gK1rgE { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant sc";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:151.3125rem;left:19.374999046326rem;display:block; }
#vc3zCBaTacfpp8QyPoRPSnqPMF5nG9Rp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGX9SOxUA9QJzkMFah2Qdc0sySyWmFIw { color:#013f6f;display:block;width:57.75rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:68.856250762938rem;left:1.125rem;height:37.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iwsPb8B0kPAwFwUtpIEN0JWoBp5ZhMhI { color:#fac241;display:block;width:57.125rem;position:absolute;font-family:"cormorant sc";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.750000953674rem;left:1.4375rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWMGI0FlAbwoe0nCHmAC6zN9s9fnnszM { color:#fac241;display:block;width:57.125rem;position:absolute;font-family:"cormorant sc";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:107.21666622162rem;left:1.28125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0E0wS1WP0npX4SIkfk5stpc8GTiTFzF { color:#092f5f;display:block;width:56.7479375rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:111.07291793823rem;left:1.6260423660278rem;height:38.59375rem;display:block; }
#rziJCkM40zdpgWrwRNGEKWZKgnOylP7G { color:#013f6f;display:block;width:56rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:55.28125rem;left:1.28125rem;height:1.54375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TA6A8nv2g7C0rBpPPvbmlaspJXA7oslQ { color:#013f6f;display:block;width:57.5rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:58.324999809265rem;left:1.25rem;height:8.96875rem;text-align:left;text-align-last:left;display:block; }#TA6A8nv2g7C0rBpPPvbmlaspJXA7oslQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TA6A8nv2g7C0rBpPPvbmlaspJXA7oslQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa { position:relative;display:block; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa { background-color: transparent; background-image: none; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container > .video-iframe-container { display: none; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row > .video-iframe-container { display: none; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa { border-width: 0; border-radius: 0; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n1SPu7MBpexnMkqWfOZmrrHUTTWkZuSJ { color:#013f6f;display:block;width:53.5rem;position:absolute;font-family:quicksand;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1234321594238rem;left:2.6875rem;height:13.19375rem;font-style:normal;display:block; }#n1SPu7MBpexnMkqWfOZmrrHUTTWkZuSJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n1SPu7MBpexnMkqWfOZmrrHUTTWkZuSJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
#bKa7LnuIPbmgBtlbJqIaVLyKAeSqM0xp { color:#fac241;display:block;width:60rem;position:absolute;font-family:"cormorant sc";font-size:2rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.98046875rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIbBSxHkxOID65KzUIS3W3bH5xbD7oVh { color:#013f6f;display:block;width:45.875rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5804691314698rem;left:3.25rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container { background-color: transparent; background-image: none; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container > .video-iframe-container { display: none; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row > .video-iframe-container { display: none; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container { border-width: 0; border-radius: 0; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#fPcgzyAtgXcEFDUyzEpCE1LJdeEiiH3E { color:#fac241;display:block;width:60rem;position:absolute;font-family:"cormorant sc";font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEl3So81i8xbCe91PohEk0s1vDD1E5q3 { color:#013f6f;display:block;width:53.5rem;position:absolute;font-family:quicksand;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9968757629394rem;left:3.25rem;height:1.70625rem;font-style:normal;display:block; }#gEl3So81i8xbCe91PohEk0s1vDD1E5q3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gEl3So81i8xbCe91PohEk0s1vDD1E5q3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
#VaFkz15rQWutSH9V5HJRrcmmbaipEw7m { z-index:15012;top:10.1875rem;left:19.312499046326rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.81145625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hTUZbXnHkXPepFVQqqqZZl1D3TH1tRMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { background-color: transparent; background-image: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { border-width: 0; border-radius: 0; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.6875rem;width:60rem;position:relative;display:block; }#IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { display:block;width:29.5625rem;position:absolute;font-family:allura;font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:30.4375rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { display:block;width:29.5rem;position:absolute;font-family:"cormorant sc";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:30.4375rem;height:1.4625rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 { display:block;width:29.4375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:4.6875rem;left:30.5625rem;height:20.71875rem;color:#2b3c41;text-align:left;text-align-last:left;display:block; }
#GO44o4aekOrG40UHO202AHqubK9wK8An { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.3125rem;width:31.375rem;top:1.9375rem;left:-1.6875rem;display:block; }
#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/lXbJqk5B/bg2.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4.adaptive-delivery-prevent-bg, #sgKLEwSE0PGfhwRvl0EQC1sygDApqls4.lazyload, #sgKLEwSE0PGfhwRvl0EQC1sygDApqls4.lazyloading { background-image: none; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container { background-color: transparent; background-image: none; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container > .video-iframe-container { display: none; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row > .video-iframe-container { display: none; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container { border-width: 0; border-radius: 0; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:13.125rem;width:60rem;position:relative;display:block; }#ZGJbxvz563L5iaT6uugTNiDCFlhPevla { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:1.6067657470703rem;left:1.3125rem;height:8rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OgyJlEWT30r8T7I3JXvRbtKyZ5MTnTLT { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:11rem;left:9rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTTQRxob69I3yO6anTrdnEdNQh1vrxLo { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:2.4023399353027rem;left:32.500001907349rem;height:4.8rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#H4NX6yxbntKZzJO0hl3F1KXbcOl8CIPy { display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:10.319007873535rem;left:46.625001907349rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container { background-color: transparent; background-image: none; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container > .video-iframe-container { display: none; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row > .video-iframe-container { display: none; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container { border-width: 0; border-radius: 0; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#v2sMHbsKxJ0qOMXAcZIbi5T14TErQFrU { position:absolute;display:block;z-index:15023;height:13.375rem;width:35.5625rem;top:1.77978515625rem;left:12.216796875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ { display:block; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX697LtIeDKuIC03uldHLywCm8s0dS4J { width:47.75rem;height:6rem;top:19.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a310BX2JEyzAi8Gd7y3XrhAFxObEc2da { width:47.75rem;height:13.375rem;top:4.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXTX1r8WabLrCOlZZd8Jtm9NklxbtRy { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #WCGP3rsANMGFMWhQAgmLJVaHeisZH60r { width:40rem;height:22.5rem;top:26.75rem;left:4.6625003814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g { display:block; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8lJxIzFB5QqGXwsam3DRkuQUxTPOOoi { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1D9OiRAQ02zFm0IZIssunAoP2X4LZBH { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROSop6Ik7qgIClVnKLal3gJz9JxLcm9m { width:4.75rem;height:4.75rem;top:0rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M17EWrbN30g7OEGn9BxavOtg8TDnVcVm { width:19rem;height:3.875rem;top:28.125rem;left:14.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZb8nTV7oE7DwxZaRu3C37Id71SBFUWb { display:block; }
 }@media only screen and (max-width: 763px) { #RP0F2mIm41tagN30W6Fb5AhTHFrTtVwe { top:8.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk81oeAegatpKQvF9by7Rllbn7WL7BTP { top:14.6875rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 { display:block; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6WI6kzEkDa5H770OvW3bOwfyxHLHqtS { width:37.6875rem;height:13.875rem;top:1.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geTiRF1F1QESc2czZrR8pstrrRc7ua8R { width:19.4375rem;height:12.9375rem;top:1.625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Bh7BHMfsepulMdsTWqEGsDJkptVAP6 { width:47.75rem;height:16.9375rem;top:24.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAJTHnBF9ObMTHldzudiRlZHf3fZg13f { width:47.75rem;height:;top:43.3125rem;left:0rem;font-size:1.1875rem;display:block; }#iAJTHnBF9ObMTHldzudiRlZHf3fZg13f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #mFLSXcTFv0zehZZ91Q5pF02WM2gK1rgE { width:21.25rem;height:3.5rem;top:151.3125rem;left:13.249999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc3zCBaTacfpp8QyPoRPSnqPMF5nG9Rp { display:block; }
 }@media only screen and (max-width: 763px) { #dGX9SOxUA9QJzkMFah2Qdc0sySyWmFIw { width:47.75rem;height:37rem;top:68.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwsPb8B0kPAwFwUtpIEN0JWoBp5ZhMhI { top:16.75rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMGI0FlAbwoe0nCHmAC6zN9s9fnnszM { top:107.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0E0wS1WP0npX4SIkfk5stpc8GTiTFzF { width:47.75rem;height:38.5625rem;top:111.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rziJCkM40zdpgWrwRNGEKWZKgnOylP7G { width:47.75rem;height:1.5rem;top:55.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA6A8nv2g7C0rBpPPvbmlaspJXA7oslQ { width:47.75rem;height:8.9375rem;top:58.3125rem;left:0rem;font-size:1.1875rem;display:block; }#TA6A8nv2g7C0rBpPPvbmlaspJXA7oslQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa { display:block; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1SPu7MBpexnMkqWfOZmrrHUTTWkZuSJ { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.3125rem;display:block; }#n1SPu7MBpexnMkqWfOZmrrHUTTWkZuSJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #bKa7LnuIPbmgBtlbJqIaVLyKAeSqM0xp { top:0.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbBSxHkxOID65KzUIS3W3bH5xbD7oVh { top:3.5625rem;left:0rem;width:45.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 { display:block; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPcgzyAtgXcEFDUyzEpCE1LJdeEiiH3E { top:0rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEl3So81i8xbCe91PohEk0s1vDD1E5q3 { width:47.75rem;height:1.6875rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }#gEl3So81i8xbCe91PohEk0s1vDD1E5q3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #VaFkz15rQWutSH9V5HJRrcmmbaipEw7m { top:10.1875rem;left:13.187499046326rem;width:21.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUZbXnHkXPepFVQqqqZZl1D3TH1tRMg { display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 { width:23.875rem;height:7.1875rem;top:17rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO44o4aekOrG40UHO202AHqubK9wK8An { width:31.375rem;height:20.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 { display:block; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGJbxvz563L5iaT6uugTNiDCFlhPevla { width:22.5rem;height:7.8125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgyJlEWT30r8T7I3JXvRbtKyZ5MTnTLT { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTQRxob69I3yO6anTrdnEdNQh1vrxLo { width:22.5rem;height:7.8125rem;top:7.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4NX6yxbntKZzJO0hl3F1KXbcOl8CIPy { width:22.5rem;height:1.375rem;top:21.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF { display:block; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2sMHbsKxJ0qOMXAcZIbi5T14TErQFrU { width:35.5625rem;height:13.375rem;top:1.75rem;left:6.091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ { display:block; }#SBt6WLiQBsrE5zFhkACzroxpsafmVHQJ > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX697LtIeDKuIC03uldHLywCm8s0dS4J { width:19.996875rem;height:7.475rem;top:16.22500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a310BX2JEyzAi8Gd7y3XrhAFxObEc2da { width:19.996875rem;height:11.25rem;top:4.0999999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#092f5f;display:block; }
 }@media only screen and (max-width: 763px) { #ecXTX1r8WabLrCOlZZd8Jtm9NklxbtRy { width:19.9995rem;height:3.025rem;top:1.0751953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WCGP3rsANMGFMWhQAgmLJVaHeisZH60r { height:11.25rem;width:20rem;top:24.95000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g { display:block; }#NSaJlUlvT0TTsiOAd7loksq5HvE3ya1g > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8lJxIzFB5QqGXwsam3DRkuQUxTPOOoi { width:19.9979375rem;height:3.4125rem;top:3.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1D9OiRAQ02zFm0IZIssunAoP2X4LZBH { width:19.996875rem;height:6.825rem;top:21.88125038147rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROSop6Ik7qgIClVnKLal3gJz9JxLcm9m { width:3.75rem;height:3.75rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M17EWrbN30g7OEGn9BxavOtg8TDnVcVm { width:12.4375rem;height:2.875rem;top:30.143751144409rem;left:3.7812500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZb8nTV7oE7DwxZaRu3C37Id71SBFUWb { display:block; }
 }@media only screen and (max-width: 763px) { #RP0F2mIm41tagN30W6Fb5AhTHFrTtVwe { width:20rem;height:2.31875rem;top:7.6875rem;left:0rem;font-size:3.3125rem;text-align:center;text-align-last:center;color:#013f6f;display:block; }
 }@media only screen and (max-width: 763px) { #Jk81oeAegatpKQvF9by7Rllbn7WL7BTP { width:20rem;height:9.7125rem;top:11.5rem;left:0rem;font-size:4.625rem;text-align:center;text-align-last:center;color:#013f6f;display:block; }
 }@media only screen and (max-width: 763px) { #Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 { display:block; }#Hb332XmLfCFX4E3y9HrwQicDc0DG3CN0 > .row .container { width:20rem;height:231.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6WI6kzEkDa5H770OvW3bOwfyxHLHqtS { width:20rem;height:16.0875rem;top:0.97499942779544rem;left:0rem;font-size:1.125rem;color:#013f6f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #geTiRF1F1QESc2czZrR8pstrrRc7ua8R { width:19.4375rem;height:12.9375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Bh7BHMfsepulMdsTWqEGsDJkptVAP6 { width:20rem;height:23.4rem;top:43.77499961853rem;left:0rem;font-size:1.125rem;color:#013f6f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAJTHnBF9ObMTHldzudiRlZHf3fZg13f { width:20rem;height:20.2625rem;top:67.949999809262rem;left:0rem;font-size:1.125rem;color:#013f6f;text-align:left;text-align-last:left;display:block; }#iAJTHnBF9ObMTHldzudiRlZHf3fZg13f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #mFLSXcTFv0zehZZ91Q5pF02WM2gK1rgE { width:16.1875rem;height:2.8125rem;top:227.3125rem;left:1.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc3zCBaTacfpp8QyPoRPSnqPMF5nG9Rp { display:block; }
 }@media only screen and (max-width: 763px) { #dGX9SOxUA9QJzkMFah2Qdc0sySyWmFIw { width:20rem;height:57.0375rem;top:107.5rem;left:0rem;font-size:1.125rem;color:#013f6f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwsPb8B0kPAwFwUtpIEN0JWoBp5ZhMhI { width:20rem;height:10.725rem;top:32rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWMGI0FlAbwoe0nCHmAC6zN9s9fnnszM { width:20rem;height:5.3625rem;top:166.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0E0wS1WP0npX4SIkfk5stpc8GTiTFzF { width:20rem;height:52.65rem;top:173.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rziJCkM40zdpgWrwRNGEKWZKgnOylP7G { width:20rem;height:1.4625rem;top:89.4375rem;left:0rem;font-size:1.125rem;color:#013f6f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA6A8nv2g7C0rBpPPvbmlaspJXA7oslQ { width:20rem;height:14.4125rem;top:91.4375rem;left:0rem;font-size:1.125rem;color:#013f6f;text-align:left;text-align-last:left;display:block; }#TA6A8nv2g7C0rBpPPvbmlaspJXA7oslQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa { display:block; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa { background-color: transparent; background-image: none; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container > .video-iframe-container { display: none; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row > .video-iframe-container { display: none; }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvXLmwiiFMUVb1okChaIUk9edQRZ4Nqa > .row .container { width:20rem;height:27.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1SPu7MBpexnMkqWfOZmrrHUTTWkZuSJ { width:20rem;height:20.2625rem;top:4.9541664123535rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#n1SPu7MBpexnMkqWfOZmrrHUTTWkZuSJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #bKa7LnuIPbmgBtlbJqIaVLyKAeSqM0xp { width:20rem;height:3.9rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIbBSxHkxOID65KzUIS3W3bH5xbD7oVh { width:20rem;height:1.54375rem;top:7.83749961853rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 { display:block; }#bQJVWznyr9UDxmVgfKfETflvfGwkoJV0 > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPcgzyAtgXcEFDUyzEpCE1LJdeEiiH3E { width:20rem;height:5.2rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEl3So81i8xbCe91PohEk0s1vDD1E5q3 { width:20rem;height:3.25rem;top:6.45rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#gEl3So81i8xbCe91PohEk0s1vDD1E5q3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd0eb67dd51fd2cfa4a2fc09cef4621c2c0c57b5.svg); }
 }@media only screen and (max-width: 763px) { #VaFkz15rQWutSH9V5HJRrcmmbaipEw7m { top:10.5625rem;left:0.375rem;width:19.25rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUZbXnHkXPepFVQqqqZZl1D3TH1tRMg { display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:20rem;height:2.19375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:19.9995rem;height:2.925rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 { width:19.9995rem;height:28.6875rem;top:9.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO44o4aekOrG40UHO202AHqubK9wK8An { height:12.9460625rem;width:19.9991875rem;top:34.92421913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 { display:block; }#sgKLEwSE0PGfhwRvl0EQC1sygDApqls4 > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGJbxvz563L5iaT6uugTNiDCFlhPevla { width:20rem;height:9.6rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgyJlEWT30r8T7I3JXvRbtKyZ5MTnTLT { width:20rem;height:1.4rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTQRxob69I3yO6anTrdnEdNQh1vrxLo { width:20rem;height:6.4rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4NX6yxbntKZzJO0hl3F1KXbcOl8CIPy { width:20rem;height:1.4rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF { display:block; }#xUc65ZPA7HQ38HqWi3UStEWKJnZrUuhF > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2sMHbsKxJ0qOMXAcZIbi5T14TErQFrU { width:20rem;height:13.375rem;top:1.25rem;left:0rem;display:block; }
 }