.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/JCTmTiiw/Web_1920_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64.adaptive-delivery-prevent-bg, #SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64.lazyload, #SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64.lazyloading { background-image: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container { background-color: transparent; background-image: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container > .video-iframe-container { display: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row > .video-iframe-container { display: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .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); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container { border-width: 0; border-radius: 0; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#NpuohnARg1nQGL7yXecXoXTgeL0qONGS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:10.07425rem;font-style:normal;display:block; }
#zPp984GQrTcqS47fJFx9sCCg21ZkKF9F { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:20.8115234375rem;left:0rem;height:6.5625rem;font-style:normal;display:block; }
#NUBw59bmRUTdLhTWMirXptD2TWQb8mOh { background-color:#8b5c42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.875rem;left:0rem;display:block; }
#NTehQslmyLO5d1RKIMu96KkOQLogycA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgWG6wcariBc335BQRViBId78d3uPPg2 { position:absolute;display:block;z-index:15010;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:1.8125rem;width:2rem;top:33.25rem;left:57.5625rem;overflow:hidden;display:block; }
#fU9tNHLwHC6iXevtP5C68U72QDFRKqnz { position:absolute;display:block;z-index:15011;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:1.875rem;width:2rem;top:6.375rem;left:41.75rem;overflow:hidden;display:block; }
#qAtN8psTFo2Ci7fudxGf1auMkVCQyciI { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.125rem;top:14.625rem;left:40.4375rem;display:block; }
#OfQtx4kpfVMTHkOm7PwzeCureiCcR2ww { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8.1875rem;left:63.125rem;display:block; }
#KA1zXwrJHPLx70uIFxQDgHEcS351Dzmy { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:36.6875rem;width:19.9375rem;top:4.6875rem;left:47.5625rem;overflow:hidden;display:block; }
#FCgOqFZo56eJbA2u0PGNeXN1EoZw2FG2 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:20rem;width:21.1875rem;top:38.5rem;left:0rem;display:block; }
#z0H5I6g52nWpQ7498Cy22zQhDak8CMtk { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:20rem;width:21.1875rem;top:38.5rem;left:26.90625rem;display:block; }
#WRZlWzpR2bGFFTxcfJzPyQcNxZW035p8 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:20rem;width:21.1875rem;top:38.5rem;left:53.8125rem;display:block; }
#owaWn9VVfSNlLyo51QuaGgSLr62OgSnv { position:absolute;display:block;z-index:15014;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:39.4375rem;left:1.09375rem;display:block; }
#An3sQueAUlSxtsxbGFdbAdT0w5E951ff { position:absolute;display:block;z-index:15015;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:39.4375rem;left:28.21875rem;display:block; }
#xqJm2LG29mIEOMWoT9TcRTJIRu6uvXMl { position:absolute;display:block;z-index:15016;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:39.4375rem;left:55.15625rem;display:block; }
#KbIlkzGzlIr1DAl2aNkkogGrWkXCoWsh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:39.90625rem;left:1.5625rem; }
#JEsxeMvryEFo5TqopTTu6HW4M8nWVWT4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:39.90625rem;left:28.6875rem; }
#IoFiXAX8OvL0rN0GHyIAkLfOmpcDByc0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.90625rem;left:55.625rem; }
#Ps5qNGo1VhvEQADWxV02Vh9tU3ART3TP { color:#355854;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:0.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNuQTwQ2BgtRIX38wcvDQXM5HkfWFROA { box-sizing:content-box;height:2.3125rem;width:17.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #355854;border-left:0.125rem solid #355854;border-right:0.125rem solid #355854;border-bottom:0.125rem solid #355854;top:6.03125rem;left:0rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#obC2Pcq3NZGPtP4t3AxuvzrHSnxGSTQe { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top: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:12.0625rem;width:12.0625rem;top:8.25rem;left:62.8125rem;overflow:hidden;display:block; }
#FRIEU1opAKVfTGnvpPar8BFoV7cggggH { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:9.8125rem;width:9.8125rem;top:27.96875rem;left:34.5625rem;overflow:hidden;display:block; }
#hXTAdCKzCXLf0iVP5ZrAWgL9KPMxWno6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:10.07425rem;font-style:normal;display:none; }
#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae8e8;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; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container { background-color: transparent; background-image: none; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container > .video-iframe-container { display: none; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row > .video-iframe-container { display: none; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .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); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container { border-width: 0; border-radius: 0; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#aQHx7t7r6DiG6ZOCgoMhTU6PhtvvUDGN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.125rem;height:6.499rem;font-style:normal;display:block; }
#up02wWNnI2D0HT7edigPvbx1QKtVqeq7 { position:absolute;display:block;z-index:15010;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:1.8125rem;width:2rem;top:14.125rem;left:26.3125rem;overflow:hidden;display:block; }
#AUXTT6UpdPo1Qv5knLUMPT2trW9Q3VDt { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.125rem;height:4.548825rem;font-style:normal;display:block; }
#BkDNpDxVOXwJPW6X1ZATXTewZPWWdwep { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.875rem;left:28.25rem;height:4.548825rem;font-style:normal;display:block; }
#OK8WVIggiGmmd7qtWTcxFDxTxVzXRsSn { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.875rem;left:55.25rem;height:4.548825rem;font-style:normal;display:block; }
#qUweymtNlFK1vMD4LR1iWcM1fy3i0Pab { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.25rem;height:5.19921875rem;font-style:normal;display:block; }
#wGSWJOofcqTPscCTvrR2bGbUXb3N0cce { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.5rem;left:55.25rem;height:5.19921875rem;font-style:normal;display:block; }
#k0W0FPgnNwOrGkN8uDHKAzbDL9aTZPDT { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.5rem;width:21.1875rem;top:21.5rem;left:0rem;display:block; }
#fbDwVxlktCVDQ15QyWBKTbevS16F5ByJ { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.5rem;width:21.1875rem;top:21.5rem;left:26.9375rem;display:block; }
#xiou8hs7ePsS5XwzLzKk3OKymbCwTZRl { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:17.5rem;width:21.1875rem;top:21.5rem;left:53.8125rem;display:block; }
#D9TRil5yx1HQogT4FctE4yzBIN8eHvkn { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.625rem;left:1.125rem;height:4.548825rem;font-style:normal;display:block; }
#FkiCUFpSx2W4vKR1WJkovy5pcyrkXBIc { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.625rem;left:28.3125rem;height:4.548825rem;font-style:normal;display:block; }
#h0FPnd6ZemXVGpsUROaiU6zr5bI8RiDc { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.625rem;left:55.25rem;height:4.548825rem;font-style:normal;display:block; }
#Mmt47wDLEmTiA1Hd9L5W4mHByAt3D89l { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:31.25rem;left:1.125rem;height:3.8994125rem;font-style:normal;display:block; }
#W2iPNAuCtz6QWTyLRdT2AMS7u1ZcFM3z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:31.25rem;left:28.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#dfT78IHOrU6Zh1aeggRpE5iGADr0mruX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.25rem;left:55.25rem;height:5.19921875rem;font-style:normal;display:block; }
#JcFgJO07PDZTRLVQmaWrpcfkDWS5UdPu { position:absolute;display:block;z-index:15015;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:22.1875rem;left:1.125rem;display:block; }
#NHHXKT7o9nioN2FDefeVp1axTaxWK4b7 { position:absolute;display:block;z-index:15016;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:22.1875rem;left:28.3125rem;display:block; }
#iFnbFCMoS6eOclZpTo4gZ4KEMathg8MB { position:absolute;display:block;z-index:15017;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:22.1875rem;left:55.25rem;display:block; }
#z1490PTCzmiK9GFdzXSZTRLiJxxFf4cE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.65625rem;left:1.59375rem; }
#QubNvly9vMUZJm3FKTFscdG40XreyeiW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.65625rem;left:28.78125rem; }
#rl2duBTEKOp0vCMvJ9T7rLcU4BuQlky3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:22.65625rem;left:55.71875rem; }
#t2LAstf6vXBzhXpsWwJBuIEKCGp4oG5n { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:19.734375rem;left:17.65625rem;display:block; }#t2LAstf6vXBzhXpsWwJBuIEKCGp4oG5n.adaptive-delivery-prevent-bg, #t2LAstf6vXBzhXpsWwJBuIEKCGp4oG5n.lazyload, #t2LAstf6vXBzhXpsWwJBuIEKCGp4oG5n.lazyloading { background-image: none; }
#ZvuiX7OlndRgD9JhTLMeCBDFeASrBuqo { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:9.296875rem;left:51.25rem;display:block; }#ZvuiX7OlndRgD9JhTLMeCBDFeASrBuqo.adaptive-delivery-prevent-bg, #ZvuiX7OlndRgD9JhTLMeCBDFeASrBuqo.lazyload, #ZvuiX7OlndRgD9JhTLMeCBDFeASrBuqo.lazyloading { background-image: none; }
#dM4CQ6XmJT7ELDn3lntWn3KcZMcUf75S { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:20rem;width:21.1875rem;top:38.5rem;left:53.8125rem;display:none; }
#Tc8mlvWXIxbIQT5bwhq9OyB4kSKtaVoW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:39.90625rem;left:1.5625rem;display:none; }
#hQnVGSLuVrPB241SpeZIKUyBvm4B5bn6 { position:absolute;display:block;z-index:15014;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:39.4375rem;left:1.09375rem;display:none; }
#E6cZzzMV8Hv9MDdEtDqPaXcOvcGOUZG3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:39.90625rem;left:28.6875rem;display:none; }
#mx35rTFgFqiffiHeA6W9PwxqhhMeO3zL { position:absolute;display:block;z-index:15015;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:39.4375rem;left:28.21875rem;display:none; }
#xqu1ozP19Fc2Pi8ZSB8yDWWo78nConH3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.90625rem;left:55.625rem;display:none; }
#EJTWH3ocMMzRmLZU3i7r0V8vqMAcETaE { position:absolute;display:block;z-index:15016;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:39.4375rem;left:55.15625rem;display:none; }
#CAwre8E0ODiOeyoiIUkE7No9S6W6kZTi { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.625rem;left:1.125rem;height:4.548825rem;font-style:normal;display:none; }
#prUNQ3cv6kimT6scTrZ08ClVROMauLTR { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:20rem;width:21.1875rem;top:21.5rem;left:0rem;display:none; }
#ETqi5HQyodbJBCKMtDVu5APzRgu5TX9x { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:20rem;width:21.1875rem;top:21.5rem;left:0rem;display:none; }
#o2G5qcvT6QKQn3yU9zA2Tb204T7vgaTu { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:9.296875rem;left:51.25rem;display:none; }#o2G5qcvT6QKQn3yU9zA2Tb204T7vgaTu.adaptive-delivery-prevent-bg, #o2G5qcvT6QKQn3yU9zA2Tb204T7vgaTu.lazyload, #o2G5qcvT6QKQn3yU9zA2Tb204T7vgaTu.lazyloading { background-image: none; }
#ia82aGNGpLHDGUzhrCkvZzaNz97eFRwg { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:9.296875rem;left:51.25rem;display:none; }#ia82aGNGpLHDGUzhrCkvZzaNz97eFRwg.adaptive-delivery-prevent-bg, #ia82aGNGpLHDGUzhrCkvZzaNz97eFRwg.lazyload, #ia82aGNGpLHDGUzhrCkvZzaNz97eFRwg.lazyloading { background-image: none; }
#rPEiqwe4A18dTNlonxe9QtlshgRoVAoz { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:9.296875rem;left:51.25rem;display:none; }#rPEiqwe4A18dTNlonxe9QtlshgRoVAoz.adaptive-delivery-prevent-bg, #rPEiqwe4A18dTNlonxe9QtlshgRoVAoz.lazyload, #rPEiqwe4A18dTNlonxe9QtlshgRoVAoz.lazyloading { background-image: none; }
#cW7R1OQVMdvJ6T2tSNsOPa7vwvrM9EC3 { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:9.296875rem;left:51.25rem;display:none; }#cW7R1OQVMdvJ6T2tSNsOPa7vwvrM9EC3.adaptive-delivery-prevent-bg, #cW7R1OQVMdvJ6T2tSNsOPa7vwvrM9EC3.lazyload, #cW7R1OQVMdvJ6T2tSNsOPa7vwvrM9EC3.lazyloading { background-image: none; }
#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container { background-color: transparent; background-image: none; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container > .video-iframe-container { display: none; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row > .video-iframe-container { display: none; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .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); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container { border-width: 0; border-radius: 0; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#QdQTIuaiMddi3pn3gxW8309MgmLWTUTn { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:19.6875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F5M07PzcSQKmouBLUuJGO2LnmJF7Wua6 { position:absolute;display:block;z-index:15017;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:15.625rem;width:15.625rem;top:26.912109375rem;left:0rem;overflow:hidden;display:block; }
#M32zfpcaPbqwUXoox98ehyn6FgmbKfa1 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:21.85546875rem;left:0rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#gmHcNwhz75WkxvUoxSSK6057FQe4TDAQ { position:absolute;display:block;z-index:15021;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:15.625rem;width:15.625rem;top:12.75rem;left:18.6875rem;overflow:hidden;display:block; }
#RopTTVzFPgrXIIeAuN4XfE0JkwalFoE3 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.8;letter-spacing:0;top:38.875rem;left:18.5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#IxMKGF7E8i3nUSMzTL4qlrJHUD0VnZGh { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.25rem;left:18.6875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#axnAvxCRIZs7eU45Lmlede2kUxKoZAgL { position:absolute;display:block;z-index:15016;background-color:#355854;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:15.625rem;top:28.375rem;left:18.6875rem;display:block; }
#tGegrDy7P9AJb31HX6PZ1xfH8cw1fKEa { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zDARw57zMyP2NdMm1balyMT0xII8Bm3M { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.8;letter-spacing:0;top:21.85546875rem;left:37.65625rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#NiPS30za9InHpVmvkTPStOi2Vwn1b4VB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:37.65625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#s3Dv6HvgdONN6TbvlBr9WCfaAqzzH0ag { position:absolute;display:block;z-index:15012;background-color:#8b5c42;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:15.625rem;top:12.8125rem;left:0rem;display:block; }
#IolN9Cx9tsgJk3D8pNgmPv5p8xK2doIO { position:absolute;display:block;z-index:15016;background-color:#8b5c42;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:15.625rem;top:12.8125rem;left:37.875rem;display:block; }
#JhRHUBdePRoLQCBrZLyTElw3y8y5dzZL { position:absolute;display:block;z-index:15022;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:15.625rem;width:15.625rem;top:12.75rem;left:58.28125rem;overflow:hidden;display:block; }
#LKfddIMIP0ByJuhGkvO5tBNA8ZAko3sf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:29.3125rem;left:58.0625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#sJN09waQBKfg1H8UC8tdFhPPfheUTo3v { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:38.875rem;left:58.0625rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#QpnstsxOePJaz4GirToXm0drlHVngZFL { position:absolute;display:block;z-index:15017;background-color:#355854;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:15.625rem;top:28.375rem;left:58.28125rem;display:block; }
#mAfOPt8dozNvzFlOicrSZL6qRlUHStQ7 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.109375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fD3co8kZKR8AyKvlCpudR8R5x5UGGywH { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.9375rem;left:18.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPSsymRwksfT3ydFoCNIihXzdAyAhIsM { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.65625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dtHrQiVBE9bH7VdZEtgZyXZwurafvMf6 { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.953125rem;left:58.28125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bgZO6bX9f0z9DIVa9Zrry8UnbOiTbhql { position:absolute;display:block;z-index:15022;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:15.625rem;width:15.625rem;top:26.912109375rem;left:37.65625rem;overflow:hidden;display:block; }
#nVBNr4V1zeR5nNV7HVq0tXCxPWloVwhb { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:33.3125rem;left:10.09375rem;display:block; }#nVBNr4V1zeR5nNV7HVq0tXCxPWloVwhb.adaptive-delivery-prevent-bg, #nVBNr4V1zeR5nNV7HVq0tXCxPWloVwhb.lazyload, #nVBNr4V1zeR5nNV7HVq0tXCxPWloVwhb.lazyloading { background-image: none; }
#uOSlGmSAkV8D6bLoQr6TQ5sMXNpQwrr7 { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:11.41796875rem;left:17.28125rem;display:block; }#uOSlGmSAkV8D6bLoQr6TQ5sMXNpQwrr7.adaptive-delivery-prevent-bg, #uOSlGmSAkV8D6bLoQr6TQ5sMXNpQwrr7.lazyload, #uOSlGmSAkV8D6bLoQr6TQ5sMXNpQwrr7.lazyloading { background-image: none; }
#JLQXuPOhBtR8LKKdf4xe66Fhz1nRnpiH { position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:33.3125rem;left:47.5rem;display:block; }#JLQXuPOhBtR8LKKdf4xe66Fhz1nRnpiH.adaptive-delivery-prevent-bg, #JLQXuPOhBtR8LKKdf4xe66Fhz1nRnpiH.lazyload, #JLQXuPOhBtR8LKKdf4xe66Fhz1nRnpiH.lazyloading { background-image: none; }
#AOKJWmnS0USUtwlD4DUyBqNAPEGn2u7K { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:11.41796875rem;left:56.90625rem;display:block; }#AOKJWmnS0USUtwlD4DUyBqNAPEGn2u7K.adaptive-delivery-prevent-bg, #AOKJWmnS0USUtwlD4DUyBqNAPEGn2u7K.lazyload, #AOKJWmnS0USUtwlD4DUyBqNAPEGn2u7K.lazyloading { background-image: none; }
#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae8e8;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; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container { background-color: transparent; background-image: none; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container > .video-iframe-container { display: none; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row > .video-iframe-container { display: none; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .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); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container { border-width: 0; border-radius: 0; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#Nlgsl75O6Rcbob4KL8UkCcyLRuow0GNM { position:absolute;display:block;z-index:15017;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:1.5625rem;width:1.6875rem;top:17.0625rem;left:57.25rem;overflow:hidden;display:block; }
#QpAxe5aaMcI3loD0TUzqzqiRFDsGJX02 { position:absolute;display:block;z-index:15022;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:1.625rem;width:1.75rem;top:15.4375rem;left:14.5rem;overflow:hidden;display:block; }
#sVEtgQ71sfaxcioFAwG5inNG61CelZTg { position:absolute;display:block;z-index:15023;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:1.625rem;width:1.75rem;top:2.8250000476837rem;left:60.8125rem;overflow:hidden;display:block; }
#pM1mZRut61tOpk0sg0TrL9dQEyAuLKZN { position:absolute;display:block;z-index:15018;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:1.5rem;width:1.6875rem;top:2.8125rem;left:12.3125rem;overflow:hidden;display:block; }
#ZxHnsnv3HVcVWsKAVbhaylHpsT8Gv37f { position:absolute;display:block;z-index:15023;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:1.625rem;width:1.75rem;top:33.5rem;left:55.5625rem;overflow:hidden;display:block; }
#uwn00hKxrlX94wlpSTx0NAsg1Gd712iF { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0234375rem;left:18.96875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cmg0qvaezTTmPvp4SOtt4RySTwmeSvBB { color:#203331;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:23.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqqJVru04JQBi8b0gaVQ6dl9Sfh8NZCi { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:26.0625rem;top:17.0625rem;left:6.625rem;display:block; }
#sqATumoRIG2r2pe32tx8GsNJJcXJGIma { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.625rem;left:8.5rem; }
#ZhoLG0SyDC6m9c8iapNATFB4Dr9xTCi6 { position:absolute;display:block;z-index:15016;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:18.1875rem;left:8rem;display:block; }
#ZokQNSreSdXPeIRflId22o5uxpr7c7gW { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.5rem;left:8rem;height:4.548825rem;font-style:normal;display:block; }
#b1c46uKl8cgRarTVel6c6VMhsKdbbnZL { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:27.9375rem;left:8rem;height:5.19921875rem;font-style:normal;display:block; }
#CALU2T303x7P6pNqwtBmz0GJWcK9Ek9g { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #355854, #203331);background-image: -moz-linear-gradient(55deg, #355854, #203331);background-image: -ms-linear-gradient(55deg, #355854, #203331);background-image: -o-linear-gradient(55deg, #355854, #203331);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#355854', endColorstr='#203331' );";background-image: linear-gradient(55deg, #355854, #203331);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:26.0625rem;top:17.0625rem;left:41.625rem;display:block; }
#HsZCBZQ4837eB1VrQ8u9lZBnSmKJVGcT { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.5rem;left:42.6875rem;height:4.548825rem;font-style:normal;display:block; }
#wPfv37n7RMzzUlwEVP4b170EFVJhoPQi { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.9375rem;left:42.6875rem;height:5.19921875rem;font-style:normal;display:block; }
#Bfg5STqpvdCVt9yveZqRlK7bCSww0c5P { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.3125rem;left:43.1875rem; }
#NfCToIfO0tETLGRqpTuUHeCAvbkoczdb { position:absolute;display:block;z-index:15017;background-color:#eee7e3;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.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:18.8125rem;left:42.6875rem;display:block; }
#lXuTpm8ORTGvArWJPOMP1hvOsrCt9Jud { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.2373046875rem;left:10.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWyF4zsmb3TdK3RJEbVHeluAnsUMSptx { background-color:#8b5c42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.9375rem;left:24.875rem;display:block; }
#HUut3kHZKQAAFiB4wpVMscKfJKmasPCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2xZAKZiaiA4ExCV7CTzk1y8w0EfDQ28 { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:25.9365234375rem;left:28.46875rem;display:block; }#H2xZAKZiaiA4ExCV7CTzk1y8w0EfDQ28.adaptive-delivery-prevent-bg, #H2xZAKZiaiA4ExCV7CTzk1y8w0EfDQ28.lazyload, #H2xZAKZiaiA4ExCV7CTzk1y8w0EfDQ28.lazyloading { background-image: none; }
#dmTNyL3VEIHBAQqSCUMQpShlEcnlOrsO { position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:16.609375rem;left:62.5625rem;display:block; }#dmTNyL3VEIHBAQqSCUMQpShlEcnlOrsO.adaptive-delivery-prevent-bg, #dmTNyL3VEIHBAQqSCUMQpShlEcnlOrsO.lazyload, #dmTNyL3VEIHBAQqSCUMQpShlEcnlOrsO.lazyloading { background-image: none; }
#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz { position:relative;display:block; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz { background-color: transparent; background-image: none; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .row .container > .video-iframe-container { display: none; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .row > .video-iframe-container { display: none; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .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); }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz { border-width: 0; border-radius: 0; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .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; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDk1R7ZJhU4EPDu7FWciGicBApiVV3xm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:23.9375rem;width:23.9375rem;top:15.3125rem;left:26.375rem;overflow:hidden;display:block; }
#Ah8K0kryzDIErUqXnweAn3qzKrx0mTnv { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:23.59375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiDr37iUCglq4LVT3AZlHt2H93Ta8pXE { color:#203331;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1640625rem;left:23.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mF2rR5TD2GRZCpKZym92N6JdrMJyXCFm { position:absolute;display:block;z-index:15009;background-color:#8b5c42;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:14.5rem;left:23.3125rem;display:block; }
#BFGlVZI486u45V5McRIfCzeQ9ANFvKVP { position:absolute;display:block;z-index:15009;background-color:#8b5c42;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:14.875rem;left:14.0625rem;display:block; }
#KRyvroixidGTioUiownSqMzpR5MKwEVZ { color:#8b5c42;display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxRDGXT3hW9PfCwS2eVZJZZIbr44EVwx { color:#000000;display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.375rem;left:4.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HFtpr8NFW82QWfvehyMBs4wxxatm44fo { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:20.5869140625rem;left:4.625rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#b2mveCNMMHyvzOM2zv2mDXWXwkOUUa6O { color:#8b5c42;display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.5rem;left:4.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnUnTowvCmhqI9NARpyQo5xcvvvssUbb { position:absolute;display:block;z-index:15011;background-color:#8b5c42;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:28.5rem;left:14.125rem;display:block; }
#ZIr2AyqMHsTTDIoqrWEcbF3ZadbS2ZN2 { position:absolute;display:block;z-index:15011;background-color:#8b5c42;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:28.1875rem;left:23.375rem;display:block; }
#KHQSlXziLUrJ9OEAvXuEf1fh72TlnZTN { color:#000000;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.25rem;left:4.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vorvfugv3b8IfSymlJQBhdIyxF0gFFHu { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:33.5244140625rem;left:4.625rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#UreQpQ5RXSJOESJBaeD6u32bWfUwZmPE { position:absolute;display:block;z-index:15010;background-color:#8b5c42;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:14.5rem;left:50.65625rem;display:block; }
#fU242xfFskH8L7VthvsSmT1Lbb2QhdJ2 { position:absolute;display:block;z-index:15010;background-color:#8b5c42;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:14.84375rem;left:51.40625rem;display:block; }
#INfzJx4bPLAzgDi2ZNIEAHzJAgzLHJif { color:#8b5c42;display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.125rem;left:63.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czell0f3RnfFtleZkxQWOJzCOT1rLnb9 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.375rem;left:50.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LlDkHWsGeUb5LtuXHIelTbUnGTUyZcpx { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:20.42578125rem;left:50.65625rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#CTD0VzwSl6DR4MckxzFTWhaiHvLAsmoo { position:absolute;display:block;z-index:15012;background-color:#8b5c42;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:28.125rem;left:50.6875rem;display:block; }
#yIn5Sb6GTCtlaeOmrTTmHzVVy3DTPFd7 { position:absolute;display:block;z-index:15012;background-color:#8b5c42;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:28.4375rem;left:51.4375rem;display:block; }
#v80SPegBnAvr1BniLNfGpaT1mLXC8QAv { color:#000000;display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.25rem;left:50.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FgNGIV4K0fCTiikLTHeH7QWxMwnOQT9D { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:32.625rem;left:50.65625rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#qHl2U9pqdt57K3QKCw7mHUkxuSPX9DwZ { color:#8b5c42;display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.5rem;left:63.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZiFRFecgVP8rg8TPETET31IKPMbRx8H { background-color:#8b5c42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.3125rem;left:26.375rem;display:block; }
#sDDgCTM3CNr4M6O2r5tcfyVdfXpCD5Po { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;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; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row .container { background-color: transparent; background-image: none; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row .container > .video-iframe-container { display: none; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row > .video-iframe-container { display: none; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .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); }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row .container { border-width: 0; border-radius: 0; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#iTxuzs52ifVctKovGHKE7nESxGTU1pcQ { position:absolute;display:block;z-index:15000;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:31.5rem;width:42.375rem;top:3.421875rem;left:-1.575238126925rem;overflow:hidden;display:block; }
#T0Mua2u6uxGf3t5ZMtVae5uDQ8HIsTra { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:39.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O1Sc0bJSJrgfAUzstDLZPAKbx9C6E1pp { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.8125rem;left:39.0625rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heqgZd6oalCWwk9kdRxaOp3zMiDonT1u { color:#203331;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8515625rem;left:39.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8efQivyiWSeidEZX70tmeCCGhaFZg5K { position:relative;display:block; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K { background-color: transparent; background-image: none; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .row .container > .video-iframe-container { display: none; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .row > .video-iframe-container { display: none; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .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); }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K { border-width: 0; border-radius: 0; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .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; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VBChCURmZ7i9rBu2UQAz6ZJSXfuV1EOL { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:22.15625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJXIyClTT8Pi27zR6syUaKx7e5vDKOeg { color:#203331;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0390625rem;left:23.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#8b5c42;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden;height:auto; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-trigger.adaptive-delivery-prevent-bg, #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-trigger.lazyload, #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-trigger.lazyloading { background-image: none; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp { box-sizing:content-box;height:auto;width:42.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:#8b5c42;background-image:none;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(67,43,30,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.625rem;left:15.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #HIaloU6hdMfhcw7las5FEnaWsmWiCRZP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #pc2tNn26TX4rpBs12LhMtBLW2kTh62Zm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Sz80XUWJ02uxBTLKpZzwrIW506n3nmkn { display:block;position:relative; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #epcsC0RuZtgNqhtkeXq66TCkkcVNeAcE {  }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #CyDlupWNArMCFMFkQcWTmd55w5huExVu {  }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #OGiqw4aNZkTTRfNzhy5Pa1vKD7f5TggO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #QEWXwLQ7pJmhHTEVbuZqhbUAxG858TKb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Tvnvoqdotc6U6dKKJ4TH6UrvMFHT3ENh { display:block;position:relative; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #g0HwEW6kczUUCTgWFoUgIx0sTB7LPSPd {  }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #vurS3gImpT27Zfm7ib2WQRJDgt4OTBqv { display:none; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #RsATwueFzVGIOA6iHpT2Vf0QHAwXnQbp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #OZ8unNK266slKSrQdrfhqApUVxiMFsAi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #gmMTWDDMEFhi1PbzlAoG49M4kvpbvmTr { display:block;position:relative; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #mi97dOVbkI7lEOFDS1de3THPWqUrCam0 {  }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XXTtSwJ2l7DWWmaPBQzTr2tf697MhIpF { display:none; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #TdGPZtNAIZ8OkoGcWe7PaiFh3CdyrM0s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #kfwgslTE8UkXBAXnnv3Tnpz9pMkH7RDx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #gzTbpFWcMwsZv3p2ziLK1mc3K5X7muMQ { display:block;position:relative; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XV3dC7TC5W4ZEW6X4mNPCKBF6vAqrCww {  }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #yda7yZMsHhS2Ng5HCQldaqFI9poGhQxU { display:none; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Lz7xNMKruSwnLXcoarKq9v6ZOvC5PXwo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #BE4asxuH1RZ0Oll7JUIHm4PFzgoNh3Pw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XDof6oy1R3LtURmkLfpDUwPWXkiLbiVk { display:block;position:relative; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #tEgQc5frb4fgLvsLmEFcCD4QqGwznBSL {  }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #RTlkKdR4mzaCxnUdRWgBebhhhO0Bp1pb { display:none; }
#n8W47gD7PmuNLiL3xCvtpiDJGTWta6de { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:27.375rem;width:27.375rem;top:21.6875rem;left:41.21875rem;overflow:hidden;display:block; }
#XLWUULTIc8iz58RyxqiKgFcCEgz1cPZb { position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5rem;width:7.1875rem;top:14.796875rem;left:13.125rem;display:block; }#XLWUULTIc8iz58RyxqiKgFcCEgz1cPZb.adaptive-delivery-prevent-bg, #XLWUULTIc8iz58RyxqiKgFcCEgz1cPZb.lazyload, #XLWUULTIc8iz58RyxqiKgFcCEgz1cPZb.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 { display:block; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpuohnARg1nQGL7yXecXoXTgeL0qONGS { top:9.125rem;left:0rem;width:37.0625rem;height:10.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPp984GQrTcqS47fJFx9sCCg21ZkKF9F { top:20.75rem;left:0rem;width:34.5625rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUBw59bmRUTdLhTWMirXptD2TWQb8mOh { width:25.25rem;height:3.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTehQslmyLO5d1RKIMu96KkOQLogycA2 { display:block; }
 }@media only screen and (max-width: 763px) { #CgWG6wcariBc335BQRViBId78d3uPPg2 { top:33.25rem;left:43.9375rem;width:2rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU9tNHLwHC6iXevtP5C68U72QDFRKqnz { top:6.375rem;left:28.125rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAtN8psTFo2Ci7fudxGf1auMkVCQyciI { top:14.625rem;left:26.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfQtx4kpfVMTHkOm7PwzeCureiCcR2ww { top:8.1875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA1zXwrJHPLx70uIFxQDgHEcS351Dzmy { top:4.6875rem;left:27.8125rem;width:19.9375rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCgOqFZo56eJbA2u0PGNeXN1EoZw2FG2 { top:38.5rem;left:0rem;width:21.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0H5I6g52nWpQ7498Cy22zQhDak8CMtk { top:38.5rem;left:13.28125rem;width:21.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRZlWzpR2bGFFTxcfJzPyQcNxZW035p8 { top:38.5rem;left:26.5625rem;width:21.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #owaWn9VVfSNlLyo51QuaGgSLr62OgSnv { top:39.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #An3sQueAUlSxtsxbGFdbAdT0w5E951ff { top:39.4375rem;left:14.59375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqJm2LG29mIEOMWoT9TcRTJIRu6uvXMl { top:39.4375rem;left:41.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbIlkzGzlIr1DAl2aNkkogGrWkXCoWsh { top:39.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsxeMvryEFo5TqopTTu6HW4M8nWVWT4 { top:39.875rem;left:15.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoFiXAX8OvL0rN0GHyIAkLfOmpcDByc0 { top:39.9375rem;left:42rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5qNGo1VhvEQADWxV02Vh9tU3ART3TP { top:6.5rem;left:0rem;width:16.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNuQTwQ2BgtRIX38wcvDQXM5HkfWFROA { top:6rem;left:0rem;width:17.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obC2Pcq3NZGPtP4t3AxuvzrHSnxGSTQe { top:8.25rem;left:32.125rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRIEU1opAKVfTGnvpPar8BFoV7cggggH { top:27.9375rem;left:20.9375rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXTAdCKzCXLf0iVP5ZrAWgL9KPMxWno6 { top:4.75rem;left:0rem;width:20rem;height:5.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsHrSUodKg2fJI1K2k2OmVhytifRkRbh { display:block; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQHx7t7r6DiG6ZOCgoMhTU6PhtvvUDGN { top:7.5rem;left:0rem;width:18.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #up02wWNnI2D0HT7edigPvbx1QKtVqeq7 { top:14.125rem;left:12.6875rem;width:2rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUXTT6UpdPo1Qv5knLUMPT2trW9Q3VDt { top:1.875rem;left:0rem;width:12.4375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkDNpDxVOXwJPW6X1ZATXTewZPWWdwep { top:1.875rem;left:14.625rem;width:15.3125rem;height:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK8WVIggiGmmd7qtWTcxFDxTxVzXRsSn { top:1.875rem;left:35.3125rem;width:12.4375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUweymtNlFK1vMD4LR1iWcM1fy3i0Pab { top:7.5rem;left:14.625rem;width:17.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGSWJOofcqTPscCTvrR2bGbUXb3N0cce { top:7.5rem;left:28.9375rem;width:18.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0W0FPgnNwOrGkN8uDHKAzbDL9aTZPDT { top:21.5rem;left:0rem;width:21.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbDwVxlktCVDQ15QyWBKTbevS16F5ByJ { top:21.5rem;left:13.3125rem;width:21.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiou8hs7ePsS5XwzLzKk3OKymbCwTZRl { top:21.5rem;left:26.5625rem;width:21.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TRil5yx1HQogT4FctE4yzBIN8eHvkn { top:25.625rem;left:0rem;width:18.5625rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkiCUFpSx2W4vKR1WJkovy5pcyrkXBIc { top:25.625rem;left:14.6875rem;width:15.6875rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0FPnd6ZemXVGpsUROaiU6zr5bI8RiDc { top:25.625rem;left:35.3125rem;width:12.4375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmt47wDLEmTiA1Hd9L5W4mHByAt3D89l { top:31.25rem;left:0rem;width:18.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2iPNAuCtz6QWTyLRdT2AMS7u1ZcFM3z { top:31.25rem;left:14.6875rem;width:18.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfT78IHOrU6Zh1aeggRpE5iGADr0mruX { top:31.25rem;left:28.9375rem;width:16.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcFgJO07PDZTRLVQmaWrpcfkDWS5UdPu { top:22.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHHXKT7o9nioN2FDefeVp1axTaxWK4b7 { top:22.1875rem;left:14.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFnbFCMoS6eOclZpTo4gZ4KEMathg8MB { top:22.1875rem;left:41.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1490PTCzmiK9GFdzXSZTRLiJxxFf4cE { top:22.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QubNvly9vMUZJm3FKTFscdG40XreyeiW { top:22.625rem;left:15.15625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl2duBTEKOp0vCMvJ9T7rLcU4BuQlky3 { top:22.625rem;left:42.09375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LAstf6vXBzhXpsWwJBuIEKCGp4oG5n { width:7.1875rem;height:10.5rem;top:19.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvuiX7OlndRgD9JhTLMeCBDFeASrBuqo { width:7.1875rem;height:10.5rem;top:9.25rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM4CQ6XmJT7ELDn3lntWn3KcZMcUf75S { top:38.5rem;left:26.5625rem;width:21.1875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc8mlvWXIxbIQT5bwhq9OyB4kSKtaVoW { top:39.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQnVGSLuVrPB241SpeZIKUyBvm4B5bn6 { top:39.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6cZzzMV8Hv9MDdEtDqPaXcOvcGOUZG3 { top:39.875rem;left:15.0625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mx35rTFgFqiffiHeA6W9PwxqhhMeO3zL { top:39.4375rem;left:14.59375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqu1ozP19Fc2Pi8ZSB8yDWWo78nConH3 { top:39.9375rem;left:42rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJTWH3ocMMzRmLZU3i7r0V8vqMAcETaE { top:39.4375rem;left:41.53125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAwre8E0ODiOeyoiIUkE7No9S6W6kZTi { top:0.9375rem;left:0rem;width:18.5625rem;height:2.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #prUNQ3cv6kimT6scTrZ08ClVROMauLTR { top:21.5rem;left:0rem;width:21.1875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETqi5HQyodbJBCKMtDVu5APzRgu5TX9x { top:21.5rem;left:0rem;width:21.1875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2G5qcvT6QKQn3yU9zA2Tb204T7vgaTu { width:7.1875rem;height:10.5rem;top:9.25rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ia82aGNGpLHDGUzhrCkvZzaNz97eFRwg { width:7.1875rem;height:10.5rem;top:9.25rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPEiqwe4A18dTNlonxe9QtlshgRoVAoz { width:7.1875rem;height:10.5rem;top:9.25rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW7R1OQVMdvJ6T2tSNsOPa7vwvrM9EC3 { width:7.1875rem;height:10.5rem;top:9.25rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue { display:block; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdQTIuaiMddi3pn3gxW8309MgmLWTUTn { top:1.875rem;left:6.0625rem;width:34.3125rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5M07PzcSQKmouBLUuJGO2LnmJF7Wua6 { width:15.625rem;height:15.625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M32zfpcaPbqwUXoox98ehyn6FgmbKfa1 { width:13.3125rem;height:3.5625rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmHcNwhz75WkxvUoxSSK6057FQe4TDAQ { width:15.625rem;height:15.625rem;top:12.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RopTTVzFPgrXIIeAuN4XfE0JkwalFoE3 { width:16.0625rem;height:3.5625rem;top:38.875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxMKGF7E8i3nUSMzTL4qlrJHUD0VnZGh { width:12.8125rem;height:4.0625rem;top:29.25rem;left:5.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axnAvxCRIZs7eU45Lmlede2kUxKoZAgL { width:15.625rem;height:0.875rem;top:28.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGegrDy7P9AJb31HX6PZ1xfH8cw1fKEa { width:16.0625rem;height:4.0625rem;top:13.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDARw57zMyP2NdMm1balyMT0xII8Bm3M { width:16.0625rem;height:3.5625rem;top:21.8125rem;left:24.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiPS30za9InHpVmvkTPStOi2Vwn1b4VB { width:16.0625rem;height:4.0625rem;top:13.6875rem;left:24.03125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Dv6HvgdONN6TbvlBr9WCfaAqzzH0ag { width:15.625rem;height:0.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IolN9Cx9tsgJk3D8pNgmPv5p8xK2doIO { width:15.625rem;height:0.875rem;top:12.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRHUBdePRoLQCBrZLyTElw3y8y5dzZL { width:15.625rem;height:15.625rem;top:12.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfddIMIP0ByJuhGkvO5tBNA8ZAko3sf { width:16.0625rem;height:4.0625rem;top:29.3125rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJN09waQBKfg1H8UC8tdFhPPfheUTo3v { width:16.0625rem;height:3.5625rem;top:38.875rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpnstsxOePJaz4GirToXm0drlHVngZFL { width:15.625rem;height:0.875rem;top:28.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAfOPt8dozNvzFlOicrSZL6qRlUHStQ7 { top:18.0625rem;left:0rem;width:14.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD3co8kZKR8AyKvlCpudR8R5x5UGGywH { top:33.9375rem;left:5.0625rem;width:14.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPSsymRwksfT3ydFoCNIihXzdAyAhIsM { top:18.125rem;left:24.0625rem;width:13.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtHrQiVBE9bH7VdZEtgZyXZwurafvMf6 { top:34.9375rem;left:34.6875rem;width:13.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZO6bX9f0z9DIVa9Zrry8UnbOiTbhql { width:15.625rem;height:15.625rem;top:26.875rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVBNr4V1zeR5nNV7HVq0tXCxPWloVwhb { width:7.1875rem;height:10.5rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOSlGmSAkV8D6bLoQr6TQ5sMXNpQwrr7 { width:7.1875rem;height:10.5rem;top:11.375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQXuPOhBtR8LKKdf4xe66Fhz1nRnpiH { width:7.1875rem;height:10.5rem;top:33.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOKJWmnS0USUtwlD4DUyBqNAPEGn2u7K { width:7.1875rem;height:10.5rem;top:11.375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ { display:block; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlgsl75O6Rcbob4KL8UkCcyLRuow0GNM { top:17.0625rem;left:43.625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAxe5aaMcI3loD0TUzqzqiRFDsGJX02 { top:15.4375rem;left:0.875rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEtgQ71sfaxcioFAwG5inNG61CelZTg { top:2.8125rem;left:46rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM1mZRut61tOpk0sg0TrL9dQEyAuLKZN { top:2.8125rem;left:0rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxHnsnv3HVcVWsKAVbhaylHpsT8Gv37f { top:33.5rem;left:41.9375rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwn00hKxrlX94wlpSTx0NAsg1Gd712iF { top:5rem;left:5.34375rem;width:37.0625rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmg0qvaezTTmPvp4SOtt4RySTwmeSvBB { top:3.5625rem;left:9.4375rem;width:28.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqqJVru04JQBi8b0gaVQ6dl9Sfh8NZCi { top:17.0625rem;left:0rem;width:26.0625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqATumoRIG2r2pe32tx8GsNJJcXJGIma { top:18.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhoLG0SyDC6m9c8iapNATFB4Dr9xTCi6 { top:18.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZokQNSreSdXPeIRflId22o5uxpr7c7gW { top:22.5rem;left:0rem;width:14.625rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1c46uKl8cgRarTVel6c6VMhsKdbbnZL { top:27.9375rem;left:0rem;width:23.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CALU2T303x7P6pNqwtBmz0GJWcK9Ek9g { top:17.0625rem;left:21.6875rem;width:26.0625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsZCBZQ4837eB1VrQ8u9lZBnSmKJVGcT { top:22.5rem;left:28.25rem;width:19.5rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPfv37n7RMzzUlwEVP4b170EFVJhoPQi { top:27.9375rem;left:24.625rem;width:23.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfg5STqpvdCVt9yveZqRlK7bCSww0c5P { top:19.3125rem;left:29.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfCToIfO0tETLGRqpTuUHeCAvbkoczdb { top:18.8125rem;left:29.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXuTpm8ORTGvArWJPOMP1hvOsrCt9Jud { top:38.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWyF4zsmb3TdK3RJEbVHeluAnsUMSptx { width:25.25rem;height:3.4375rem;top:42.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUut3kHZKQAAFiB4wpVMscKfJKmasPCG { display:block; }
 }@media only screen and (max-width: 763px) { #H2xZAKZiaiA4ExCV7CTzk1y8w0EfDQ28 { width:7.1875rem;height:10.5rem;top:25.875rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmTNyL3VEIHBAQqSCUMQpShlEcnlOrsO { width:7.1875rem;height:10.5rem;top:16.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz { display:block; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDk1R7ZJhU4EPDu7FWciGicBApiVV3xm { top:15.3125rem;left:12.75rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8K0kryzDIErUqXnweAn3qzKrx0mTnv { top:4.5rem;left:9.96875rem;width:27.8125rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiDr37iUCglq4LVT3AZlHt2H93Ta8pXE { top:2.125rem;left:9.4375rem;width:28.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF2rR5TD2GRZCpKZym92N6JdrMJyXCFm { top:14.5rem;left:9.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGlVZI486u45V5McRIfCzeQ9ANFvKVP { top:14.875rem;left:0.4375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRyvroixidGTioUiownSqMzpR5MKwEVZ { top:13.9375rem;left:0rem;width:5.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxRDGXT3hW9PfCwS2eVZJZZIbr44EVwx { top:17.375rem;left:0rem;width:24.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFtpr8NFW82QWfvehyMBs4wxxatm44fo { width:20.375rem;height:5.375rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2mveCNMMHyvzOM2zv2mDXWXwkOUUa6O { top:27.5rem;left:0rem;width:5.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnUnTowvCmhqI9NARpyQo5xcvvvssUbb { top:28.5rem;left:0.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIr2AyqMHsTTDIoqrWEcbF3ZadbS2ZN2 { top:28.1875rem;left:9.75rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQSlXziLUrJ9OEAvXuEf1fh72TlnZTN { top:30.25rem;left:0rem;width:26.875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vorvfugv3b8IfSymlJQBhdIyxF0gFFHu { width:21.75rem;height:3.625rem;top:33.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UreQpQ5RXSJOESJBaeD6u32bWfUwZmPE { top:14.5rem;left:37.03125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU242xfFskH8L7VthvsSmT1Lbb2QhdJ2 { top:14.8125rem;left:37.78125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INfzJx4bPLAzgDi2ZNIEAHzJAgzLHJif { top:14.125rem;left:41.8125rem;width:5.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czell0f3RnfFtleZkxQWOJzCOT1rLnb9 { top:17.375rem;left:23.375rem;width:24.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDkHWsGeUb5LtuXHIelTbUnGTUyZcpx { width:20.375rem;height:5.375rem;top:20.375rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTD0VzwSl6DR4MckxzFTWhaiHvLAsmoo { top:28.125rem;left:37.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIn5Sb6GTCtlaeOmrTTmHzVVy3DTPFd7 { top:28.4375rem;left:37.8125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v80SPegBnAvr1BniLNfGpaT1mLXC8QAv { top:30.25rem;left:23.375rem;width:24.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgNGIV4K0fCTiikLTHeH7QWxMwnOQT9D { width:20.375rem;height:5.375rem;top:32.625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHl2U9pqdt57K3QKCw7mHUkxuSPX9DwZ { top:27.5rem;left:41.8125rem;width:5.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiFRFecgVP8rg8TPETET31IKPMbRx8H { width:25.25rem;height:3.4375rem;top:41.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDDgCTM3CNr4M6O2r5tcfyVdfXpCD5Po { display:block; }
 }@media only screen and (max-width: 763px) { #vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv { display:block; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTxuzs52ifVctKovGHKE7nESxGTU1pcQ { top:3.375rem;left:0rem;width:42.375rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Mua2u6uxGf3t5ZMtVae5uDQ8HIsTra { top:3.8125rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Sc0bJSJrgfAUzstDLZPAKbx9C6E1pp { top:7.8125rem;left:12.625rem;width:35.125rem;height:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heqgZd6oalCWwk9kdRxaOp3zMiDonT1u { top:1.8125rem;left:18.875rem;width:28.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8efQivyiWSeidEZX70tmeCCGhaFZg5K { display:block; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBChCURmZ7i9rBu2UQAz6ZJSXfuV1EOL { top:5.4375rem;left:8.53125rem;width:30.6875rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJXIyClTT8Pi27zR6syUaKx7e5vDKOeg { top:4rem;left:9.4375rem;width:28.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp { display:flex;height:auto;width:27.8125rem;top:18.3125rem;left:5.84375rem; }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #HIaloU6hdMfhcw7las5FEnaWsmWiCRZP {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #pc2tNn26TX4rpBs12LhMtBLW2kTh62Zm {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Sz80XUWJ02uxBTLKpZzwrIW506n3nmkn {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #epcsC0RuZtgNqhtkeXq66TCkkcVNeAcE {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #CyDlupWNArMCFMFkQcWTmd55w5huExVu {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #OGiqw4aNZkTTRfNzhy5Pa1vKD7f5TggO {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #QEWXwLQ7pJmhHTEVbuZqhbUAxG858TKb {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Tvnvoqdotc6U6dKKJ4TH6UrvMFHT3ENh {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #g0HwEW6kczUUCTgWFoUgIx0sTB7LPSPd {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #vurS3gImpT27Zfm7ib2WQRJDgt4OTBqv {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #RsATwueFzVGIOA6iHpT2Vf0QHAwXnQbp {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #OZ8unNK266slKSrQdrfhqApUVxiMFsAi {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #gmMTWDDMEFhi1PbzlAoG49M4kvpbvmTr {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #mi97dOVbkI7lEOFDS1de3THPWqUrCam0 {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XXTtSwJ2l7DWWmaPBQzTr2tf697MhIpF {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #TdGPZtNAIZ8OkoGcWe7PaiFh3CdyrM0s {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #kfwgslTE8UkXBAXnnv3Tnpz9pMkH7RDx {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #gzTbpFWcMwsZv3p2ziLK1mc3K5X7muMQ {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XV3dC7TC5W4ZEW6X4mNPCKBF6vAqrCww {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #yda7yZMsHhS2Ng5HCQldaqFI9poGhQxU {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Lz7xNMKruSwnLXcoarKq9v6ZOvC5PXwo {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #BE4asxuH1RZ0Oll7JUIHm4PFzgoNh3Pw {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XDof6oy1R3LtURmkLfpDUwPWXkiLbiVk {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #tEgQc5frb4fgLvsLmEFcCD4QqGwznBSL {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #RTlkKdR4mzaCxnUdRWgBebhhhO0Bp1pb {  }
 }@media only screen and (max-width: 763px) { #n8W47gD7PmuNLiL3xCvtpiDJGTWta6de { top:21.6875rem;left:20.375rem;width:27.375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLWUULTIc8iz58RyxqiKgFcCEgz1cPZb { width:7.1875rem;height:10.5rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/F1dO8PFl/Web_1920_1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64.adaptive-delivery-prevent-bg, #SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64.lazyload, #SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64.lazyloading { background-image: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container { background-color: transparent; background-image: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container > .video-iframe-container { display: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row > .video-iframe-container { display: none; }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .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); }#SzhOk2HL7OMEhkU7f8mnzx8rB8NJAd64 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpuohnARg1nQGL7yXecXoXTgeL0qONGS { width:20rem;height:0;top:4.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #zPp984GQrTcqS47fJFx9sCCg21ZkKF9F { width:18.375rem;height:5.94921875rem;top:11.64453125rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #NUBw59bmRUTdLhTWMirXptD2TWQb8mOh { width:20rem;height:3.4375rem;top:18.78125rem;left:0rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #NTehQslmyLO5d1RKIMu96KkOQLogycA2 { display:block; }
 }@media only screen and (max-width: 763px) { #CgWG6wcariBc335BQRViBId78d3uPPg2 { width:1.375rem;height:1.25rem;top:2.875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU9tNHLwHC6iXevtP5C68U72QDFRKqnz { width:1.375rem;height:1.25rem;top:17.53125rem;left:16.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAtN8psTFo2Ci7fudxGf1auMkVCQyciI { width:0.625rem;height:0.625rem;top:3.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfQtx4kpfVMTHkOm7PwzeCureiCcR2ww { width:0.6875rem;height:0.6875rem;top:21.40625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA1zXwrJHPLx70uIFxQDgHEcS351Dzmy { width:12.0625rem;height:22.3125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCgOqFZo56eJbA2u0PGNeXN1EoZw2FG2 { width:20rem;height:20rem;top:41.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0H5I6g52nWpQ7498Cy22zQhDak8CMtk { width:20rem;height:20rem;top:62.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRZlWzpR2bGFFTxcfJzPyQcNxZW035p8 { width:20rem;height:20rem;top:123rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #owaWn9VVfSNlLyo51QuaGgSLr62OgSnv { width:3.125rem;height:3.125rem;top:42.3125rem;left:1.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #An3sQueAUlSxtsxbGFdbAdT0w5E951ff { width:3.125rem;height:3.125rem;top:63.5625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqJm2LG29mIEOMWoT9TcRTJIRu6uvXMl { width:3.125rem;height:3.125rem;top:118.625rem;left:7.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbIlkzGzlIr1DAl2aNkkogGrWkXCoWsh { display:flex;width:2.1875rem;height:2.1875rem;top:42.78125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEsxeMvryEFo5TqopTTu6HW4M8nWVWT4 { display:flex;width:2.1875rem;height:2.1875rem;top:64.03125rem;left:1.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoFiXAX8OvL0rN0GHyIAkLfOmpcDByc0 { display:flex;width:2.1875rem;height:2.1875rem;top:119.09375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps5qNGo1VhvEQADWxV02Vh9tU3ART3TP { width:16.875rem;height:1.29980625rem;top:2.1875rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #dNuQTwQ2BgtRIX38wcvDQXM5HkfWFROA { width:15rem;height:1.875rem;top:1.6875rem;left:2.5625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #obC2Pcq3NZGPtP4t3AxuvzrHSnxGSTQe { width:10.1875rem;height:10.1875rem;top:24rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRIEU1opAKVfTGnvpPar8BFoV7cggggH { width:9.8125rem;height:9.8125rem;top:27.9375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXTAdCKzCXLf0iVP5ZrAWgL9KPMxWno6 { width:20rem;height:5.361325rem;top:4.791015625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HsHrSUodKg2fJI1K2k2OmVhytifRkRbh { background-color:#eae8e8;background-image:none;display:block; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container { background-color: transparent; background-image: none; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container > .video-iframe-container { display: none; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row > .video-iframe-container { display: none; }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .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); }#HsHrSUodKg2fJI1K2k2OmVhytifRkRbh > .row .container { width:20rem;height:112.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQHx7t7r6DiG6ZOCgoMhTU6PhtvvUDGN { width:18.875rem;height:8.285125rem;top:14.078125rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #up02wWNnI2D0HT7edigPvbx1QKtVqeq7 { width:1.375rem;height:1.25rem;top:21.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUXTT6UpdPo1Qv5knLUMPT2trW9Q3VDt { width:11.125rem;height:4.0625rem;top:7.875rem;left:5.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BkDNpDxVOXwJPW6X1ZATXTewZPWWdwep { width:13.375rem;height:4.0625rem;top:28.5rem;left:5.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OK8WVIggiGmmd7qtWTcxFDxTxVzXRsSn { width:12.4375rem;height:4.0625rem;top:45.8095703125rem;left:5.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUweymtNlFK1vMD4LR1iWcM1fy3i0Pab { width:17.75rem;height:6.9043125rem;top:33.740234375rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGSWJOofcqTPscCTvrR2bGbUXb3N0cce { width:17.875rem;height:6.9043125rem;top:51.658203125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0W0FPgnNwOrGkN8uDHKAzbDL9aTZPDT { width:20rem;height:14.875rem;top:63.173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbDwVxlktCVDQ15QyWBKTbevS16F5ByJ { width:20rem;height:15.375rem;top:44.798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiou8hs7ePsS5XwzLzKk3OKymbCwTZRl { width:20rem;height:15.625rem;top:27.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TRil5yx1HQogT4FctE4yzBIN8eHvkn { width:14.75rem;height:6.09375rem;top:64.673828125rem;left:5.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FkiCUFpSx2W4vKR1WJkovy5pcyrkXBIc { width:13.1875rem;height:4.0625rem;top:82.4375rem;left:5.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0FPnd6ZemXVGpsUROaiU6zr5bI8RiDc { width:12.4375rem;height:4.0625rem;top:98.125rem;left:5.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mmt47wDLEmTiA1Hd9L5W4mHByAt3D89l { width:18.8125rem;height:4.142575rem;top:72.90625rem;left:0.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2iPNAuCtz6QWTyLRdT2AMS7u1ZcFM3z { width:18.8125rem;height:5.5234375rem;top:87.5625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfT78IHOrU6Zh1aeggRpE5iGADr0mruX { width:18.8125rem;height:5.5234375rem;top:103.5625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcFgJO07PDZTRLVQmaWrpcfkDWS5UdPu { width:3.125rem;height:3.125rem;top:66.158203125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHHXKT7o9nioN2FDefeVp1axTaxWK4b7 { width:3.125rem;height:3.125rem;top:82.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFnbFCMoS6eOclZpTo4gZ4KEMathg8MB { width:3.125rem;height:3.125rem;top:98.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1490PTCzmiK9GFdzXSZTRLiJxxFf4cE { display:flex;width:2.1875rem;height:2.1875rem;top:66.626953125rem;left:2.03125rem; }
 }@media only screen and (max-width: 763px) { #QubNvly9vMUZJm3FKTFscdG40XreyeiW { display:flex;width:2.1875rem;height:2.1875rem;top:83.375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #rl2duBTEKOp0vCMvJ9T7rLcU4BuQlky3 { display:flex;width:2.1875rem;height:2.1875rem;top:98.5625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #t2LAstf6vXBzhXpsWwJBuIEKCGp4oG5n { width:7.1875rem;height:10.5rem;top:67.8720703125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvuiX7OlndRgD9JhTLMeCBDFeASrBuqo { width:7.1875rem;height:10.5rem;top:21.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM4CQ6XmJT7ELDn3lntWn3KcZMcUf75S { width:20rem;height:17.1875rem;top:6.8125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8mlvWXIxbIQT5bwhq9OyB4kSKtaVoW { display:flex;width:2.1875rem;height:2.1875rem;top:8.8125rem;left:2.03125rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #hQnVGSLuVrPB241SpeZIKUyBvm4B5bn6 { width:3.125rem;height:3.125rem;top:8.34375rem;left:1.5625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #E6cZzzMV8Hv9MDdEtDqPaXcOvcGOUZG3 { display:flex;width:2.1875rem;height:2.1875rem;top:29.4375rem;left:2.03125rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #mx35rTFgFqiffiHeA6W9PwxqhhMeO3zL { width:3.125rem;height:3.125rem;top:28.96875rem;left:1.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xqu1ozP19Fc2Pi8ZSB8yDWWo78nConH3 { display:flex;width:2.1875rem;height:2.1875rem;top:46.7470703125rem;left:2.03125rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #EJTWH3ocMMzRmLZU3i7r0V8vqMAcETaE { width:3.125rem;height:3.125rem;top:46.2783203125rem;left:1.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #CAwre8E0ODiOeyoiIUkE7No9S6W6kZTi { width:18.5625rem;height:2.4375rem;top:1.736328125rem;left:0.71875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15024;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #prUNQ3cv6kimT6scTrZ08ClVROMauLTR { width:20rem;height:14.375rem;top:80rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ETqi5HQyodbJBCKMtDVu5APzRgu5TX9x { width:20rem;height:14.375rem;top:96.5rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #o2G5qcvT6QKQn3yU9zA2Tb204T7vgaTu { width:7.1875rem;height:10.5rem;top:39.4345703125rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ia82aGNGpLHDGUzhrCkvZzaNz97eFRwg { width:7.1875rem;height:10.5rem;top:57.3720703125rem;left:12.8125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #rPEiqwe4A18dTNlonxe9QtlshgRoVAoz { width:7.1875rem;height:10.5rem;top:73.5625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #cW7R1OQVMdvJ6T2tSNsOPa7vwvrM9EC3 { width:7.1875rem;height:10.5rem;top:90.0625rem;left:12.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue { background-color:#eae8e8;background-image:none;display:block; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container { background-color: transparent; background-image: none; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container > .video-iframe-container { display: none; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row > .video-iframe-container { display: none; }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .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); }#L4gJBIG8FV5mCeGztGsG6zZFlsvu0Rue > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdQTIuaiMddi3pn3gxW8309MgmLWTUTn { width:20rem;height:4.875rem;top:2rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5M07PzcSQKmouBLUuJGO2LnmJF7Wua6 { width:15.625rem;height:15.625rem;top:16.4970703125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M32zfpcaPbqwUXoox98ehyn6FgmbKfa1 { width:13.3125rem;height:3.5996125rem;top:12.3974609375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmHcNwhz75WkxvUoxSSK6057FQe4TDAQ { width:15.625rem;height:15.625rem;top:45.1533203125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RopTTVzFPgrXIIeAuN4XfE0JkwalFoE3 { width:16.0625rem;height:3.5996125rem;top:40.6396484375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxMKGF7E8i3nUSMzTL4qlrJHUD0VnZGh { width:12.8125rem;height:2.5996125rem;top:36.4462890625rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #axnAvxCRIZs7eU45Lmlede2kUxKoZAgL { width:15.625rem;height:0.875rem;top:34.5712890625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGegrDy7P9AJb31HX6PZ1xfH8cw1fKEa { width:7.5625rem;height:2.5996125rem;top:9.2353515625rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDARw57zMyP2NdMm1balyMT0xII8Bm3M { width:16.0625rem;height:3.5996125rem;top:67.4716796875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiPS30za9InHpVmvkTPStOi2Vwn1b4VB { width:10.3125rem;height:2.5996125rem;top:64.3408203125rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Dv6HvgdONN6TbvlBr9WCfaAqzzH0ag { width:15.625rem;height:0.875rem;top:8.3603515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IolN9Cx9tsgJk3D8pNgmPv5p8xK2doIO { width:15.625rem;height:0.875rem;top:63.4658203125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRHUBdePRoLQCBrZLyTElw3y8y5dzZL { width:15.625rem;height:15.625rem;top:99.3134765625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfddIMIP0ByJuhGkvO5tBNA8ZAko3sf { width:16.0625rem;height:2.5996125rem;top:92.5517578125rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJN09waQBKfg1H8UC8tdFhPPfheUTo3v { width:16.0625rem;height:3.5996125rem;top:95.1513671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpnstsxOePJaz4GirToXm0drlHVngZFL { width:15.625rem;height:0.875rem;top:91.7392578125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAfOPt8dozNvzFlOicrSZL6qRlUHStQ7 { width:14.4375rem;height:2.03125rem;top:9.51953125rem;left:5.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fD3co8kZKR8AyKvlCpudR8R5x5UGGywH { width:13.1875rem;height:4.0625rem;top:35.71484375rem;left:5.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aPSsymRwksfT3ydFoCNIihXzdAyAhIsM { width:13.875rem;height:2.03125rem;top:64.625rem;left:4.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtHrQiVBE9bH7VdZEtgZyXZwurafvMf6 { width:13.0625rem;height:2.03125rem;top:92.8359375rem;left:5.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgZO6bX9f0z9DIVa9Zrry8UnbOiTbhql { width:15.625rem;height:15.625rem;top:72.1962890625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVBNr4V1zeR5nNV7HVq0tXCxPWloVwhb { width:7.1875rem;height:10.5rem;top:78.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOSlGmSAkV8D6bLoQr6TQ5sMXNpQwrr7 { width:7.1875rem;height:10.5rem;top:22.5224609375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQXuPOhBtR8LKKdf4xe66Fhz1nRnpiH { width:7.1875rem;height:10.5rem;top:106.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOKJWmnS0USUtwlD4DUyBqNAPEGn2u7K { width:7.1875rem;height:10.5rem;top:51.2158203125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ { background-color:#ffffff;background-image:none;display:block; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container { background-color: transparent; background-image: none; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container > .video-iframe-container { display: none; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row > .video-iframe-container { display: none; }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .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); }#u4bduBreJnnHSLC6trlKtFkT8vnfPGGZ > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlgsl75O6Rcbob4KL8UkCcyLRuow0GNM { width:1.4375rem;height:1.375rem;top:11.737500190735rem;left:17.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAxe5aaMcI3loD0TUzqzqiRFDsGJX02 { width:1.75rem;height:1.625rem;top:9.461718559265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEtgQ71sfaxcioFAwG5inNG61CelZTg { width:1.75rem;height:1.625rem;top:0.54999971389771rem;left:17.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM1mZRut61tOpk0sg0TrL9dQEyAuLKZN { width:1.4375rem;height:1.3125rem;top:1.5rem;left:1.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxHnsnv3HVcVWsKAVbhaylHpsT8Gv37f { width:1.75rem;height:1.625rem;top:11.487500190735rem;left:6.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwn00hKxrlX94wlpSTx0NAsg1Gd712iF { width:16.125rem;height:7.3125rem;top:5.0234375rem;left:1.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cmg0qvaezTTmPvp4SOtt4RySTwmeSvBB { width:16rem;height:2.923825rem;top:1.5rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqqJVru04JQBi8b0gaVQ6dl9Sfh8NZCi { width:20rem;height:18.375rem;top:14.7080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqATumoRIG2r2pe32tx8GsNJJcXJGIma { display:flex;width:2.1875rem;height:2.1875rem;top:16.6455078125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ZhoLG0SyDC6m9c8iapNATFB4Dr9xTCi6 { width:3.125rem;height:3.125rem;top:16.1767578125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZokQNSreSdXPeIRflId22o5uxpr7c7gW { width:13.3125rem;height:4.0625rem;top:15.7080078125rem;left:5.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b1c46uKl8cgRarTVel6c6VMhsKdbbnZL { width:18.5rem;height:8.285125rem;top:21.6455078125rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CALU2T303x7P6pNqwtBmz0GJWcK9Ek9g { width:20rem;height:18.375rem;top:36.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsZCBZQ4837eB1VrQ8u9lZBnSmKJVGcT { width:14.375rem;height:6.09375rem;top:37.6171875rem;left:5.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wPfv37n7RMzzUlwEVP4b170EFVJhoPQi { width:16.625rem;height:9.666rem;top:44.7421875rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bfg5STqpvdCVt9yveZqRlK7bCSww0c5P { display:flex;width:2.1875rem;height:2.1875rem;top:39.0234375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #NfCToIfO0tETLGRqpTuUHeCAvbkoczdb { width:3.125rem;height:3.125rem;top:38.5546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXuTpm8ORTGvArWJPOMP1hvOsrCt9Jud { width:18.125rem;height:3.25rem;top:57.7138671875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWyF4zsmb3TdK3RJEbVHeluAnsUMSptx { width:19rem;height:3.4375rem;top:61.9013671875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUut3kHZKQAAFiB4wpVMscKfJKmasPCG { display:block; }
 }@media only screen and (max-width: 763px) { #H2xZAKZiaiA4ExCV7CTzk1y8w0EfDQ28 { width:7.1875rem;height:10.5rem;top:28.6171875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmTNyL3VEIHBAQqSCUMQpShlEcnlOrsO { width:7.1875rem;height:10.5rem;top:45.7763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz { display:block; }#tsd8VOmsAePkS0UMDR3ylWoBF5IT9Oiz > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDk1R7ZJhU4EPDu7FWciGicBApiVV3xm { width:16.6875rem;height:16.6875rem;top:33.21875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8K0kryzDIErUqXnweAn3qzKrx0mTnv { width:20rem;height:4.875rem;top:3.9609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiDr37iUCglq4LVT3AZlHt2H93Ta8pXE { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mF2rR5TD2GRZCpKZym92N6JdrMJyXCFm { width:0.8125rem;height:0.8125rem;top:11.2578125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGlVZI486u45V5McRIfCzeQ9ANFvKVP { width:9.375rem;height:0.125rem;top:11.6015625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRyvroixidGTioUiownSqMzpR5MKwEVZ { width:5.9375rem;height:1.625rem;top:10.8515625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxRDGXT3hW9PfCwS2eVZJZZIbr44EVwx { width:20rem;height:1.625rem;top:13.3359375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFtpr8NFW82QWfvehyMBs4wxxatm44fo { width:20rem;height:5.3994125rem;top:15.6171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2mveCNMMHyvzOM2zv2mDXWXwkOUUa6O { width:5.9375rem;height:1.625rem;top:23.2109375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnUnTowvCmhqI9NARpyQo5xcvvvssUbb { width:9.375rem;height:0.125rem;top:51.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIr2AyqMHsTTDIoqrWEcbF3ZadbS2ZN2 { width:0.8125rem;height:0.8125rem;top:62.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQSlXziLUrJ9OEAvXuEf1fh72TlnZTN { width:20rem;height:1.625rem;top:25.6640625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vorvfugv3b8IfSymlJQBhdIyxF0gFFHu { width:20rem;height:5.3994125rem;top:28.4453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UreQpQ5RXSJOESJBaeD6u32bWfUwZmPE { width:0.8125rem;height:0.8125rem;top:23.6171875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU242xfFskH8L7VthvsSmT1Lbb2QhdJ2 { width:9.375rem;height:0.125rem;top:23.9609375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INfzJx4bPLAzgDi2ZNIEAHzJAgzLHJif { width:5.9375rem;height:1.625rem;top:50.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #czell0f3RnfFtleZkxQWOJzCOT1rLnb9 { width:20rem;height:1.625rem;top:52.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LlDkHWsGeUb5LtuXHIelTbUnGTUyZcpx { width:20rem;height:5.3994125rem;top:55.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTD0VzwSl6DR4MckxzFTWhaiHvLAsmoo { width:0.8125rem;height:0.8125rem;top:51rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIn5Sb6GTCtlaeOmrTTmHzVVy3DTPFd7 { width:9.375rem;height:0.125rem;top:63.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v80SPegBnAvr1BniLNfGpaT1mLXC8QAv { width:20rem;height:1.625rem;top:65.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgNGIV4K0fCTiikLTHeH7QWxMwnOQT9D { width:20rem;height:5.3994125rem;top:68.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHl2U9pqdt57K3QKCw7mHUkxuSPX9DwZ { width:5.9375rem;height:1.625rem;top:62.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZiFRFecgVP8rg8TPETET31IKPMbRx8H { width:19rem;height:3.4375rem;top:75.5546875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDDgCTM3CNr4M6O2r5tcfyVdfXpCD5Po { display:block; }
 }@media only screen and (max-width: 763px) { #vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv { display:block; }#vc1UTrR1Au2qTBdULJn2r1FIBXanGdhv > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTxuzs52ifVctKovGHKE7nESxGTU1pcQ { width:15.875rem;height:11.875rem;top:7.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Mua2u6uxGf3t5ZMtVae5uDQ8HIsTra { width:19.1875rem;height:2.4375rem;top:3.375rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Sc0bJSJrgfAUzstDLZPAKbx9C6E1pp { width:18.125rem;height:44.625rem;top:22.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heqgZd6oalCWwk9kdRxaOp3zMiDonT1u { width:9.625rem;height:1.4619125rem;top:1.9765625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8efQivyiWSeidEZX70tmeCCGhaFZg5K { display:block; }#c8efQivyiWSeidEZX70tmeCCGhaFZg5K > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBChCURmZ7i9rBu2UQAz6ZJSXfuV1EOL { width:16rem;height:4.875rem;top:3.5234375rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJXIyClTT8Pi27zR6syUaKx7e5vDKOeg { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.4;overflow:hidden; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp .accordion-desc-text { font-size:0.875rem;height:auto; }
#uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp { display:flex;height:auto;width:18.375rem;top:10.875rem;left:0.75rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(67,43,30,0.5) ;gap:0.125rem; }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #HIaloU6hdMfhcw7las5FEnaWsmWiCRZP {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #pc2tNn26TX4rpBs12LhMtBLW2kTh62Zm {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Sz80XUWJ02uxBTLKpZzwrIW506n3nmkn {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #epcsC0RuZtgNqhtkeXq66TCkkcVNeAcE {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #CyDlupWNArMCFMFkQcWTmd55w5huExVu {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #OGiqw4aNZkTTRfNzhy5Pa1vKD7f5TggO {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #QEWXwLQ7pJmhHTEVbuZqhbUAxG858TKb {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Tvnvoqdotc6U6dKKJ4TH6UrvMFHT3ENh {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #g0HwEW6kczUUCTgWFoUgIx0sTB7LPSPd {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #vurS3gImpT27Zfm7ib2WQRJDgt4OTBqv {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #RsATwueFzVGIOA6iHpT2Vf0QHAwXnQbp {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #OZ8unNK266slKSrQdrfhqApUVxiMFsAi {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #gmMTWDDMEFhi1PbzlAoG49M4kvpbvmTr {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #mi97dOVbkI7lEOFDS1de3THPWqUrCam0 {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XXTtSwJ2l7DWWmaPBQzTr2tf697MhIpF {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #TdGPZtNAIZ8OkoGcWe7PaiFh3CdyrM0s {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #kfwgslTE8UkXBAXnnv3Tnpz9pMkH7RDx {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #gzTbpFWcMwsZv3p2ziLK1mc3K5X7muMQ {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XV3dC7TC5W4ZEW6X4mNPCKBF6vAqrCww {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #yda7yZMsHhS2Ng5HCQldaqFI9poGhQxU {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #Lz7xNMKruSwnLXcoarKq9v6ZOvC5PXwo {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #BE4asxuH1RZ0Oll7JUIHm4PFzgoNh3Pw {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #XDof6oy1R3LtURmkLfpDUwPWXkiLbiVk {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #tEgQc5frb4fgLvsLmEFcCD4QqGwznBSL {  }
 }@media only screen and (max-width: 763px) { #uKp15qkgrtAQ8bGHEQNzpzMzAovLDCFp #RTlkKdR4mzaCxnUdRWgBebhhhO0Bp1pb {  }
 }@media only screen and (max-width: 763px) { #n8W47gD7PmuNLiL3xCvtpiDJGTWta6de { width:20rem;height:20rem;top:4.919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLWUULTIc8iz58RyxqiKgFcCEgz1cPZb { width:7.1875rem;height:10.5rem;top:32.419921875rem;left:0rem;display:block; }
 }