.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { position:relative;display:none; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #dPs7dxfq1Pxde0qDmIF2SPryZP7wU87I { border-width: 0; border-radius: 0; }#dPs7dxfq1Pxde0qDmIF2SPryZP7wU87I > .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; }#dPs7dxfq1Pxde0qDmIF2SPryZP7wU87I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.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:none; }#bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { position:relative;display:block; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #LSdEvT3CWZOO3kZGU60pycta006Ofg36 { background-color: transparent; background-image: none; }#LSdEvT3CWZOO3kZGU60pycta006Ofg36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .row .container > .video-iframe-container { display: none; }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .row > .video-iframe-container { display: none; }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .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); }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 { border-width: 0; border-radius: 0; }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .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; }#LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;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; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { position:relative;display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { background-color: transparent; background-image: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { border-width: 0; border-radius: 0; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { 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:10.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { background-color: transparent; background-image: none; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container > .video-iframe-container { display: none; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row > .video-iframe-container { display: none; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .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); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { border-width: 0; border-radius: 0; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#eSVV1CTp30dvHUFSfbuQH0esMLJwcWTM { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sNnQbNNWfeSd20rn5ktDTLglA10nm4Uf { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:6.175rem;display:block; }
#XHZF3oTF5hFBXyXUlfeu1m9nPI6euS0Q { position:absolute;display:block;z-index:15002;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:6.25rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { position:relative;display:block; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { background-color: transparent; background-image: none; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container > .video-iframe-container { display: none; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row > .video-iframe-container { display: none; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .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); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { border-width: 0; border-radius: 0; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .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; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:125.5rem;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; }#PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f711db2-023d-45aa-93d7-b7efe5a412ae/calypso_buanderieim.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:1.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0;display:block; }#PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU.adaptive-delivery-prevent-bg, #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU.lazyload, #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU.lazyloading { background-image: none; }
#B2EfrxtX3iQRpS0zoVdHfWIt95sSmstV { color:#f2705f;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.375rem;left:2.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AOAi8lXw8uX5d8mVu6J0DkwZinNsWLER { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zCZhseIuSIdIVsdpzKI6tzRTr2zGfAk2 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5625rem;left:2.8125rem;height:5.2rem;display:block; }
#FpmTrXaE74wtNUpNQKzSxD253o6KGkd8 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:47.8125rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49.6875rem;left:2.8125rem;height:8.425rem;display:block; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#W1XRkETdc4Jn81fEIzm4yxkX0Nz28uDR { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:61.9375rem;left:2.8125rem;height:2.9125rem;display:block; }#W1XRkETdc4Jn81fEIzm4yxkX0Nz28uDR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W1XRkETdc4Jn81fEIzm4yxkX0Nz28uDR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#ywKC2ZgTTptdozNmRr04a1uCKJfXhD9y { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:60rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:68.6875rem;left:2.8125rem;height:9.4125rem;display:block; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#TuXH8ZJKmXs3SvHpM0PTcnof1aUATBG5 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:66.75rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#UMJH8y7dbz6iowUNbCVEGXy9PsS84cIT { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:81.625rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:83.5625rem;left:2.8125rem;height:5.5125rem;display:block; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#L3SNhDSQKJflRiSQdXqXBUrck1PJZLdn { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:108.56249809265rem;left:2.8125rem;display:block; }
#iwPwnvSB3JGlETwuunsLIzobCcJRdr6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtLdl0Bn5Flk2Tb7KDmq3I15apero8RN { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:113.12499809265rem;left:2.8125rem;display:block; }
#MXvmOB23GBWcPkWsP6yEv3PE4xTKBpv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gf05zi2WX0bhERoE7h1KDIdn5u08WiSs { box-sizing:content-box;height:112rem;width:22rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:1.625rem;left:26.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0.0625rem solid rgba(242,112,95,0.4);display:block; }
#RInLo3mtIosT5Rve7lm1JNyZRna50dsR { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:103.68749809265rem;left:27.8125rem;display:block; }
#AiwZniDnosTT15zzQKzmJpzz8J5rRH3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKzxGfawViuD3SL8LN0s9MsbI8Re0oX1 { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:98.68749809265rem;left:27.8125rem;display:block; }
#Kzxtm6gsueqspS1HC4qByW20Dz1sUvxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:62.375rem;left:27.8125rem;height:6.8125rem;display:block; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#qDMfVGzHPr6MH028TaxJguiyBbZlHn3l { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:60.4375rem;left:27.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#LMU4OO85RspECLaKETSHs6VAQw1vdPT4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:57.3125rem;left:27.8125rem;height:1.29980625rem;display:block; }#LMU4OO85RspECLaKETSHs6VAQw1vdPT4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LMU4OO85RspECLaKETSHs6VAQw1vdPT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#PJXDDXtOvA4Nen5AGTxtt16vIiiqXL3a { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:55.375rem;left:27.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#GigDM1BgWlcIt7suLJ5Sz91ylRWANOzq { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.75rem;left:27.8125rem;height:3.9rem;display:block; }
#qIfADXAJk2VTxFT95GRElhcJWReqQks1 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:43.1875rem;left:27.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:45.0625rem;left:27.8125rem;height:;display:block; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#koDEJhxc97MdwmKQlGURTaGqTb2bceCz { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6735674e-dcf6-41f5-aec7-673138028299/calypso_vs_270l_ue_ambiance_20222.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:26.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0;display:block; }#koDEJhxc97MdwmKQlGURTaGqTb2bceCz.adaptive-delivery-prevent-bg, #koDEJhxc97MdwmKQlGURTaGqTb2bceCz.lazyload, #koDEJhxc97MdwmKQlGURTaGqTb2bceCz.lazyloading { background-image: none; }
#kDGpE7iZSC3ONqKz2DndBEHSMAJLGL61 { color:#f2705f;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.1875rem;left:27.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JBhrnymGeCymhClGP1IGb1PiH2G9Ggy4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.625rem;left:27.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HGDUUk8AecdEdwVF3TbngmO4vCw8ZL8B { box-sizing:content-box;height:109.375rem;width:21.875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:1rem;left:51.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0.0625rem solid rgba(242,112,95,0.4);display:block; }
#OoNgT9zQNS2Up0u0THFpTbaF9kxkLZoJ { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:100.75rem;left:52.8125rem;display:block; }
#ZI5OOJ8dtOoIUhmGoCA2DGx04Lvi4vtm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmo4OzU6TGT9T05EmVltbDBuqBb3sypB { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:96.0625rem;left:52.8125rem;display:block; }
#CWzGevfQ3saHOdkxVQhLRBEblTCoifCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:58.0625rem;left:52.8125rem;height:7.125rem;display:block; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#SgF1M2RDOaaAIORgHbF5tMLeoUAr9CLt { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:56.125rem;left:52.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#KPU2e92iftk3rR8zCzpxXld0h9QfKrcD { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:53.0625rem;left:52.8125rem;height:1.29980625rem;display:block; }#KPU2e92iftk3rR8zCzpxXld0h9QfKrcD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KPU2e92iftk3rR8zCzpxXld0h9QfKrcD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#n5oVbJD4vusyv9VyTOVtxwq6uZsM7nlV { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:51.125rem;left:52.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#I4umfqliikdbzylmS8dcs0kbCw49NZ1g { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:40.8125rem;left:52.8125rem;height:8.425rem;display:block; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#qkJAsxe2vAmk7bL0t0AFtaUiHppGyqTG { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.75rem;left:52.8125rem;height:2.6rem;display:block; }
#fkGXLgL5PH1I8OSZJF35RcQITxcZ9Lg2 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:38.9375rem;left:52.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#ihKMA7pimoF3zBoGQFIzkswpE0aqy2Ja { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:20.625rem;left:52.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mU8K2GQTQHxpJ24gFX2QVd3QGokzUWzw { color:#f2705f;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92aaee0d-766a-42ed-8041-763ee0437f80/egeo_ambianceim.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:51.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0;display:block; }#GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa.adaptive-delivery-prevent-bg, #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa.lazyload, #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa.lazyloading { background-image: none; }
#W8Vra4X0WBR1NLnhTPrxeSymZA0x23u7 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:70.9375rem;left:52.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:72.875rem;left:52.8125rem;height:5.5125rem;display:block; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#euVF2I3JVs1SARGCoH6oi8A6iQBeSTZU { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.9375rem;left:2.8125rem;height:2.9125rem;display:block; }#euVF2I3JVs1SARGCoH6oi8A6iQBeSTZU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#euVF2I3JVs1SARGCoH6oi8A6iQBeSTZU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#cHbKCcQKOx1TvSWxygXno4ZyXZFc2tuB { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.0625rem;left:2.8125rem;height:2.6rem;display:block; }
#r1GBzFqJ6kxrqWf2UupTk8DVTnIy1f3o { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:90.740623474119rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#ZUMJSH2LSTMCPtXasRKZweNOhNpi5T5Z { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:92.715625762938rem;left:2.8125rem;height:5.5125rem;display:block; }#ZUMJSH2LSTMCPtXasRKZweNOhNpi5T5Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUMJSH2LSTMCPtXasRKZweNOhNpi5T5Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#rlyWGSpBTXLlnVtBhv1s2MT6MKStpBgO { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:101.30937576294rem;left:2.8125rem;height:5.11875rem;display:block; }
#bGHZk9Vwpvh7TcfV9eqyW5NSoDeetwta { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:117.75rem;left:2.8125rem;display:block; }
#GMLUTLwlr6eAmfBWKbnofstn7Ied1fGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mmi9Gorlt7rUHqCNQ1T20P5cXcz25ofb { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:108.49999809265rem;left:27.875rem;display:block; }
#EQw09UrlIaIt2tp8S1yhFZmdyUHBohAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JdFrgpBnO8oDTykqqhwXEf7Df1TTPnOT { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:105.4375rem;left:52.8125rem;display:block; }
#EUS9Gm8VRrhBAemO1iwuUWi2gxxG2Guw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MbKQFnhTiMUVyOu39GUA77QgwgTZ8Ebo { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5rem;left:27.8125rem;height:2.9125rem;display:block; }#MbKQFnhTiMUVyOu39GUA77QgwgTZ8Ebo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MbKQFnhTiMUVyOu39GUA77QgwgTZ8Ebo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#ZvcCaoXMyKM3BkQSWNLgUPbLqKrFTqqZ { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.5390625rem;left:27.8125rem;height:2.6rem;display:block; }
#Ws06HuUkNqzqzf4Ps9OswnG9GTDFKBN9 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:72.375rem;left:27.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#rUZUS4WxoSXQwaly02dxQxTVraLvGsbR { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:74.3125rem;left:27.8125rem;height:;display:block; }#rUZUS4WxoSXQwaly02dxQxTVraLvGsbR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rUZUS4WxoSXQwaly02dxQxTVraLvGsbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#SXGwy5E14KLp3XOPVTtZhZC26WQbf7pG { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:81.6875rem;left:27.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#zpLnOzSf7uahnQf0HobaF8m1FrOGMBuS { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:83.625rem;left:27.8125rem;height:4.2125rem;display:block; }#zpLnOzSf7uahnQf0HobaF8m1FrOGMBuS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zpLnOzSf7uahnQf0HobaF8m1FrOGMBuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#nO2r7O5hK9Iy05rTFbqleQSW1eFVHEtK { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:90.740623474119rem;left:27.8125rem;height:5.11875rem;display:block; }
#X9hk4NLzohlCWNfb0WEOQx6DRcNLyPM3 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.5rem;left:52.8125rem;height:1.3rem;display:block; }#X9hk4NLzohlCWNfb0WEOQx6DRcNLyPM3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X9hk4NLzohlCWNfb0WEOQx6DRcNLyPM3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#PpNTZAZviMf11QSSWuU2yvphomQiiTcS { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.7607421875rem;left:52.8125rem;height:1.29980625rem;display:block; }
#TC6Cq6dt99SaiPcXEc4UHFJBTApqn6TG { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:80.25rem;left:52.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#Pamg0r6Om17VTbqDtasMlZqVXNDMZL2n { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:82.1875rem;left:52.8125rem;height:1.3rem;display:block; }#Pamg0r6Om17VTbqDtasMlZqVXNDMZL2n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pamg0r6Om17VTbqDtasMlZqVXNDMZL2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#ku7EVHsH3UT3UCDlIJ8DF2EeRA1WErZy { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:86.625rem;left:52.8125rem;height:5.11875rem;display:block; }
#Tfee1FvLGZIdOhzml7U89TiogLpJA8sb { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:16.125rem;left:16.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3uMQuIRlCLsoOMwlbn5fg0BkG5STd03 { box-sizing:content-box;height:1.875rem;width:7.6875rem;position:absolute;display:block;z-index:15044;background-color:#f2705f;background-image:none;top:15.8125rem;left:15.875rem;display:block; }
#XEcgCwu8aV7Rn0ElpRqPi3vtMWHMzelR { box-sizing:content-box;height:112rem;width:22rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:1.625rem;left:26.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0.0625rem solid rgba(242,112,95,0.4);display:none; }
#I2XoPT6WgzVwwRDefCOzAxN1cF3xOpiS { box-sizing:content-box;height:121.5625rem;width:21.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0.96875rem;left:1.46875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0.0625rem solid rgba(242,112,95,0.4);display:block; }
#baxqDugFo4WMtwyapInS0A5dGiPSObzc { position:relative;display:block; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc { background-color: transparent; background-image: none; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .row .container > .video-iframe-container { display: none; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .row > .video-iframe-container { display: none; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .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); }#baxqDugFo4WMtwyapInS0A5dGiPSObzc { border-width: 0; border-radius: 0; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .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; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:129.625rem;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; }#kCrZoAed7JREsOX37TsXRcGugvfW78aw { box-sizing:content-box;height:126.5625rem;width:21.875rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:1rem;left:1.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0.0625rem solid rgba(242,112,95,0.4);display:block; }
#zWEFe629mrHpMz8GV8cVdqXDtyts1hwv { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b85450ae-49f2-463a-aaa0-49359ed19533/trineoambiance.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:1.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0;display:block; }#zWEFe629mrHpMz8GV8cVdqXDtyts1hwv.adaptive-delivery-prevent-bg, #zWEFe629mrHpMz8GV8cVdqXDtyts1hwv.lazyload, #zWEFe629mrHpMz8GV8cVdqXDtyts1hwv.lazyloading { background-image: none; }
#ZBCTSiDd2deGIgJrvSQQfV8RkDOLTgxv { color:#f2705f;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Oan2unuLbpUFl1yURBa3mFaxGkyOcSwU { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:20.625rem;left:2.8125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I3QO7QVnhLHZVkS1n3x0gQaadW6Q0W5h { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.375rem;left:2.8125rem;height:3.9rem;display:block; }
#PzkZEwuZNlhs28P1lD3hBKVoLRGpO4sy { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:46.3125rem;left:2.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#xc6GSXJ5i5nGurn51azJA2nbV2XSNDbG { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:48.1875rem;left:2.8125rem;height:12.95rem;display:block; }#xc6GSXJ5i5nGurn51azJA2nbV2XSNDbG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xc6GSXJ5i5nGurn51azJA2nbV2XSNDbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#vnKqC9eESWXahlDiqVeACBiyEgGDqB3d { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:67.5625rem;left:2.8125rem;height:5.5125rem;display:block; }#vnKqC9eESWXahlDiqVeACBiyEgGDqB3d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vnKqC9eESWXahlDiqVeACBiyEgGDqB3d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#NTagnslxS2RelypQ9WqOVrzAyB4QbOgh { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:65.625rem;left:2.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#ax9yXs0mb3pUoDh2M6WXS0MaF84Ef98H { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:78.5rem;left:2.8125rem;height:12.325rem;display:block; }#ax9yXs0mb3pUoDh2M6WXS0MaF84Ef98H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ax9yXs0mb3pUoDh2M6WXS0MaF84Ef98H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#Z3VyZd564Q9pwbAPbHNB0OqqyPx9Nibs { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:76.5625rem;left:2.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#eXQVsN6x0uAwzvmqZmzWxDtIZCgDtv0Z { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:95.3125rem;left:2.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#F6Lq5feOJsKy2ET312nG9s0A9AlzswE0 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:97.25rem;left:2.8125rem;height:5.5125rem;display:block; }#F6Lq5feOJsKy2ET312nG9s0A9AlzswE0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F6Lq5feOJsKy2ET312nG9s0A9AlzswE0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#leQD6TKfonftP12EC754QUIsZHolLtVI { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:113.5625rem;left:2.8125rem;display:block; }
#C2DMps4F9mNLTbxKS0xabiQvS1Tl15Cm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aP4CXAXVbNuMpakFV3A21cdTtSn39T2d { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:118.25rem;left:2.8125rem;display:block; }
#BwaceI3mtlyisd2hMkOLmcv6X7fics9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKuiHuAMSmKPkSecF0QiUZiIgJJPlDh6 { box-sizing:content-box;height:74.5625rem;width:21.875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:1rem;left:26.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0.0625rem solid rgba(242,112,95,0.4);display:block; }
#HMNgbgIOEikuoHwzeUMFqSPPZofh393M { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:66.0625rem;left:27.8125rem;display:block; }
#NK5ErEn3S1UucTT0XcnU6G2qJtwPrkAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFnUJk1BdCP8zxSsOrTkXnTiSUIeiT5g { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.6875rem;left:27.8125rem;height:;display:block; }#dFnUJk1BdCP8zxSsOrTkXnTiSUIeiT5g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFnUJk1BdCP8zxSsOrTkXnTiSUIeiT5g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#rnTRqMtQdpBW6OnC3zlgW0WqETbcQVrL { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:39.75rem;left:27.8125rem;height:1.3rem;font-style:normal;display:block; }
#bgZNhatqmRRkbnEobmyq37illyX3UF9B { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.75rem;left:27.8125rem;height:1.3rem;display:block; }
#LU6uQ3t8CrX0ty83BPRQHfMiAJKkwfUf { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12393b45-5293-4e08-ad55-c262da54f5d9/AquacosyEvolutionambianceAtlanticcuisineB.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:26.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(242,112,95,0.4);border-left:0.0625rem solid rgba(242,112,95,0.4);border-right:0.0625rem solid rgba(242,112,95,0.4);border-bottom:0;display:block; }#LU6uQ3t8CrX0ty83BPRQHfMiAJKkwfUf.adaptive-delivery-prevent-bg, #LU6uQ3t8CrX0ty83BPRQHfMiAJKkwfUf.lazyload, #LU6uQ3t8CrX0ty83BPRQHfMiAJKkwfUf.lazyloading { background-image: none; }
#acQ3Hn7USnq9A5osSZSPJFfom4SiqKoA { color:#f2705f;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.1875rem;left:27.8125rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WEZgC1zaCCaskKDAf7fkL4WhHnx3MJCG { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.625rem;left:27.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X9QeAm8aInGLJGFAORBVQE5JZ0ZWFulg { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38.98828125rem;left:2.8125rem;height:4.2125rem;display:block; }#X9QeAm8aInGLJGFAORBVQE5JZ0ZWFulg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X9QeAm8aInGLJGFAORBVQE5JZ0ZWFulg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#K2Bq9swfAv2zBa6X5TS20O2VxnJyp7Sk { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:104.625rem;left:2.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#nda6Hx9uCBH0cIa8gTN2HW9LgGefSl3U { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:106.5625rem;left:2.8125rem;height:3.9rem;display:block; }#nda6Hx9uCBH0cIa8gTN2HW9LgGefSl3U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nda6Hx9uCBH0cIa8gTN2HW9LgGefSl3U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#LqZNC1QN9Jo0bPTwbnHWR8yGLOOmJyCH { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:122.9375rem;left:2.8125rem;display:block; }
#JWgpTdaOVdNJ0rJwvdpFQ4QSF9toBvMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0yUec4ynXUDDwnyaHRi2lNIUOXyhUU7 { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:70.75rem;left:27.8125rem;display:block; }
#r9IO6Z7vqauOo6GwCwvTMeKsAS64TQB5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUHvqKM70ihiIEVeW6gZqwnwa5cNbEOX { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5rem;left:27.8125rem;height:;display:block; }#hUHvqKM70ihiIEVeW6gZqwnwa5cNbEOX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hUHvqKM70ihiIEVeW6gZqwnwa5cNbEOX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#lRVqZgsc3eTOl1Ju9mV6h3dd9A6sTG39 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:56.75rem;left:27.8125rem;height:1.3rem;font-style:normal;display:block; }
#iqXQV9pWmmWqFotbqOkEUWrOHQqx8kSM { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:58.6875rem;left:27.8125rem;height:4.2125rem;display:block; }#iqXQV9pWmmWqFotbqOkEUWrOHQqx8kSM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iqXQV9pWmmWqFotbqOkEUWrOHQqx8kSM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#TR8WhHdPGiVkRtSHMCtZpwHA5FfFPT7K { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.8984375rem;left:2.8125rem;height:5.2rem;display:block; }
#CJnZAzPiFr1FwwMJ5tpCNTP1q98s3SwX { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.6484375rem;left:27.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#R3fKoA5pilHbnZEXWalMqLic2dvqqryN { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:49.375rem;left:27.8125rem;height:1.3rem;font-style:normal;display:block; }
#i0J3lof5DdXoPbNCrGPT4cO99o46vIOP { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:51.3125rem;left:27.8125rem;height:2.6rem;display:block; }#i0J3lof5DdXoPbNCrGPT4cO99o46vIOP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i0J3lof5DdXoPbNCrGPT4cO99o46vIOP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#aSSxgpkZGMEnRTKRE6UiRfWMOvmTf01s { box-sizing:content-box;height:21.6875rem;width:21.875rem;position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;top:19.4375rem;left:51.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ovSlczC5APUQFQ9mBrPBJTviLR12s2Wf { background-color:#f2705f;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:34.5625rem;left:52.875rem;display:block; }
#D2g4zzsQXMIvit3l2rxbOqfXqaaULSZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#byPaZyvsD68mh7buUXhcs0OuEnX2kKzH { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.3125rem;left:52.875rem;height:5.2rem;display:block; }
#KxeN17qtG25MJz9ulXcEPSGbfaGTy3gG { color:#f2705f;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.4375rem;left:52.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoXhot7S5J7JMROFqpc0VvwQRvT7XGHB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.25rem;width:21.875rem;top:3.875rem;left:51.625rem;display:block; }
#nnwxSH9HUZ7elJ7NzR62lqQsvgcfxidD { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:16.1875rem;left:16.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPaNiDi7T1QzkXTyTpDI2XheKXQD7k9B { box-sizing:content-box;height:1.875rem;width:7.6875rem;position:absolute;display:block;z-index:15042;background-color:#f2705f;background-image:none;top:15.875rem;left:15.3125rem;display:block; }
#R9NtMEfriQHAfqyHXrbza44XpHOw27xi { box-sizing:content-box;height:1.875rem;width:7.6875rem;position:absolute;display:block;z-index:15043;background-color:#f2705f;background-image:none;top:15.864584922791rem;left:40.90625rem;display:block; }
#mJdcU5Wmcd26p0E0RM0OcC2JEKVtH8L4 { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:16.177084922791rem;left:41.677082061767rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U6TndThy45uL15D0d7vOy1GeFgWrnK0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row .container { background-color: transparent; background-image: none; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row .container > .video-iframe-container { display: none; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row > .video-iframe-container { display: none; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .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); }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row .container { border-width: 0; border-radius: 0; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#oyxFXnccpBuuQDwoTo5EA6BoqHFc3ffh { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.88671875rem;left:0rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pkak2d4Vpz19N79bS04mC7U456LtpGzk { position:relative;display:block; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk { background-color: transparent; background-image: none; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .row .container > .video-iframe-container { display: none; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .row > .video-iframe-container { display: none; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .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); }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk { border-width: 0; border-radius: 0; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .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; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#CIAlREgEoGbyhg1KQJnFwo5ei4eeGrRS { 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:25.3125rem;width:50rem;top:4.08203125rem;left:25rem;overflow:hidden;display:block; }
#xqnN5cM2ym7BAsuucNLfiIlATh2VesXf { color:#333333;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.08203125rem;left:1.25rem;height:12.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HD1W7gV8RizE9ubrxEWVCzdVGXMCkqsw { color:#000000;display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.33203125rem;left:1.375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bCfDsMJUJEpTGvbgPP66uCum17gRxuTd { background-color:#91ba8b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.39453125rem;left:1.25rem;display:block; }
#hWLcK28q4mHUSANEzlO1sBGHoxzzqkQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row .container { background-color: transparent; background-image: none; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row .container > .video-iframe-container { display: none; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row > .video-iframe-container { display: none; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .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); }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row .container { border-width: 0; border-radius: 0; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A { position:relative;display:block; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A { background-color: transparent; background-image: none; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .row .container > .video-iframe-container { display: none; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .row > .video-iframe-container { display: none; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .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); }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A { border-width: 0; border-radius: 0; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .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; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#mhr64VX8o1s7tmvNfqgbCD7I1a2NQchR { 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:40.125rem;width:28.125rem;top:4.09375rem;left:4.6875rem;overflow:hidden;display:block; }
#rRw4JgNULLKXbs3IWqxeIAESu7wdsr1X { color:#91ba8b;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:44.6875rem;height:11.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cHrlAXeqzQ2z8II4SBy1ImPJn91k01vN { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.625rem;left:44.6875rem;display:block; }
#D5IDDwVM67NqDfqVsTRIivOCD1aBDB3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row .container { background-color: transparent; background-image: none; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row .container > .video-iframe-container { display: none; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row > .video-iframe-container { display: none; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .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); }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row .container { border-width: 0; border-radius: 0; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#GGgOuifiAQUx0hJ0I0TCWtNwKOLg9nKr { color:#91ba8b;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:7.1875rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dU4eD93uaNaryGytWJKRDMTJaCbNVLae { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.1875rem;left:7.1875rem;display:block; }
#QxEMiPEOJZVUTdxAxe6EDfsrJpCu8ukD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZ3VF8S3TmNz4OfvugcEON9T711UycGk { position:absolute;display:block;z-index:15008;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:26.375rem;width:37.5rem;top:3.8125rem;left:37.5rem;overflow:hidden;display:block; }
#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn { position:relative;display:block; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn { background-color: transparent; background-image: none; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .row .container > .video-iframe-container { display: none; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .row > .video-iframe-container { display: none; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .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); }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn { border-width: 0; border-radius: 0; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .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; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;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; }#uD8hHGIsZAFzATf5wshC9xzDyHm6xx6o { 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:27.375rem;width:37.5rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#dCTCb9rTJnlSmNVUO6lEk6dJ0kuaUF6y { color:#91ba8b;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:44.6875rem;height:8.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zpF3HtFL33ecboFBkZQzZhn2TXW8PeSQ { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.125rem;left:44.6875rem;display:block; }
#iyanAztyS1pQfhl1i2dm7ubD4iiDZAi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row .container { background-color: transparent; background-image: none; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row .container > .video-iframe-container { display: none; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row > .video-iframe-container { display: none; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .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); }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row .container { border-width: 0; border-radius: 0; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#qP5wkTOyR1qVHepSOyvPd5H22iTExCt5 { color:#91ba8b;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:7.1875rem;height:8.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hNCvVxryT3NZ3sl7BZcw96LwunJgoBTT { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.875rem;left:7.1875rem;display:block; }
#ivL364Z8dSbzttI2Bom2g11Wi3USt7HC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkcASnWeCJv9Wa9tkZKypQZqKJR4KCGo { position:absolute;display:block;z-index:15008;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:20.625rem;width:37.5rem;top:5.3125rem;left:37.5rem;overflow:hidden;display:block; }
#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn { position:relative;display:block; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn { background-color: transparent; background-image: none; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .row .container > .video-iframe-container { display: none; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .row > .video-iframe-container { display: none; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .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); }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn { border-width: 0; border-radius: 0; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .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; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;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; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row .container { background-color: transparent; background-image: none; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row .container > .video-iframe-container { display: none; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row > .video-iframe-container { display: none; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .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); }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row .container { border-width: 0; border-radius: 0; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#kzgxI4Udv1qTPSOdFy82lP5DosRhPTw8 { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x3gEXtBTClbmtwLZrVhE3svphaUfSUim { position:relative;display:block; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim { background-color: transparent; background-image: none; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .row .container > .video-iframe-container { display: none; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .row > .video-iframe-container { display: none; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .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); }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim { border-width: 0; border-radius: 0; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .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; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;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; }#KhsCx1Zm3JMC7miUDqWdWl3a8fTvNfX0 { 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:34.125rem;width:51.25rem;top:2.875rem;left:23.75rem;overflow:hidden;display:block; }
#cIHvAiPvfg05VQIommLqtgotLhcXo1Xx { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.25rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IKZkWeTbhLhhNAChWxnNwP37TA1CSZrL { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.75rem;left:1.25rem;display:block; }
#UGOTRfJyPfdA3lA8dnADC3Zqim1gK6vC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { display:block; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #dPs7dxfq1Pxde0qDmIF2SPryZP7wU87I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { display:block; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { top:0rem;left:0rem;width:47.75rem;height:6.6054166666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 { display:block; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSVV1CTp30dvHUFSfbuQH0esMLJwcWTM { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnQbNNWfeSd20rn5ktDTLglA10nm4Uf { top:7.6875rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHZF3oTF5hFBXyXUlfeu1m9nPI6euS0Q { top:0.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { display:block; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU { top:1rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2EfrxtX3iQRpS0zoVdHfWIt95sSmstV { top:18.375rem;left:0rem;width:19.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOAi8lXw8uX5d8mVu6J0DkwZinNsWLER { top:20.8125rem;left:0rem;width:19.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZhseIuSIdIVsdpzKI6tzRTr2zGfAk2 { top:28.5625rem;left:0rem;width:19.375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpmTrXaE74wtNUpNQKzSxD253o6KGkd8 { top:47.8125rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 { top:49.6875rem;left:0rem;width:19.375rem;height:8.375rem;font-size:1rem;display:block; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #W1XRkETdc4Jn81fEIzm4yxkX0Nz28uDR { top:61.9375rem;left:0rem;width:20.625rem;height:2.875rem;font-size:1rem;display:block; }#W1XRkETdc4Jn81fEIzm4yxkX0Nz28uDR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #ywKC2ZgTTptdozNmRr04a1uCKJfXhD9y { top:60rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD { top:68.6875rem;left:0rem;width:19.375rem;height:12rem;font-size:1rem;display:block; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #TuXH8ZJKmXs3SvHpM0PTcnof1aUATBG5 { top:66.75rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMJH8y7dbz6iowUNbCVEGXy9PsS84cIT { top:81.625rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 { top:83.5625rem;left:0rem;width:19.375rem;height:5.5rem;font-size:1rem;display:block; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #L3SNhDSQKJflRiSQdXqXBUrck1PJZLdn { width:19.375rem;height:3.4375rem;top:108.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPwnvSB3JGlETwuunsLIzobCcJRdr6A { display:block; }
 }@media only screen and (max-width: 763px) { #GtLdl0Bn5Flk2Tb7KDmq3I15apero8RN { width:19.375rem;height:3.4375rem;top:113.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXvmOB23GBWcPkWsP6yEv3PE4xTKBpv5 { display:block; }
 }@media only screen and (max-width: 763px) { #gf05zi2WX0bhERoE7h1KDIdn5u08WiSs { top:1.625rem;left:9.6875rem;width:22rem;height:112rem;display:block; }
 }@media only screen and (max-width: 763px) { #RInLo3mtIosT5Rve7lm1JNyZRna50dsR { width:19.375rem;height:3.4375rem;top:103.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiwZniDnosTT15zzQKzmJpzz8J5rRH3s { display:block; }
 }@media only screen and (max-width: 763px) { #ZKzxGfawViuD3SL8LN0s9MsbI8Re0oX1 { width:19.375rem;height:3.4375rem;top:98.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzxtm6gsueqspS1HC4qByW20Dz1sUvxk { display:block; }
 }@media only screen and (max-width: 763px) { #TVnCCVBR9lR4CLIF1qICF4bihV54eUmg { top:62.375rem;left:12.375rem;width:19.375rem;height:8.0625rem;font-size:1rem;display:block; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qDMfVGzHPr6MH028TaxJguiyBbZlHn3l { top:60.4375rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMU4OO85RspECLaKETSHs6VAQw1vdPT4 { top:57.3125rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }#LMU4OO85RspECLaKETSHs6VAQw1vdPT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #PJXDDXtOvA4Nen5AGTxtt16vIiiqXL3a { top:55.375rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigDM1BgWlcIt7suLJ5Sz91ylRWANOzq { top:26.75rem;left:12.375rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfADXAJk2VTxFT95GRElhcJWReqQks1 { top:43.1875rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA { top:45.0625rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #koDEJhxc97MdwmKQlGURTaGqTb2bceCz { top:1rem;left:9.75rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDGpE7iZSC3ONqKz2DndBEHSMAJLGL61 { top:18.1875rem;left:12.375rem;width:19.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhrnymGeCymhClGP1IGb1PiH2G9Ggy4 { top:20.625rem;left:12.375rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGDUUk8AecdEdwVF3TbngmO4vCw8ZL8B { top:1rem;left:25.625rem;width:21.875rem;height:109.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoNgT9zQNS2Up0u0THFpTbaF9kxkLZoJ { width:19.375rem;height:3.4375rem;top:100.75rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5OOJ8dtOoIUhmGoCA2DGx04Lvi4vtm { display:block; }
 }@media only screen and (max-width: 763px) { #gmo4OzU6TGT9T05EmVltbDBuqBb3sypB { width:19.375rem;height:3.4375rem;top:96.0625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWzGevfQ3saHOdkxVQhLRBEblTCoifCX { display:block; }
 }@media only screen and (max-width: 763px) { #Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX { top:58.0625rem;left:28.25rem;width:19.375rem;height:11rem;font-size:1rem;display:block; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #SgF1M2RDOaaAIORgHbF5tMLeoUAr9CLt { top:56.125rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPU2e92iftk3rR8zCzpxXld0h9QfKrcD { top:53.0625rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }#KPU2e92iftk3rR8zCzpxXld0h9QfKrcD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #n5oVbJD4vusyv9VyTOVtxwq6uZsM7nlV { top:51.125rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4umfqliikdbzylmS8dcs0kbCw49NZ1g { top:40.8125rem;left:28.25rem;width:19.375rem;height:8.375rem;font-size:1rem;display:block; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qkJAsxe2vAmk7bL0t0AFtaUiHppGyqTG { top:26.75rem;left:28.25rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkGXLgL5PH1I8OSZJF35RcQITxcZ9Lg2 { top:38.9375rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKMA7pimoF3zBoGQFIzkswpE0aqy2Ja { top:20.625rem;left:28.25rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8K2GQTQHxpJ24gFX2QVd3QGokzUWzw { top:18.1875rem;left:28.25rem;width:19.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa { top:1rem;left:25.625rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Vra4X0WBR1NLnhTPrxeSymZA0x23u7 { top:70.9375rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7gty6G2dipDaHOgZtOcTduO0QiKdNa { top:72.875rem;left:28.25rem;width:19.375rem;height:5.5rem;font-size:1rem;display:block; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #euVF2I3JVs1SARGCoH6oi8A6iQBeSTZU { top:36.9375rem;left:0rem;width:19.375rem;height:5.5rem;font-size:1rem;display:block; }#euVF2I3JVs1SARGCoH6oi8A6iQBeSTZU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #cHbKCcQKOx1TvSWxygXno4ZyXZFc2tuB { top:43.0625rem;left:0rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1GBzFqJ6kxrqWf2UupTk8DVTnIy1f3o { top:90.6875rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUMJSH2LSTMCPtXasRKZweNOhNpi5T5Z { top:92.6875rem;left:0rem;width:19.375rem;height:8.0625rem;font-size:1rem;display:block; }#ZUMJSH2LSTMCPtXasRKZweNOhNpi5T5Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #rlyWGSpBTXLlnVtBhv1s2MT6MKStpBgO { top:101.25rem;left:0rem;width:19.375rem;height:6.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHZk9Vwpvh7TcfV9eqyW5NSoDeetwta { width:19.375rem;height:3.4375rem;top:117.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLUTLwlr6eAmfBWKbnofstn7Ied1fGN { display:block; }
 }@media only screen and (max-width: 763px) { #Mmi9Gorlt7rUHqCNQ1T20P5cXcz25ofb { width:19.375rem;height:3.4375rem;top:108.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQw09UrlIaIt2tp8S1yhFZmdyUHBohAL { display:block; }
 }@media only screen and (max-width: 763px) { #JdFrgpBnO8oDTykqqhwXEf7Df1TTPnOT { width:19.375rem;height:3.4375rem;top:105.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUS9Gm8VRrhBAemO1iwuUWi2gxxG2Guw { display:block; }
 }@media only screen and (max-width: 763px) { #MbKQFnhTiMUVyOu39GUA77QgwgTZ8Ebo { top:32.5rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#MbKQFnhTiMUVyOu39GUA77QgwgTZ8Ebo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #ZvcCaoXMyKM3BkQSWNLgUPbLqKrFTqqZ { top:37.5rem;left:12.375rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws06HuUkNqzqzf4Ps9OswnG9GTDFKBN9 { top:72.375rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZUS4WxoSXQwaly02dxQxTVraLvGsbR { top:74.3125rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#rUZUS4WxoSXQwaly02dxQxTVraLvGsbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #SXGwy5E14KLp3XOPVTtZhZC26WQbf7pG { top:81.6875rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpLnOzSf7uahnQf0HobaF8m1FrOGMBuS { top:83.5625rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#zpLnOzSf7uahnQf0HobaF8m1FrOGMBuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #nO2r7O5hK9Iy05rTFbqleQSW1eFVHEtK { top:90.6875rem;left:12.375rem;width:19.375rem;height:6.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hk4NLzohlCWNfb0WEOQx6DRcNLyPM3 { top:32.5rem;left:28.25rem;width:19.375rem;height:;font-size:1rem;display:block; }#X9hk4NLzohlCWNfb0WEOQx6DRcNLyPM3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #PpNTZAZviMf11QSSWuU2yvphomQiiTcS { top:35.75rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC6Cq6dt99SaiPcXEc4UHFJBTApqn6TG { top:80.25rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pamg0r6Om17VTbqDtasMlZqVXNDMZL2n { top:82.1875rem;left:28.25rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }#Pamg0r6Om17VTbqDtasMlZqVXNDMZL2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #ku7EVHsH3UT3UCDlIJ8DF2EeRA1WErZy { top:86.625rem;left:28.25rem;width:19.375rem;height:6.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfee1FvLGZIdOhzml7U89TiogLpJA8sb { top:16.125rem;left:9.625rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uMQuIRlCLsoOMwlbn5fg0BkG5STd03 { top:15.8125rem;left:8.1875rem;width:7.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEcgCwu8aV7Rn0ElpRqPi3vtMWHMzelR { top:1.625rem;left:9.6875rem;width:22rem;height:112rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2XoPT6WgzVwwRDefCOzAxN1cF3xOpiS { top:0.9375rem;left:0rem;width:21.9375rem;height:121.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxqDugFo4WMtwyapInS0A5dGiPSObzc { display:block; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCrZoAed7JREsOX37TsXRcGugvfW78aw { top:1rem;left:0rem;width:21.875rem;height:126.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWEFe629mrHpMz8GV8cVdqXDtyts1hwv { top:1rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBCTSiDd2deGIgJrvSQQfV8RkDOLTgxv { top:18.1875rem;left:0rem;width:19.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oan2unuLbpUFl1yURBa3mFaxGkyOcSwU { top:20.625rem;left:0rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3QO7QVnhLHZVkS1n3x0gQaadW6Q0W5h { top:27.375rem;left:0rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkZEwuZNlhs28P1lD3hBKVoLRGpO4sy { top:46.3125rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc6GSXJ5i5nGurn51azJA2nbV2XSNDbG { top:48.1875rem;left:0rem;width:19.375rem;height:15.5rem;font-size:1rem;display:block; }#xc6GSXJ5i5nGurn51azJA2nbV2XSNDbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #vnKqC9eESWXahlDiqVeACBiyEgGDqB3d { top:67.5625rem;left:0rem;width:19.375rem;height:6.75rem;font-size:1rem;display:block; }#vnKqC9eESWXahlDiqVeACBiyEgGDqB3d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #NTagnslxS2RelypQ9WqOVrzAyB4QbOgh { top:65.625rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax9yXs0mb3pUoDh2M6WXS0MaF84Ef98H { top:78.5rem;left:0rem;width:19.375rem;height:14.875rem;font-size:1rem;display:block; }#ax9yXs0mb3pUoDh2M6WXS0MaF84Ef98H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #Z3VyZd564Q9pwbAPbHNB0OqqyPx9Nibs { top:76.5625rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXQVsN6x0uAwzvmqZmzWxDtIZCgDtv0Z { top:95.3125rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Lq5feOJsKy2ET312nG9s0A9AlzswE0 { top:97.25rem;left:0rem;width:19.375rem;height:5.5rem;font-size:1rem;display:block; }#F6Lq5feOJsKy2ET312nG9s0A9AlzswE0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #leQD6TKfonftP12EC754QUIsZHolLtVI { width:19.375rem;height:3.4375rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2DMps4F9mNLTbxKS0xabiQvS1Tl15Cm { display:block; }
 }@media only screen and (max-width: 763px) { #aP4CXAXVbNuMpakFV3A21cdTtSn39T2d { width:19.375rem;height:3.4375rem;top:118.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaceI3mtlyisd2hMkOLmcv6X7fics9C { display:block; }
 }@media only screen and (max-width: 763px) { #KKuiHuAMSmKPkSecF0QiUZiIgJJPlDh6 { top:1rem;left:9.75rem;width:21.875rem;height:74.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNgbgIOEikuoHwzeUMFqSPPZofh393M { width:19.375rem;height:3.4375rem;top:66.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK5ErEn3S1UucTT0XcnU6G2qJtwPrkAw { display:block; }
 }@media only screen and (max-width: 763px) { #dFnUJk1BdCP8zxSsOrTkXnTiSUIeiT5g { top:41.6875rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#dFnUJk1BdCP8zxSsOrTkXnTiSUIeiT5g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #rnTRqMtQdpBW6OnC3zlgW0WqETbcQVrL { top:39.75rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZNhatqmRRkbnEobmyq37illyX3UF9B { top:26.75rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6uQ3t8CrX0ty83BPRQHfMiAJKkwfUf { top:1rem;left:9.75rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acQ3Hn7USnq9A5osSZSPJFfom4SiqKoA { top:18.1875rem;left:11.9375rem;width:19.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZgC1zaCCaskKDAf7fkL4WhHnx3MJCG { top:20.625rem;left:12.375rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9QeAm8aInGLJGFAORBVQE5JZ0ZWFulg { top:38.9375rem;left:0rem;width:19.375rem;height:5.5rem;font-size:1rem;display:block; }#X9QeAm8aInGLJGFAORBVQE5JZ0ZWFulg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #K2Bq9swfAv2zBa6X5TS20O2VxnJyp7Sk { top:104.625rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nda6Hx9uCBH0cIa8gTN2HW9LgGefSl3U { top:106.5625rem;left:0rem;width:19.375rem;height:5.1875rem;font-size:1rem;display:block; }#nda6Hx9uCBH0cIa8gTN2HW9LgGefSl3U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #LqZNC1QN9Jo0bPTwbnHWR8yGLOOmJyCH { width:19.375rem;height:3.4375rem;top:122.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWgpTdaOVdNJ0rJwvdpFQ4QSF9toBvMx { display:block; }
 }@media only screen and (max-width: 763px) { #X0yUec4ynXUDDwnyaHRi2lNIUOXyhUU7 { width:19.375rem;height:3.4375rem;top:70.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9IO6Z7vqauOo6GwCwvTMeKsAS64TQB5 { display:block; }
 }@media only screen and (max-width: 763px) { #hUHvqKM70ihiIEVeW6gZqwnwa5cNbEOX { top:32.5rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#hUHvqKM70ihiIEVeW6gZqwnwa5cNbEOX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #lRVqZgsc3eTOl1Ju9mV6h3dd9A6sTG39 { top:56.75rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqXQV9pWmmWqFotbqOkEUWrOHQqx8kSM { top:58.6875rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#iqXQV9pWmmWqFotbqOkEUWrOHQqx8kSM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #TR8WhHdPGiVkRtSHMCtZpwHA5FfFPT7K { top:31.875rem;left:0rem;width:19.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJnZAzPiFr1FwwMJ5tpCNTP1q98s3SwX { top:28.625rem;left:12.375rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3fKoA5pilHbnZEXWalMqLic2dvqqryN { top:49.375rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0J3lof5DdXoPbNCrGPT4cO99o46vIOP { top:51.3125rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#i0J3lof5DdXoPbNCrGPT4cO99o46vIOP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #aSSxgpkZGMEnRTKRE6UiRfWMOvmTf01s { top:19.4375rem;left:25.75rem;width:21.875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovSlczC5APUQFQ9mBrPBJTviLR12s2Wf { width:19.375rem;height:3.4375rem;top:34.5625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2g4zzsQXMIvit3l2rxbOqfXqaaULSZB { display:block; }
 }@media only screen and (max-width: 763px) { #byPaZyvsD68mh7buUXhcs0OuEnX2kKzH { top:26.3125rem;left:28.25rem;width:19.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxeN17qtG25MJz9ulXcEPSGbfaGTy3gG { top:22.4375rem;left:28.25rem;width:19.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoXhot7S5J7JMROFqpc0VvwQRvT7XGHB { top:3.875rem;left:25.75rem;width:21.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnwxSH9HUZ7elJ7NzR62lqQsvgcfxidD { top:16.1875rem;left:9.625rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaNiDi7T1QzkXTyTpDI2XheKXQD7k9B { top:15.875rem;left:8.1875rem;width:7.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9NtMEfriQHAfqyHXrbza44XpHOw27xi { top:15.8125rem;left:24.0625rem;width:7.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJdcU5Wmcd26p0E0RM0OcC2JEKVtH8L4 { top:16.125rem;left:25.5rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6TndThy45uL15D0d7vOy1GeFgWrnK0d { display:block; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyxFXnccpBuuQDwoTo5EA6BoqHFc3ffh { top:3.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkak2d4Vpz19N79bS04mC7U456LtpGzk { display:block; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIAlREgEoGbyhg1KQJnFwo5ei4eeGrRS { top:4.0625rem;left:0rem;width:47.75rem;height:24.1734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqnN5cM2ym7BAsuucNLfiIlATh2VesXf { top:4.0625rem;left:0rem;width:21.875rem;height:14.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD1W7gV8RizE9ubrxEWVCzdVGXMCkqsw { top:19.3125rem;left:0rem;width:21.625rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfDsMJUJEpTGvbgPP66uCum17gRxuTd { width:23.1875rem;height:3.4375rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLcK28q4mHUSANEzlO1sBGHoxzzqkQF { display:block; }
 }@media only screen and (max-width: 763px) { #BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 { display:block; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A { display:block; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhr64VX8o1s7tmvNfqgbCD7I1a2NQchR { top:4.0625rem;left:0rem;width:28.125rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRw4JgNULLKXbs3IWqxeIAESu7wdsr1X { top:13.25rem;left:24.25rem;width:23.125rem;height:14.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHrlAXeqzQ2z8II4SBy1ImPJn91k01vN { width:23.1875rem;height:3.4375rem;top:31.625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5IDDwVM67NqDfqVsTRIivOCD1aBDB3X { display:block; }
 }@media only screen and (max-width: 763px) { #BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs { display:block; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGgOuifiAQUx0hJ0I0TCWtNwKOLg9nKr { top:5.4375rem;left:0.375rem;width:23.125rem;height:17.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU4eD93uaNaryGytWJKRDMTJaCbNVLae { width:23.125rem;height:3.4375rem;top:25.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxEMiPEOJZVUTdxAxe6EDfsrJpCu8ukD { display:block; }
 }@media only screen and (max-width: 763px) { #NZ3VF8S3TmNz4OfvugcEON9T711UycGk { top:3.8125rem;left:10.25rem;width:37.5rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn { display:block; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD8hHGIsZAFzATf5wshC9xzDyHm6xx6o { top:3.5625rem;left:0rem;width:37.5rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTCb9rTJnlSmNVUO6lEk6dJ0kuaUF6y { top:9.9375rem;left:24.25rem;width:23.125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpF3HtFL33ecboFBkZQzZhn2TXW8PeSQ { width:23.1875rem;height:3.4375rem;top:21.125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyanAztyS1pQfhl1i2dm7ubD4iiDZAi5 { display:block; }
 }@media only screen and (max-width: 763px) { #yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg { display:block; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qP5wkTOyR1qVHepSOyvPd5H22iTExCt5 { top:7rem;left:0.375rem;width:23.125rem;height:11.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNCvVxryT3NZ3sl7BZcw96LwunJgoBTT { width:23.125rem;height:3.4375rem;top:20.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivL364Z8dSbzttI2Bom2g11Wi3USt7HC { display:block; }
 }@media only screen and (max-width: 763px) { #nkcASnWeCJv9Wa9tkZKypQZqKJR4KCGo { top:5.3125rem;left:10.25rem;width:37.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn { display:block; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm52BUc77rTe5plS0tchnnweAxR5rWXM { display:block; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzgxI4Udv1qTPSOdFy82lP5DosRhPTw8 { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3gEXtBTClbmtwLZrVhE3svphaUfSUim { display:block; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhsCx1Zm3JMC7miUDqWdWl3a8fTvNfX0 { top:2.875rem;left:0rem;width:47.75rem;height:31.794512195122rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHvAiPvfg05VQIommLqtgotLhcXo1Xx { top:3.5rem;left:0rem;width:20rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKZkWeTbhLhhNAChWxnNwP37TA1CSZrL { width:20rem;height:3.4375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOTRfJyPfdA3lA8dnADC3Zqim1gK6vC { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { display:block; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #dPs7dxfq1Pxde0qDmIF2SPryZP7wU87I > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { display:none; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #LSdEvT3CWZOO3kZGU60pycta006Ofg36 > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { background-color: transparent; background-image: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { width:20rem;height:9.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { width:20rem;height:2.75rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 { display:block; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSVV1CTp30dvHUFSfbuQH0esMLJwcWTM { width:17.5rem;height:4.55rem;top:2.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnQbNNWfeSd20rn5ktDTLglA10nm4Uf { width:17.5rem;height:20.71875rem;top:8.296875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHZF3oTF5hFBXyXUlfeu1m9nPI6euS0Q { width:3.875rem;height:3.875rem;top:0.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { display:block; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container { width:20rem;height:376rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU { width:19.875rem;height:14.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2EfrxtX3iQRpS0zoVdHfWIt95sSmstV { width:17.5rem;height:2.4375rem;top:20.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOAi8lXw8uX5d8mVu6J0DkwZinNsWLER { width:17.5rem;height:6.5rem;top:22.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZhseIuSIdIVsdpzKI6tzRTr2zGfAk2 { width:17.5rem;height:6.5rem;top:30.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpmTrXaE74wtNUpNQKzSxD253o6KGkd8 { width:17.5rem;height:1.29980625rem;top:50.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 { width:17.5rem;height:9.725rem;top:52.875rem;left:1.25rem;font-size:1rem;display:block; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #W1XRkETdc4Jn81fEIzm4yxkX0Nz28uDR { width:17.5rem;height:5.5125rem;top:66.5rem;left:1.25rem;font-size:1rem;display:block; }#W1XRkETdc4Jn81fEIzm4yxkX0Nz28uDR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #ywKC2ZgTTptdozNmRr04a1uCKJfXhD9y { width:17.5rem;height:1.29980625rem;top:64.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD { width:17.5rem;height:13.3125rem;top:75.8125rem;left:1.25rem;font-size:1rem;display:block; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #TuXH8ZJKmXs3SvHpM0PTcnof1aUATBG5 { width:17.5rem;height:1.29980625rem;top:73.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMJH8y7dbz6iowUNbCVEGXy9PsS84cIT { width:17.5rem;height:1.29980625rem;top:91rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 { width:17.5rem;height:6.8125rem;top:92.875rem;left:1.25rem;font-size:1rem;display:block; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #L3SNhDSQKJflRiSQdXqXBUrck1PJZLdn { width:17.5rem;height:3.4375rem;top:123.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPwnvSB3JGlETwuunsLIzobCcJRdr6A { display:block; }
 }@media only screen and (max-width: 763px) { #GtLdl0Bn5Flk2Tb7KDmq3I15apero8RN { width:17.5rem;height:3.4375rem;top:128.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXvmOB23GBWcPkWsP6yEv3PE4xTKBpv5 { display:block; }
 }@media only screen and (max-width: 763px) { #gf05zi2WX0bhERoE7h1KDIdn5u08WiSs { width:19.9375rem;height:115.9375rem;top:142.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RInLo3mtIosT5Rve7lm1JNyZRna50dsR { width:17.5rem;height:3.4375rem;top:248.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiwZniDnosTT15zzQKzmJpzz8J5rRH3s { display:block; }
 }@media only screen and (max-width: 763px) { #ZKzxGfawViuD3SL8LN0s9MsbI8Re0oX1 { width:17.5rem;height:3.4375rem;top:243.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzxtm6gsueqspS1HC4qByW20Dz1sUvxk { display:block; }
 }@media only screen and (max-width: 763px) { #TVnCCVBR9lR4CLIF1qICF4bihV54eUmg { width:17.5rem;height:8.1125rem;top:205.6875rem;left:1.25rem;font-size:1rem;display:block; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qDMfVGzHPr6MH028TaxJguiyBbZlHn3l { width:17.5rem;height:1.3rem;top:203.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMU4OO85RspECLaKETSHs6VAQw1vdPT4 { width:17.5rem;height:1.3rem;top:200.5625rem;left:1.25rem;font-size:1rem;display:block; }#LMU4OO85RspECLaKETSHs6VAQw1vdPT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #PJXDDXtOvA4Nen5AGTxtt16vIiiqXL3a { width:17.5rem;height:1.3rem;top:198.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigDM1BgWlcIt7suLJ5Sz91ylRWANOzq { width:17.5rem;height:5.2rem;top:168.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfADXAJk2VTxFT95GRElhcJWReqQks1 { width:17.5rem;height:1.3rem;top:185.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA { width:17.5rem;height:9.725rem;top:187rem;left:1.25rem;font-size:1rem;display:block; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #koDEJhxc97MdwmKQlGURTaGqTb2bceCz { width:19.875rem;height:14.8125rem;top:142.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDGpE7iZSC3ONqKz2DndBEHSMAJLGL61 { width:17.5rem;height:2.4375rem;top:159.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhrnymGeCymhClGP1IGb1PiH2G9Ggy4 { width:17.5rem;height:4.875rem;top:161.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGDUUk8AecdEdwVF3TbngmO4vCw8ZL8B { width:19.875rem;height:113.25rem;top:260rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoNgT9zQNS2Up0u0THFpTbaF9kxkLZoJ { width:17.5rem;height:3.4375rem;top:364.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5OOJ8dtOoIUhmGoCA2DGx04Lvi4vtm { display:block; }
 }@media only screen and (max-width: 763px) { #gmo4OzU6TGT9T05EmVltbDBuqBb3sypB { width:17.5rem;height:3.4375rem;top:359.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWzGevfQ3saHOdkxVQhLRBEblTCoifCX { display:block; }
 }@media only screen and (max-width: 763px) { #Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX { width:17.5rem;height:11.025rem;top:321.125rem;left:1.25rem;font-size:1rem;display:block; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #SgF1M2RDOaaAIORgHbF5tMLeoUAr9CLt { width:17.5rem;height:1.3rem;top:319.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPU2e92iftk3rR8zCzpxXld0h9QfKrcD { width:17.5rem;height:1.3rem;top:316.0625rem;left:1.25rem;font-size:1rem;display:block; }#KPU2e92iftk3rR8zCzpxXld0h9QfKrcD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #n5oVbJD4vusyv9VyTOVtxwq6uZsM7nlV { width:17.5rem;height:1.3rem;top:314.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4umfqliikdbzylmS8dcs0kbCw49NZ1g { width:17.5rem;height:11.025rem;top:301.25rem;left:1.25rem;font-size:1rem;display:block; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qkJAsxe2vAmk7bL0t0AFtaUiHppGyqTG { width:17.5rem;height:3.9rem;top:285.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkGXLgL5PH1I8OSZJF35RcQITxcZ9Lg2 { width:17.5rem;height:1.3rem;top:299.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKMA7pimoF3zBoGQFIzkswpE0aqy2Ja { width:17.5rem;height:4.875rem;top:279.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8K2GQTQHxpJ24gFX2QVd3QGokzUWzw { width:17.5rem;height:2.4375rem;top:277.375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa { width:19.875rem;height:14.8125rem;top:260rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Vra4X0WBR1NLnhTPrxeSymZA0x23u7 { width:17.5rem;height:1.3rem;top:334.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7gty6G2dipDaHOgZtOcTduO0QiKdNa { width:17.5rem;height:6.8125rem;top:335.875rem;left:1.25rem;font-size:1rem;display:block; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #euVF2I3JVs1SARGCoH6oi8A6iQBeSTZU { width:17.5rem;height:5.5125rem;top:38.435546875rem;left:1.25rem;font-size:1rem;display:block; }#euVF2I3JVs1SARGCoH6oi8A6iQBeSTZU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #cHbKCcQKOx1TvSWxygXno4ZyXZFc2tuB { width:17.5rem;height:3.9rem;top:44.5126953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1GBzFqJ6kxrqWf2UupTk8DVTnIy1f3o { width:17.5rem;height:1.29980625rem;top:101.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUMJSH2LSTMCPtXasRKZweNOhNpi5T5Z { width:17.5rem;height:9.4125rem;top:104.0625rem;left:1.25rem;font-size:1rem;display:block; }#ZUMJSH2LSTMCPtXasRKZweNOhNpi5T5Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #rlyWGSpBTXLlnVtBhv1s2MT6MKStpBgO { width:17.5rem;height:7.3125rem;top:115.03750610351rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHZk9Vwpvh7TcfV9eqyW5NSoDeetwta { width:17.5rem;height:3.4375rem;top:132.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLUTLwlr6eAmfBWKbnofstn7Ied1fGN { display:block; }
 }@media only screen and (max-width: 763px) { #Mmi9Gorlt7rUHqCNQ1T20P5cXcz25ofb { width:17.5rem;height:3.4375rem;top:253.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQw09UrlIaIt2tp8S1yhFZmdyUHBohAL { display:block; }
 }@media only screen and (max-width: 763px) { #JdFrgpBnO8oDTykqqhwXEf7Df1TTPnOT { width:17.5rem;height:3.4375rem;top:368.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUS9Gm8VRrhBAemO1iwuUWi2gxxG2Guw { display:block; }
 }@media only screen and (max-width: 763px) { #MbKQFnhTiMUVyOu39GUA77QgwgTZ8Ebo { width:17.5rem;height:4.2125rem;top:174.5rem;left:1.25rem;font-size:1rem;display:block; }#MbKQFnhTiMUVyOu39GUA77QgwgTZ8Ebo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #ZvcCaoXMyKM3BkQSWNLgUPbLqKrFTqqZ { width:17.5rem;height:3.9rem;top:179.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws06HuUkNqzqzf4Ps9OswnG9GTDFKBN9 { width:17.5rem;height:1.3rem;top:215.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZUS4WxoSXQwaly02dxQxTVraLvGsbR { width:17.5rem;height:6.8125rem;top:217.625rem;left:1.25rem;font-size:1rem;display:block; }#rUZUS4WxoSXQwaly02dxQxTVraLvGsbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #SXGwy5E14KLp3XOPVTtZhZC26WQbf7pG { width:17.5rem;height:1.3rem;top:226.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpLnOzSf7uahnQf0HobaF8m1FrOGMBuS { width:17.5rem;height:6.8125rem;top:228.25rem;left:1.25rem;font-size:1rem;display:block; }#zpLnOzSf7uahnQf0HobaF8m1FrOGMBuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #nO2r7O5hK9Iy05rTFbqleQSW1eFVHEtK { width:17.625rem;height:7.3125rem;top:235.9375rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hk4NLzohlCWNfb0WEOQx6DRcNLyPM3 { width:17.5rem;height:2.6rem;top:291.6875rem;left:1.25rem;font-size:1rem;display:block; }#X9hk4NLzohlCWNfb0WEOQx6DRcNLyPM3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #PpNTZAZviMf11QSSWuU2yvphomQiiTcS { width:17.5rem;height:2.6rem;top:294.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC6Cq6dt99SaiPcXEc4UHFJBTApqn6TG { width:17.5rem;height:1.3rem;top:344.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pamg0r6Om17VTbqDtasMlZqVXNDMZL2n { width:17.5rem;height:2.6rem;top:346.5rem;left:1.25rem;font-size:1rem;display:block; }#Pamg0r6Om17VTbqDtasMlZqVXNDMZL2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #ku7EVHsH3UT3UCDlIJ8DF2EeRA1WErZy { width:17.5rem;height:7.3125rem;top:350.375rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfee1FvLGZIdOhzml7U89TiogLpJA8sb { width:6.25rem;height:1.3rem;top:18.3125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uMQuIRlCLsoOMwlbn5fg0BkG5STd03 { width:7.6875rem;height:1.875rem;top:18rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEcgCwu8aV7Rn0ElpRqPi3vtMWHMzelR { width:20rem;height:135.125rem;top:3.125rem;left:0.078125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #I2XoPT6WgzVwwRDefCOzAxN1cF3xOpiS { width:19.875rem;height:128rem;top:3.125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #baxqDugFo4WMtwyapInS0A5dGiPSObzc { display:block; }#baxqDugFo4WMtwyapInS0A5dGiPSObzc > .row .container { width:20rem;height:264.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCrZoAed7JREsOX37TsXRcGugvfW78aw { width:19.875rem;height:133.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWEFe629mrHpMz8GV8cVdqXDtyts1hwv { width:19.875rem;height:14.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBCTSiDd2deGIgJrvSQQfV8RkDOLTgxv { width:17.5rem;height:2.4375rem;top:20.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oan2unuLbpUFl1yURBa3mFaxGkyOcSwU { width:17.5rem;height:4.875rem;top:22.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3QO7QVnhLHZVkS1n3x0gQaadW6Q0W5h { width:17.5rem;height:5.2rem;top:29.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkZEwuZNlhs28P1lD3hBKVoLRGpO4sy { width:17.5rem;height:1.29980625rem;top:49.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc6GSXJ5i5nGurn51azJA2nbV2XSNDbG { width:17.5rem;height:16.85rem;top:51.75rem;left:1.25rem;font-size:1rem;display:block; }#xc6GSXJ5i5nGurn51azJA2nbV2XSNDbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #vnKqC9eESWXahlDiqVeACBiyEgGDqB3d { width:17.5rem;height:6.8125rem;top:72.396484375rem;left:1.25rem;font-size:1rem;display:block; }#vnKqC9eESWXahlDiqVeACBiyEgGDqB3d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #NTagnslxS2RelypQ9WqOVrzAyB4QbOgh { width:17.5rem;height:1.29980625rem;top:70.4716796875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax9yXs0mb3pUoDh2M6WXS0MaF84Ef98H { width:17.5rem;height:16.225rem;top:83.0068359375rem;left:1.25rem;font-size:1rem;display:block; }#ax9yXs0mb3pUoDh2M6WXS0MaF84Ef98H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #Z3VyZd564Q9pwbAPbHNB0OqqyPx9Nibs { width:17.5rem;height:1.29980625rem;top:81.08203125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXQVsN6x0uAwzvmqZmzWxDtIZCgDtv0Z { width:17.5rem;height:1.29980625rem;top:101.103515625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Lq5feOJsKy2ET312nG9s0A9AlzswE0 { width:17.5rem;height:6.8125rem;top:103.0283203125rem;left:1.25rem;font-size:1rem;display:block; }#F6Lq5feOJsKy2ET312nG9s0A9AlzswE0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #leQD6TKfonftP12EC754QUIsZHolLtVI { width:17.5rem;height:3.4375rem;top:122.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2DMps4F9mNLTbxKS0xabiQvS1Tl15Cm { display:block; }
 }@media only screen and (max-width: 763px) { #aP4CXAXVbNuMpakFV3A21cdTtSn39T2d { width:17.5rem;height:3.4375rem;top:126.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaceI3mtlyisd2hMkOLmcv6X7fics9C { display:block; }
 }@media only screen and (max-width: 763px) { #KKuiHuAMSmKPkSecF0QiUZiIgJJPlDh6 { width:19.875rem;height:82.125rem;top:138.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNgbgIOEikuoHwzeUMFqSPPZofh393M { width:17.5rem;height:3.4375rem;top:211.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK5ErEn3S1UucTT0XcnU6G2qJtwPrkAw { display:block; }
 }@media only screen and (max-width: 763px) { #dFnUJk1BdCP8zxSsOrTkXnTiSUIeiT5g { width:17.5rem;height:8.425rem;top:182.6875rem;left:1.25rem;font-size:1rem;display:block; }#dFnUJk1BdCP8zxSsOrTkXnTiSUIeiT5g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #rnTRqMtQdpBW6OnC3zlgW0WqETbcQVrL { width:17.5rem;height:1.3rem;top:180.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZNhatqmRRkbnEobmyq37illyX3UF9B { width:17.5rem;height:1.3rem;top:167.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6uQ3t8CrX0ty83BPRQHfMiAJKkwfUf { width:19.875rem;height:14.8125rem;top:138.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acQ3Hn7USnq9A5osSZSPJFfom4SiqKoA { width:17.5rem;height:4.875rem;top:155.625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZgC1zaCCaskKDAf7fkL4WhHnx3MJCG { width:17.5rem;height:4.875rem;top:161.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9QeAm8aInGLJGFAORBVQE5JZ0ZWFulg { width:17.5rem;height:5.5125rem;top:42.5rem;left:1.25rem;font-size:1rem;display:block; }#X9QeAm8aInGLJGFAORBVQE5JZ0ZWFulg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #K2Bq9swfAv2zBa6X5TS20O2VxnJyp7Sk { width:17.5rem;height:1.29980625rem;top:111.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nda6Hx9uCBH0cIa8gTN2HW9LgGefSl3U { width:17.5rem;height:6.5rem;top:113.6875rem;left:1.25rem;font-size:1rem;display:block; }#nda6Hx9uCBH0cIa8gTN2HW9LgGefSl3U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #LqZNC1QN9Jo0bPTwbnHWR8yGLOOmJyCH { width:17.5rem;height:3.4375rem;top:131.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWgpTdaOVdNJ0rJwvdpFQ4QSF9toBvMx { display:block; }
 }@media only screen and (max-width: 763px) { #X0yUec4ynXUDDwnyaHRi2lNIUOXyhUU7 { width:17.5rem;height:3.4375rem;top:216.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9IO6Z7vqauOo6GwCwvTMeKsAS64TQB5 { display:block; }
 }@media only screen and (max-width: 763px) { #hUHvqKM70ihiIEVeW6gZqwnwa5cNbEOX { width:17.5rem;height:6.8125rem;top:173.375rem;left:1.25rem;font-size:1rem;display:block; }#hUHvqKM70ihiIEVeW6gZqwnwa5cNbEOX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #lRVqZgsc3eTOl1Ju9mV6h3dd9A6sTG39 { width:17.5rem;height:2.6rem;top:201rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqXQV9pWmmWqFotbqOkEUWrOHQqx8kSM { width:17.5rem;height:6.8125rem;top:203.75rem;left:1.25rem;font-size:1rem;display:block; }#iqXQV9pWmmWqFotbqOkEUWrOHQqx8kSM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #TR8WhHdPGiVkRtSHMCtZpwHA5FfFPT7K { width:17.5rem;height:6.5rem;top:34.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJnZAzPiFr1FwwMJ5tpCNTP1q98s3SwX { width:17.5rem;height:2.6rem;top:169.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3fKoA5pilHbnZEXWalMqLic2dvqqryN { width:17.5rem;height:1.3rem;top:193rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0J3lof5DdXoPbNCrGPT4cO99o46vIOP { width:17.5rem;height:3.9rem;top:194.9375rem;left:1.25rem;font-size:1rem;display:block; }#i0J3lof5DdXoPbNCrGPT4cO99o46vIOP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #aSSxgpkZGMEnRTKRE6UiRfWMOvmTf01s { width:20rem;height:21.6875rem;top:236.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovSlczC5APUQFQ9mBrPBJTviLR12s2Wf { width:17.5rem;height:3.4375rem;top:250.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2g4zzsQXMIvit3l2rxbOqfXqaaULSZB { display:block; }
 }@media only screen and (max-width: 763px) { #byPaZyvsD68mh7buUXhcs0OuEnX2kKzH { width:17.5rem;height:7.8rem;top:241.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxeN17qtG25MJz9ulXcEPSGbfaGTy3gG { width:17.5rem;height:2.4375rem;top:238.625rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoXhot7S5J7JMROFqpc0VvwQRvT7XGHB { height:11.2rem;width:20rem;top:224.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnwxSH9HUZ7elJ7NzR62lqQsvgcfxidD { width:6.25rem;height:1.3rem;top:18.3125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaNiDi7T1QzkXTyTpDI2XheKXQD7k9B { width:7.6875rem;height:1.875rem;top:18rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9NtMEfriQHAfqyHXrbza44XpHOw27xi { width:7.6875rem;height:1.875rem;top:153.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJdcU5Wmcd26p0E0RM0OcC2JEKVtH8L4 { width:6.25rem;height:1.3rem;top:153.75rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6TndThy45uL15D0d7vOy1GeFgWrnK0d { display:block; }#U6TndThy45uL15D0d7vOy1GeFgWrnK0d > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyxFXnccpBuuQDwoTo5EA6BoqHFc3ffh { width:17.5rem;height:11.375rem;top:2.5634765625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkak2d4Vpz19N79bS04mC7U456LtpGzk { display:block; }#Pkak2d4Vpz19N79bS04mC7U456LtpGzk > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIAlREgEoGbyhg1KQJnFwo5ei4eeGrRS { width:20rem;height:10.125rem;top:18.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqnN5cM2ym7BAsuucNLfiIlATh2VesXf { width:20rem;height:9.34375rem;top:2.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HD1W7gV8RizE9ubrxEWVCzdVGXMCkqsw { width:20rem;height:5.2rem;top:12.27734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCfDsMJUJEpTGvbgPP66uCum17gRxuTd { width:18.75rem;height:3.4375rem;top:29.6484375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLcK28q4mHUSANEzlO1sBGHoxzzqkQF { display:block; }
 }@media only screen and (max-width: 763px) { #BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 { display:block; }#BuUrzoAWF3ewqZsWdXoAkUTorfOqvt67 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A { display:block; }#NXn5ouGAzaxdNUbUG20iAxVRdNPXaz9A > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhr64VX8o1s7tmvNfqgbCD7I1a2NQchR { width:20rem;height:28.5331875rem;top:11.5146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRw4JgNULLKXbs3IWqxeIAESu7wdsr1X { width:20rem;height:7.475rem;top:3.2529296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHrlAXeqzQ2z8II4SBy1ImPJn91k01vN { width:18.75rem;height:3.4375rem;top:40.779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5IDDwVM67NqDfqVsTRIivOCD1aBDB3X { display:block; }
 }@media only screen and (max-width: 763px) { #BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs { display:block; }#BuTOKoSDJ29NbQqgqriXw90HBTbEVqUs > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGgOuifiAQUx0hJ0I0TCWtNwKOLg9nKr { width:20rem;height:7.475rem;top:2.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dU4eD93uaNaryGytWJKRDMTJaCbNVLae { width:18.75rem;height:3.4375rem;top:27.7490234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxEMiPEOJZVUTdxAxe6EDfsrJpCu8ukD { display:block; }
 }@media only screen and (max-width: 763px) { #NZ3VF8S3TmNz4OfvugcEON9T711UycGk { width:20rem;height:14.066375rem;top:11.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn { display:block; }#bSGSCNlfNPpDdPJtPkVphQkhX8iJkBwn > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD8hHGIsZAFzATf5wshC9xzDyHm6xx6o { width:20rem;height:14.599625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTCb9rTJnlSmNVUO6lEk6dJ0kuaUF6y { width:20rem;height:3.7375rem;top:3.287109375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpF3HtFL33ecboFBkZQzZhn2TXW8PeSQ { width:18.75rem;height:3.4375rem;top:24.2978515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyanAztyS1pQfhl1i2dm7ubD4iiDZAi5 { display:block; }
 }@media only screen and (max-width: 763px) { #yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg { display:block; }#yqoWedzVHVOkBJC7AyILX0FRLOuwWpcg > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qP5wkTOyR1qVHepSOyvPd5H22iTExCt5 { width:20rem;height:5.60625rem;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNCvVxryT3NZ3sl7BZcw96LwunJgoBTT { width:18.75rem;height:3.4375rem;top:21.9482421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivL364Z8dSbzttI2Bom2g11Wi3USt7HC { display:block; }
 }@media only screen and (max-width: 763px) { #nkcASnWeCJv9Wa9tkZKypQZqKJR4KCGo { width:20rem;height:11rem;top:9.4482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn { display:block; }#FT6n0il1C5EgaGgK1NBqWnmnX16GMAOn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm52BUc77rTe5plS0tchnnweAxR5rWXM { display:block; }#fm52BUc77rTe5plS0tchnnweAxR5rWXM > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzgxI4Udv1qTPSOdFy82lP5DosRhPTw8 { width:17.5rem;height:4.55rem;top:2.099609375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3gEXtBTClbmtwLZrVhE3svphaUfSUim { display:block; }#x3gEXtBTClbmtwLZrVhE3svphaUfSUim > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhsCx1Zm3JMC7miUDqWdWl3a8fTvNfX0 { width:17.5rem;height:11.625rem;top:13.6796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHvAiPvfg05VQIommLqtgotLhcXo1Xx { width:17.5rem;height:5.525rem;top:2.40625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKZkWeTbhLhhNAChWxnNwP37TA1CSZrL { width:17.5rem;height:3.4375rem;top:9.1796875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOTRfJyPfdA3lA8dnADC3Zqim1gK6vC { display:block; }
 }