.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:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { background-color: transparent; background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { border-width: 0; border-radius: 0; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:1200px;height:766px;font-size:14px;font-family:arial;position:relative;display:block; }#qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { color:#000000;display:block;width:282px;position:absolute;font-family:montserrat;font-size:19px;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:232px;left:261px;height:106.4204px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { color:#000000;display:block;width:240px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:536px;left:663px;height:19.4886px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nz38toEuOFRv8zgA5aee2THlEUE9SE0O { box-sizing:content-box;height:179px;width:775px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -moz-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -ms-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -o-linear-gradient(180deg, #e8e19f, #ffcc33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e19f', endColorstr='#ffcc33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e19f', endColorstr='#ffcc33' );";background-image: linear-gradient(180deg, #e8e19f, #ffcc33);background-size:auto !important;top:199px;left:213px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { position:absolute;display:block;z-index:15024;background-color:#fae7c3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:221px;left:583px;display:block; }
#TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:232px;left:594px;height:20.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { position:absolute;display:block;z-index:15029;background-color:#fdeed3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:221px;left:709px;display:block; }
#B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:232px;left:720px;height:20.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { position:absolute;display:block;z-index:15034;background-color:#fff4e1;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:221px;left:836px;display:block; }
#hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:232px;left:847px;height:20.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15050;background-color:#febf00;background-image:none;top:258px;left:584px;display:block; }
#OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15055;background-color:#febf00;background-image:none;top:258px;left:710px;display:block; }
#nADPApHGiOHiDoZzitknDfO5iUPUADSn { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15060;background-color:#febf00;background-image:none;top:258px;left:837px;display:block; }
#hhFfNSxolzlKaGb64SUcICeI8N99T3sx { 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:15056;opacity:1;top:268px;left:748px; }
#hhFfNSxolzlKaGb64SUcICeI8N99T3sx > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:269px;left:614px; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:262px;left:871px; }
#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV > img { max-width: 100%;max-height:100%; width:42px; height:42px; }#GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:309px;left:722px;height:36.392px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u21svFmzgwkaipc5yyaTNaHuK6ClecrO { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:328px;left:594px;height:18.196px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnZf0vO7OoThvObeQEu2zxDIisCBzuan { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:309px;left:847px;height:36.392px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -moz-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -ms-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -o-linear-gradient(149deg, #e0fffd, #aeedff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );";background-image: linear-gradient(149deg, #e0fffd, #aeedff);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:116px;width:334px;top:526px;left:615px;display:block; }
#aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:33px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:3px 3px 3px rgba(0,0,0,0.5);top:137px;left:0px;height:42.8835px;text-align:center;text-align-last:center;display:block; }
#GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { position:absolute;display:block;z-index:15064;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:152px;width:152px;top:389px;left:707px;overflow:hidden;display:block; }
#ulWTzpD27LShURKMAc4pdCf83MyiuMpH { position:absolute;display:block;z-index:15015;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:58px;width:189px;top:25.5px;left:506px;overflow:hidden;display:block; }
#ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-image: -moz-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-image: -ms-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-image: -o-linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffeb6a', endColorstr='#febf00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffeb6a', endColorstr='#febf00' );";background-image: linear-gradient(283deg, rgba(255,235,106,0.9), #febf00);background-size:auto !important;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 30px #fbb752 ;height:485px;width:775px;top:198px;left:212px;display:block; }
#b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { position:absolute;display:block;z-index:15065;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:147px;width:147px;top:389px;left:352px;overflow:hidden;display:block; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:574px;left:643px; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ > img { max-width: 100%;max-height:100%; width:55px; height:55px; }#kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0.16);background-image:none;top:563px;left:643px;display:block; }
#KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #ffdf8d, #ffdf8d);background-image: -moz-linear-gradient(149deg, #ffdf8d, #ffdf8d);background-image: -ms-linear-gradient(149deg, #ffdf8d, #ffdf8d);background-image: -o-linear-gradient(149deg, #ffdf8d, #ffdf8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );";background-image: linear-gradient(149deg, #ffdf8d, #ffdf8d);background-size:auto !important;border-top:1px solid #fbb752;border-left:1px solid #fbb752;border-right:1px solid #fbb752;border-bottom:1px solid #fbb752;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 25px rgba(229,72,61,0.74) ;height:116px;width:334px;top:526px;left:250px;display:block; }
#q16U4xDVXiVLk4XS0a88cw077KkqICqb { color:#000000;display:block;width:262px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:536px;left:289px;height:19.4886px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkasX9TisHwSMFtCw1OrRSINLwLwTBIs { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.16);background-image:none;top:563px;left:278px;display:block; }
#RvKWh326T6wLlqonl95uG5GZaDnsx548 { background-color:#e5483d;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:55px;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:574px;left:354px;display:block; }
#MnnwnByV5vHQ4m6hQFcNMmkfn3tQXXor { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#p7KeK7DW4sxgZrtyPAzxBlteCmd4gP24 { position:absolute;display:block;z-index:15077;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:55px;width:55px;top:574px;left:277px;overflow:hidden;display:block; }
#JcdlR7GdwgcJFMIqT9VcvzDsmPpfmgHm { color:#ffdf8d;display:block;width:417.983px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:18.196px;top:92.52840423584px;left:391.49145507812px;text-align:center;text-align-last:center;display:block; }
#a1cfmkVaLP381JS2yXLp1K8kCmgWb0KQ { position:absolute;display:block;z-index:15080;height:55px;width:205px;top:573.99145507812px;left:720px;display:block; }
#dHr1xcZra99TmR4KcecIfPI80M3TV7cT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eabf635f-e57a-4633-a87c-b4a8aa713b23/backgroundco88casino11.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT.adaptive-delivery-prevent-bg, #dHr1xcZra99TmR4KcecIfPI80M3TV7cT.lazyload, #dHr1xcZra99TmR4KcecIfPI80M3TV7cT.lazyloading { background-image: none; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row .container { border-width: 0; border-radius: 0; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row .container { width:1200px;height:859px;font-size:14px;font-family:arial;position:relative;display:none; }#UBHZG2OMtwzTvFWJWk3fX4X6NCtX15TE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#KKz5dQU4yLR8oLNpQ0NXxHbzoPp0o7or { color:#000000;display:block;width:240px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:627px;left:663px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqcWZCZxGznkRWuAs8thKdCGeQLsLWGJ { position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -moz-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -ms-linear-gradient(149deg, #e0fffd, #aeedff);background-image: -o-linear-gradient(149deg, #e0fffd, #aeedff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );";background-image: linear-gradient(149deg, #e0fffd, #aeedff);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:116px;width:334px;top:617px;left:615px;display:block; }
#QUxt39Hq3OFZR5vqh8aoSixc72xfynPG { box-sizing:content-box;height:1px;width:250px;position:absolute;display:block;z-index:15063;background-color:#febf00;background-image:none;top:235px;left:475px;display:block; }
#rLIGETJkC8ehMNAWNvaNke8B2W3cKh0k { position:absolute;display:block;z-index:15064;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:152px;width:152px;top:480px;left:707px;overflow:hidden;display:block; }
#SsvNSitmFFrUBlX3MdtxPcuIBo6gBmdg { position:absolute;display:block;z-index:15065;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:147px;width:147px;top:480px;left:352px;overflow:hidden;display:block; }
#CwwmyZSZ382gkmmOMzBReSSWTTXqXgm7 { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:665px;left:643px; }
#CwwmyZSZ382gkmmOMzBReSSWTTXqXgm7 > img { max-width: 100%;max-height:100%; width:55px; height:55px; }#uJ4A58XqOaA7BsmQnuGJouF92V70frrG { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0.16);background-image:none;top:654px;left:643px;display:block; }
#d2tp3lhsO3si40JiLcrv8kqSDLii0a4z { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #caffe5, #b9ff8d);background-image: -moz-linear-gradient(149deg, #caffe5, #b9ff8d);background-image: -ms-linear-gradient(149deg, #caffe5, #b9ff8d);background-image: -o-linear-gradient(149deg, #caffe5, #b9ff8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#b9ff8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#b9ff8d' );";background-image: linear-gradient(149deg, #caffe5, #b9ff8d);background-size:auto !important;border-top:1px solid #e7ffe0;border-left:1px solid #e7ffe0;border-right:1px solid #e7ffe0;border-bottom:1px solid #e7ffe0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:116px;width:334px;top:617px;left:250px;display:block; }
#QpremazTHBTeh0M6qNeexa09TF9UeWnu { color:#000000;display:block;width:262px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:627px;left:289px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#towFFtbimyF1a9JDHrg7Gb3O9Bk8OCVT { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.16);background-image:none;top:654px;left:278px;display:block; }
#IwRkoJlqc2xSTZatvUqIO2Jpdn3y9Ap3 { background-color:#009343;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:55px;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:665px;left:354px;display:block; }
#sxTr9am1dy6cd9pr94JwwnHQpbvAvvpu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Wpz28U1CZOO1XyDaBBwquDCPJHG07tmi { position:absolute;display:block;z-index:15077;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:55px;width:55px;top:665px;left:277px;overflow:hidden;display:block; }
#Ng3wbv2GlCTeUoTOVXNhomR7tynCAqMS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffcc33;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:182.875px;left:460.5px;display:block; }
#NBGpKo7qgLpxxeDdhRRdLAJWL70PS8sb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N3Jw9sLW5BrKsMDhNyaTg9gqlB8V6U9U { position:absolute;display:block;z-index:15081;height:55px;width:205px;top:119.00573730469px;left:785.36364746094px;display:block; }
#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { background-color: transparent; background-image: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .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); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { border-width: 0; border-radius: 0; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { width:1200px;height:565px;font-size:14px;font-family:arial;position:relative;display:block; }#I2dn9T1aVXLWUI4m49bABLuGTb4Zlzvf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#E7WcEz0ifeE60bmNmN5QNNELmlsf8nEE { color:#ffcc33;display:block;width:547px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:289px;left:327px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AA3L2HsUXFWqs8BGqKP2AuxAxC869eKR { position:absolute;display:block;z-index:15020;height:440px;width:400px;top:50px;left:400px;display:block; }
#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row .container { background-color: transparent; background-image: none; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row .container > .video-iframe-container { display: none; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row > .video-iframe-container { display: none; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .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); }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row .container { border-width: 0; border-radius: 0; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row .container { font-size:14px;font-family:arial;height:357px;width:1200px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { width:281px;height:106px;top:232px;left:43px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { top:536px;left:445px;width:240px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nz38toEuOFRv8zgA5aee2THlEUE9SE0O { top:199px;left:0px;width:764px;height:178px;display:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { top:221px;left:365px;width:110px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { top:232px;left:376px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { top:221px;left:491px;width:110px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { top:232px;left:502px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { top:221px;left:618px;width:110px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { top:232px;left:629px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { top:258px;left:366px;width:110px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { top:258px;left:492px;width:110px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { top:258px;left:619px;width:110px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { top:268px;left:530px;width:35px;height:35px;display:block; }
#hhFfNSxolzlKaGb64SUcICeI8N99T3sx > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { top:269px;left:396px;width:50px;height:50px;display:block; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { top:262px;left:653px;width:41px;height:41px;display:block; }
#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV > img { max-width: 100%;max-height:100%; width:41px; height:41px; } }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { top:309px;left:504px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #u21svFmzgwkaipc5yyaTNaHuK6ClecrO { top:328px;left:376px;width:90px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FnZf0vO7OoThvObeQEu2zxDIisCBzuan { top:309px;left:629px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { top:526px;left:397px;width:333px;height:115px;display:block; }
 }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:764px;height:42px;top:137px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { top:389px;left:489px;width:151px;height:151px;display:block; }
 }@media only screen and (max-width: 763px) { #ulWTzpD27LShURKMAc4pdCf83MyiuMpH { top:25px;left:288px;width:189px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { top:198px;left:0px;width:762px;height:485px;display:block; }
 }@media only screen and (max-width: 763px) { #b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { top:389px;left:134px;width:146px;height:146px;display:block; }
 }@media only screen and (max-width: 763px) { #t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { top:574px;left:425px;width:55px;height:55px;display:block; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { top:563px;left:425px;width:280px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { top:526px;left:32px;width:333px;height:115px;display:block; }
 }@media only screen and (max-width: 763px) { #q16U4xDVXiVLk4XS0a88cw077KkqICqb { top:536px;left:71px;width:261px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LkasX9TisHwSMFtCw1OrRSINLwLwTBIs { top:563px;left:60px;width:280px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #RvKWh326T6wLlqonl95uG5GZaDnsx548 { width:205px;height:55px;top:574px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #MnnwnByV5vHQ4m6hQFcNMmkfn3tQXXor { display:block; }
 }@media only screen and (max-width: 763px) { #p7KeK7DW4sxgZrtyPAzxBlteCmd4gP24 { top:574px;left:59px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #JcdlR7GdwgcJFMIqT9VcvzDsmPpfmgHm { top:92px;left:173.49145507812px;width:417px;height:18px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #a1cfmkVaLP381JS2yXLp1K8kCmgWb0KQ { top:573px;left:502px;width:205px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #dHr1xcZra99TmR4KcecIfPI80M3TV7cT { display:none; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UBHZG2OMtwzTvFWJWk3fX4X6NCtX15TE { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KKz5dQU4yLR8oLNpQ0NXxHbzoPp0o7or { top:184px;left:0px;width:320px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TqcWZCZxGznkRWuAs8thKdCGeQLsLWGJ { top:617px;left:397px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #QUxt39Hq3OFZR5vqh8aoSixc72xfynPG { top:235px;left:257px;width:250px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #rLIGETJkC8ehMNAWNvaNke8B2W3cKh0k { top:480px;left:489px;width:152px;height:152px;display:block; }
 }@media only screen and (max-width: 763px) { #SsvNSitmFFrUBlX3MdtxPcuIBo6gBmdg { top:480px;left:134px;width:147px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #CwwmyZSZ382gkmmOMzBReSSWTTXqXgm7 { top:665px;left:425px;width:55px;height:55px;display:block; }
#CwwmyZSZ382gkmmOMzBReSSWTTXqXgm7 > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #uJ4A58XqOaA7BsmQnuGJouF92V70frrG { top:654px;left:425px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #d2tp3lhsO3si40JiLcrv8kqSDLii0a4z { top:617px;left:32px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #QpremazTHBTeh0M6qNeexa09TF9UeWnu { top:41px;left:0px;width:320px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #towFFtbimyF1a9JDHrg7Gb3O9Bk8OCVT { top:654px;left:60px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #IwRkoJlqc2xSTZatvUqIO2Jpdn3y9Ap3 { width:205px;height:55px;top:665px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #sxTr9am1dy6cd9pr94JwwnHQpbvAvvpu { display:block; }
 }@media only screen and (max-width: 763px) { #Wpz28U1CZOO1XyDaBBwquDCPJHG07tmi { top:665px;left:59px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3wbv2GlCTeUoTOVXNhomR7tynCAqMS { width:280px;height:55px;top:182px;left:242.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NBGpKo7qgLpxxeDdhRRdLAJWL70PS8sb { display:block; }
 }@media only screen and (max-width: 763px) { #N3Jw9sLW5BrKsMDhNyaTg9gqlB8V6U9U { top:129px;left:559px;width:205px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #v9TOMudQoBKQOQALQWWeUBoTilTyVT8b { display:block; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2dn9T1aVXLWUI4m49bABLuGTb4Zlzvf { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #E7WcEz0ifeE60bmNmN5QNNELmlsf8nEE { width:320px;height:28px;top:289px;left:109px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #AA3L2HsUXFWqs8BGqKP2AuxAxC869eKR { top:50px;left:182px;width:400px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX { display:block; }#wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection { display:block; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .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); } }@media only screen and (max-width: 763px) { #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { background-color:transparent;background-image:none;display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { background-color: transparent; background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:320px;height:472px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { width:245px;height:95.1704px;top:190px;left:38px;text-align:left;text-align-last:left;font-size:17px;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { width:320px;height:0;top:789px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nz38toEuOFRv8zgA5aee2THlEUE9SE0O { width:320px;height:131px;top:172px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -moz-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -ms-linear-gradient(180deg, #e8e19f, #ffcc33);background-image: -o-linear-gradient(180deg, #e8e19f, #ffcc33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e19f', endColorstr='#ffcc33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e19f', endColorstr='#ffcc33' );";background-image: linear-gradient(180deg, #e8e19f, #ffcc33);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { width:90px;height:130px;top:319px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { width:90px;height:19.4886px;top:330px;left:14px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { width:90px;height:130px;top:319px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { width:90px;height:19.4886px;top:330px;left:116px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { width:90px;height:130px;top:319px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { width:90px;height:19.4886px;top:330px;left:217px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { width:90px;height:1px;top:356px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { width:90px;height:1px;top:356px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { width:90px;height:1px;top:356px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { display:flex;width:35px;height:35px;top:368px;left:142px;font-size:24px; }
#hhFfNSxolzlKaGb64SUcICeI8N99T3sx > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { display:flex;width:40px;height:40px;top:368px;left:39px;font-size:28px; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { display:flex;width:42px;height:42px;top:361px;left:242px;font-size:35px; }
#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV > img { max-width: 100%;max-height:100%; width:42px; height:42px; } }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { width:81px;height:28.8068px;top:409px;left:120px;font-size:12px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u21svFmzgwkaipc5yyaTNaHuK6ClecrO { width:90px;height:15.5966px;top:419px;left:14px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnZf0vO7OoThvObeQEu2zxDIisCBzuan { width:90px;height:31.1932px;top:409px;left:217px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { width:318px;height:123px;top:773px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -moz-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -ms-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -o-linear-gradient(90deg, #e0fffd, #aeedff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );";background-image: linear-gradient(90deg, #e0fffd, #aeedff);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:320px;height:62.4148px;top:97px;left:0px;text-align:center;text-align-last:center;font-family:montserrat;font-size:24px;color:#f4f4f5;display:block; }
 }@media only screen and (max-width: 763px) { #GiMVKDG2lrsfySD2xOTQJlcwsE7VwoPf { width:105px;height:105px;top:276px;left:54px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #ulWTzpD27LShURKMAc4pdCf83MyiuMpH { width:126px;height:38px;top:20px;left:97px;z-index:15077;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ITqH7b3mSsKyTLhsLrMRJFCAuapzRb9K { width:318px;height:298px;top:172px;left:0px;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(191deg, #fff7d5, #ffcc33);background-image: -moz-linear-gradient(191deg, #fff7d5, #ffcc33);background-image: -ms-linear-gradient(191deg, #fff7d5, #ffcc33);background-image: -o-linear-gradient(191deg, #fff7d5, #ffcc33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7d5', endColorstr='#ffcc33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7d5', endColorstr='#ffcc33' );";background-image: linear-gradient(191deg, #fff7d5, #ffcc33);background-size:auto !important;border-top:1px solid #ffcc33;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;display:block; }
 }@media only screen and (max-width: 763px) { #b4bz5k8OrECH09208vD4TKC2xgTl1vI4 { width:178px;height:178px;top:204px;left:71px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ { display:flex;width:55px;height:55px;top:830px;left:25px;font-size:24px;display:none; }
#t1tdgdnNRUQOmTlL2cHe2POOoAasUwyJ > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #kQV1WwncGGkDBwqDkuuC8STHszPp9SsF { width:280px;height:1px;top:818px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #KtZ4EoDP4s1tmqkbDtbph0iFpsg3FcyE { width:318px;height:123px;top:631px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(65deg, #caffe5, #a2ffda);background-image: -moz-linear-gradient(65deg, #caffe5, #a2ffda);background-image: -ms-linear-gradient(65deg, #caffe5, #a2ffda);background-image: -o-linear-gradient(65deg, #caffe5, #a2ffda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#a2ffda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffe5', endColorstr='#a2ffda' );";background-image: linear-gradient(65deg, #caffe5, #a2ffda);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;display:none; }
 }@media only screen and (max-width: 763px) { #q16U4xDVXiVLk4XS0a88cw077KkqICqb { width:320px;height:0;top:646px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LkasX9TisHwSMFtCw1OrRSINLwLwTBIs { width:280px;height:1px;top:674px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #RvKWh326T6wLlqonl95uG5GZaDnsx548 { width:205px;height:55px;top:686px;left:89px;display:none; }
 }@media only screen and (max-width: 763px) { #MnnwnByV5vHQ4m6hQFcNMmkfn3tQXXor { display:block; }
 }@media only screen and (max-width: 763px) { #p7KeK7DW4sxgZrtyPAzxBlteCmd4gP24 { width:55px;height:55px;top:686px;left:25px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JcdlR7GdwgcJFMIqT9VcvzDsmPpfmgHm { top:65.997158050537px;left:0px;width:320px;height:15.5966px;z-index:15005;color:#fceb8f;font-family:montserrat;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1cfmkVaLP381JS2yXLp1K8kCmgWb0KQ { width:205px;height:55px;top:491.80381420215px;left:57px;display:none; }
 }@media only screen and (max-width: 763px) { #dHr1xcZra99TmR4KcecIfPI80M3TV7cT { background-color:transparent;background-image:none;display:block; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row .container { background-color: transparent; background-image: none; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row .container > .video-iframe-container { display: none; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row > .video-iframe-container { display: none; }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .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); }#dHr1xcZra99TmR4KcecIfPI80M3TV7cT > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBHZG2OMtwzTvFWJWk3fX4X6NCtX15TE { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #KKz5dQU4yLR8oLNpQ0NXxHbzoPp0o7or { width:320px;height:19.5px;top:184px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqcWZCZxGznkRWuAs8thKdCGeQLsLWGJ { width:318px;height:123px;top:168px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -moz-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -ms-linear-gradient(90deg, #e0fffd, #aeedff);background-image: -o-linear-gradient(90deg, #e0fffd, #aeedff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fffd', endColorstr='#aeedff' );";background-image: linear-gradient(90deg, #e0fffd, #aeedff);background-size:auto !important;border-top:1px solid #d6fef1;border-left:1px solid #d6fef1;border-right:1px solid #d6fef1;border-bottom:1px solid #d6fef1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QUxt39Hq3OFZR5vqh8aoSixc72xfynPG { width:180px;height:1px;top:177px;left:70px;background-color:#b21e1e;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #rLIGETJkC8ehMNAWNvaNke8B2W3cKh0k { width:105px;height:105px;top:276px;left:54px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #SsvNSitmFFrUBlX3MdtxPcuIBo6gBmdg { width:178px;height:178px;top:204px;left:71px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #CwwmyZSZ382gkmmOMzBReSSWTTXqXgm7 { display:flex;width:55px;height:55px;top:225px;left:25px;font-size:24px; }
#CwwmyZSZ382gkmmOMzBReSSWTTXqXgm7 > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #uJ4A58XqOaA7BsmQnuGJouF92V70frrG { width:280px;height:1px;top:213px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d2tp3lhsO3si40JiLcrv8kqSDLii0a4z { width:318px;height:123px;top:26px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(65deg, #ffdf8d, #ffdf8d);background-image: -moz-linear-gradient(65deg, #ffdf8d, #ffdf8d);background-image: -ms-linear-gradient(65deg, #ffdf8d, #ffdf8d);background-image: -o-linear-gradient(65deg, #ffdf8d, #ffdf8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8d', endColorstr='#ffdf8d' );";background-image: linear-gradient(65deg, #ffdf8d, #ffdf8d);background-size:auto !important;border-top:1px solid #ffcc33;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;box-shadow: 0 0 20px rgba(229,72,61,0.63) ;display:block; }
 }@media only screen and (max-width: 763px) { #QpremazTHBTeh0M6qNeexa09TF9UeWnu { width:320px;height:19.5px;top:41px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #towFFtbimyF1a9JDHrg7Gb3O9Bk8OCVT { width:280px;height:1px;top:69px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IwRkoJlqc2xSTZatvUqIO2Jpdn3y9Ap3 { width:205px;height:55px;top:81px;left:89px;background-color:#e5483d;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) { #sxTr9am1dy6cd9pr94JwwnHQpbvAvvpu { display:block; }
 }@media only screen and (max-width: 763px) { #Wpz28U1CZOO1XyDaBBwquDCPJHG07tmi { width:55px;height:55px;top:81px;left:25px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3wbv2GlCTeUoTOVXNhomR7tynCAqMS { width:174px;height:43px;top:135px;left:73px;font-size:18px;color:#b21e1e;display:none; }
 }@media only screen and (max-width: 763px) { #NBGpKo7qgLpxxeDdhRRdLAJWL70PS8sb { display:block; }
 }@media only screen and (max-width: 763px) { #N3Jw9sLW5BrKsMDhNyaTg9gqlB8V6U9U { width:205px;height:55px;top:224.99999237061px;left:89px;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #v9TOMudQoBKQOQALQWWeUBoTilTyVT8b { background-color:transparent;background-image:none;display:block; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { background-color: transparent; background-image: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row > .video-iframe-container { display: none; }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .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); }#v9TOMudQoBKQOQALQWWeUBoTilTyVT8b > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2dn9T1aVXLWUI4m49bABLuGTb4Zlzvf { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #E7WcEz0ifeE60bmNmN5QNNELmlsf8nEE { width:189px;height:0;top:785.703125px;left:103px;text-align:left;text-align-last:left;font-size:22px;font-weight:700;font-style:normal;color:#ffffff;text-shadow:3px 3px 5px rgba(0,0,0,0.2);z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #AA3L2HsUXFWqs8BGqKP2AuxAxC869eKR { width:320px;height:440px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX { display:block; }#wc38ffbb55413a49a4e532a6c06841a6.widget-smartsection { display:block; }#TwG1OoF4zP5y0qix0pe7N3GmtpO5VJDX > .row .container { width:320px;height:882px;position:relative;display:block; } }