.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:rgba(0,0,0,0);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); }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT { background-color:#000e64;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.1875rem solid #3a6998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row .container { background-color: transparent; background-image: none; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row .container > .video-iframe-container { display: none; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row > .video-iframe-container { display: none; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .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); }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row .container { border-width: 0; border-radius: 0; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row .container { width:75rem;height:10.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VSGoH9Oti8KCHxvaz9zpKFAXIaXKlpMN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvDEaTwf6TVdWmE9loNSRZLHmWLR0mxm { position:absolute;display:block;z-index:15001;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:9.0625rem;width:8.8125rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be9a4731-85a0-46e1-bbd4-938083ba6b7b/tooto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N.adaptive-delivery-prevent-bg, #BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N.lazyload, #BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N.lazyloading { background-image: none; }#BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N > .row .container { border-width: 0; border-radius: 0; }#BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;overflow:visible;position:relative;display:none; }#yoTG6cXpiG82OoCPEwOLKkw5vBu5RzNb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #44ccce, #121979);background-image: -moz-linear-gradient(180deg, #44ccce, #121979);background-image: -ms-linear-gradient(180deg, #44ccce, #121979);background-image: -o-linear-gradient(180deg, #44ccce, #121979);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#44ccce', endColorstr='#121979' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#44ccce', endColorstr='#121979' );";background-image: linear-gradient(180deg, #44ccce, #121979);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:3.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.998046875rem;left:20.869140625rem;display:block; }
#G7gKuCrHQKlDTUW5B8pDLr24gF6HwNRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiVJ52i5VBBEX6tu9yIIc8UQRlxRsSZU { color:#ffffff;display:block;width:37.6871875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2557511329651rem;left:17.495660781861rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#levzhtO1xnrWMm7wo9AKmvLgOQyDHoqP { color:#fd8100;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:18.722982406616rem;left:36.315103530884rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQDQfZ5uMzJEE3Z00LlKspAilA6pdWLR { position:absolute;display:block;z-index:14993;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:43.75rem;width:37.5rem;top:15.2490234375rem;left:0rem;overflow:hidden;display:block; }
#OEVT1JAHHfD5Tw1ZDHaPx0i2lUguk6NE { color:#ffffff;display:block;width:55.8121875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:7.0958118438719rem;left:8.4326171875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oczZXF3OBvTFxq26AwFWtxgKHvm87Jtb { box-sizing:content-box;height:36.375rem;width:34.25rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.54), rgba(26,29,33,0.54));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.54), rgba(26,29,33,0.54));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0.54), rgba(26,29,33,0.54));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0.54), rgba(26,29,33,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000089', endColorstr='#1a1d2189' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000089', endColorstr='#1a1d2189' );";background-image: linear-gradient(90deg, rgba(0,0,0,0.54), rgba(26,29,33,0.54));background-size:auto !important;top:17.8125rem;left:34.9375rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#ulIDqp7ntrv5U3Csyzq7KPBx0Qu4Mw2Z { color:#ffffff;display:block;width:31.6873125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:25.0625rem;left:36.1875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#fMkxTZBMbwzBMLeZb3vowTZL9VHxGI8x { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:30.125rem;left:36.3125rem;height:2.1994375rem;text-align:center;text-align-last:center;display:block; }
#bNLwCClJbLRVWSuCrqf0Ba8MMKP6wp5c { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.3125rem;left:35.4375rem;height:2.1994375rem;text-align:center;text-align-last:center;display:block; }
#Dhkl7y5Ugw603z1ntSeouz2k5qTTkn9a { position:absolute;display:block;z-index:15029;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:3.56228125rem;width:3.06206875rem;top:20.9375rem;left:50.5625rem;overflow:hidden;display:block; }
#O1p2gu1866sBuM3ffSfOvPcwWI73KOD7 { color:#fd8100;display:block;width:30.7498125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:37.9375rem;left:36.6875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwVqJe01SUu33Q9viZoOfx2MtbWvsHWt { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:43.668620109558rem;left:44.097768783569rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpm66SAq6BAN5hlsKI9zohtrLrR9ESft { color:#ffffff;display:block;width:9.5621875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:43.302409172058rem;left:53.624135971069rem;height:3.98046875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PpzT6rzdrbBBLmLOt9sIVGnDOdvpOU71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:43.730471611023rem;left:50.533857345581rem; }
#esCwCSLkzRRWGsZXUzrsTRgXrg40WAA0 { color:#ffffff;display:block;width:28.9371875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:40.9375rem;left:37.5625rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NC1OoVckCKZ32xa60FDg1gW80TPdMWHl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e94c40, #fd8100);background-image: -moz-linear-gradient(180deg, #e94c40, #fd8100);background-image: -ms-linear-gradient(180deg, #e94c40, #fd8100);background-image: -o-linear-gradient(180deg, #e94c40, #fd8100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c40', endColorstr='#fd8100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c40', endColorstr='#fd8100' );";background-image: linear-gradient(180deg, #e94c40, #fd8100);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.597243rem;height:3.534068rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:49.069014549256rem;left:38.797201156616rem;display:block; }
#WgwNZL5IHmeTQFc98lx9J32hzgIV0vrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DD0xPu9Memf1FFlnmKT9HAppveIzOtGP { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:35.8125rem;left:36.3125rem;height:2.1994375rem;text-align:center;text-align-last:center;display:block; }
#kXmoE2KWvkeE7pFBayynf0hF7lUABNpe { color:#ffffff;display:block;width:24.5621875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:40.686850547791rem;left:6.5950508117675rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhFP5pF84nfdVyM8Eg0lKsMwzMgHvlK4 { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:43.393012046814rem;left:7.1283626556394rem;height:3.7999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2kHsXS3BWeouLUOzdllBFpFGtEh3eTW { box-sizing:content-box;height:7.562375rem;width:24.749875rem;position:absolute;display:block;z-index:14994;background-color:rgba(26,29,33,0.61);background-image:none;top:39.997832298279rem;left:6.3742389678956rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE { border-top:0.0625rem solid #25d366;border-left:0;border-right:0;border-bottom:0.0625rem solid #25d366;background-color:#000000;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:none; }#iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE > .row .container { border-width: 0; border-radius: 0; }#iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE > .row .container { font-size:0.875rem;font-family:arial;height:21.9930555rem;width:75rem;position:relative;display:none; }#fW8wd0VMP3I4OJDAccehJWtNhuJxxtia { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:14990;line-height:1.3;letter-spacing:0;top:3.603515625rem;left:3.935546875rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPnIS7ynNsxLrWczaSS9PiOg4TJ6x24k { position:absolute;display:block;z-index:15032;height:8.0620625rem;width:27.3123125rem;top:9.3885631561281rem;left:23.155382156372rem;display:block; }
#GLiwOirkzTMdFQIMDA5FbLgZ5e5nymPp { position:absolute;display:block;z-index:15005;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:7.9996875rem;width:7.9996875rem;top:17.415366053581rem;left:51.143125534058rem;overflow:hidden;display:block; }
#tDU518aT42saOWSvH5X557WDqCUvNiXD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbf56ff1-8838-444b-93f8-264e4a7946cf/tooto11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#tDU518aT42saOWSvH5X557WDqCUvNiXD.adaptive-delivery-prevent-bg, #tDU518aT42saOWSvH5X557WDqCUvNiXD.lazyload, #tDU518aT42saOWSvH5X557WDqCUvNiXD.lazyloading { background-image: none; }#tDU518aT42saOWSvH5X557WDqCUvNiXD > .row .container { border-width: 0; border-radius: 0; }#tDU518aT42saOWSvH5X557WDqCUvNiXD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tDU518aT42saOWSvH5X557WDqCUvNiXD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tDU518aT42saOWSvH5X557WDqCUvNiXD > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;overflow:visible;position:relative;display:none; }#dyMSrkLXh5Th8UWpffrpynoEUNviigbz { position:absolute;display:block;z-index:15029;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:36.9375rem;width:44.75rem;top:10.998046875rem;left:30.098673633441rem;overflow:hidden;display:block; }
#KBZ5zEyVx649PWsHLxZDd8KMatNidJvy { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.624132871627rem;left:7.6540794372556rem;height:16.957rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KBZ5zEyVx649PWsHLxZDd8KMatNidJvy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KBZ5zEyVx649PWsHLxZDd8KMatNidJvy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51cd5b913f4b78c47659a20953abed05b1216964.svg); }
#IWN5fgECvfTmEX3W0PVeIBZA7aeRwKJ4 { color:#ffffff;display:block;width:31.1870625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.123915433884rem;left:5.9684238433838rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IewocikNuZmDdTZpyLT8GBPiLmT5wVQk { color:#ffffff;display:block;width:54.1873125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:4.4986953735351rem;left:10.405817031861rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PoFA0JJTl06ahu1sZtkwoM5mhnIuAnyt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e94c40, #fd8100);background-image: -moz-linear-gradient(180deg, #e94c40, #fd8100);background-image: -ms-linear-gradient(180deg, #e94c40, #fd8100);background-image: -o-linear-gradient(180deg, #e94c40, #fd8100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c40', endColorstr='#fd8100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c40', endColorstr='#fd8100' );";background-image: linear-gradient(180deg, #e94c40, #fd8100);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5278055rem;height:3.46408675rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:41.132277011871rem;left:8.2953548431394rem;display:block; }
#adz7MBTGn6WDnn833sfU33rJTp10gTZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gntNAFTJHOCpaAGtqJL9TAhKNwfKpv9f { position:absolute;display:block;z-index:15030;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:3.56174375rem;width:3.06206875rem;top:36.595598697663rem;left:20.028211593628rem;overflow:hidden;display:block; }
#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row .container { background-color: transparent; background-image: none; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row .container > .video-iframe-container { display: none; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row > .video-iframe-container { display: none; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .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); }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row .container { border-width: 0; border-radius: 0; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#vLemF2dzevE5Sr1MP1c1Jbv6CVtz4cIa { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #0174c7;border-left:0.1875rem dashed #0174c7;border-right:0.1875rem dashed #0174c7;border-bottom:0.1875rem dashed #0174c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:29.125rem;width:34.5625rem;top:18.8125rem;left:39.375rem;display:block; }
#XzvwW9HRJauM0bZJfW24hJITUSeEiaEd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186525rem;width:10.3730625rem;top:4rem;left:51.65625rem;overflow:hidden;display:block; }
#vHDZU9ctDI68Vi14SkvUvA7QzsdgSkNb { color:#000000;display:block;width:30.0605625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1865234375rem;left:41.8125rem;height:4.71136875rem;text-align:center;text-align-last:center;display:block; }
#uFBooJCnZxMvC3LyBFd5MS0fM4SDoMRy { color:#000000;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:41.78125rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#rWACI2anyua2TWtO3mASJRWereRsiTPO { color:#000000;display:block;width:26.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:19.8125rem;left:43.46875rem;height:4.4987rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erqtS5I2g3Jlm5PvTOaOQdbMVLUHPWst { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:25.46875rem;left:45.0615234375rem;height:4.87305rem;display:block; }
#y9VmMiBq655ZNDrqBlql5gc5gQU2eAaP { color:#000000;display:block;width:2.061525rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:26.5rem;left:43.3125rem;height:2.8125rem;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; }
#N1ac85btFP8DqkysvOqlaNgaxNCmdwiH { background-color:#ff0000;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:31.84375rem;left:48.9375rem;display:block; }
#cEmmVvWtFfP3i2ceWovxFdgvFZBiinBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISdklwoJfWEQ2AQwD8xxQIT7EL2FfqNQ { color:#000000;display:block;width:2.061525rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:36.15625rem;left:45.0615234375rem;height:2.8125rem;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; }
#QxiMPRRuBKqh9elyxxTXcNraygqWZQAU { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.75rem;left:47.4052734375rem;height:1.625rem;display:block; }
#HUiynH5UyJSCWoa9aGThT1ilwqRFZT00 { background-color:#ff0000;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:39.96875rem;left:40.779296875rem;display:block; }
#ATCopBAC4GIb85FRTkw9yf07nhNWrqKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDD80hQTpf38903aJddeSvz6OiVe74J8 { background-color:#ff0000;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:39.96875rem;left:52.15625rem;display:block; }
#MTqnQ3du8xa8bXG6QvlWBqTMs6DwRmcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lheKXx4A2H1XRTt92qDeZlumZDHf8Jbu { background-color:#ff0000;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.8125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:39.8125rem;left:63.935546875rem;display:block; }
#GQazO3QPu8hKDQcT59AbLzSEwD2urqNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrMI1mkaR5dv5RFwgUiPSDTmr7mVu6aK { 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:32.5rem;width:32.5rem;top:16.25rem;left:2.625rem;overflow:hidden;display:block; }
#zhMGWJV6g6bJ33TXN7SBHTtew8Q9q1nk { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9365234375rem;left:21.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#edeHNIwTTvJc5TPNPXGL2kLtO4a5u3gM { color:#000000;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.17578125rem;left:2.6875rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVGibBxeMg2V4zos29kFiNQvtPr5Pk1J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:46.132816314698rem;left:50.543619155884rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34d332fb-19ab-4b9e-b937-040a29ff9233/santorini4825173_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV.adaptive-delivery-prevent-bg, #uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV.lazyload, #uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV.lazyloading { background-image: none; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row .container { background-color: transparent; background-image: none; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row .container > .video-iframe-container { display: none; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row > .video-iframe-container { display: none; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .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); }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row .container { border-width: 0; border-radius: 0; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#DUSipeLuubTTm5QS81rrTmttHkg22pyc { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:arial;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwukK0cTQ7ooQF7hkMIoMHDw4xrKiRVb { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0068359375rem;left:8.15625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#bQflKpEhsWpahoo9zqwH7yhulgWgf4S4 { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8505859375rem;left:7.59375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b52382d-52a4-434a-af24-8a19c2240dfc/bcgrynki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv.adaptive-delivery-prevent-bg, #p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv.lazyload, #p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv.lazyloading { background-image: none; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row .container { background-color: transparent; background-image: none; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row .container > .video-iframe-container { display: none; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row > .video-iframe-container { display: none; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .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); }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row .container { border-width: 0; border-radius: 0; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#wRmT1ohkxDzUuqNdez0cFeFAyugfDZu1 { color:#000000;display:block;width:38.0620625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.373693466186rem;left:33.092992782593rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXWfRIuqN72Tf3iE4qXlqtSXx78P16SJ { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:14.9365234375rem;left:33.372938156128rem;height:9.000625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NGU7XeeuDhG6iVLhTLKg6GVZp1OxoWNv { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:35.998807907104rem;left:33.372938156128rem;height:9.000625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQd2XTSKdaCkiFXTT3xeRb3A0w5Zeeaq { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:25.561525344849rem;left:33.372938156128rem;height:9.000625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JspPwmw3f0xlERcmd1wgyaOFAQUJhWXP { color:#000000;display:block;width:50.4996875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6245660781861rem;left:12.249349594116rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhOiPRvkeTST2GcH7eS5Zkv0gK5Krb1d { position:absolute;display:block;z-index:15005;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:43.75rem;width:37.5rem;top:6.2923181056975rem;left:0rem;overflow:hidden;display:block; }
#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34d332fb-19ab-4b9e-b937-040a29ff9233/santorini4825173_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0.adaptive-delivery-prevent-bg, #XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0.lazyload, #XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0.lazyloading { background-image: none; }#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 > .row .container { border-width: 0; border-radius: 0; }#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:none; }#MloEdSFyyVKl5NShTdsvHZddJSab9qZg { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:arial;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VyPvdl2PytpPeQTq6RArZP0zr4d9khH2 { color:#ffffff;display:block;width:58.6870625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0022802352906rem;left:7.060546875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#BmO4LhC6w2TOskR8ayaWRzRHdJwv3pr2 { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:7.0625rem;height:2.90625rem;text-align:center;text-align-last:center;display:block; }
#ZozvyCiVnErQqIk8izMRAinwelrDlVto { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b52382d-52a4-434a-af24-8a19c2240dfc/bcgrynki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ZozvyCiVnErQqIk8izMRAinwelrDlVto.adaptive-delivery-prevent-bg, #ZozvyCiVnErQqIk8izMRAinwelrDlVto.lazyload, #ZozvyCiVnErQqIk8izMRAinwelrDlVto.lazyloading { background-image: none; }#ZozvyCiVnErQqIk8izMRAinwelrDlVto > .row .container { border-width: 0; border-radius: 0; }#ZozvyCiVnErQqIk8izMRAinwelrDlVto > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZozvyCiVnErQqIk8izMRAinwelrDlVto > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#eldgzuQ0X1Jye0KHh9JsNvrrZKbpdyx7 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.7974138259887rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOLkTtsS19xoIvSDPRel785Pds7bpMBP { color:#25d366;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2Cz8lLRMyBA4TqHSapGHlEgDAr0S0ZB { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:10.5625rem;left:5.46875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIeRUlSFOHdqk43CmVlMZWTa3uXQPD98 { color:#ffffff;display:block;width:33.6246875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.407552719116rem;left:3.3740234375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNPyMZi6zTTW147FAKzwGLQSIKR1VhCB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e94c40, #fd8100);background-image: -moz-linear-gradient(180deg, #e94c40, #fd8100);background-image: -ms-linear-gradient(180deg, #e94c40, #fd8100);background-image: -o-linear-gradient(180deg, #e94c40, #fd8100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c40', endColorstr='#fd8100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c40', endColorstr='#fd8100' );";background-image: linear-gradient(180deg, #e94c40, #fd8100);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.388368rem;height:3.325193rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:25.232206344604rem;left:6.9921875rem;display:block; }
#EBgJ4sZe2MneU7nhQRP0RZaREeFw0Dbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVVaH22DVbl2XEO2giSTZKKMpVTiBVRT { position:absolute;display:block;z-index:15033;height:8.0615rem;width:27.3123125rem;top:34.122721672058rem;left:22.154405593872rem;display:block; }
#CZGPF8E39bnkGTJ2wAA5yWK07fwEHWzB { position:absolute;display:block;z-index:15034;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:33.9995625rem;width:29.124875rem;top:8.2801656723025rem;left:43.669706344604rem;overflow:hidden;display:block; }
#GRs3bRiOChZBhNw5h1v8lobmTTllf1Is { box-sizing:content-box;height:12.625rem;width:36.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(26,29,33,0.61);background-image:none;top:17.660808563233rem;left:1.9992389678955rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#u7Hw14ArIDQ3ogy6gSKuykgEMbFW817f { position:absolute;display:block;z-index:15031;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:3.56174375rem;width:3.06206875rem;top:21.032445907592rem;left:18.656141281128rem;overflow:hidden;display:block; }
#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row .container { background-color: transparent; background-image: none; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row .container > .video-iframe-container { display: none; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row > .video-iframe-container { display: none; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .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); }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row .container { border-width: 0; border-radius: 0; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#d4WPaRUS1suVoeXGdE5fr94ZOPZoaSaC { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:1.75rem;left:34.3125rem;height:1.22395625rem;font-style:normal;display:block; }
#tyDi29AmK4CQvtl5epQbM0a0UZ0XJsna { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.625rem;left:32.0625rem; }
#MEL619CGrTgvlwuGSV3r5bETGXrv1WwT { position:absolute;display:block;z-index:15027;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:2.125rem;width:13.8125rem;top:1.125rem;left:8.375rem;overflow:hidden;display:block; }
#qlW95yxETQQwkUFXRrIhWk3VWou1d4Bg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:1.8125rem;left:54.125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT { display:block; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSGoH9Oti8KCHxvaz9zpKFAXIaXKlpMN { top:4.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDEaTwf6TVdWmE9loNSRZLHmWLR0mxm { top:1.3125rem;left:0rem;width:8.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N { display:block; }#BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoTG6cXpiG82OoCPEwOLKkw5vBu5RzNb { width:30.9375rem;height:3.6875rem;top:10.9375rem;left:7.244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7gKuCrHQKlDTUW5B8pDLr24gF6HwNRk { display:block; }
 }@media only screen and (max-width: 763px) { #EiVJ52i5VBBEX6tu9yIIc8UQRlxRsSZU { top:3.25rem;left:3.8706607818604rem;width:37.625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #levzhtO1xnrWMm7wo9AKmvLgOQyDHoqP { top:18.6875rem;left:16.1875rem;width:31.5625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQDQfZ5uMzJEE3Z00LlKspAilA6pdWLR { top:15.1875rem;left:0rem;width:37.5rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEVT1JAHHfD5Tw1ZDHaPx0i2lUguk6NE { top:7.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oczZXF3OBvTFxq26AwFWtxgKHvm87Jtb { top:17.8125rem;left:13.375rem;width:34.25rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIDqp7ntrv5U3Csyzq7KPBx0Qu4Mw2Z { top:25.0625rem;left:16.125rem;width:31.625rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMkxTZBMbwzBMLeZb3vowTZL9VHxGI8x { top:30.125rem;left:16.375rem;width:31.375rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNLwCClJbLRVWSuCrqf0Ba8MMKP6wp5c { top:32.3125rem;left:14.4375rem;width:33.3125rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhkl7y5Ugw603z1ntSeouz2k5qTTkn9a { top:20.9375rem;left:36.9375rem;width:3rem;height:3.4900730919252rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1p2gu1866sBuM3ffSfOvPcwWI73KOD7 { top:37.9375rem;left:17.0625rem;width:30.6875rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwVqJe01SUu33Q9viZoOfx2MtbWvsHWt { top:43.625rem;left:30.472768783569rem;width:6.4375rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpm66SAq6BAN5hlsKI9zohtrLrR9ESft { top:43.25rem;left:38.25rem;width:9.5rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpzT6rzdrbBBLmLOt9sIVGnDOdvpOU71 { top:43.6875rem;left:36.908857345581rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esCwCSLkzRRWGsZXUzrsTRgXrg40WAA0 { top:40.9375rem;left:18.875rem;width:28.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC1OoVckCKZ32xa60FDg1gW80TPdMWHl { width:26.5625rem;height:3.5rem;top:49.0625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgwNZL5IHmeTQFc98lx9J32hzgIV0vrB { display:block; }
 }@media only screen and (max-width: 763px) { #DD0xPu9Memf1FFlnmKT9HAppveIzOtGP { top:35.8125rem;left:16.375rem;width:31.375rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXmoE2KWvkeE7pFBayynf0hF7lUABNpe { top:40.625rem;left:0rem;width:24.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhFP5pF84nfdVyM8Eg0lKsMwzMgHvlK4 { top:43.375rem;left:0rem;width:24.0625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2kHsXS3BWeouLUOzdllBFpFGtEh3eTW { top:39.9375rem;left:0rem;width:24.6875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE { display:block; }#iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fW8wd0VMP3I4OJDAccehJWtNhuJxxtia { top:3.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnIS7ynNsxLrWczaSS9PiOg4TJ6x24k { top:9.375rem;left:9.5303821563719rem;width:27.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLiwOirkzTMdFQIMDA5FbLgZ5e5nymPp { top:17.375rem;left:37.518125534058rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDU518aT42saOWSvH5X557WDqCUvNiXD { display:block; }#tDU518aT42saOWSvH5X557WDqCUvNiXD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyMSrkLXh5Th8UWpffrpynoEUNviigbz { top:10.9375rem;left:0.5rem;width:44.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBZ5zEyVx649PWsHLxZDd8KMatNidJvy { top:18.5625rem;left:0rem;width:27.8125rem;height:16.9375rem;font-size:1.375rem;display:block; }#KBZ5zEyVx649PWsHLxZDd8KMatNidJvy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51cd5b913f4b78c47659a20953abed05b1216964.svg); }
 }@media only screen and (max-width: 763px) { #IWN5fgECvfTmEX3W0PVeIBZA7aeRwKJ4 { top:13.0625rem;left:0rem;width:31.125rem;height:4.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IewocikNuZmDdTZpyLT8GBPiLmT5wVQk { top:4.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoFA0JJTl06ahu1sZtkwoM5mhnIuAnyt { width:26.5rem;height:3.4375rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adz7MBTGn6WDnn833sfU33rJTp10gTZH { display:block; }
 }@media only screen and (max-width: 763px) { #gntNAFTJHOCpaAGtqJL9TAhKNwfKpv9f { top:36.5625rem;left:6.4032115936281rem;width:3rem;height:3.4895464871584rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 { display:block; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLemF2dzevE5Sr1MP1c1Jbv6CVtz4cIa { top:18.8125rem;left:12.8125rem;width:34.5625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzvwW9HRJauM0bZJfW24hJITUSeEiaEd { top:4rem;left:37.4375rem;width:10.3125rem;height:5.1562437864902rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHDZU9ctDI68Vi14SkvUvA7QzsdgSkNb { top:9.125rem;left:17.75rem;width:30rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFBooJCnZxMvC3LyBFd5MS0fM4SDoMRy { top:14.5rem;left:17.625rem;width:30.125rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWACI2anyua2TWtO3mASJRWereRsiTPO { top:19.8125rem;left:21rem;width:26.75rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erqtS5I2g3Jlm5PvTOaOQdbMVLUHPWst { top:25.4375rem;left:20.25rem;width:27.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9VmMiBq655ZNDrqBlql5gc5gQU2eAaP { width:2rem;height:2.8125rem;top:26.5rem;left:29.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ac85btFP8DqkysvOqlaNgaxNCmdwiH { width:17.5rem;height:3.4375rem;top:31.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEmmVvWtFfP3i2ceWovxFdgvFZBiinBQ { display:block; }
 }@media only screen and (max-width: 763px) { #ISdklwoJfWEQ2AQwD8xxQIT7EL2FfqNQ { width:2rem;height:2.8125rem;top:36.125rem;left:31.4365234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxiMPRRuBKqh9elyxxTXcNraygqWZQAU { top:36.75rem;left:24.9375rem;width:22.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUiynH5UyJSCWoa9aGThT1ilwqRFZT00 { width:9.375rem;height:2.8125rem;top:39.9375rem;left:27.154296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATCopBAC4GIb85FRTkw9yf07nhNWrqKi { display:block; }
 }@media only screen and (max-width: 763px) { #uDD80hQTpf38903aJddeSvz6OiVe74J8 { width:9.375rem;height:2.8125rem;top:39.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqnQ3du8xa8bXG6QvlWBqTMs6DwRmcQ { display:block; }
 }@media only screen and (max-width: 763px) { #lheKXx4A2H1XRTt92qDeZlumZDHf8Jbu { width:9.375rem;height:2.8125rem;top:39.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQazO3QPu8hKDQcT59AbLzSEwD2urqNk { display:block; }
 }@media only screen and (max-width: 763px) { #NrMI1mkaR5dv5RFwgUiPSDTmr7mVu6aK { top:16.25rem;left:0rem;width:32.5rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMGWJV6g6bJ33TXN7SBHTtew8Q9q1nk { top:0.875rem;left:8.25rem;width:31.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edeHNIwTTvJc5TPNPXGL2kLtO4a5u3gM { top:10.125rem;left:0rem;width:32.375rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVGibBxeMg2V4zos29kFiNQvtPr5Pk1J { top:46.125rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV { display:block; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUSipeLuubTTm5QS81rrTmttHkg22pyc { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwukK0cTQ7ooQF7hkMIoMHDw4xrKiRVb { top:4rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQflKpEhsWpahoo9zqwH7yhulgWgf4S4 { top:6.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv { display:block; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRmT1ohkxDzUuqNdez0cFeFAyugfDZu1 { top:11.3125rem;left:9.75rem;width:38rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWfRIuqN72Tf3iE4qXlqtSXx78P16SJ { top:14.875rem;left:10.25rem;width:37.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGU7XeeuDhG6iVLhTLKg6GVZp1OxoWNv { top:35.9375rem;left:10.25rem;width:37.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQd2XTSKdaCkiFXTT3xeRb3A0w5Zeeaq { top:25.5rem;left:10.25rem;width:37.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JspPwmw3f0xlERcmd1wgyaOFAQUJhWXP { top:4.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhOiPRvkeTST2GcH7eS5Zkv0gK5Krb1d { top:6.25rem;left:0rem;width:37.5rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 { display:block; }#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MloEdSFyyVKl5NShTdsvHZddJSab9qZg { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyPvdl2PytpPeQTq6RArZP0zr4d9khH2 { top:9rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmO4LhC6w2TOskR8ayaWRzRHdJwv3pr2 { top:11.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZozvyCiVnErQqIk8izMRAinwelrDlVto { display:block; }#ZozvyCiVnErQqIk8izMRAinwelrDlVto > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eldgzuQ0X1Jye0KHh9JsNvrrZKbpdyx7 { top:6.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOLkTtsS19xoIvSDPRel785Pds7bpMBP { top:2.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Cz8lLRMyBA4TqHSapGHlEgDAr0S0ZB { top:10.5rem;left:0rem;width:29.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIeRUlSFOHdqk43CmVlMZWTa3uXQPD98 { top:19.375rem;left:0rem;width:33.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNPyMZi6zTTW147FAKzwGLQSIKR1VhCB { width:26.375rem;height:3.3125rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgJ4sZe2MneU7nhQRP0RZaREeFw0Dbg { display:block; }
 }@media only screen and (max-width: 763px) { #TVVaH22DVbl2XEO2giSTZKKMpVTiBVRT { top:34.0625rem;left:8.5294055938719rem;width:27.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZGPF8E39bnkGTJ2wAA5yWK07fwEHWzB { top:8.25rem;left:18.625rem;width:29.0625rem;height:33.92674767381rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs3bRiOChZBhNw5h1v8lobmTTllf1Is { top:17.625rem;left:0rem;width:36.375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Hw14ArIDQ3ogy6gSKuykgEMbFW817f { top:21rem;left:5.0311412811279rem;width:3rem;height:3.4895464871584rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR { display:block; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4WPaRUS1suVoeXGdE5fr94ZOPZoaSaC { top:1.75rem;left:20.6875rem;width:12.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyDi29AmK4CQvtl5epQbM0a0UZ0XJsna { top:1.625rem;left:18.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEL619CGrTgvlwuGSV3r5bETGXrv1WwT { top:1.125rem;left:0rem;width:13.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlW95yxETQQwkUFXRrIhWk3VWou1d4Bg { top:1.8125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT { display:block; }#DXBQ4bnrbXrS0RueGpCqLTL3Zh4fE8qT > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSGoH9Oti8KCHxvaz9zpKFAXIaXKlpMN { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDEaTwf6TVdWmE9loNSRZLHmWLR0mxm { width:8.8125rem;height:9.0625rem;top:7.125rem;left:5.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N { display:none; }#BiCSsZf1rLM9g0Z8DLsOT1zmnQ5tTH8N > .row .container { width:20rem;height:68.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yoTG6cXpiG82OoCPEwOLKkw5vBu5RzNb { width:17.4305555rem;height:2.8667555rem;top:7.6963977813719rem;left:1.2841799259186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7gKuCrHQKlDTUW5B8pDLr24gF6HwNRk { display:block; }
 }@media only screen and (max-width: 763px) { #EiVJ52i5VBBEX6tu9yIIc8UQRlxRsSZU { width:17.6248125rem;height:1.94986875rem;top:0.8125rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #levzhtO1xnrWMm7wo9AKmvLgOQyDHoqP { width:17.8125rem;height:1.80013125rem;top:26.812067031861rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQDQfZ5uMzJEE3Z00LlKspAilA6pdWLR { width:12.3746875rem;height:14.4998125rem;top:11.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEVT1JAHHfD5Tw1ZDHaPx0i2lUguk6NE { width:20rem;height:3.6002625rem;top:3.323025226593rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oczZXF3OBvTFxq26AwFWtxgKHvm87Jtb { width:19.875rem;height:40.4375rem;top:25.749784708023rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ulIDqp7ntrv5U3Csyzq7KPBx0Qu4Mw2Z { width:17.0621875rem;height:4.798825rem;top:32.597114562988rem;left:1.4686415195465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMkxTZBMbwzBMLeZb3vowTZL9VHxGI8x { width:13.3121875rem;height:3.6002625rem;top:37.707248687744rem;left:3.3436417579651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNLwCClJbLRVWSuCrqf0Ba8MMKP6wp5c { width:16.5625rem;height:3.6002625rem;top:41.624893188476rem;left:1.7187502384186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhkl7y5Ugw603z1ntSeouz2k5qTTkn9a { width:3rem;height:3.5rem;top:29.097223281861rem;left:8.0311422348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1p2gu1866sBuM3ffSfOvPcwWI73KOD7 { width:20rem;height:2rem;top:50.249784469604rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwVqJe01SUu33Q9viZoOfx2MtbWvsHWt { width:4.249675rem;height:1.7871125rem;top:56.020511627198rem;left:3.816189289093rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #bpm66SAq6BAN5hlsKI9zohtrLrR9ESft { width:9.4998125rem;height:2.5996125rem;top:55.614696502686rem;left:9.4406471252444rem;font-size:2rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #PpzT6rzdrbBBLmLOt9sIVGnDOdvpOU71 { display:flex;width:3.125rem;height:3.125rem;top:55.351566314698rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #esCwCSLkzRRWGsZXUzrsTRgXrg40WAA0 { width:20rem;height:2rem;top:52.4365234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NC1OoVckCKZ32xa60FDg1gW80TPdMWHl { width:18.805368rem;height:3.43044925rem;top:59.756406784058rem;left:0.56206607818604rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgwNZL5IHmeTQFc98lx9J32hzgIV0vrB { display:block; }
 }@media only screen and (max-width: 763px) { #DD0xPu9Memf1FFlnmKT9HAppveIzOtGP { width:15.3125rem;height:3.6002625rem;top:46.311851501465rem;left:2.3437502384186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXmoE2KWvkeE7pFBayynf0hF7lUABNpe { width:12.9373125rem;height:1.5996125rem;top:19.8125rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhFP5pF84nfdVyM8Eg0lKsMwzMgHvlK4 { width:13.3121875rem;height:1.80013125rem;top:21.375rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2kHsXS3BWeouLUOzdllBFpFGtEh3eTW { width:13.0620625rem;height:4.874675rem;top:19.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE { display:none; }#iiPMC8qVkzVhMViNNpI94UPqXB2XQTCE > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fW8wd0VMP3I4OJDAccehJWtNhuJxxtia { width:16.875rem;height:3.57421875rem;top:2.8700084686279rem;left:1.5625002384186rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnIS7ynNsxLrWczaSS9PiOg4TJ6x24k { width:20rem;height:5.3125rem;top:7.5520839691163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLiwOirkzTMdFQIMDA5FbLgZ5e5nymPp { width:12.5rem;height:12.5rem;top:16.7480625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDU518aT42saOWSvH5X557WDqCUvNiXD { display:none; }#tDU518aT42saOWSvH5X557WDqCUvNiXD > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dyMSrkLXh5Th8UWpffrpynoEUNviigbz { width:15.625rem;height:12.875rem;top:32.187500476837rem;left:0.46875011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBZ5zEyVx649PWsHLxZDd8KMatNidJvy { width:17.874875rem;height:15.9609375rem;top:15.624462127686rem;left:1.0617406368256rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }#KBZ5zEyVx649PWsHLxZDd8KMatNidJvy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51cd5b913f4b78c47659a20953abed05b1216964.svg); }
 }@media only screen and (max-width: 763px) { #IWN5fgECvfTmEX3W0PVeIBZA7aeRwKJ4 { width:14.749875rem;height:5.6044875rem;top:8.5763893127444rem;left:2.6242406368256rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IewocikNuZmDdTZpyLT8GBPiLmT5wVQk { width:20rem;height:5.361325rem;top:1.8744554519653rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #PoFA0JJTl06ahu1sZtkwoM5mhnIuAnyt { width:18.875rem;height:3.4375rem;top:52.625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adz7MBTGn6WDnn833sfU33rJTp10gTZH { display:block; }
 }@media only screen and (max-width: 763px) { #gntNAFTJHOCpaAGtqJL9TAhKNwfKpv9f { width:3rem;height:3.4895464871584rem;top:47.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 { display:block; }#VLdd3RfyLx44rDMqTPis8B1aIGq3dA52 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLemF2dzevE5Sr1MP1c1Jbv6CVtz4cIa { width:19.6875rem;height:40.1875rem;top:34.561633825302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzvwW9HRJauM0bZJfW24hJITUSeEiaEd { width:10.3125rem;height:5.1562437864902rem;top:4rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHDZU9ctDI68Vi14SkvUvA7QzsdgSkNb { width:20rem;height:2.92535rem;top:27.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFBooJCnZxMvC3LyBFd5MS0fM4SDoMRy { width:20rem;height:2.92535rem;top:31rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWACI2anyua2TWtO3mASJRWereRsiTPO { width:20rem;height:3.15104375rem;top:37rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erqtS5I2g3Jlm5PvTOaOQdbMVLUHPWst { width:16.25rem;height:8.7760625rem;top:40.875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9VmMiBq655ZNDrqBlql5gc5gQU2eAaP { width:2rem;height:2.8125rem;top:40.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ac85btFP8DqkysvOqlaNgaxNCmdwiH { width:17.5rem;height:3.4375rem;top:50.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEmmVvWtFfP3i2ceWovxFdgvFZBiinBQ { display:block; }
 }@media only screen and (max-width: 763px) { #ISdklwoJfWEQ2AQwD8xxQIT7EL2FfqNQ { width:2rem;height:2.8125rem;top:55.3125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxiMPRRuBKqh9elyxxTXcNraygqWZQAU { width:12.875rem;height:2.92535rem;top:55.875rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUiynH5UyJSCWoa9aGThT1ilwqRFZT00 { width:10.625rem;height:3.4375rem;top:59.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATCopBAC4GIb85FRTkw9yf07nhNWrqKi { display:block; }
 }@media only screen and (max-width: 763px) { #uDD80hQTpf38903aJddeSvz6OiVe74J8 { width:10.625rem;height:3.4375rem;top:63.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqnQ3du8xa8bXG6QvlWBqTMs6DwRmcQ { display:block; }
 }@media only screen and (max-width: 763px) { #lheKXx4A2H1XRTt92qDeZlumZDHf8Jbu { width:10.625rem;height:3.4375rem;top:68.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQazO3QPu8hKDQcT59AbLzSEwD2urqNk { display:block; }
 }@media only screen and (max-width: 763px) { #NrMI1mkaR5dv5RFwgUiPSDTmr7mVu6aK { width:17.75rem;height:17.75rem;top:8.142578125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMGWJV6g6bJ33TXN7SBHTtew8Q9q1nk { width:20rem;height:2.03125rem;top:1.0947265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edeHNIwTTvJc5TPNPXGL2kLtO4a5u3gM { width:20rem;height:3.2487rem;top:3.90625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVGibBxeMg2V4zos29kFiNQvtPr5Pk1J { width:12.5rem;height:1.055775rem;top:73.0859413147rem;left:3.7500002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV { display:block; }#uiwIZU6tyKOtouwfk4rVAMhwNqQNlJmV > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUSipeLuubTTm5QS81rrTmttHkg22pyc { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #SwukK0cTQ7ooQF7hkMIoMHDw4xrKiRVb { width:17.75rem;height:3.2487rem;top:2.5rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQflKpEhsWpahoo9zqwH7yhulgWgf4S4 { width:20rem;height:1.462675rem;top:6.5478515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv { display:block; }#p1rxVc3f0SKDmRD9p6AelFrmSI14I6tv > .row .container { width:20rem;height:76.291015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRmT1ohkxDzUuqNdez0cFeFAyugfDZu1 { width:17.874875rem;height:3.2487rem;top:5.5463333129883rem;left:1.0617406368256rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TXWfRIuqN72Tf3iE4qXlqtSXx78P16SJ { width:18.9995625rem;height:14.4043125rem;top:9.3532989025119rem;left:0.49967455863952rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGU7XeeuDhG6iVLhTLKg6GVZp1OxoWNv { width:18.6870625rem;height:12.8038125rem;top:40.218643903732rem;left:0.6559245586395rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQd2XTSKdaCkiFXTT3xeRb3A0w5Zeeaq { width:18.2498125rem;height:14.4043125rem;top:24.552952528rem;left:0.87456607818606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JspPwmw3f0xlERcmd1wgyaOFAQUJhWXP { width:20rem;height:3.57421875rem;top:1.025390625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #RhOiPRvkeTST2GcH7eS5Zkv0gK5Krb1d { width:20rem;height:23.3333125rem;top:52.979060053826rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 { display:none; }#XCg8wM1LSpl7GswIuClpxUlIa0dIpZo0 > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MloEdSFyyVKl5NShTdsvHZddJSab9qZg { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #VyPvdl2PytpPeQTq6RArZP0zr4d9khH2 { width:17.7495625rem;height:3.25rem;top:3.8747835159302rem;left:1.1241321563721rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmO4LhC6w2TOskR8ayaWRzRHdJwv3pr2 { width:20rem;height:1.462675rem;top:8.4852371215819rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZozvyCiVnErQqIk8izMRAinwelrDlVto { display:none; }#ZozvyCiVnErQqIk8izMRAinwelrDlVto > .row .container { width:20rem;height:53.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eldgzuQ0X1Jye0KHh9JsNvrrZKbpdyx7 { width:17.7495625rem;height:3.8984375rem;top:5.2609625rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOLkTtsS19xoIvSDPRel785Pds7bpMBP { width:13.4375rem;height:2.76171875rem;top:1.25rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2Cz8lLRMyBA4TqHSapGHlEgDAr0S0ZB { width:18.6870625rem;height:4.798825rem;top:10.4101625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIeRUlSFOHdqk43CmVlMZWTa3uXQPD98 { width:16.875rem;height:2.4375rem;top:31.875rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNPyMZi6zTTW147FAKzwGLQSIKR1VhCB { width:18.805368rem;height:3.2427305rem;top:38.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgJ4sZe2MneU7nhQRP0RZaREeFw0Dbg { display:block; }
 }@media only screen and (max-width: 763px) { #TVVaH22DVbl2XEO2giSTZKKMpVTiBVRT { width:20rem;height:7.9996875rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZGPF8E39bnkGTJ2wAA5yWK07fwEHWzB { width:12.249875rem;height:14.3120625rem;top:15.207791566849rem;left:3.8742408752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs3bRiOChZBhNw5h1v8lobmTTllf1Is { width:20rem;height:12.6248125rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Hw14ArIDQ3ogy6gSKuykgEMbFW817f { width:2.999675rem;height:3.48904375rem;top:34.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR { display:block; }#qhKBwi0iLEwgHN6o6DZVrvwDT4FrxRcR > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4WPaRUS1suVoeXGdE5fr94ZOPZoaSaC { width:11.375rem;height:1.3997375rem;top:4.70703125rem;left:4.3125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tyDi29AmK4CQvtl5epQbM0a0UZ0XJsna { width:1.5625rem;height:1.5625rem;top:4.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEL619CGrTgvlwuGSV3r5bETGXrv1WwT { width:9.375rem;height:1.4375rem;top:2.1875rem;left:5.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qlW95yxETQQwkUFXRrIhWk3VWou1d4Bg { width:12.5rem;height:1.2999125rem;top:6.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }