.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/067e5a7e-6a39-4a49-a830-8211a78f38a8/compres_shutterstock_2310239033.preview.mirror.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:1200px;height:627px;font-size:14px;font-family:"open sans";position:relative;display:block; }#lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { color:#ffffff;display:block;width:455.938px;position:absolute;font-family:calibre;font-size:25px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:473.34375px;left:134px;height:140px;font-style:normal;display:block; }
#zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { position:absolute;display:block;z-index:15001;background-color:#17e78f;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:249px;width:2px;top:116px;left:120px;display:block; }
#wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { 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:21px;width:92px;top:19px;left:134px;overflow:hidden;display:block; }
#OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { color:#ffffff;display:block;width:162px;position:absolute;font-family:calibre;font-size:80px;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:147px;left:134px;height:;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; }
#FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { color:#ffffff;display:block;width:360px;position:absolute;font-family:financier;font-size:80px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:228px;left:134px;height:160px;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; }
#g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { color:#ffffff;display:block;width:519px;position:absolute;font-family:financier;font-size:80px;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:308px;left:134px;height:80px;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; }
#dWFllPXn05ST8oC0zygTv4owuuFotQLA { color:#ffffff;display:block;width:455.951px;position:absolute;font-family:calibre;font-size:19px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:116px;left:133px;height:32.2743px;font-style:normal;display:block; }
#OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { z-index:15000;top:513.375px;left:661px;background-color:#003f2e;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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:calibre;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:421px;height:64px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { color:#ffffff;display:block;width:455.951px;position:absolute;font-family:calibre;font-size:25px;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:439.97917175293px;left:134px;height:127.5px;font-style:normal;display:none; }
#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { background-color: transparent; background-image: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .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); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { border-width: 0; border-radius: 0; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { font-size:14px;font-family:arial;height:740px;width:1200px;position:relative;display:block; }#vuIaVWt2tOIT3y1G68H4hAcF4d7NTmyK { color:#ffffff;display:block;width:378px;position:absolute;font-family:financier;font-size:35px;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:360.24998474121px;left:247px;height:97.9861px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { position:absolute;display:block;z-index:15008;background-color:#80bbad;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:5px;width:150px;top:79.262512207031px;left:120px;display:block; }
#IlfqhXGaMEP1MddF2lCLRrAifIEZeHsr { position:absolute;display:block;z-index:15003;background-color:#f8f8f8;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:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:657px;width:392px;top:29px;left:754px;display:block; }
#bLW3o0mNqLmlCQBeyOaGooxmz8rf0RNU { position:absolute;display:block;z-index:15006;height:415px;width:358px;top:121.73750305176px;left:771px;display:block; }
#nG1TDVOcXBhD1dOatrtiOJ0eF4vnTb8X { color:#012a2d;display:block;width:330px;position:absolute;font-family:calibre;font-size:25px;font-weight:400;z-index:15005;line-height:01;letter-spacing:0;top:57.25px;left:750px;height:50px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwhDT3ikptb7yCz2NicFlq0JcGZfpRZq { color:#ffffff;display:block;width:248px;position:absolute;font-family:financier;font-size:40px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:41.743072509766px;left:288px;height:120px;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; }
#UNLueGC3FeqDMJTrZyBS8RzEHzGdaiW5 { color:#ffffff;display:block;width:431px;position:absolute;font-family:calibre;font-size:22px;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:158.50005340576px;left:288px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { color:#80bbad;display:block;width:412px;position:absolute;font-family:financier;font-size:45px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:596.88882446289px;left:288px;height:90px;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; }
#efWsbCxP7WQIg17XblR7BasLSL3TeWLX { color:#012a2d;display:block;width:330px;position:absolute;font-family:calibre;font-size:25px;font-weight:400;z-index:15005;line-height:01;letter-spacing:0;top:57.25px;left:750px;height:50px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#euamVapoCRPLpzcfe47o7pJGKuuomWXy { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41px;top:681px;left:60px;display:none; }
#ULaIpi93T0fgNJ8vCTSNb9k5RFs9pxDq { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/067e5a7e-6a39-4a49-a830-8211a78f38a8/compres_shutterstock_2310239033.preview.mirror.jpg");background-position:bottom center !important;background-repeat: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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:14px;font-family:arial;height:1087px;width:1200px;position:relative;display:block; }#JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { box-sizing:content-box;color:#ffffff;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1052.546875px;left:517.5px;display:block; }
#AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { color:#ffffff;display:block;width:500px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1055px;left:114px;height:22.1px;font-style:normal;display:block; }
#wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { position:absolute;display:block;z-index:15015;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;box-shadow: none;height:201px;width:204px;top:78px;left:120px;overflow:hidden;display:block; }
#LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { box-sizing:content-box;color:rgba(255,255,255,0.5);font-size:94px;font-weight:400;line-height:1;height:135px;width:140px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:10px;left:312px;display:block; }
#GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { color:#ffffff;display:block;width:662px;position:absolute;font-family:calibre;font-size:25px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:78px;left:404px;height:162.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { color:#ffffff;display:block;width:296px;position:absolute;font-family:calibre;font-size:18px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:257px;left:383px;height:23.4028px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { box-sizing:content-box;color:rgba(255,255,255,0.5);font-size:88px;font-weight:400;line-height:1;height:126.969px;width:126.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:188px;left:904px;display:block; }
#y99eLRcUJaAU6XkMx6Q23RakreUDAagP { z-index:15001;top:360px;left:413px;background-color:#003f2e;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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:calibre;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:346.979px;height:63.9792px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JwHRyWvpK817KqNT3m11MSL43AyvnkeZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:201px;width:204px;top:671.50003051758px;left:854px;overflow:hidden;display:block; }
#UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { position:absolute;display:block;z-index:15018;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;box-shadow: none;height:201px;width:204px;top:671.50003051758px;left:498px;overflow:hidden;display:block; }
#Fq4FMCz9isEAbMutiCQa8iv75FMG4Bxs { color:#ffffff;display:block;width:296px;position:absolute;font-family:calibre;font-size:18px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:882px;left:120px;height:65.8056px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uxC5mc36hE971Wtr9nmaEMJmJXlCBgcR { color:#ffffff;display:block;width:227px;position:absolute;font-family:calibre;font-size:18px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:881.99990844727px;left:854.5px;height:65.8056px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gPFINulInrEh4geby2882E7rN5rwt8f4 { position:absolute;display:block;z-index:15018;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;box-shadow: none;height:200px;width:200px;top:672px;left:120px;overflow:hidden;display:block; }
#sACJWvQ7oHyax2kxq17agA4vkrLGXpba { color:#ffffff;display:block;width:705px;position:absolute;font-family:financier;font-size:40px;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:531px;left:215px;height:;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; }
#A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { color:#ffffff;display:block;width:500px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1055px;left:180px;height:22.0938px;font-style:normal;display:none; }
#X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { color:#ffffff;display:block;width:225px;position:absolute;font-family:calibre;font-size:18px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:881.99990844727px;left:498.5px;height:65.8056px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:455px;height:140px;top:473px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { top:116px;left:0px;width:2px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { top:19px;left:0px;width:92px;height:22.115384615385px;display:block; }
 }@media only screen and (max-width: 763px) { #OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { width:162px;height:;top:147px;left:0px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:360px;height:80px;top:228px;left:0px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:519px;height:80px;top:308px;left:0px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dWFllPXn05ST8oC0zygTv4owuuFotQLA { width:455px;height:32px;top:116px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:513px;left:343px;width:421px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { width:286px;height:104px;top:439px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIaVWt2tOIT3y1G68H4hAcF4d7NTmyK { width:378px;height:49px;top:360px;left:29px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { width:150px;height:5px;top:79px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IlfqhXGaMEP1MddF2lCLRrAifIEZeHsr { top:29px;left:372px;width:392px;height:657px;display:block; }
 }@media only screen and (max-width: 763px) { #bLW3o0mNqLmlCQBeyOaGooxmz8rf0RNU { top:121px;left:406px;width:358px;height:415px;display:block; }
 }@media only screen and (max-width: 763px) { #nG1TDVOcXBhD1dOatrtiOJ0eF4vnTb8X { top:57px;left:434px;width:330px;height:50px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KwhDT3ikptb7yCz2NicFlq0JcGZfpRZq { width:248px;height:;top:41px;left:70px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #UNLueGC3FeqDMJTrZyBS8RzEHzGdaiW5 { width:431px;height:;top:158px;left:70px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { width:412px;height:90px;top:596px;left:70px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #efWsbCxP7WQIg17XblR7BasLSL3TeWLX { top:57px;left:434px;width:330px;height:50px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #euamVapoCRPLpzcfe47o7pJGKuuomWXy { top:681px;left:0px;width:200px;height:41px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #ULaIpi93T0fgNJ8vCTSNb9k5RFs9pxDq { display:none; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { top:1052px;left:299.5px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { top:1055px;left:0px;width:500px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { top:78px;left:0px;width:204px;height:201.31578947368px;display:block; }
 }@media only screen and (max-width: 763px) { #LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { top:10px;left:94px;width:140px;height:134.6835443038px;font-size:94px;display:block; }
 }@media only screen and (max-width: 763px) { #GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { top:78px;left:102px;width:662px;height:163px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { top:257px;left:165px;width:296px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { top:188px;left:638px;width:126px;height:126px;font-size:88px;display:block; }
 }@media only screen and (max-width: 763px) { #y99eLRcUJaAU6XkMx6Q23RakreUDAagP { top:360px;left:195px;width:346px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #JwHRyWvpK817KqNT3m11MSL43AyvnkeZ { display:block; }
 }@media only screen and (max-width: 763px) { #nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { top:671px;left:560px;width:204px;height:201px;display:block; }
 }@media only screen and (max-width: 763px) { #UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { top:671px;left:280px;width:204px;height:201px;display:block; }
 }@media only screen and (max-width: 763px) { #Fq4FMCz9isEAbMutiCQa8iv75FMG4Bxs { top:882px;left:0px;width:296px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uxC5mc36hE971Wtr9nmaEMJmJXlCBgcR { top:881px;left:537px;width:227px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gPFINulInrEh4geby2882E7rN5rwt8f4 { top:672px;left:0px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #sACJWvQ7oHyax2kxq17agA4vkrLGXpba { width:705px;height:;top:531px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { top:1604px;left:0px;width:309px;height:44px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { top:881px;left:280.5px;width:225px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/067e5a7e-6a39-4a49-a830-8211a78f38a8/compres_shutterstock_2310239033.preview.mirror.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::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; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:320px;height:481px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:286px;height:0;top:246.296875px;left:27px;text-align:left;text-align-last:left;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { width:4px;height:148px;top:74px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { width:104px;height:25px;top:11px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { width:85px;height:32px;top:106.296875px;left:34px;text-align:left;text-align-last:left;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:180px;height:32px;top:149.296875px;left:34px;text-align:left;text-align-last:left;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:289px;height:32px;top:182.5px;left:31px;text-align:left;text-align-last:left;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dWFllPXn05ST8oC0zygTv4owuuFotQLA { width:288px;height:18.7px;top:74px;left:32px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:397.296875px;left:8.015625px;width:303.938px;height:63.9375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { width:286px;height:104px;top:258px;left:17px;text-align:left;text-align-last:left;font-size:20px;z-index:15006;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:320px;height:1266px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIaVWt2tOIT3y1G68H4hAcF4d7NTmyK { width:266px;height:89.6px;top:174px;left:27px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { width:150px;height:5px;top:79px;left:85px;display:none; }
 }@media only screen and (max-width: 763px) { #IlfqhXGaMEP1MddF2lCLRrAifIEZeHsr { width:320px;height:550px;top:656.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bLW3o0mNqLmlCQBeyOaGooxmz8rf0RNU { width:264px;height:415px;top:734.09375px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #nG1TDVOcXBhD1dOatrtiOJ0eF4vnTb8X { width:320px;height:50px;top:104px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KwhDT3ikptb7yCz2NicFlq0JcGZfpRZq { width:248px;height:64px;top:20px;left:36px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UNLueGC3FeqDMJTrZyBS8RzEHzGdaiW5 { width:320px;height:420px;top:104px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { width:320px;height:64px;top:549.59375px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #efWsbCxP7WQIg17XblR7BasLSL3TeWLX { width:320px;height:0;top:725px;left:22.5px;font-size:25px;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #euamVapoCRPLpzcfe47o7pJGKuuomWXy { top:671px;left:29px;width:249px;height:24.7px;z-index:15027;color:#012a2d;font-family:"financier display";font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ULaIpi93T0fgNJ8vCTSNb9k5RFs9pxDq { top:725px;left:10px;width:293px;height:462px;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/067e5a7e-6a39-4a49-a830-8211a78f38a8/compres_shutterstock_2310239033.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:320px;height:1790px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { width:27px;height:27px;top:1657.765625px;left:146.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { width:309px;height:0;top:1602.578125px;left:11px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { width:152px;height:150px;top:301px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { width:79px;height:76px;top:0px;left:0px;font-size:53px;color:rgba(255,255,255,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { width:320px;height:208px;top:67px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { width:296px;height:21.6px;top:463px;left:12px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { width:76px;height:76px;top:247px;left:244px;font-size:53px;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #y99eLRcUJaAU6XkMx6Q23RakreUDAagP { top:507.796875px;left:16px;width:304px;height:63px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JwHRyWvpK817KqNT3m11MSL43AyvnkeZ { display:block; }
 }@media only screen and (max-width: 763px) { #nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { width:157px;height:155px;top:1291.7750244141px;left:81.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { width:158px;height:156px;top:1016.7875366211px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #Fq4FMCz9isEAbMutiCQa8iv75FMG4Bxs { width:296px;height:60.4px;top:905.796875px;left:12px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxC5mc36hE971Wtr9nmaEMJmJXlCBgcR { width:203px;height:60.4px;top:1461.9750366211px;left:58.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPFINulInrEh4geby2882E7rN5rwt8f4 { width:157px;height:157px;top:737.796875px;left:80.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sACJWvQ7oHyax2kxq17agA4vkrLGXpba { width:320px;height:96px;top:606.796875px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { width:309px;height:44.2px;top:1604px;left:0px;font-size:17px;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { width:225px;height:60.4px;top:1184.7625732422px;left:55.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }