.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.03);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; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row .container { background-color: transparent; background-image: none; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row .container > .video-iframe-container { display: none; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row > .video-iframe-container { display: none; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .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); }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row .container { border-width: 0; border-radius: 0; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row .container { font-size:14px;font-family:arial;height:95px;width:960px;position:relative;display:block; }#PqVzGq0EDg9ZCbkkdwolieVkDEwONdCt { position:absolute;display:block;z-index:15013;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:66.9783px;width:212.974px;top:13.992094039917px;left:373.50592041016px;overflow:hidden;display:block; }
#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container { background-color: transparent; background-image: none; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container > .video-iframe-container { display: none; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row > .video-iframe-container { display: none; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .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); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container { border-width: 0; border-radius: 0; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container { width:960px;height:314px;font-size:14px;font-family:"open sans";position:relative;display:block; }#gdWWpGw9Ipu9W9Z5tM9K80uTWOKhEle3 { color:#2b92d0;display:block;width:793.992px;position:absolute;font-family:"open sans";font-size:31px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:210.83002471924px;left:84.830017089844px;height:80.5833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNMctpf9XdHT256Z4E8t2SvS0tvum2at { color:#2b92d0;display:block;width:865.992px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:33.640312194824px;left:48.865600585938px;height:136.781px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:top left !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; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3.adaptive-delivery-prevent-bg, #ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3.lazyload, #ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3.lazyloading { background-image: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container { background-color: transparent; background-image: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,8,8,0.32); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container > .video-iframe-container { display: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,8,8,0.32); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row > .video-iframe-container { display: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .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); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container { border-width: 0; border-radius: 0; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3::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; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container { font-size:14px;font-family:arial;height:477px;width:960px;position:relative;display:block; }#VqC52E6fsOs2yikzTvpDv8en7Zf3PhOv { position:absolute;display:block;z-index:15000;background-color:#2b92d0;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:451px;width:223px;top:16.5px;left:81px;display:block; }
#xvMhm7UhLNI8rTlua4DCUTG383lDzn6J { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:126px;width:189px;top:35px;left:99px;overflow:hidden;display:block; }
#O7ryUwt8KxzgzbpoeZWHQqJavdXNbZ0F { color:#ffffff;display:block;width:199.996px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:190px;left:94px;height:59.7916px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3mi3N0QtIAZhiCCFBVQbdCzvoTXMTfd { background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168.979px;height:54px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:381.5px;left:108px;display:block; }
#yzWcuFpDzh2sJT2IEVTXwUSam1ifksm7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dlBJ7QRaXiPUdKV7A5AOIAIvynfSnFJ7 { position:absolute;display:block;z-index:15001;background-color:#e8f4fa;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:0;border-top-right-radius:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;height:113px;width:224px;top:353.16668701172px;left:80.5px;display:block; }
#C3TAuvxEmdx3NeAPuvraUrXJo0GZHAJi { color:#ffffff;display:block;width:199.996px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:228px;left:94px;height:42.8958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bxc3bXG8ZIpRR9kt3TmXNpf1WW6qhqHH { position:absolute;display:block;z-index:14997;background-color:#ff8200;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:446px;width:223px;top:15.5px;left:370.97915649414px;display:block; }
#U85Tolc2Ubmv2VmFDMmcTtJh2K0foDOX { position:absolute;display:block;z-index:15007;background-color:#f8e8d7;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:0;border-top-right-radius:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;height:119px;width:224px;top:347.66668701172px;left:370.47915649414px;display:block; }
#GTUtaDKAkE84I29zuGi5nhG0ZC8n7VNP { color:#ffffff;display:block;width:212px;position:absolute;font-family:"open sans";font-size:27px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:237.88543701172px;left:376.47915649414px;height:35.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQDB7CyJDDQJEZqfH8HpMT7sdDcM4zps { color:#ffffff;display:block;width:199.99px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:195.98959350586px;left:382.47915649414px;height:59.7916px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIVhnTWv5HHcpo2C0aRHiu7JaIiU8roK { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:126px;width:189px;top:41px;left:387.97915649414px;overflow:hidden;display:block; }
#wWdGhou2PvO8eEvtFWFf1Fi1AJci6vL1 { background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168.979px;height:54px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:381.5px;left:397.97915649414px;display:block; }
#L96F2J2m7PIwfByN2Blz2b4axoTR5nIa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qVnze9MlnsCdTATTody1RSLyENCUiFLA { position:absolute;display:block;z-index:15006;background-color:#2b92d0;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:446px;width:223px;top:15.5px;left:675.00003051758px;display:block; }
#u3TRHIc5CPst2TAltg3T2w5WgExpdhC9 { position:absolute;display:block;z-index:15007;background-color:#e8f4fa;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:0;border-top-right-radius:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;height:117px;width:223px;top:349.66668701172px;left:675.00003051758px;display:block; }
#XzxwDPcEbrs5Kmegrb3gLUEtr3Umx529 { color:#ffffff;display:block;width:199.99px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:233.98959350586px;left:686.50003051758px;height:42.8958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ma9u8na6rTn9HlcTniuJ7BMUKeg160t5 { color:#ffffff;display:block;width:199.99px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:195.98959350586px;left:686.50003051758px;height:59.7916px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IG545qAcFuPmMZtkFafrP2uAA57hiAaI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:126px;width:189px;top:41px;left:692.00003051758px;overflow:hidden;display:block; }
#GPomGEE47VHFP6kB3XRC3JH4XfzpiW03 { background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168.979px;height:54px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:381.5px;left:702.00003051758px;display:block; }
#zmK14Z2Qi9usBmOB0luFZxIB8msqmVTn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pGifgLuWmXHrpFwOoEaxUMzqMP6ELzBB { 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:475.98px;width:846.996px;top:476.99998474121px;left:58.992126464844px;overflow:hidden;display:block; }
#TdwrTNBR7ePAMIArsnd1vmCQQxaSBu6u { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:289px;left:93px;height:41.5833px;display:block; }
#egZgC8VCUObqqlxTrCiD9H4MScahTmJD { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:294.98959350586px;left:382.47915649414px;height:41.5833px;display:block; }
#RiCSFo6GysmZuZNoOd9ip9Em7idOuWy0 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:294.98959350586px;left:686.50003051758px;height:41.5833px;display:block; }
#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row .container { background-color: transparent; background-image: none; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row .container > .video-iframe-container { display: none; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row > .video-iframe-container { display: none; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .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); }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row .container { border-width: 0; border-radius: 0; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row .container { font-size:14px;font-family:arial;height:477px;width:960px;position:relative;display:block; }#Kly6Iz3fdri1EK4iGmFkoAIz2Auylfaf { 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:540px;width:960px;display:none; }
#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.03);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; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row .container { background-color: transparent; background-image: none; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row .container > .video-iframe-container { display: none; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row > .video-iframe-container { display: none; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .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); }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row .container { border-width: 0; border-radius: 0; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row .container { font-size:14px;font-family:arial;height:193px;width:960px;position:relative;display:block; }#b0O5KpBTJnON3iT3aOIasHSmxKi88e5Q { 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:73.9921px;width:61.9921px;top:29.454528808594px;left:463.47033691406px;overflow:hidden;display:block; }
#smiiPZ0LPTsaI7OCIDBIFAb0A3IQayCr { color:#0f0f0f;display:block;width:954.996px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:124.95654296875px;left:0px;height:41.5833px;text-align:center;text-align-last:center;display:block; }
#xo94hHaioArwW76nwpdwuZby5MaLSvPz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008abf;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; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row .container { background-color: transparent; background-image: none; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row .container > .video-iframe-container { display: none; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row > .video-iframe-container { display: none; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .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); }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row .container { border-width: 0; border-radius: 0; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row .container { font-size:14px;font-family:arial;height:48px;width:960px;position:relative;display:block; }#Op6i4WrIHXq2I4MKfMLLPeMuiJhf3Hfr { color:#ffffff;display:block;width:602.984px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14px;left:222.5px;height:20.7917px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv { display:block; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqVzGq0EDg9ZCbkkdwolieVkDEwONdCt { top:13px;left:275.50592041016px;width:212px;height:66.671986251843px;display:block; }
 }@media only screen and (max-width: 763px) { #VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb { display:block; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdWWpGw9Ipu9W9Z5tM9K80uTWOKhEle3 { width:764px;height:80px;top:210px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fNMctpf9XdHT256Z4E8t2SvS0tvum2at { width:764px;height:136px;top:33px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 { display:block; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqC52E6fsOs2yikzTvpDv8en7Zf3PhOv { width:223px;height:451px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xvMhm7UhLNI8rTlua4DCUTG383lDzn6J { width:189px;height:126px;top:35px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #O7ryUwt8KxzgzbpoeZWHQqJavdXNbZ0F { width:199px;height:59px;top:190px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #V3mi3N0QtIAZhiCCFBVQbdCzvoTXMTfd { width:168px;height:54px;top:381px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #yzWcuFpDzh2sJT2IEVTXwUSam1ifksm7 { display:block; }
 }@media only screen and (max-width: 763px) { #dlBJ7QRaXiPUdKV7A5AOIAIvynfSnFJ7 { width:224px;height:113px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C3TAuvxEmdx3NeAPuvraUrXJo0GZHAJi { width:199px;height:42px;top:228px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Bxc3bXG8ZIpRR9kt3TmXNpf1WW6qhqHH { width:223px;height:446px;top:15px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #U85Tolc2Ubmv2VmFDMmcTtJh2K0foDOX { width:224px;height:119px;top:347px;left:158px;display:block; }
 }@media only screen and (max-width: 763px) { #GTUtaDKAkE84I29zuGi5nhG0ZC8n7VNP { width:212px;height:35px;top:237px;left:170px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OQDB7CyJDDQJEZqfH8HpMT7sdDcM4zps { width:199px;height:59px;top:195px;left:183px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #MIVhnTWv5HHcpo2C0aRHiu7JaIiU8roK { width:189px;height:126px;top:41px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #wWdGhou2PvO8eEvtFWFf1Fi1AJci6vL1 { width:168px;height:54px;top:381px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #L96F2J2m7PIwfByN2Blz2b4axoTR5nIa { display:block; }
 }@media only screen and (max-width: 763px) { #qVnze9MlnsCdTATTody1RSLyENCUiFLA { width:223px;height:446px;top:15px;left:350px;display:block; }
 }@media only screen and (max-width: 763px) { #u3TRHIc5CPst2TAltg3T2w5WgExpdhC9 { width:223px;height:117px;top:349px;left:350px;display:block; }
 }@media only screen and (max-width: 763px) { #XzxwDPcEbrs5Kmegrb3gLUEtr3Umx529 { width:199px;height:42px;top:233px;left:374px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #ma9u8na6rTn9HlcTniuJ7BMUKeg160t5 { width:199px;height:59px;top:195px;left:374px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IG545qAcFuPmMZtkFafrP2uAA57hiAaI { width:189px;height:126px;top:41px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #GPomGEE47VHFP6kB3XRC3JH4XfzpiW03 { width:168px;height:54px;top:381px;left:405px;display:block; }
 }@media only screen and (max-width: 763px) { #zmK14Z2Qi9usBmOB0luFZxIB8msqmVTn { display:block; }
 }@media only screen and (max-width: 763px) { #pGifgLuWmXHrpFwOoEaxUMzqMP6ELzBB { top:476px;left:0px;width:764px;height:429.33935933582px;display:block; }
 }@media only screen and (max-width: 763px) { #TdwrTNBR7ePAMIArsnd1vmCQQxaSBu6u { top:289px;left:0px;width:200px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #egZgC8VCUObqqlxTrCiD9H4MScahTmJD { top:294px;left:182px;width:200px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RiCSFo6GysmZuZNoOd9ip9Em7idOuWy0 { top:294px;left:373px;width:200px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws { display:block; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kly6Iz3fdri1EK4iGmFkoAIz2Auylfaf { width:764px;height:429px;display:none; }
 }@media only screen and (max-width: 763px) { #PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 { display:block; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0O5KpBTJnON3iT3aOIasHSmxKi88e5Q { top:29px;left:365.47033691406px;width:61px;height:72.807956175061px;display:block; }
 }@media only screen and (max-width: 763px) { #smiiPZ0LPTsaI7OCIDBIFAb0A3IQayCr { top:124px;left:0px;width:764px;height:41px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xo94hHaioArwW76nwpdwuZby5MaLSvPz { display:block; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Op6i4WrIHXq2I4MKfMLLPeMuiJhf3Hfr { top:14px;left:124.5px;width:602px;height:20px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv { display:block; }#ZQRkMbPfTPxEn9uoN1J9V7fR9tcTpNPv > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqVzGq0EDg9ZCbkkdwolieVkDEwONdCt { width:211.996px;height:66.6783px;top:10.147827148438px;left:54.000003814697px;display:block; }
 }@media only screen and (max-width: 763px) { #VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb { background-color:rgba(0,0,0,0);background-image:none;display:block; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container { background-color: transparent; background-image: none; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container > .video-iframe-container { display: none; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row > .video-iframe-container { display: none; }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .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); }#VCr7DHzUaZTWSTVT5CAZIlR7GZl0rmwb > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdWWpGw9Ipu9W9Z5tM9K80uTWOKhEle3 { width:313.992px;height:106.375px;top:166.30433654785px;left:0px;font-size:19px;text-align:left;text-align-last:left;line-height:1.4;color:#2b92d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fNMctpf9XdHT256Z4E8t2SvS0tvum2at { width:320px;height:105.583px;top:16.96875px;left:0px;font-size:24px;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3.adaptive-delivery-prevent-bg, #ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3.lazyload, #ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3.lazyloading { background-image: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container { background-color: transparent; background-image: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,8,8,0.42); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container > .video-iframe-container { display: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,8,8,0.42); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row > .video-iframe-container { display: none; }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .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); }#ozmNk6dca0ye4K2gcTIEEtEKas5mLGh3 > .row .container { width:320px;height:1551px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqC52E6fsOs2yikzTvpDv8en7Zf3PhOv { width:320px;height:454px;top:45.671875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xvMhm7UhLNI8rTlua4DCUTG383lDzn6J { width:270px;height:177px;top:53.442737579346px;left:24.984188079834px;display:block; }
 }@media only screen and (max-width: 763px) { #O7ryUwt8KxzgzbpoeZWHQqJavdXNbZ0F { width:199.992px;height:62.3958px;top:247.99207305908px;left:59.9762840271px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #V3mi3N0QtIAZhiCCFBVQbdCzvoTXMTfd { width:228px;height:54px;top:414.984375px;left:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yzWcuFpDzh2sJT2IEVTXwUSam1ifksm7 { display:block; }
 }@media only screen and (max-width: 763px) { #dlBJ7QRaXiPUdKV7A5AOIAIvynfSnFJ7 { width:320px;height:116px;top:383.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C3TAuvxEmdx3NeAPuvraUrXJo0GZHAJi { width:198.996px;height:41.5968px;top:284.97626495361px;left:60.474308013916px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Bxc3bXG8ZIpRR9kt3TmXNpf1WW6qhqHH { width:320px;height:469px;top:534.359375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U85Tolc2Ubmv2VmFDMmcTtJh2K0foDOX { width:319.984px;height:117.984px;top:906.09375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GTUtaDKAkE84I29zuGi5nhG0ZC8n7VNP { width:235px;height:35.0938px;top:805.265625px;left:42.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OQDB7CyJDDQJEZqfH8HpMT7sdDcM4zps { width:285.984px;height:62.3958px;top:759.890625px;left:17px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #MIVhnTWv5HHcpo2C0aRHiu7JaIiU8roK { width:270px;height:180px;top:557.359375px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wWdGhou2PvO8eEvtFWFf1Fi1AJci6vL1 { width:228px;height:54px;top:938.078125px;left:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #L96F2J2m7PIwfByN2Blz2b4axoTR5nIa { display:block; }
 }@media only screen and (max-width: 763px) { #qVnze9MlnsCdTATTody1RSLyENCUiFLA { width:320px;height:479px;top:1051.5625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u3TRHIc5CPst2TAltg3T2w5WgExpdhC9 { width:320px;height:118px;top:1416.5625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XzxwDPcEbrs5Kmegrb3gLUEtr3Umx529 { width:198.984px;height:41.5938px;top:1312.96875px;left:60.484375px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ma9u8na6rTn9HlcTniuJ7BMUKeg160t5 { width:198.984px;height:62.3958px;top:1280.546875px;left:60.484375px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IG545qAcFuPmMZtkFafrP2uAA57hiAaI { width:270px;height:180px;top:1090.5625px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GPomGEE47VHFP6kB3XRC3JH4XfzpiW03 { width:228px;height:54px;top:1448.5625px;left:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zmK14Z2Qi9usBmOB0luFZxIB8msqmVTn { display:block; }
 }@media only screen and (max-width: 763px) { #pGifgLuWmXHrpFwOoEaxUMzqMP6ELzBB { width:319.992px;height:179.822px;top:1836.9959106445px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TdwrTNBR7ePAMIArsnd1vmCQQxaSBu6u { width:303px;height:20.7969px;top:353.328125px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #egZgC8VCUObqqlxTrCiD9H4MScahTmJD { width:289px;height:41.5833px;top:855.921875px;left:15.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RiCSFo6GysmZuZNoOd9ip9Em7idOuWy0 { width:301px;height:20.7969px;top:1372.515625px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws { display:block; }#ipodO7iSrAmQdRPoKmZCNfPaDoJDJ3Ws > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kly6Iz3fdri1EK4iGmFkoAIz2Auylfaf { top:43.138458251953px;left:0px;width:319.992px;height:180px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 { display:block; }#PQ24u24fRKckXN8R5leT96ZJO4BxD9T6 > .row .container { width:320px;height:231px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0O5KpBTJnON3iT3aOIasHSmxKi88e5Q { width:72.996px;height:87px;top:20.964477539062px;left:123.47430038452px;display:block; }
 }@media only screen and (max-width: 763px) { #smiiPZ0LPTsaI7OCIDBIFAb0A3IQayCr { width:319.98px;height:57.1667px;top:146.92889404297px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xo94hHaioArwW76nwpdwuZby5MaLSvPz { display:block; }#xo94hHaioArwW76nwpdwuZby5MaLSvPz > .row .container { width:320px;height:39px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Op6i4WrIHXq2I4MKfMLLPeMuiJhf3Hfr { width:319.992px;height:11.6979px;top:14.632385253906px;left:0px;font-size:9px;display:block; }
 }