.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/d800055c-4086-4569-a97d-45bcd1bb5c9f/Semnome1400588px1269588px.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c.adaptive-delivery-prevent-bg, #T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c.lazyload, #T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c.lazyloading { background-image: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container { background-color: transparent; background-image: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container > .video-iframe-container { display: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row > .video-iframe-container { display: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .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); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container { border-width: 0; border-radius: 0; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#DXa41CCx5vhs9UCD0Z46IAt5UAQ5MeTL { color:#000000;display:block;width:546px;position:absolute;font-family:dosis;font-size:52px;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:128px;left:69px;height:208px;display:block; }
#L0pTk5kzZTWkCOJnO5PTxxRf2CurW5kr { color:#000000;display:block;width:316px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:356px;left:69px;height:41.5893px;font-style:normal;display:block; }
#AV8ATCWs6RWJZqIh8N9NdiVFGiwdln4i { background-color:#fbde04;background-image:none;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: 15px 10px 30px rgba(251,222,4,0.5) ;box-sizing:border-box;color:#080808;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:420px;left:69px;display:block; }
#uNV2gTok6XTALIRaPZ1SVqcLh8KDnhnD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UgOWsR2NtBmLBhg5DDEVfUbzDpRSLvlD { background-color:rgba(0,0,0,0);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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:80px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16px;left:313px;display:block; }
#Q7NJJK1tgnp6OsxoH1PxMXWSgf0a6BIv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#u0lTEZ1ZNkBXAFSuAN543RndsLrKX5Zb { background-color:rgba(0,0,0,0);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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:80px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16px;left:411px;display:block; }
#vBeT2ONflPl0TKBGu3t6WK8PwiNOOQli { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#t9787bIekTKkJB6o9JvXAKbQSPAC7PgP { background-color:rgba(0,0,0,0);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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:80px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16px;left:505px;display:block; }
#o6W2PMQXdslBQZNqzFum1XgsFw7L7ofp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vaRw3T23TTQEklUaast15BdEquAKNltL { background-color:rgba(0,0,0,0);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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:55px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16px;left:612px;display:block; }
#WaxfKckDXeJlbk2O8ninrt1IuS7bdb19 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Zu1WE34LB1MnBc3RJMwFpM6V7HDKutJZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:197px;top:22px;left:69px;overflow:hidden;display:block; }
#ulpsxNn0z2RiSgH6M00TWzwLG54xIlwd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:388px;width:388px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:29.774993896484px;left:106px;display:none; }
#WSoGFWJaHBr5Zk5JnZ7wzmk13qPWhm31 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:305px;width:305px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:68.000007629395px;left:147.5px;display:none; }
#Qd9QJu0Zx9sqvDxwq6P2K8AMoux0VFeS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:286px;width:515px;top:132.5px;left:639.50003051758px;display:block; }
#T0F0el7UVLGWcMDWXoyTpeg13oo8C577 { color:#000000;display:block;width:210px;position:absolute;font-family:dosis;font-size:23px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:435px;left:792px;height:23px;text-align:center;text-align-last:center;display:block; }
#BvWgPDMxcFvTIRhPezITpWsTIWfRvudU { color:#000000;display:block;width:316px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:356px;left:89px;height:41.6px;font-style:normal;display:none; }
#JHmoKl48ofkudOSIJguEkaKcXSciFKdr { 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; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row .container { background-color: transparent; background-image: none; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row .container > .video-iframe-container { display: none; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row > .video-iframe-container { display: none; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .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); }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row .container { border-width: 0; border-radius: 0; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row .container { font-size:14px;font-family:arial;height:421px;width:1200px;position:relative;display:block; }#eMz3pKHd84NTXtLunw7XpoFwiwlDJMd9 { color:#000000;display:block;width:397px;position:absolute;font-family:dosis;font-size:29px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:63px;left:674px;height:75.3929px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#naUDOcRZlbhiTRDXaf6G0WLXhp5W7g2t { color:#001228;display:block;width:418px;position:absolute;font-family:asap;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:162px;left:674.00003051758px;height:116.9643px;text-align:left;text-align-last:left;display:block; }
#qZ4SbVwNUIdf0yuZsFFR8cXc4GbNRJJg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 8px rgba(0,0,0,0.33) ;height:276px;width:492px;top:72px;left:68px;overflow:hidden;display:block; }
#XBzGidBsT0ilT7uxziUDCNOhiN5gTcAP { background-color:#fbde04;background-image:none;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: 15px 10px 30px rgba(251,222,4,0.5) ;box-sizing:border-box;color:#080808;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:304px;left:674px;display:block; }
#UycTIxxHhftcVB6bVSeDPnnkqGCaI92r { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row .container { background-color: transparent; background-image: none; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row .container > .video-iframe-container { display: none; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row > .video-iframe-container { display: none; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .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); }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row .container { border-width: 0; border-radius: 0; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row .container { font-size:14px;font-family:arial;height:1139px;width:1200px;position:relative;display:block; }#qNtIb56d3lKe1P7irdDqm3OiiwMr2oVu { color:#000000;display:block;width:560px;position:absolute;font-family:dosis;font-size:29px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.522727966309px;left:320.00001525879px;height:37.7px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OKkEpdupw5Z7fgF5SUU8BroAQI9TZ0c3 { color:#000000;display:block;width:560px;position:absolute;font-family:dosis;font-size:31px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:61.5px;left:320.00001525879px;height:40.2946px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EBMRl1gpiyHAWSnUWnVxKZ3bhxyCJGrB { position:absolute;display:block;z-index:15005;background-color:#fbde04;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;box-shadow: none;height:3px;width:130px;top:128.5px;left:535.00001525879px;display:block; }
#mqkxVKeLx7Qt78RcyS3pW3eACNu0N9wk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:183px;width:329px;top:179px;left:35px;overflow:hidden;display:block; }
#gPkB1mQv6HsHWzwPGWZaMLeQxnT4NesZ { position:absolute;display:block;z-index:15007;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:164px;left:113px;display:block; }
#aOCZgbvqF4UE7TdnK24XT2DcBCZFwHAa { color:#001228;display:block;width:97px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:163px;left:151px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgK9V4FoDgPuSvJav5ymyg6c04Hgdo2g { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:183px;width:325px;top:180px;left:439px;overflow:hidden;display:block; }
#nNgp7ww9lf7HASWNxylVDmuDr7qMz6l4 { color:#001228;display:block;width:122px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:163px;left:541px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtdCrOXZ7nwAvGf9Th6O98BvvbmsL06P { position:absolute;display:block;z-index:15010;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:165px;left:517px;display:block; }
#QaOnC3nDvPURvvfWrdoKhq4CJsE0iwrv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:183px;width:325px;top:180px;left:839px;overflow:hidden;display:block; }
#dkd5l4pxkVWVKykT7hPCoZ5mGKXM2qTi { color:#001228;display:block;width:97px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:163px;left:955px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ywDbEnDVILvrIyGRhnV8JJx31pvUovQ8 { position:absolute;display:block;z-index:15013;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:164px;left:917px;display:block; }
#GfimZW1zH978LFLelCHcxreszqPmmBwk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:183px;width:325px;top:504px;left:35px;overflow:hidden;display:block; }
#TaE0aTtml3GTTgdEgbXhacqqee7EWUMI { position:absolute;display:block;z-index:15010;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:489px;left:113px;display:block; }
#LA3ExO7GhNAoQaN1OSlXdoMITqKfEOXI { color:#001228;display:block;width:97px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:488px;left:151px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TneAqMF05t4Hs5lO3Ff6XHZxfBkci55i { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:183px;width:325px;top:505px;left:438px;overflow:hidden;display:block; }
#Wm7tqwL9I1B3kMBG3oLRnrfMRVNJt9PV { position:absolute;display:block;z-index:15013;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:490px;left:516px;display:block; }
#OxR643VziN4aEknwOK6zrIfMLvbrLwqt { color:#001228;display:block;width:97px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:489px;left:554px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#soaTtIlB5eqvi2CSgfLsBpTPz6GQlUzr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:182px;width:325px;top:508px;left:837px;overflow:hidden;display:block; }
#sdJ6Mvc323FtkCS4Pnkg7k8lcDgMJBTR { position:absolute;display:block;z-index:15016;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:490px;left:915px;display:block; }
#w08E2pUxGyuAeigUIc6N7slu75F6VIoP { color:#001228;display:block;width:116px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:488px;left:944px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvvhhHe6yotWxh67a2LlcqNbClVODTQ2 { color:#000000;display:block;width:218px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:380px;left:91px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rq3wm3QPI3RNbaLyronts1NXP6xZ9Gqk { color:#000000;display:block;width:224px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:380px;left:490px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZoDuK0B5eZn0TRNzak27XMWeaGtV9Zek { color:#000000;display:block;width:227px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:380px;left:888px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yyTGPBLGBS1dVmJ0SUxFH5VhGStsFEdl { color:#000000;display:block;width:218px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:717px;left:91px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vR3xoI9U7wwf9UXqLTdTuPk71ieIqrgf { color:#000000;display:block;width:224px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:717px;left:490px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqoVMrm0DK36KEICKmB33o5s5ZOEFuEb { color:#000000;display:block;width:218px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:717px;left:893px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ok8JVwo0o2vg96Jq8kKxoCPTEy6SoiHN { background-color:#fbde04;background-image:none;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: 15px 10px 30px rgba(251,222,4,0.5) ;box-sizing:border-box;color:#080808;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.5px;left:469.00003051758px;display:none; }
#qSdV236XV4p7UHmnVbWVwMe7BdbhdgWZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UnGtO16JT6p8CM8XeMFK24gzkOHL1ofB { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:182px;width:325px;top:835px;left:36px;overflow:hidden;display:block; }
#fPpKBpJEdlNb6npT5As2GTo1VEIepHhq { position:absolute;display:block;z-index:15022;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:180px;top:821px;left:109.5px;display:block; }
#Eq1FfzJRSPNU0xEkRmCqkIeFxcK3s6Ig { color:#001228;display:block;width:177px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:819.55000305176px;left:111px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F034T8Jikta4R5OeymsGnV87A5L9lIIx { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:182px;width:325px;top:836px;left:439px;overflow:hidden;display:block; }
#PlPC2OUDBG2pQRKz0XLi3IFmh3ZW3MS8 { position:absolute;display:block;z-index:15025;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:821px;left:517px;display:block; }
#H9Tupdd0tradVScxRO5tuwMSLcPgAQN9 { color:#000000;display:block;width:227px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:1048px;left:86px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxtZ0lCEuWtngV4gUbM0zF9dw3bVLGGS { color:#000000;display:block;width:224px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:1048px;left:491px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tc8tvJlR7feqN8I8HbeNldfoLFvi62zJ { color:#001228;display:block;width:97px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:820px;left:555px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2DKX4IQwhJuA2w8ZSUdOOyif20xMlVL { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:182px;width:325px;top:839px;left:838px;overflow:hidden;display:block; }
#VTzX9GCC3DRm8yObKUGdtuUtbWwI8spT { position:absolute;display:block;z-index:15028;background-color:#fbde04;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:26px;width:173px;top:821px;left:916px;display:block; }
#o6C9q5IMAtpsgL5ox6KdzutVMbxZGHt9 { color:#001228;display:block;width:149px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:819.55000305176px;left:926.99996948242px;height:28.8929px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yslk1GomzwTvFELyVX7EkD5T1cvMkzLo { color:#000000;display:block;width:230px;position:absolute;font-family:asap;font-size:17px;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:1048px;left:886.49996948242px;height:57.7858px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seGC8luw3L3nqub5AzIssThm5dywb8ZD { 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; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row .container { background-color: transparent; background-image: none; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row .container > .video-iframe-container { display: none; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row > .video-iframe-container { display: none; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .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); }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row .container { border-width: 0; border-radius: 0; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row .container { font-size:14px;font-family:arial;height:546px;width:1200px;position:relative;display:block; }#E3lqZBViu7gHfwm1OTdXoM5v1R6gJ578 { color:#000000;display:block;width:308px;position:absolute;font-family:dosis;font-size:32px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:93px;left:87px;height:83.1964px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BlltsBnJ6PLW3mORx13TzwWRCybQBzaO { color:#000000;display:block;width:453px;position:absolute;font-family:dosis;font-size:21px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:200px;left:87px;height:126px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P1Bui5JRiSQC6o2PekeHChZItoLf3Xqd { background-color:transparent;background-image:none;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:#9d9d9d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:50px;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:44px;left:87px;display:block; }
#g7qWIQP9uk154H9c37zRGh3MkpgkkVsT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kARW3f5EsrounznDSakTJTAmprTrxfKG { 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:287px;width:464px;top:90px;left:638px;overflow:hidden;display:block; }
#I02qTqn2BxPdkItvglwzya6xlJkwuuVW { position:absolute;display:block;z-index:14999;background-color:#fbde04;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;height:200px;width:446px;top:156px;left:647px;display:block; }
#ESAUQ2wCDR2ROcKyxHqeHd5B3HU5ZU8l { color:#000000;display:block;width:200px;position:absolute;font-family:dosis;font-size:21px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:459px;left:185px;height:27.2946px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WzibuXN3WOk1vWe5GGvsQTzq2wfbFZcx { color:#000000;display:block;width:187px;position:absolute;font-family:dosis;font-size:21px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:459px;left:547px;height:27.2946px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ssffVAc0vdbKoNKN0Hc6WXhQQFrgMNxb { color:#000000;display:block;width:223px;position:absolute;font-family:dosis;font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:459px;left:871px;height:27.2946px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yi5qbhtC43WpC9VuGRvhv7DvoAIaC4MT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:433px;left:87px; }
#dPZCxi5vpNis6ynQUXoIlz9qO6x8FNrO { 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:15018;opacity:1;top:447.65000152588px;left:101.5px; }
#hlxqaFUz9gqLnO7ybIp14eXl1ZiKNsnH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:433px;left:441px; }
#TQnf45yVfRQzAEZ6WdxrCFtpLVdem9c3 { 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:15019;opacity:1;top:447.65000152588px;left:455.50003051758px; }
#sMLGKh6g3SNLtTzxPXzHTENHnwxkm9Rw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:433px;left:766px; }
#rqpQCgX4fNOJow9nzZTV0tRrhKWJd0qd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:449px;left:782px; }
#MQKxhRos0UGzy8MTtkgzz8knGZUzkB5A { color:#000000;display:block;width:286px;position:absolute;font-family:dosis;font-size:32px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:93px;left:87px;height:83.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LsnsV35ig364FXHLZ011FiRo9sG072fu { color:#000000;display:block;width:223px;position:absolute;font-family:dosis;font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:459px;left:871px;height:27.3px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H9VWhFAT3ZsSMyvRZmTm0PGgLAJ3GO7e { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:433px;left:766px;display:none; }
#aRkKtr50gcEfhnIR8sR5p0vEZGeAhQbp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:449px;left:782px;display:none; }
#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT { position:relative;display:block; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT { background-color: transparent; background-image: none; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row .container > .video-iframe-container { display: none; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row > .video-iframe-container { display: none; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .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); }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT { border-width: 0; border-radius: 0; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tNTXknI3pbTqlWqUyTJ3S8Gy38xPpmBb { background-color:#fbde04;background-image:none;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: 15px 10px 30px rgba(251,222,4,0.5) ;box-sizing:border-box;color:#080808;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.5px;left:469.00003051758px;display:block; }
#DoI3ccq9IuvtcEd7Q4vqvxUUnoykrWhN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ba8d07f-29e4-4906-9fec-f3a41f8cfa12/4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3.adaptive-delivery-prevent-bg, #WL5Rd9id5bo2IMhCy7u0chE11USv17k3.lazyload, #WL5Rd9id5bo2IMhCy7u0chE11USv17k3.lazyloading { background-image: none; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row .container { background-color: transparent; background-image: none; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row .container > .video-iframe-container { display: none; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row > .video-iframe-container { display: none; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .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); }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row .container { border-width: 0; border-radius: 0; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3::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; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row .container { font-size:14px;font-family:arial;height:611px;width:1200px;position:relative;display:block; }#XPpLZQHJWArdbptcegMTnqsJ8p7Be1DN { position:absolute;display:block;z-index:15003;background-color:#ffffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:72px;top:99.987503051758px;left:564.00003051758px;display:block; }
#KhLgPRaeGgZ5KTGJTfTQKmvRnerRgD2w { position:absolute;display:block;z-index:15004;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:117px;width:432px;top:214px;left:114px;display:block; }
#nlfyMAb4OKSDeLudff122dCR8vTTTQGb { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b76e6, #0053ac);background-image: -moz-linear-gradient(90deg, #0b76e6, #0053ac);background-image: -ms-linear-gradient(90deg, #0b76e6, #0053ac);background-image: -o-linear-gradient(90deg, #0b76e6, #0053ac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b76e6', endColorstr='#0053ac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b76e6', endColorstr='#0053ac' );";background-image: linear-gradient(90deg, #0b76e6, #0053ac);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;box-shadow: none;height:115px;width:432px;top:331px;left:114px;display:block; }
#vRDBIWqm2l8QNL9KKbldr24TirEldhAM { color:#ffffff;display:block;width:482px;position:absolute;font-family:dosis;font-size:38px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:37.974998474121px;left:359.00003051758px;height:38.0035px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BqxiPB5pfqf6b3aiDAnVLOw3J8tRHOUl { color:#ffffff;display:block;width:263px;position:absolute;font-family:asap;font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:261px;left:249px;height:46.7898px;font-style:normal;display:block; }
#pUG4EEUT04zH4qyJa5KenVNwckRvfQpd { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:asap;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:21px;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:399px;left:191px;display:block; }
#LbRqBnrfhOezMrG2EESqMXXDh7lsvnsd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ASUBELCVWIvUP1m8hBzprMaab9Tvrge5 { box-sizing:content-box;color:#ffffff;font-size:56px;font-weight:400;line-height:1;height:81px;width:81px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #fbde04;display:block;z-index:15014;top:231px;left:132px;display:block; }
#clMJXz3Jix4MTbCd4KPBugWnez9h1la2 { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 2px #fbde04;display:block;z-index:15015;top:358px;left:147px;display:block; }
#Ahzy14AJmqAS60Ji1xUJ2cO5CTJB95g1 { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 2px #fbde04;display:block;z-index:15016;top:390px;left:146px;display:block; }
#ydmVHX0cvoranNkxICqV50SAcu3EuNmQ { position:absolute;display:block;z-index:15005;background-color:#fbde04;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:117px;width:115px;top:214px;left:114px;display:block; }
#UU57xCymdZsFB5fTel5Q0Jfnm6Z557Oi { position:absolute;display:block;z-index:14999;height:420px;width:587px;top:132px;left:453px;display:block; }
#TIcGCZqvDG5xH8IK5TP1w29u2q7ZVdzs { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:asap;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262.991px;height:20.9911px;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:367.50001525879px;left:191.00001525879px;display:block; }
#PBmh1rvLC69cXQql46A0BtyTM6dKic4m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbde04;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; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row .container { background-color: transparent; background-image: none; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row .container > .video-iframe-container { display: none; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row > .video-iframe-container { display: none; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .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); }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row .container { border-width: 0; border-radius: 0; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row .container { font-size:14px;font-family:arial;height:330px;width:1200px;position:relative;display:block; }#diImghr6vmbPLmpG2gBgdfT0w7m9Jgom { color:#000000;display:block;width:536px;position:absolute;font-family:dosis;font-size:43px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:62.829551696777px;left:332.00001525879px;height:94.5892px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CxPV8B5n0SJqR0MFxSdvJoNoMoGeTJa0 { color:#000000;display:block;width:413px;position:absolute;font-family:dosis;font-size:22px;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:172px;left:394px;height:41.7946px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfXW3lB81UwDfcw22Z5mL9aA3zhXHOf6 { z-index:15002;top:234px;left:473.50003051758px;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:253px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R1rAbXg6rr28TtPv1P8hSdaOxMIHRyGK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV { 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; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row .container { background-color: transparent; background-image: none; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row .container > .video-iframe-container { display: none; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row > .video-iframe-container { display: none; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .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); }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row .container { border-width: 0; border-radius: 0; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row .container { font-size:14px;font-family:arial;height:124px;width:1200px;position:relative;display:block; }#xnkDztvZInfcaTBagM76nCSF8qaq2JPV { color:#000000;display:block;width:521px;position:absolute;font-family:asap;font-size:14px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:69.387512207031px;left:339.5px;height:22.4006px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m1xZgTBMhxOQgarRsULXQZzuEo9P49pJ { 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;box-shadow: none;height:34px;width:168px;top:28.175018310547px;left:516.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c { display:block; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXa41CCx5vhs9UCD0Z46IAt5UAQ5MeTL { top:128px;left:0px;width:546px;height:208px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #L0pTk5kzZTWkCOJnO5PTxxRf2CurW5kr { top:356px;left:0px;width:316px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AV8ATCWs6RWJZqIh8N9NdiVFGiwdln4i { width:262px;height:55px;top:420px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uNV2gTok6XTALIRaPZ1SVqcLh8KDnhnD { display:block; }
 }@media only screen and (max-width: 763px) { #UgOWsR2NtBmLBhg5DDEVfUbzDpRSLvlD { width:80px;height:55px;top:16px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7NJJK1tgnp6OsxoH1PxMXWSgf0a6BIv { display:block; }
 }@media only screen and (max-width: 763px) { #u0lTEZ1ZNkBXAFSuAN543RndsLrKX5Zb { width:80px;height:55px;top:16px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #vBeT2ONflPl0TKBGu3t6WK8PwiNOOQli { display:block; }
 }@media only screen and (max-width: 763px) { #t9787bIekTKkJB6o9JvXAKbQSPAC7PgP { width:80px;height:55px;top:16px;left:287px;display:block; }
 }@media only screen and (max-width: 763px) { #o6W2PMQXdslBQZNqzFum1XgsFw7L7ofp { display:block; }
 }@media only screen and (max-width: 763px) { #vaRw3T23TTQEklUaast15BdEquAKNltL { width:99px;height:55px;top:16px;left:394px;display:block; }
 }@media only screen and (max-width: 763px) { #WaxfKckDXeJlbk2O8ninrt1IuS7bdb19 { display:block; }
 }@media only screen and (max-width: 763px) { #Zu1WE34LB1MnBc3RJMwFpM6V7HDKutJZ { top:22px;left:0px;width:197px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ulpsxNn0z2RiSgH6M00TWzwLG54xIlwd { top:29px;left:0px;width:388px;height:388px;display:none; }
 }@media only screen and (max-width: 763px) { #WSoGFWJaHBr5Zk5JnZ7wzmk13qPWhm31 { top:68px;left:38.5px;width:305px;height:305px;display:none; }
 }@media only screen and (max-width: 763px) { #Qd9QJu0Zx9sqvDxwq6P2K8AMoux0VFeS { top:132px;left:249px;width:515px;height:286px;display:block; }
 }@media only screen and (max-width: 763px) { #T0F0el7UVLGWcMDWXoyTpeg13oo8C577 { top:435px;left:554px;width:210px;height:23px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #BvWgPDMxcFvTIRhPezITpWsTIWfRvudU { top:395px;left:0px;width:302px;height:20px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #JHmoKl48ofkudOSIJguEkaKcXSciFKdr { display:block; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMz3pKHd84NTXtLunw7XpoFwiwlDJMd9 { top:63px;left:367px;width:397px;height:75px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #naUDOcRZlbhiTRDXaf6G0WLXhp5W7g2t { top:162px;left:346px;width:418px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4SbVwNUIdf0yuZsFFR8cXc4GbNRJJg { top:72px;left:0px;width:492px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #XBzGidBsT0ilT7uxziUDCNOhiN5gTcAP { width:262px;height:55px;top:304px;left:456px;display:block; }
 }@media only screen and (max-width: 763px) { #UycTIxxHhftcVB6bVSeDPnnkqGCaI92r { display:block; }
 }@media only screen and (max-width: 763px) { #vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR { display:block; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNtIb56d3lKe1P7irdDqm3OiiwMr2oVu { top:24px;left:102.00001525879px;width:560px;height:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OKkEpdupw5Z7fgF5SUU8BroAQI9TZ0c3 { top:61px;left:102.00001525879px;width:560px;height:40px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EBMRl1gpiyHAWSnUWnVxKZ3bhxyCJGrB { top:128px;left:317.00001525879px;width:130px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #mqkxVKeLx7Qt78RcyS3pW3eACNu0N9wk { top:179px;left:0px;width:329px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #gPkB1mQv6HsHWzwPGWZaMLeQxnT4NesZ { top:164px;left:0px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #aOCZgbvqF4UE7TdnK24XT2DcBCZFwHAa { width:97px;height:28px;top:163px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TgK9V4FoDgPuSvJav5ymyg6c04Hgdo2g { top:180px;left:221px;width:325px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #nNgp7ww9lf7HASWNxylVDmuDr7qMz6l4 { width:122px;height:28px;top:163px;left:323px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gtdCrOXZ7nwAvGf9Th6O98BvvbmsL06P { top:165px;left:299px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QaOnC3nDvPURvvfWrdoKhq4CJsE0iwrv { top:180px;left:439px;width:325px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #dkd5l4pxkVWVKykT7hPCoZ5mGKXM2qTi { width:97px;height:28px;top:163px;left:667px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ywDbEnDVILvrIyGRhnV8JJx31pvUovQ8 { top:164px;left:591px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #GfimZW1zH978LFLelCHcxreszqPmmBwk { top:504px;left:0px;width:325px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #TaE0aTtml3GTTgdEgbXhacqqee7EWUMI { top:489px;left:0px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LA3ExO7GhNAoQaN1OSlXdoMITqKfEOXI { width:97px;height:28px;top:488px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TneAqMF05t4Hs5lO3Ff6XHZxfBkci55i { top:505px;left:220px;width:325px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7tqwL9I1B3kMBG3oLRnrfMRVNJt9PV { top:490px;left:298px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OxR643VziN4aEknwOK6zrIfMLvbrLwqt { width:97px;height:28px;top:489px;left:336px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #soaTtIlB5eqvi2CSgfLsBpTPz6GQlUzr { top:508px;left:439px;width:325px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #sdJ6Mvc323FtkCS4Pnkg7k8lcDgMJBTR { top:490px;left:591px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #w08E2pUxGyuAeigUIc6N7slu75F6VIoP { width:116px;height:28px;top:488px;left:648px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BvvhhHe6yotWxh67a2LlcqNbClVODTQ2 { width:218px;height:57px;top:380px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rq3wm3QPI3RNbaLyronts1NXP6xZ9Gqk { width:224px;height:57px;top:380px;left:272px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoDuK0B5eZn0TRNzak27XMWeaGtV9Zek { width:227px;height:57px;top:380px;left:537px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yyTGPBLGBS1dVmJ0SUxFH5VhGStsFEdl { width:218px;height:57px;top:717px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vR3xoI9U7wwf9UXqLTdTuPk71ieIqrgf { width:224px;height:57px;top:717px;left:272px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqoVMrm0DK36KEICKmB33o5s5ZOEFuEb { width:218px;height:57px;top:717px;left:546px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ok8JVwo0o2vg96Jq8kKxoCPTEy6SoiHN { width:262px;height:55px;top:22px;left:251.00003051758px;display:none; }
 }@media only screen and (max-width: 763px) { #qSdV236XV4p7UHmnVbWVwMe7BdbhdgWZ { display:block; }
 }@media only screen and (max-width: 763px) { #UnGtO16JT6p8CM8XeMFK24gzkOHL1ofB { top:835px;left:0px;width:325px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #fPpKBpJEdlNb6npT5As2GTo1VEIepHhq { top:821px;left:0px;width:180px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1FfzJRSPNU0xEkRmCqkIeFxcK3s6Ig { width:177px;height:28px;top:819px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #F034T8Jikta4R5OeymsGnV87A5L9lIIx { top:836px;left:221px;width:325px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #PlPC2OUDBG2pQRKz0XLi3IFmh3ZW3MS8 { top:821px;left:299px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #H9Tupdd0tradVScxRO5tuwMSLcPgAQN9 { width:227px;height:57px;top:1048px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #FxtZ0lCEuWtngV4gUbM0zF9dw3bVLGGS { width:224px;height:57px;top:1048px;left:273.00003051758px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8tvJlR7feqN8I8HbeNldfoLFvi62zJ { width:97px;height:28px;top:820px;left:337.00003051758px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #s2DKX4IQwhJuA2w8ZSUdOOyif20xMlVL { top:839px;left:439px;width:325px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #VTzX9GCC3DRm8yObKUGdtuUtbWwI8spT { top:821px;left:591px;width:173px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #o6C9q5IMAtpsgL5ox6KdzutVMbxZGHt9 { width:149px;height:28px;top:819px;left:615px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yslk1GomzwTvFELyVX7EkD5T1cvMkzLo { width:230px;height:57px;top:1048px;left:534px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #seGC8luw3L3nqub5AzIssThm5dywb8ZD { display:block; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3lqZBViu7gHfwm1OTdXoM5v1R6gJ578 { width:308px;height:125px;top:93px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BlltsBnJ6PLW3mORx13TzwWRCybQBzaO { width:453px;height:126px;top:200px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P1Bui5JRiSQC6o2PekeHChZItoLf3Xqd { width:280px;height:50px;top:44px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g7qWIQP9uk154H9c37zRGh3MkpgkkVsT { display:block; }
 }@media only screen and (max-width: 763px) { #kARW3f5EsrounznDSakTJTAmprTrxfKG { top:90px;left:300px;width:464px;height:287px;display:block; }
 }@media only screen and (max-width: 763px) { #I02qTqn2BxPdkItvglwzya6xlJkwuuVW { top:156px;left:318px;width:446px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #ESAUQ2wCDR2ROcKyxHqeHd5B3HU5ZU8l { top:459px;left:0px;width:200px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #WzibuXN3WOk1vWe5GGvsQTzq2wfbFZcx { top:459px;left:329px;width:187px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ssffVAc0vdbKoNKN0Hc6WXhQQFrgMNxb { top:459px;left:541px;width:223px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yi5qbhtC43WpC9VuGRvhv7DvoAIaC4MT { top:433px;left:0px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #dPZCxi5vpNis6ynQUXoIlz9qO6x8FNrO { top:447px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #hlxqaFUz9gqLnO7ybIp14eXl1ZiKNsnH { top:433px;left:223px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #TQnf45yVfRQzAEZ6WdxrCFtpLVdem9c3 { top:447px;left:237.50003051758px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #sMLGKh6g3SNLtTzxPXzHTENHnwxkm9Rw { top:433px;left:548px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #rqpQCgX4fNOJow9nzZTV0tRrhKWJd0qd { top:449px;left:564px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #MQKxhRos0UGzy8MTtkgzz8knGZUzkB5A { width:320px;height:24px;top:40px;left:0px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #LsnsV35ig364FXHLZ011FiRo9sG072fu { top:578px;left:0px;width:116px;height:46px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #H9VWhFAT3ZsSMyvRZmTm0PGgLAJ3GO7e { top:433px;left:548px;width:79px;height:79px;display:none; }
 }@media only screen and (max-width: 763px) { #aRkKtr50gcEfhnIR8sR5p0vEZGeAhQbp { top:449px;left:564px;width:47px;height:47px;display:none; }
 }@media only screen and (max-width: 763px) { #hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT { display:block; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNTXknI3pbTqlWqUyTJ3S8Gy38xPpmBb { width:262px;height:55px;top:22px;left:251.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #DoI3ccq9IuvtcEd7Q4vqvxUUnoykrWhN { display:block; }
 }@media only screen and (max-width: 763px) { #WL5Rd9id5bo2IMhCy7u0chE11USv17k3 { display:block; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPpLZQHJWArdbptcegMTnqsJ8p7Be1DN { width:72px;height:2px;top:99px;left:346.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #KhLgPRaeGgZ5KTGJTfTQKmvRnerRgD2w { width:432px;height:117px;top:214px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nlfyMAb4OKSDeLudff122dCR8vTTTQGb { width:432px;height:115px;top:331px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vRDBIWqm2l8QNL9KKbldr24TirEldhAM { width:482px;height:38px;top:37px;left:141.00003051758px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #BqxiPB5pfqf6b3aiDAnVLOw3J8tRHOUl { width:263px;height:46px;top:261px;left:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pUG4EEUT04zH4qyJa5KenVNwckRvfQpd { width:240px;height:21px;top:399px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LbRqBnrfhOezMrG2EESqMXXDh7lsvnsd { display:block; }
 }@media only screen and (max-width: 763px) { #ASUBELCVWIvUP1m8hBzprMaab9Tvrge5 { width:81px;height:81px;top:231px;left:0px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #clMJXz3Jix4MTbCd4KPBugWnez9h1la2 { width:40px;height:40px;top:358px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ahzy14AJmqAS60Ji1xUJ2cO5CTJB95g1 { width:40px;height:40px;top:390px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ydmVHX0cvoranNkxICqV50SAcu3EuNmQ { width:115px;height:117px;top:214px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UU57xCymdZsFB5fTel5Q0Jfnm6Z557Oi { top:132px;left:177px;width:587px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #TIcGCZqvDG5xH8IK5TP1w29u2q7ZVdzs { width:262px;height:20px;top:367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PBmh1rvLC69cXQql46A0BtyTM6dKic4m { display:block; }
 }@media only screen and (max-width: 763px) { #sany2H7B74iBIuEuLDHO8bJzPh8FXEmn { display:block; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diImghr6vmbPLmpG2gBgdfT0w7m9Jgom { width:536px;height:94px;top:62px;left:114px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #CxPV8B5n0SJqR0MFxSdvJoNoMoGeTJa0 { width:413px;height:41px;top:172px;left:176px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VfXW3lB81UwDfcw22Z5mL9aA3zhXHOf6 { top:234px;left:255.50003051758px;width:253px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #R1rAbXg6rr28TtPv1P8hSdaOxMIHRyGK { display:block; }
 }@media only screen and (max-width: 763px) { #ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV { display:block; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnkDztvZInfcaTBagM76nCSF8qaq2JPV { width:521px;height:22px;top:69px;left:121.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #m1xZgTBMhxOQgarRsULXQZzuEo9P49pJ { top:28px;left:298.00003051758px;width:168px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/84f01c54-c074-4922-b590-7f1648e7340d/Semnome1400588px1269588px504420px2.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c.adaptive-delivery-prevent-bg, #T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c.lazyload, #T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c.lazyloading { background-image: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container { background-color: transparent; background-image: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container > .video-iframe-container { display: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row > .video-iframe-container { display: none; }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .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); }#T9Bhc85CE0vMfxPWQ8gLKar5NvGfu73c > .row .container { width:320px;height:504px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXa41CCx5vhs9UCD0Z46IAt5UAQ5MeTL { width:320px;height:81px;top:91.800003051758px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0pTk5kzZTWkCOJnO5PTxxRf2CurW5kr { width:302px;height:0;top:399.80001831055px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AV8ATCWs6RWJZqIh8N9NdiVFGiwdln4i { width:223px;height:48px;top:455px;left:48.500001907349px;font-size:17px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uNV2gTok6XTALIRaPZ1SVqcLh8KDnhnD { display:block; }
 }@media only screen and (max-width: 763px) { #UgOWsR2NtBmLBhg5DDEVfUbzDpRSLvlD { width:80px;height:55px;top:61px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Q7NJJK1tgnp6OsxoH1PxMXWSgf0a6BIv { display:block; }
 }@media only screen and (max-width: 763px) { #u0lTEZ1ZNkBXAFSuAN543RndsLrKX5Zb { width:80px;height:55px;top:61px;left:80px;display:none; }
 }@media only screen and (max-width: 763px) { #vBeT2ONflPl0TKBGu3t6WK8PwiNOOQli { display:block; }
 }@media only screen and (max-width: 763px) { #t9787bIekTKkJB6o9JvXAKbQSPAC7PgP { width:80px;height:55px;top:61px;left:160px;display:none; }
 }@media only screen and (max-width: 763px) { #o6W2PMQXdslBQZNqzFum1XgsFw7L7ofp { display:block; }
 }@media only screen and (max-width: 763px) { #vaRw3T23TTQEklUaast15BdEquAKNltL { width:80px;height:55px;top:61px;left:240px;display:none; }
 }@media only screen and (max-width: 763px) { #WaxfKckDXeJlbk2O8ninrt1IuS7bdb19 { display:block; }
 }@media only screen and (max-width: 763px) { #Zu1WE34LB1MnBc3RJMwFpM6V7HDKutJZ { width:197px;height:40px;top:21.800001144409px;left:61.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #ulpsxNn0z2RiSgH6M00TWzwLG54xIlwd { display:flex;width:184px;height:227px;top:182px;left:67.999998092651px;z-index:14999; }
 }@media only screen and (max-width: 763px) { #WSoGFWJaHBr5Zk5JnZ7wzmk13qPWhm31 { display:flex;width:177px;height:177px;top:207px;left:71.499998092651px;z-index:14999; }
 }@media only screen and (max-width: 763px) { #Qd9QJu0Zx9sqvDxwq6P2K8AMoux0VFeS { height:165px;width:296px;top:213px;left:12px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #T0F0el7UVLGWcMDWXoyTpeg13oo8C577 { width:210px;height:0;top:685px;left:55px;font-size:23px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BvWgPDMxcFvTIRhPezITpWsTIWfRvudU { width:302px;height:22.1px;top:409px;left:9px;font-size:17px;text-align:center;text-align-last:center;z-index:15003;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JHmoKl48ofkudOSIJguEkaKcXSciFKdr { display:block; }#JHmoKl48ofkudOSIJguEkaKcXSciFKdr > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMz3pKHd84NTXtLunw7XpoFwiwlDJMd9 { width:304px;height:62.4px;top:44px;left:8px;font-size:24px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naUDOcRZlbhiTRDXaf6G0WLXhp5W7g2t { width:300px;height:151.2px;top:327.80001831055px;left:10px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4SbVwNUIdf0yuZsFFR8cXc4GbNRJJg { width:312px;height:175px;top:128.73751068115px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #XBzGidBsT0ilT7uxziUDCNOhiN5gTcAP { width:262px;height:55px;top:369.74998474121px;left:29.000001907349px;font-size:17px;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UycTIxxHhftcVB6bVSeDPnnkqGCaI92r { display:block; }
 }@media only screen and (max-width: 763px) { #vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR { display:block; }#vHa8Ty05TCrVZp6NE6EVmUbkI2uWVQxR > .row .container { width:320px;height:1973px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNtIb56d3lKe1P7irdDqm3OiiwMr2oVu { width:320px;height:26px;top:17.636367797852px;left:0px;font-size:20px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OKkEpdupw5Z7fgF5SUU8BroAQI9TZ0c3 { width:320px;height:27.3px;top:47.625px;left:0px;font-size:21px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EBMRl1gpiyHAWSnUWnVxKZ3bhxyCJGrB { width:130px;height:3px;top:92.912498474121px;left:94.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #mqkxVKeLx7Qt78RcyS3pW3eACNu0N9wk { width:320px;height:177.989px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gPkB1mQv6HsHWzwPGWZaMLeQxnT4NesZ { width:173px;height:26px;top:132px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #aOCZgbvqF4UE7TdnK24XT2DcBCZFwHAa { width:97px;height:28.9px;top:131px;left:112px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TgK9V4FoDgPuSvJav5ymyg6c04Hgdo2g { width:320px;height:180.18461538462px;top:433px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nNgp7ww9lf7HASWNxylVDmuDr7qMz6l4 { width:122px;height:28.9px;top:418px;left:100px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gtdCrOXZ7nwAvGf9Th6O98BvvbmsL06P { width:173px;height:26px;top:419px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #QaOnC3nDvPURvvfWrdoKhq4CJsE0iwrv { width:320px;height:180.18461538462px;top:729px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dkd5l4pxkVWVKykT7hPCoZ5mGKXM2qTi { width:97px;height:28.9px;top:712px;left:112px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ywDbEnDVILvrIyGRhnV8JJx31pvUovQ8 { width:173px;height:26px;top:713px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #GfimZW1zH978LFLelCHcxreszqPmmBwk { width:320px;height:180.18461538462px;top:1027px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TaE0aTtml3GTTgdEgbXhacqqee7EWUMI { width:173px;height:26px;top:1009px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #LA3ExO7GhNAoQaN1OSlXdoMITqKfEOXI { width:97px;height:28.9px;top:1007px;left:112px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TneAqMF05t4Hs5lO3Ff6XHZxfBkci55i { width:320px;height:180.18461538462px;top:1314px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7tqwL9I1B3kMBG3oLRnrfMRVNJt9PV { width:173px;height:26px;top:1302px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #OxR643VziN4aEknwOK6zrIfMLvbrLwqt { width:97px;height:28.9px;top:1302px;left:112px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #soaTtIlB5eqvi2CSgfLsBpTPz6GQlUzr { width:320px;height:179.2px;top:1602px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sdJ6Mvc323FtkCS4Pnkg7k8lcDgMJBTR { width:173px;height:26px;top:1589px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #w08E2pUxGyuAeigUIc6N7slu75F6VIoP { width:116px;height:28.9px;top:1587px;left:103px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BvvhhHe6yotWxh67a2LlcqNbClVODTQ2 { width:218px;height:57.8px;top:339px;left:51px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rq3wm3QPI3RNbaLyronts1NXP6xZ9Gqk { width:231px;height:57.8px;top:635px;left:45px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZoDuK0B5eZn0TRNzak27XMWeaGtV9Zek { width:229px;height:57.8px;top:929px;left:46px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yyTGPBLGBS1dVmJ0SUxFH5VhGStsFEdl { width:218px;height:57.8px;top:1225px;left:51px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vR3xoI9U7wwf9UXqLTdTuPk71ieIqrgf { width:252px;height:57.8px;top:1513px;left:34px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZqoVMrm0DK36KEICKmB33o5s5ZOEFuEb { width:218px;height:57.8px;top:1803px;left:51px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ok8JVwo0o2vg96Jq8kKxoCPTEy6SoiHN { width:262px;height:55px;top:1883px;left:29.000001907349px;font-size:17px;color:#000000;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #qSdV236XV4p7UHmnVbWVwMe7BdbhdgWZ { display:block; }
 }@media only screen and (max-width: 763px) { #UnGtO16JT6p8CM8XeMFK24gzkOHL1ofB { width:320px;height:180px;top:1958px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fPpKBpJEdlNb6npT5As2GTo1VEIepHhq { width:180px;height:26px;top:1944px;left:73.5px;display:none; }
 }@media only screen and (max-width: 763px) { #Eq1FfzJRSPNU0xEkRmCqkIeFxcK3s6Ig { width:177px;height:0;top:1942.5500030518px;left:75px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #F034T8Jikta4R5OeymsGnV87A5L9lIIx { width:320px;height:180px;top:2158.175px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PlPC2OUDBG2pQRKz0XLi3IFmh3ZW3MS8 { width:173px;height:26px;top:2143.175px;left:78px;display:none; }
 }@media only screen and (max-width: 763px) { #H9Tupdd0tradVScxRO5tuwMSLcPgAQN9 { width:218px;height:0;top:2557.55px;left:51px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #FxtZ0lCEuWtngV4gUbM0zF9dw3bVLGGS { width:224px;height:0;top:2635.35px;left:48px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #Tc8tvJlR7feqN8I8HbeNldfoLFvi62zJ { width:97px;height:0;top:2142.175px;left:116px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #s2DKX4IQwhJuA2w8ZSUdOOyif20xMlVL { width:318px;height:179px;top:2358.35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #VTzX9GCC3DRm8yObKUGdtuUtbWwI8spT { width:173px;height:26px;top:2340.35px;left:77.999938964844px;display:none; }
 }@media only screen and (max-width: 763px) { #o6C9q5IMAtpsgL5ox6KdzutVMbxZGHt9 { width:116px;height:0;top:2338.35px;left:106.99993896484px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #yslk1GomzwTvFELyVX7EkD5T1cvMkzLo { width:218px;height:0;top:2713.15px;left:51px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #seGC8luw3L3nqub5AzIssThm5dywb8ZD { display:block; }#seGC8luw3L3nqub5AzIssThm5dywb8ZD > .row .container { width:320px;height:817px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3lqZBViu7gHfwm1OTdXoM5v1R6gJ578 { width:320px;height:0;top:57px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #BlltsBnJ6PLW3mORx13TzwWRCybQBzaO { width:304px;height:135px;top:94px;left:16px;text-align:left;text-align-last:left;font-size:18px;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #P1Bui5JRiSQC6o2PekeHChZItoLf3Xqd { width:168px;height:33px;top:5px;left:75.999998092651px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7qWIQP9uk154H9c37zRGh3MkpgkkVsT { display:block; }
 }@media only screen and (max-width: 763px) { #kARW3f5EsrounznDSakTJTAmprTrxfKG { width:320px;height:197.93103448276px;top:602px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I02qTqn2BxPdkItvglwzya6xlJkwuuVW { width:320px;height:138px;top:657px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ESAUQ2wCDR2ROcKyxHqeHd5B3HU5ZU8l { width:125px;height:46.8px;top:378px;left:14px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzibuXN3WOk1vWe5GGvsQTzq2wfbFZcx { width:157px;height:23.4px;top:378px;left:149px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssffVAc0vdbKoNKN0Hc6WXhQQFrgMNxb { width:116px;height:46.8px;top:537px;left:26px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yi5qbhtC43WpC9VuGRvhv7DvoAIaC4MT { display:flex;width:79px;height:79px;top:266px;left:40px; }
 }@media only screen and (max-width: 763px) { #dPZCxi5vpNis6ynQUXoIlz9qO6x8FNrO { display:flex;width:50px;height:50px;top:280px;left:55px; }
 }@media only screen and (max-width: 763px) { #hlxqaFUz9gqLnO7ybIp14eXl1ZiKNsnH { display:flex;width:79px;height:79px;top:266px;left:189px; }
 }@media only screen and (max-width: 763px) { #TQnf45yVfRQzAEZ6WdxrCFtpLVdem9c3 { display:flex;width:50px;height:50px;top:281px;left:204px; }
 }@media only screen and (max-width: 763px) { #sMLGKh6g3SNLtTzxPXzHTENHnwxkm9Rw { display:flex;width:79px;height:79px;top:435px;left:37px; }
 }@media only screen and (max-width: 763px) { #rqpQCgX4fNOJow9nzZTV0tRrhKWJd0qd { display:flex;width:47px;height:47px;top:451px;left:54px; }
 }@media only screen and (max-width: 763px) { #MQKxhRos0UGzy8MTtkgzz8knGZUzkB5A { width:296px;height:33.8px;top:38.400009155273px;left:12px;text-align:center;text-align-last:center;font-size:26px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LsnsV35ig364FXHLZ011FiRo9sG072fu { width:116px;height:46.8px;top:537px;left:169.50000572205px;font-size:18px;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #H9VWhFAT3ZsSMyvRZmTm0PGgLAJ3GO7e { display:flex;width:79px;height:79px;top:435px;left:188px;z-index:15023; }
 }@media only screen and (max-width: 763px) { #aRkKtr50gcEfhnIR8sR5p0vEZGeAhQbp { display:flex;width:47px;height:47px;top:451px;left:205px;z-index:15024; }
 }@media only screen and (max-width: 763px) { #hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT { display:none; }#hf9fQ7PXsqJ3Iaqaf2B6eHqupRwiNwiT > .row .container { width:320px;height:176px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tNTXknI3pbTqlWqUyTJ3S8Gy38xPpmBb { width:262px;height:55px;top:92.999877929688px;left:29.000001907349px;font-size:17px;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DoI3ccq9IuvtcEd7Q4vqvxUUnoykrWhN { display:block; }
 }@media only screen and (max-width: 763px) { #WL5Rd9id5bo2IMhCy7u0chE11USv17k3 { display:block; }#WL5Rd9id5bo2IMhCy7u0chE11USv17k3 > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPpLZQHJWArdbptcegMTnqsJ8p7Be1DN { width:73px;height:2px;top:90px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #KhLgPRaeGgZ5KTGJTfTQKmvRnerRgD2w { width:320px;height:83px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nlfyMAb4OKSDeLudff122dCR8vTTTQGb { width:320px;height:112px;top:227px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0469d5, #0053ac);background-image: -moz-linear-gradient(90deg, #0469d5, #0053ac);background-image: -ms-linear-gradient(90deg, #0469d5, #0053ac);background-image: -o-linear-gradient(90deg, #0469d5, #0053ac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0469d5', endColorstr='#0053ac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0469d5', endColorstr='#0053ac' );";background-image: linear-gradient(90deg, #0469d5, #0053ac);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vRDBIWqm2l8QNL9KKbldr24TirEldhAM { width:320px;height:24px;top:40px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqxiPB5pfqf6b3aiDAnVLOw3J8tRHOUl { width:206px;height:41.6px;top:176px;left:98px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pUG4EEUT04zH4qyJa5KenVNwckRvfQpd { width:229px;height:16px;top:292px;left:63.000002861023px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LbRqBnrfhOezMrG2EESqMXXDh7lsvnsd { display:block; }
 }@media only screen and (max-width: 763px) { #ASUBELCVWIvUP1m8hBzprMaab9Tvrge5 { width:50px;height:50px;top:160px;left:10px;font-size:35px;text-shadow:1px 1px 1px #fbde04;display:block; }
 }@media only screen and (max-width: 763px) { #clMJXz3Jix4MTbCd4KPBugWnez9h1la2 { width:40px;height:40px;top:239px;left:15px;font-size:28px;text-shadow:1px 1px 2px #0469d5;display:block; }
 }@media only screen and (max-width: 763px) { #Ahzy14AJmqAS60Ji1xUJ2cO5CTJB95g1 { width:40px;height:40px;top:279px;left:15px;font-size:28px;text-shadow:1px 1px 2px #0469d5;display:block; }
 }@media only screen and (max-width: 763px) { #ydmVHX0cvoranNkxICqV50SAcu3EuNmQ { width:71px;height:83px;top:144px;left:0px;background-color:#fbde04;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UU57xCymdZsFB5fTel5Q0Jfnm6Z557Oi { width:320px;height:324px;top:355.98861694336px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TIcGCZqvDG5xH8IK5TP1w29u2q7ZVdzs { width:262px;height:20px;top:359px;left:29px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PBmh1rvLC69cXQql46A0BtyTM6dKic4m { display:block; }
 }@media only screen and (max-width: 763px) { #sany2H7B74iBIuEuLDHO8bJzPh8FXEmn { display:block; }#sany2H7B74iBIuEuLDHO8bJzPh8FXEmn > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diImghr6vmbPLmpG2gBgdfT0w7m9Jgom { width:320px;height:52.8px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CxPV8B5n0SJqR0MFxSdvJoNoMoGeTJa0 { width:320px;height:32.3px;top:109.85000610352px;left:0px;text-align:center;text-align-last:center;font-size:19px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VfXW3lB81UwDfcw22Z5mL9aA3zhXHOf6 { top:154.1875px;left:33.500001907349px;width:253px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #R1rAbXg6rr28TtPv1P8hSdaOxMIHRyGK { display:block; }
 }@media only screen and (max-width: 763px) { #ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV { display:block; }#ay8FEuqRVbecU0oLKzrA2lrAr5F2IgoV > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnkDztvZInfcaTBagM76nCSF8qaq2JPV { width:320px;height:22.1px;top:60.350036621094px;left:0px;text-align:center;text-align-last:center;font-size:13px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #m1xZgTBMhxOQgarRsULXQZzuEo9P49pJ { width:154px;height:30px;top:17.375px;left:82.999998092651px;display:block; }
 }