.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:#f5f5f5;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); }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd { 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:block; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd.adaptive-delivery-prevent-bg, #Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd.lazyload, #Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd.lazyloading { background-image: none; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row .container { background-color: transparent; background-image: none; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row .container > .video-iframe-container { display: none; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row > .video-iframe-container { display: none; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .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); }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row .container { border-width: 0; border-radius: 0; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;overflow:visible;position:relative;display:block; }#wStBO9ROLbSi3pOaNkbk2fFxh3rKho2u { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25d366, #127938);background-image: -moz-linear-gradient(180deg, #25d366, #127938);background-image: -ms-linear-gradient(180deg, #25d366, #127938);background-image: -o-linear-gradient(180deg, #25d366, #127938);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#127938' );";background-image: linear-gradient(180deg, #25d366, #127938);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:26.736118rem;height:3.6735055rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.998264312744rem;left:22.970376968384rem;display:block; }
#k8CJcLnKd3bhkeD11EZyBo4fUhT60T0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0dTv8nhBOlxsPqN1rVUaCQMQWOEH1td { 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; }
#cDU0Gv9NucLzlcFH8WrzFdSiKWsyBOT1 { 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; }
#TIZSOcWFkbyxrdcRS9ciIxPopKlvX5dt { 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; }
#Sq6VFnuQeJ7IamsFLLgTnnAt5LiFuhHE { 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; }
#FoCuvZD5b83OXOQ7ybHbd1ZVPGlOohMD { 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='#89000000', endColorstr='#891a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#89000000', endColorstr='#891a1d21' );";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; }
#dK6zwNRvHl3k1AHJ2IhWV1PPkLKyFTcV { 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; }
#fPEfCe1A7qqhMVZxGnb9ikOsQIqSK0fh { 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; }
#w76gyVOR2Z91SPLc8RmhzMrf2SdqmuTF { 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; }
#J8MItiFCwL3ArAZD0lLaecBTTP16telU { 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; }
#LIuNcazUbEx0101FvZrGHlDPK6p3VbQW { 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; }
#fTGaWKsvTd1vvyaera9I4NiFVJWx5Xp9 { 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; }
#aW1opTRNtRWG4gvsWMGfuNqT845tak3G { 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.98111875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hreCCeqQTzwLa0qP0Qnh1dm3qDPhf0fs { 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; }
#gW016XuZ13KsJQfw9t9a5cKAXClEBbaZ { 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; }
#lAUg5Cc6FrOiNbgPqER8QgTCyrvIeE9D { 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; }
#EbgX02wimdDWrtZaVpO7tNE6N0pkEfLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owfUNLi2X5qRTWkT2ZwQltsF9pDqIt4X { 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; }
#WuVFmzJ9TroI0A16IUBvK40LSaPzIqAx { 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; }
#HgL3ryDqvyMi8rVxwd8XnWTV6wNlMn2d { 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; }
#myM63KU9EZG5qVZcbN8VBGRpw9Q6IkZu { 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; }
#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT { 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:block; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row .container { background-color: transparent; background-image: none; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row .container > .video-iframe-container { display: none; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row > .video-iframe-container { display: none; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .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); }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row .container { border-width: 0; border-radius: 0; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row .container { font-size:0.875rem;font-family:arial;height:21.9930555rem;width:75rem;position:relative;display:block; }#bu1hy3JRNzynkCbDm2RNvT4usZ4Cq6Bc { 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; }
#SISpfUXkBfcrEzwz3fTWEinBVF5ToAAT { position:absolute;display:block;z-index:15032;height:8.0620625rem;width:27.3123125rem;top:9.3885631561281rem;left:23.155382156372rem;display:block; }
#ltT9Jhy6tbl36ifc4uS1l4bNDNBk0QuR { 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; }
#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z { 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:block; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z.adaptive-delivery-prevent-bg, #lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z.lazyload, #lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z.lazyloading { background-image: none; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row .container { background-color: transparent; background-image: none; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,23,20,0.74); }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row .container > .video-iframe-container { display: none; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,23,20,0.74); }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row > .video-iframe-container { display: none; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .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); }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row .container { border-width: 0; border-radius: 0; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z::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; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#IdCdTpyFe1vPaFWndXO5egc6UIZ6Egle { 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:34.2496875rem;width:41.624875rem;top:11.06228351593rem;left:33.375108718872rem;overflow:hidden;display:block; }
#A5Rr4tez09q4Es9SSWWWGgagew9mo7o1 { 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; }#A5Rr4tez09q4Es9SSWWWGgagew9mo7o1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A5Rr4tez09q4Es9SSWWWGgagew9mo7o1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51cd5b913f4b78c47659a20953abed05b1216964.svg); }
#KR8Vn9MRAVdPDQVxuNEB4KTumaockgRJ { 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; }
#NhHFOmRuwPln1w7w92W8H1VSrTQ2dDEg { 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; }
#QOJceQEThhVfPIMpll5qfQxQgyeQq9Ti { 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; }
#LbWclRcxULz7HNGwuMvTrRurD3QI9vZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pb2a9SQ583mLgmxwXqhS7lSirR8NEMFl { 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; }
#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF { 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; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF.adaptive-delivery-prevent-bg, #yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF.lazyload, #yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF.lazyloading { background-image: none; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row .container { background-color: transparent; background-image: none; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row .container > .video-iframe-container { display: none; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row > .video-iframe-container { display: none; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .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); }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row .container { border-width: 0; border-radius: 0; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Uiw9FLykgvs07uByVghdJKx5rnnQLNBN { 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; }
#TlbROFL2kLEDS1OGg7Px64TPxrVlPRTH { 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:8.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrXVlDIns4os6TRRO9wueXmIeSfPRCPm { 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:8.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSqomZOoXcSi1fX4S0HiZvlUGriNA5e1 { 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:8.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ER5aJJEDsCoN85SQxG0VqJcmbRqeDAmP { 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; }
#KwAiZI4FOHcAsJFUFShoNet4lAlnAqCK { 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; }
#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF { 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:block; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF.adaptive-delivery-prevent-bg, #pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF.lazyload, #pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF.lazyloading { background-image: none; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row .container { background-color: transparent; background-image: none; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row .container > .video-iframe-container { display: none; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .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); }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row > .video-iframe-container { display: none; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .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); }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row .container { border-width: 0; border-radius: 0; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF::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; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#bGqCZfWaMJNgQ0ofOoL1zQ0bSLXXlFmL { 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; }
#TPF7dnTCaGCfSDyx2Z9RpPJRmmGwM8pA { 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; }
#FbQR6xqddkbs9i6KlFVuK9fuNnPnclep { 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.84375rem;text-align:center;text-align-last:center;display:block; }
#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq { 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; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq.adaptive-delivery-prevent-bg, #sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq.lazyload, #sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq.lazyloading { background-image: none; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row .container { background-color: transparent; background-image: none; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row .container > .video-iframe-container { display: none; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row > .video-iframe-container { display: none; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .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); }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row .container { border-width: 0; border-radius: 0; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#onfHkOsg29wK1TrhE4C8ooenGHDFqeQf { 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; }
#RcpToQdTT81K3ioxWF3C7ivZf3MX85Qh { 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; }
#KHWavyEBq2A1o6EzIbxMTcaaQetLFDdH { 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; }
#AXIE8i03PRUC38QRt9LdfgOxMQcDmlFr { 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; }
#mH8IEn994DFkFnDPcOxi3D8e44v8LQdV { 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; }
#ovNAMgSyaLUIXcXp1m6TZ5oM6drFgRmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hemoXxH348OUitkgdlTSeeK67ZQeUP0s { position:absolute;display:block;z-index:15033;height:8.0615rem;width:27.3123125rem;top:34.122721672058rem;left:22.154405593872rem;display:block; }
#SVcU8RTgXS70EiXETsXdOlk8OfMTdwXy { 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; }
#IaMxgQZW2p6XLOwMvZXWDNJ0trZrWsCZ { 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; }
#BNk2gAsnPTBDVIRxWS7Q62U2PfB5wPiR { 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; }
#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.86);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; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { background-color: transparent; background-image: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .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); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { border-width: 0; border-radius: 0; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { 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.22504375rem;font-style:normal;display:block; }
#oTKOvzqS2EhkclpRmWflRge6FFy410aW { 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; }
#iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { 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; }
#h1JLG5KcFxCpDKcIls6uztTI7oRAFhd9 { 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.13715rem;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) { #Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd { display:block; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wStBO9ROLbSi3pOaNkbk2fFxh3rKho2u { width:26.6875rem;height:3.625rem;top:10.9375rem;left:9.3453769683837rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CJcLnKd3bhkeD11EZyBo4fUhT60T0N { display:block; }
 }@media only screen and (max-width: 763px) { #Z0dTv8nhBOlxsPqN1rVUaCQMQWOEH1td { 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) { #cDU0Gv9NucLzlcFH8WrzFdSiKWsyBOT1 { 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) { #TIZSOcWFkbyxrdcRS9ciIxPopKlvX5dt { top:15.1875rem;left:0rem;width:37.5rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6VFnuQeJ7IamsFLLgTnnAt5LiFuhHE { top:7.0625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoCuvZD5b83OXOQ7ybHbd1ZVPGlOohMD { top:17.8125rem;left:13.375rem;width:34.25rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK6zwNRvHl3k1AHJ2IhWV1PPkLKyFTcV { top:25.0625rem;left:16.125rem;width:31.625rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPEfCe1A7qqhMVZxGnb9ikOsQIqSK0fh { 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) { #w76gyVOR2Z91SPLc8RmhzMrf2SdqmuTF { 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) { #J8MItiFCwL3ArAZD0lLaecBTTP16telU { top:20.9375rem;left:36.9375rem;width:3rem;height:3.4900730919252rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIuNcazUbEx0101FvZrGHlDPK6p3VbQW { 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) { #fTGaWKsvTd1vvyaera9I4NiFVJWx5Xp9 { 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) { #aW1opTRNtRWG4gvsWMGfuNqT845tak3G { 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) { #hreCCeqQTzwLa0qP0Qnh1dm3qDPhf0fs { top:43.6875rem;left:36.908857345581rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW016XuZ13KsJQfw9t9a5cKAXClEBbaZ { 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) { #lAUg5Cc6FrOiNbgPqER8QgTCyrvIeE9D { width:26.5625rem;height:3.5rem;top:49.0625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbgX02wimdDWrtZaVpO7tNE6N0pkEfLz { display:block; }
 }@media only screen and (max-width: 763px) { #owfUNLi2X5qRTWkT2ZwQltsF9pDqIt4X { 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) { #WuVFmzJ9TroI0A16IUBvK40LSaPzIqAx { top:40.625rem;left:0rem;width:24.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgL3ryDqvyMi8rVxwd8XnWTV6wNlMn2d { top:43.375rem;left:0rem;width:24.0625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myM63KU9EZG5qVZcbN8VBGRpw9Q6IkZu { top:39.9375rem;left:0rem;width:24.6875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT { display:block; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bu1hy3JRNzynkCbDm2RNvT4usZ4Cq6Bc { top:3.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SISpfUXkBfcrEzwz3fTWEinBVF5ToAAT { top:9.375rem;left:9.5303821563719rem;width:27.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltT9Jhy6tbl36ifc4uS1l4bNDNBk0QuR { top:17.375rem;left:37.518125534058rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z { display:block; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdCdTpyFe1vPaFWndXO5egc6UIZ6Egle { top:11rem;left:6.125rem;width:41.5625rem;height:34.198364240583rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Rr4tez09q4Es9SSWWWGgagew9mo7o1 { top:18.5625rem;left:0rem;width:27.8125rem;height:16.9375rem;font-size:1.375rem;display:block; }#A5Rr4tez09q4Es9SSWWWGgagew9mo7o1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51cd5b913f4b78c47659a20953abed05b1216964.svg); }
 }@media only screen and (max-width: 763px) { #KR8Vn9MRAVdPDQVxuNEB4KTumaockgRJ { top:13.0625rem;left:0rem;width:31.125rem;height:4.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhHFOmRuwPln1w7w92W8H1VSrTQ2dDEg { top:4.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOJceQEThhVfPIMpll5qfQxQgyeQq9Ti { width:26.5rem;height:3.4375rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbWclRcxULz7HNGwuMvTrRurD3QI9vZl { display:block; }
 }@media only screen and (max-width: 763px) { #Pb2a9SQ583mLgmxwXqhS7lSirR8NEMFl { top:36.5625rem;left:6.4032115936281rem;width:3rem;height:3.4895464871584rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF { display:block; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uiw9FLykgvs07uByVghdJKx5rnnQLNBN { top:11.3125rem;left:9.75rem;width:38rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlbROFL2kLEDS1OGg7Px64TPxrVlPRTH { top:14.875rem;left:10.25rem;width:37.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrXVlDIns4os6TRRO9wueXmIeSfPRCPm { top:35.9375rem;left:10.25rem;width:37.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSqomZOoXcSi1fX4S0HiZvlUGriNA5e1 { top:25.5rem;left:10.25rem;width:37.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER5aJJEDsCoN85SQxG0VqJcmbRqeDAmP { top:4.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwAiZI4FOHcAsJFUFShoNet4lAlnAqCK { top:6.25rem;left:0rem;width:37.5rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF { display:block; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGqCZfWaMJNgQ0ofOoL1zQ0bSLXXlFmL { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPF7dnTCaGCfSDyx2Z9RpPJRmmGwM8pA { top:9rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQR6xqddkbs9i6KlFVuK9fuNnPnclep { top:11.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq { display:block; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onfHkOsg29wK1TrhE4C8ooenGHDFqeQf { top:6.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcpToQdTT81K3ioxWF3C7ivZf3MX85Qh { top:2.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHWavyEBq2A1o6EzIbxMTcaaQetLFDdH { top:10.5rem;left:0rem;width:29.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXIE8i03PRUC38QRt9LdfgOxMQcDmlFr { top:19.375rem;left:0rem;width:33.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH8IEn994DFkFnDPcOxi3D8e44v8LQdV { width:26.375rem;height:3.3125rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovNAMgSyaLUIXcXp1m6TZ5oM6drFgRmS { display:block; }
 }@media only screen and (max-width: 763px) { #hemoXxH348OUitkgdlTSeeK67ZQeUP0s { top:34.0625rem;left:8.5294055938719rem;width:27.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVcU8RTgXS70EiXETsXdOlk8OfMTdwXy { top:8.25rem;left:18.625rem;width:29.0625rem;height:33.92674767381rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaMxgQZW2p6XLOwMvZXWDNJ0trZrWsCZ { top:17.625rem;left:0rem;width:36.375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNk2gAsnPTBDVIRxWS7Q62U2PfB5wPiR { top:21rem;left:5.0311412811279rem;width:3rem;height:3.4895464871584rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { 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) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { top:1.625rem;left:18.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { top:1.125rem;left:0rem;width:13.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1JLG5KcFxCpDKcIls6uztTI7oRAFhd9 { 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) { #Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd { display:block; }#Tl3dTVTn9E2PNWHG4drJ6UoVsU3W1DWd > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wStBO9ROLbSi3pOaNkbk2fFxh3rKho2u { width:17.4305555rem;height:2.8667555rem;top:7.6963977813719rem;left:1.2841799259186rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CJcLnKd3bhkeD11EZyBo4fUhT60T0N { display:block; }
 }@media only screen and (max-width: 763px) { #Z0dTv8nhBOlxsPqN1rVUaCQMQWOEH1td { 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) { #cDU0Gv9NucLzlcFH8WrzFdSiKWsyBOT1 { 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) { #TIZSOcWFkbyxrdcRS9ciIxPopKlvX5dt { width:12.3746875rem;height:14.4998125rem;top:11.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6VFnuQeJ7IamsFLLgTnnAt5LiFuhHE { 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) { #FoCuvZD5b83OXOQ7ybHbd1ZVPGlOohMD { width:19.875rem;height:40.4375rem;top:25.749784708023rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #dK6zwNRvHl3k1AHJ2IhWV1PPkLKyFTcV { width:17.0621875rem;height:4.798825rem;top:32.597114562988rem;left:1.4686415195465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPEfCe1A7qqhMVZxGnb9ikOsQIqSK0fh { 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) { #w76gyVOR2Z91SPLc8RmhzMrf2SdqmuTF { 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) { #J8MItiFCwL3ArAZD0lLaecBTTP16telU { width:3rem;height:3.5rem;top:29.097223281861rem;left:8.0311422348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIuNcazUbEx0101FvZrGHlDPK6p3VbQW { 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) { #fTGaWKsvTd1vvyaera9I4NiFVJWx5Xp9 { 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) { #aW1opTRNtRWG4gvsWMGfuNqT845tak3G { 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) { #hreCCeqQTzwLa0qP0Qnh1dm3qDPhf0fs { display:flex;width:3.125rem;height:3.125rem;top:55.351566314698rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gW016XuZ13KsJQfw9t9a5cKAXClEBbaZ { 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) { #lAUg5Cc6FrOiNbgPqER8QgTCyrvIeE9D { 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) { #EbgX02wimdDWrtZaVpO7tNE6N0pkEfLz { display:block; }
 }@media only screen and (max-width: 763px) { #owfUNLi2X5qRTWkT2ZwQltsF9pDqIt4X { 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) { #WuVFmzJ9TroI0A16IUBvK40LSaPzIqAx { 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) { #HgL3ryDqvyMi8rVxwd8XnWTV6wNlMn2d { 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) { #myM63KU9EZG5qVZcbN8VBGRpw9Q6IkZu { width:13.0620625rem;height:4.874675rem;top:19.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT { display:block; }#Qep6H1Ig6tPFBi30xTgDwJ8hkZBFUOPT > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bu1hy3JRNzynkCbDm2RNvT4usZ4Cq6Bc { 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) { #SISpfUXkBfcrEzwz3fTWEinBVF5ToAAT { width:20rem;height:5.3125rem;top:7.5520839691163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltT9Jhy6tbl36ifc4uS1l4bNDNBk0QuR { width:12.5rem;height:12.5rem;top:16.7480625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z { display:block; }#lmV4fb3RTbvq3gCLuwvA3h4gplRy5U1Z > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdCdTpyFe1vPaFWndXO5egc6UIZ6Egle { width:19.0625rem;height:15.687375rem;top:32.187500476837rem;left:0.46875011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Rr4tez09q4Es9SSWWWGgagew9mo7o1 { 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; }#A5Rr4tez09q4Es9SSWWWGgagew9mo7o1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51cd5b913f4b78c47659a20953abed05b1216964.svg); }
 }@media only screen and (max-width: 763px) { #KR8Vn9MRAVdPDQVxuNEB4KTumaockgRJ { 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) { #NhHFOmRuwPln1w7w92W8H1VSrTQ2dDEg { 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) { #QOJceQEThhVfPIMpll5qfQxQgyeQq9Ti { 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) { #LbWclRcxULz7HNGwuMvTrRurD3QI9vZl { display:block; }
 }@media only screen and (max-width: 763px) { #Pb2a9SQ583mLgmxwXqhS7lSirR8NEMFl { width:3rem;height:3.4895464871584rem;top:47.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF { display:block; }#yh1Mh2gETWHfIGo1SWgfB5R0TiTkonlF > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uiw9FLykgvs07uByVghdJKx5rnnQLNBN { width:17.874875rem;height:3.25rem;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) { #TlbROFL2kLEDS1OGg7Px64TPxrVlPRTH { width:18.9995625rem;height:14.3965rem;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) { #QrXVlDIns4os6TRRO9wueXmIeSfPRCPm { width:18.6870625rem;height:12.796875rem;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) { #pSqomZOoXcSi1fX4S0HiZvlUGriNA5e1 { width:18.2498125rem;height:14.3965rem;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) { #ER5aJJEDsCoN85SQxG0VqJcmbRqeDAmP { 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) { #KwAiZI4FOHcAsJFUFShoNet4lAlnAqCK { width:20rem;height:23.3333125rem;top:52.979060053826rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF { display:block; }#pEBT6ikITmxdrG3n3zlSbcqyZbvqZ3kF > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGqCZfWaMJNgQ0ofOoL1zQ0bSLXXlFmL { 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) { #TPF7dnTCaGCfSDyx2Z9RpPJRmmGwM8pA { 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) { #FbQR6xqddkbs9i6KlFVuK9fuNnPnclep { width:20rem;height:1.462675rem;top:8.4852371215819rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq { display:block; }#sFDADk10ApfTuQmmD2a2cIwdUgsoiTgq > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onfHkOsg29wK1TrhE4C8ooenGHDFqeQf { 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) { #RcpToQdTT81K3ioxWF3C7ivZf3MX85Qh { 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) { #KHWavyEBq2A1o6EzIbxMTcaaQetLFDdH { 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) { #AXIE8i03PRUC38QRt9LdfgOxMQcDmlFr { 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) { #mH8IEn994DFkFnDPcOxi3D8e44v8LQdV { 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) { #ovNAMgSyaLUIXcXp1m6TZ5oM6drFgRmS { display:block; }
 }@media only screen and (max-width: 763px) { #hemoXxH348OUitkgdlTSeeK67ZQeUP0s { width:20rem;height:7.9996875rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVcU8RTgXS70EiXETsXdOlk8OfMTdwXy { width:12.249875rem;height:14.3120625rem;top:15.207791566849rem;left:3.8742408752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaMxgQZW2p6XLOwMvZXWDNJ0trZrWsCZ { width:20rem;height:12.6248125rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNk2gAsnPTBDVIRxWS7Q62U2PfB5wPiR { width:2.999675rem;height:3.48904375rem;top:34.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { 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) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { width:1.5625rem;height:1.5625rem;top:4.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { width:9.375rem;height:1.4375rem;top:2.1875rem;left:5.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h1JLG5KcFxCpDKcIls6uztTI7oRAFhd9 { width:12.5rem;height:1.2999125rem;top:6.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }