.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89a55984-1c06-4d09-a96e-a064da80c9da/0fa0a2b5uio_11kx0u0000000000000000.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f773abbc-ef66-4cc3-8691-71eef9dd1b47/d14d6495ie_11hc0zl000000000000000.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm.adaptive-delivery-prevent-bg, #TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm.lazyload, #TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm.lazyloading { background-image: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container { background-color: transparent; background-image: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,24,24,0.56); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container > .video-iframe-container { display: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,24,24,0.56); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row > .video-iframe-container { display: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .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); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container { border-width: 0; border-radius: 0; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm::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; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container { font-size:14px;font-family:arial;height:498px;width:960px;position:relative;display:block; }#BsM6mVOKJNphyq8neSH7ZyITHB8CDuVX { color:#000000;display:block;width:531px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:260.3125px;left:10px;height:62.3906px;display:block; }
#MIVbAChW8QuUmC9HK4cxfiQmV44KW11i { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 4px 4px 6px rgba(0,0,0,0.36) ;box-sizing:border-box;color:#0fd66d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"aftika original";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:358px;left:10px;display:block; }
#AVBnktT3BBqeT5cDNP4W5kUwf1R9ENOF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tkOPvbiLqaXMkp8uT9rLoJJOVl30DiOl { 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;height:85px;width:350px;top:10px;left:0px;overflow:hidden;display:block; }
#LUXM4HJO1xUEhmL1c56qtGH3Frnm4GlT { color:#ffffff;display:block;width:532px;position:absolute;font-family:"aftika original";font-size:33px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:171.375px;left:10px;height:42.8906px;font-style:normal;display:block; }
#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89a55984-1c06-4d09-a96e-a064da80c9da/0fa0a2b5uio_11kx0u0000000000000000.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm.adaptive-delivery-prevent-bg, #IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm.lazyload, #IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm.lazyloading { background-image: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container { background-color: transparent; background-image: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,214,109,0.83); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container > .video-iframe-container { display: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,214,109,0.83); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row > .video-iframe-container { display: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .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); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container { border-width: 0; border-radius: 0; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm::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; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container { font-size:14px;font-family:arial;height:563px;width:960px;position:relative;display:block; }#armayvZ7Rd2yKV3f7qyh1R9AE9yMBlue { 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;height:386px;width:940px;top:89px;left:20px;overflow:hidden;display:block; }
#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx { 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; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row .container { background-color: transparent; background-image: none; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row .container > .video-iframe-container { display: none; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row > .video-iframe-container { display: none; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .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); }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row .container { border-width: 0; border-radius: 0; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row .container { font-size:14px;font-family:arial;height:440px;width:960px;position:relative;display:block; }#pGnam9iKK0T4b8FyALFQQxS97gVql53e { color:#0fd66d;display:block;width:188px;position:absolute;font-family:aftika;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:93px;left:94px;height:20.7969px;font-style:normal;display:block; }
#wVw6T9U8TkTpRkooic6eBKvhT21VfL0I { color:#0fd66d;display:block;width:198px;position:absolute;font-family:aftika;font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:287px;left:89px;height:20.7969px;font-style:normal;display:block; }
#J6i61RNb19eeyg4TJXRnNdZnH7DrFD6d { color:#0fd66d;display:block;width:247px;position:absolute;font-family:aftika;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:287px;left:713px;height:20.7969px;font-style:normal;display:block; }
#GUq3ykaEVqSEQlowEfiRxgcZJQcW81MX { color:#0fd66d;display:block;width:264px;position:absolute;font-family:aftika;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:93px;left:696px;height:20.7969px;font-style:normal;display:block; }
#UaLyWANUinoHhGFa2qCNxizb53IZoXAa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:335px;width:465px;top:40px;left:247.5px;overflow:hidden;display:block; }
#UsZT1Fv66ZEXqtui6OhKeIQCulbW3DJ0 { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:245px;left:156px; }
#A2p0yp0layTdXQSZvaeqPBqMrp9t7QNz { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:58px;left:156px; }
#UCbOA2Ennv30NbSaDQITKGuFp986XP1N { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:48px;left:810px; }
#degoRAiZVH4Rbz9rQmkSNMRtTmMU0TdK { box-sizing:content-box;color:#5d92ff;font-size:26px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:243.5px;left:808px; }
#NyUbmwBievvND63TJnIFzyLxHdpsIbFv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:409px;width:569px;display:none; }
#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS { 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; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row .container { background-color: transparent; background-image: none; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row .container > .video-iframe-container { display: none; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row > .video-iframe-container { display: none; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .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); }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row .container { border-width: 0; border-radius: 0; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row .container { font-size:14px;font-family:arial;height:795px;width:960px;position:relative;display:block; }#xUbcECgl6C35HXHtbqdyTw66DyoTlKrp { color:#000000;display:block;width:960px;position:absolute;font-family:aftika;font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:114px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFRew57FSzE4qXrlwZDS0aWyukmae5i1 { color:#000000;display:block;width:319px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:465px;left:0px;height:23.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJTBnzVJKiQlulaxVqTgFtidUTHZTrO0 { color:#707070;display:block;width:319px;position:absolute;font-family:aftika;font-size:15px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:510px;left:0px;height:97.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDnot4Qc33aQux3l2ifoay1sLJXloPfs { position:absolute;display:block;z-index:15006;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;height:152px;width:217px;top:282px;left:51px;overflow:hidden;display:block; }
#DEVvupZsgLP0CW8a799HxEsbiSViCeWO { color:#707070;display:block;width:319px;position:absolute;font-family:aftika;font-size:15px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:510px;left:320.5px;height:97.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WU6z57RA4SJJIyOXQZH3OOVboLheZxNv { color:#000000;display:block;width:319px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:465px;left:320.5px;height:23.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PerppJTKndoNw91oREyJaOvRwL9GTMEd { background-color:#0fd66d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:05px;border-top-right-radius:05px;border-bottom-left-radius:05px;border-bottom-right-radius:05px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:aftika;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:247px;height:50px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:651px;left:356.5px;display:block; }
#XCzSarzCcamLIZq6ZKMJIrPGIitLShNs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gDuadIIXqtdH7QoGS21ITNf0xNlVoFRR { position:absolute;display:block;z-index:15009;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;height:151px;width:217px;top:282.5px;left:371.5px;overflow:hidden;display:block; }
#Ta1sispZaOiGJCqzyMv1sPPrZWr01QN1 { color:#707070;display:block;width:319px;position:absolute;font-family:aftika;font-size:15px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:510px;left:641px;height:97.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGWvJnqmpWOEvDpSpnEbbDsFN6OgPlRS { color:#000000;display:block;width:319px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:464px;left:641px;height:23.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owOpkkopuallfpleAz0zqxTwTKZdTIOo { position:absolute;display:block;z-index:15012;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;height:150px;width:214px;top:283px;left:693.5px;overflow:hidden;display:block; }
#mgd7NkzzuRzrOv2wxTrkm5SFawxzTcss { color:#0fd66d;display:block;width:960px;position:absolute;font-family:"guthen bloots";font-size:50px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:175px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:14px;font-family:arial;height:350px;width:960px;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:270px;width:376px;top:40px;left:0px;overflow:hidden;display:block; }
#ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { position:absolute;display:block;z-index:15010;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:4px;width:75px;top:199px;left:567px;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#284d42;display:block;width:393px;position:absolute;font-family:"guthen bloots";font-size:61px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:52px;left:567px;height:79.2969px;font-style:normal;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:#0fd66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 3px 6px rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:aftika;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:50px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:239px;left:565px;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UniHfOWhFgRS2HqaTV6uDbCyoJxk8DSw { color:#0fd66d;display:block;width:393px;position:absolute;font-family:"aftika original";font-size:40px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:131.296875px;left:567px;height:52px;font-style:normal;display:block; }
#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row .container { background-color: transparent; background-image: none; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row .container > .video-iframe-container { display: none; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row > .video-iframe-container { display: none; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .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); }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row .container { border-width: 0; border-radius: 0; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#hDzOlhreszcJcbHT3ciCxJH4TW0Pu328 { position:absolute;display:block;z-index:15000;height:506px;width:904px;top:47px;left:28px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm { display:block; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsM6mVOKJNphyq8neSH7ZyITHB8CDuVX { top:260px;left:0px;width:531px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MIVbAChW8QuUmC9HK4cxfiQmV44KW11i { width:165px;height:50px;top:358px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AVBnktT3BBqeT5cDNP4W5kUwf1R9ENOF { display:block; }
 }@media only screen and (max-width: 763px) { #tkOPvbiLqaXMkp8uT9rLoJJOVl30DiOl { top:10px;left:0px;width:350px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #LUXM4HJO1xUEhmL1c56qtGH3Frnm4GlT { top:171px;left:0px;width:532px;height:42px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm { display:block; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #armayvZ7Rd2yKV3f7qyh1R9AE9yMBlue { top:89px;left:0px;width:764px;height:313.72765957447px;display:block; }
 }@media only screen and (max-width: 763px) { #RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx { display:block; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGnam9iKK0T4b8FyALFQQxS97gVql53e { width:188px;height:21px;top:93px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wVw6T9U8TkTpRkooic6eBKvhT21VfL0I { width:198px;height:20px;top:287px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J6i61RNb19eeyg4TJXRnNdZnH7DrFD6d { width:247px;height:20px;top:287px;left:517px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GUq3ykaEVqSEQlowEfiRxgcZJQcW81MX { width:264px;height:20px;top:93px;left:500px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UaLyWANUinoHhGFa2qCNxizb53IZoXAa { width:465px;height:335px;top:40px;left:149.5px;display:none; }
 }@media only screen and (max-width: 763px) { #UsZT1Fv66ZEXqtui6OhKeIQCulbW3DJ0 { top:245px;left:58px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #A2p0yp0layTdXQSZvaeqPBqMrp9t7QNz { top:58px;left:58px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UCbOA2Ennv30NbSaDQITKGuFp986XP1N { top:48px;left:712px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #degoRAiZVH4Rbz9rQmkSNMRtTmMU0TdK { top:243px;left:710px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #NyUbmwBievvND63TJnIFzyLxHdpsIbFv { width:569px;height:409px;display:none; }
 }@media only screen and (max-width: 763px) { #NKb0SSLvU96T8AmtZThKprFfe6eJNwUS { display:block; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUbcECgl6C35HXHtbqdyTw66DyoTlKrp { width:764px;height:52px;top:114px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #OFRew57FSzE4qXrlwZDS0aWyukmae5i1 { width:319px;height:23px;top:465px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RJTBnzVJKiQlulaxVqTgFtidUTHZTrO0 { width:319px;height:97px;top:510px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uDnot4Qc33aQux3l2ifoay1sLJXloPfs { width:217px;height:152px;top:282px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DEVvupZsgLP0CW8a799HxEsbiSViCeWO { width:319px;height:97px;top:510px;left:222.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WU6z57RA4SJJIyOXQZH3OOVboLheZxNv { width:319px;height:23px;top:465px;left:222.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PerppJTKndoNw91oREyJaOvRwL9GTMEd { width:247px;height:50px;top:651px;left:258.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XCzSarzCcamLIZq6ZKMJIrPGIitLShNs { display:block; }
 }@media only screen and (max-width: 763px) { #gDuadIIXqtdH7QoGS21ITNf0xNlVoFRR { width:217px;height:151px;top:282px;left:273.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta1sispZaOiGJCqzyMv1sPPrZWr01QN1 { width:319px;height:97px;top:510px;left:445px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lGWvJnqmpWOEvDpSpnEbbDsFN6OgPlRS { width:319px;height:23px;top:464px;left:445px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #owOpkkopuallfpleAz0zqxTwTKZdTIOo { width:214px;height:150px;top:283px;left:550px;display:block; }
 }@media only screen and (max-width: 763px) { #mgd7NkzzuRzrOv2wxTrkm5SFawxzTcss { width:764px;height:65px;top:175px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:40px;left:0px;width:376px;height:270px;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { top:199px;left:469px;width:75px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:52px;left:371px;width:393px;height:79px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:262px;height:50px;top:239px;left:467px;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #UniHfOWhFgRS2HqaTV6uDbCyoJxk8DSw { top:131px;left:371px;width:393px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW { display:block; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDzOlhreszcJcbHT3ciCxJH4TW0Pu328 { top:47px;left:0px;width:764px;height:506px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f773abbc-ef66-4cc3-8691-71eef9dd1b47/d14d6495ie_11hc0zl000000000000000.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm.adaptive-delivery-prevent-bg, #TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm.lazyload, #TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm.lazyloading { background-image: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container { background-color: transparent; background-image: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container > .video-iframe-container { display: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row > .video-iframe-container { display: none; }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .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); }#TCuN42AGO57tcaq7sdNLPwMFu4PoCPrm > .row .container { width:320px;height:584px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsM6mVOKJNphyq8neSH7ZyITHB8CDuVX { width:231px;height:103.984px;top:290px;left:44.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIVbAChW8QuUmC9HK4cxfiQmV44KW11i { width:140px;height:40px;top:407.96875px;left:90px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AVBnktT3BBqeT5cDNP4W5kUwf1R9ENOF { display:block; }
 }@media only screen and (max-width: 763px) { #tkOPvbiLqaXMkp8uT9rLoJJOVl30DiOl { width:300px;height:65px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LUXM4HJO1xUEhmL1c56qtGH3Frnm4GlT { width:320px;height:62.375px;top:176.6875px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89a55984-1c06-4d09-a96e-a064da80c9da/0fa0a2b5uio_11kx0u0000000000000000.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm.adaptive-delivery-prevent-bg, #IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm.lazyload, #IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm.lazyloading { background-image: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container { background-color: transparent; background-image: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,214,109,0.68); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container > .video-iframe-container { display: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,214,109,0.68); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row > .video-iframe-container { display: none; }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .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); }#IyFNf58geLg4MNwRLUp8r0TqhTkI29Nm > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #armayvZ7Rd2yKV3f7qyh1R9AE9yMBlue { width:320px;height:130px;top:65px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx { display:block; }#RtB3XHd37zvfBafxkCEvyzmHuyDBJAMx > .row .container { width:320px;height:563px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGnam9iKK0T4b8FyALFQQxS97gVql53e { width:97px;height:41.5938px;top:85px;left:34px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wVw6T9U8TkTpRkooic6eBKvhT21VfL0I { width:97px;height:41.5938px;top:244.671875px;left:34px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J6i61RNb19eeyg4TJXRnNdZnH7DrFD6d { width:97px;height:62.3906px;top:234.28125px;left:177px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GUq3ykaEVqSEQlowEfiRxgcZJQcW81MX { width:97px;height:62.3906px;top:85px;left:177px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UaLyWANUinoHhGFa2qCNxizb53IZoXAa { width:320px;height:230px;top:673px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #UsZT1Fv66ZEXqtui6OhKeIQCulbW3DJ0 { width:35px;height:35px;top:192.96875px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #A2p0yp0layTdXQSZvaeqPBqMrp9t7QNz { width:35px;height:35px;top:34px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #UCbOA2Ennv30NbSaDQITKGuFp986XP1N { width:35px;height:35px;top:34px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #degoRAiZVH4Rbz9rQmkSNMRtTmMU0TdK { width:38px;height:38px;top:191.46875px;left:206.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NyUbmwBievvND63TJnIFzyLxHdpsIbFv { top:314px;left:0px;width:320px;height:230px;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NKb0SSLvU96T8AmtZThKprFfe6eJNwUS { display:block; }#NKb0SSLvU96T8AmtZThKprFfe6eJNwUS > .row .container { width:320px;height:1202px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUbcECgl6C35HXHtbqdyTw66DyoTlKrp { width:320px;height:39px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #OFRew57FSzE4qXrlwZDS0aWyukmae5i1 { width:319px;height:23.3906px;top:280px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RJTBnzVJKiQlulaxVqTgFtidUTHZTrO0 { width:319px;height:67.5625px;top:315.3125px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uDnot4Qc33aQux3l2ifoay1sLJXloPfs { width:217px;height:152px;top:118px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #DEVvupZsgLP0CW8a799HxEsbiSViCeWO { width:319px;height:67.5625px;top:635px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WU6z57RA4SJJIyOXQZH3OOVboLheZxNv { width:319px;height:23.3906px;top:587px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PerppJTKndoNw91oREyJaOvRwL9GTMEd { width:247px;height:50px;top:1085.3125px;left:36.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XCzSarzCcamLIZq6ZKMJIrPGIitLShNs { display:block; }
 }@media only screen and (max-width: 763px) { #gDuadIIXqtdH7QoGS21ITNf0xNlVoFRR { width:198px;height:139px;top:432px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta1sispZaOiGJCqzyMv1sPPrZWr01QN1 { width:319px;height:84.4531px;top:940.84375px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lGWvJnqmpWOEvDpSpnEbbDsFN6OgPlRS { width:319px;height:23.3906px;top:902.5px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #owOpkkopuallfpleAz0zqxTwTKZdTIOo { width:214px;height:150px;top:741.5625px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #mgd7NkzzuRzrOv2wxTrkm5SFawxzTcss { width:320px;height:39px;top:63.3125px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:320px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:244px;height:176px;top:32px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { width:75px;height:4px;top:342px;left:122px;background-color:#0fd66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:297px;height:57.1875px;top:228px;left:12px;font-size:44px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:252px;height:59px;top:361px;left:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #UniHfOWhFgRS2HqaTV6uDbCyoJxk8DSw { width:320px;height:41.5938px;top:281px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW { display:block; }#nWkpFSwTFDWqwuoTU3UTTBO1E0mwx3mW > .row .container { width:320px;height:752px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDzOlhreszcJcbHT3ciCxJH4TW0Pu328 { width:320px;height:694px;top:35px;left:0px;display:block; }
 }