.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e049187-9ec2-435e-9f7a-88cf22ea610a/CopyofTabletmockup.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:721px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#RkrZcZoyrOSVMGgLRH4Lw63E6iwQ08hz { color:#bf2126;display:block;width:710px;position:absolute;font-family:anton;font-size:85px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:245px;left:490px;height:221px;text-align:center;text-align-last:center;display:block; }
#p7frq2pC3PAHXH2InKT2M3IexGEueGyZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:600px;width:600px;top:111px;left:0px;overflow:hidden;display:block; }
#UAOTb1zuapTMXozHO3oZFGGJbzLRDXmT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:124px;width:268px;top:0px;left:466px;overflow:hidden;display:block; }
#c3UIDCxmPxt7tgAQTuhWh2KgAWJQyrTU { color:#096da6;display:block;width:675px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:466px;left:507px;height:57.2px;text-align:center;text-align-last:center;display:block; }
#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up { position:relative;display:block; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up { background-color: transparent; background-image: none; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row .container > .video-iframe-container { display: none; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row > .video-iframe-container { display: none; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .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); }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up { border-width: 0; border-radius: 0; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:87px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdIn21FIXEEvV81gONRwFXH1bF9ZABmc { color:#000000;display:block;width:1200px;position:absolute;font-family:anton;font-size:45px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249984741211px;left:0px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#axDUrTe82uOD84XkP1h1gtSmGbAtG506 { box-sizing:content-box;height:422px;width:2px;position:absolute;display:block;z-index:15016;background-color:#bf2126;background-image:none;top:86.987487792969px;left:299.35000610352px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg { position:relative;display:block; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg { background-color: transparent; background-image: none; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row .container > .video-iframe-container { display: none; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row > .video-iframe-container { display: none; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .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); }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg { border-width: 0; border-radius: 0; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row .container { border-top:2px solid #bf2126;border-left:2px solid #bf2126;border-right:2px solid #bf2126;border-bottom:2px solid #bf2126;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:420px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#grcpDn3981gy2nyV6Fki9ztUrB90T0ZB { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:184.00000762939px;left:12.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#acN9w3N1tovg2uCTJnPUrdbspx59CevP { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:75px;left:13px;height:57.2px;text-align:center;text-align-last:center;display:block; }
#KoK3AlnkUzls83h3WMpI0us1QB5566cD { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:39px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19px;left:13px;height:50.7px;text-align:center;text-align-last:center;display:block; }
#EMOfvxIsrTMpJPT4vmQiFTyCukufPxfa { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:184.00000762939px;left:312.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#hbKXnzG75yzEevibof7EbSI7Q9DkTyPg { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:76px;left:313px;height:57.2px;text-align:center;text-align-last:center;display:block; }
#eUOPaUUTFVBhqVv165rUJwGVVhKrDDw0 { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:39px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20px;left:313px;height:50.7px;text-align:center;text-align-last:center;display:block; }
#cJgvE1hAJmEJ8VPQRdnThNnNtXpmNkJ8 { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:184.00000762939px;left:612.50003051758px;height:130px;text-align:center;text-align-last:center;display:block; }
#VSE0ltGHef1sPaGCIcGFbg5U8mG04F7B { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:76px;left:613px;height:85.8px;text-align:center;text-align-last:center;display:block; }
#TKnh3aS6iWrqUEqG1NHJtKISTdFytwDz { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:39px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20px;left:613px;height:50.7px;text-align:center;text-align-last:center;display:block; }
#v5NTDzm5UyLlcpwRPMWCWiMmoFw31pU8 { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:184.00000762939px;left:912.49996948242px;height:208px;text-align:center;text-align-last:center;display:block; }
#zSJr82TyubxutXZeskVqXk7e1V0KidTd { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:76px;left:912px;height:85.8px;text-align:center;text-align-last:center;display:block; }
#uXKxppTEH3gncSviNuG0HzyTFb1JGuDR { color:#000000;display:block;width:275px;position:absolute;font-family:montserrat;font-size:39px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20px;left:912px;height:50.7px;text-align:center;text-align-last:center;display:block; }
#e9GwJoIB9nOp8wcwLTft1X1t0mD3SNhB { box-sizing:content-box;height:421px;width:2px;position:absolute;display:block;z-index:15017;background-color:#bf2126;background-image:none;top:0px;left:598.39999389648px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lFTRzybheUyuTiLSBg4wGpEptSTdxul2 { box-sizing:content-box;height:421px;width:2px;position:absolute;display:block;z-index:15018;background-color:#bf2126;background-image:none;top:0px;left:899.39999389648px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys { position:relative;display:block; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys { background-color: transparent; background-image: none; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row .container > .video-iframe-container { display: none; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row > .video-iframe-container { display: none; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .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); }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys { border-width: 0; border-radius: 0; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:685px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTQrBTKM4Ba79oKsEN1gCMvtPIW8Vw5D { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:538px;width:958px;top:0px;left:121px;overflow:hidden;display:block; }
#awd2T0R0XqcxsnBM50NwiWLWncHyX430 { color:#bf2126;display:block;width:1128px;position:absolute;font-family:anton;font-size:49px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:557.60000610352px;left:36px;height:127.4px;text-align:center;text-align-last:center;display:block; }
#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y { position:relative;display:block; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y { background-color: transparent; background-image: none; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row .container > .video-iframe-container { display: none; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row > .video-iframe-container { display: none; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .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); }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y { border-width: 0; border-radius: 0; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:391px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KTrGEayTxhy638fqhA4AT79KoxXPb1u0 { color:#000000;display:block;width:540px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:97px;left:30px;height:78px;text-align:center;text-align-last:center;display:block; }
#qKyURTaTm8vvC9kdu0XqZTDxDlOhLQ1p { color:#096da6;display:block;width:540px;position:absolute;font-family:anton;font-size:46px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:175px;left:30px;height:119.6px;text-align:center;text-align-last:center;display:block; }
#gv8xCIb8JZdTBnuZ3UzhNmrUk3BWLw9T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:389px;width:466px;top:0px;left:667.00003051758px;overflow:hidden;display:block; }
#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs { position:relative;display:block; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs { background-color: transparent; background-image: none; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row .container > .video-iframe-container { display: none; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row > .video-iframe-container { display: none; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .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); }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs { border-width: 0; border-radius: 0; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:693px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G9NuFu11qeB0Dtzbzb6N9v1EKGOMPmT2 { color:#000000;display:block;width:1123px;position:absolute;font-family:"montserrat bold";font-size:26px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9px;left:38.5px;height:135.2px;text-align:center;text-align-last:center;display:block; }
#oEUwCVgQk0PZ1eiFdE85qPzNEm127NMr { color:#000000;display:block;width:1123px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:193px;left:38px;height:200.2px;text-align:center;text-align-last:center;display:block; }
#oJAuVTS16xgKfPQfiMzCmNC3llC2F4hp { z-index:15003;top:435px;left:408px;background-color:#096da6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 5px 35px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:384px;height:84px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QCSdhHG5iQNrdPus2gQo0MDhiydGJQyA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JH6QOvJrXHJfGwRKNOZmTsnxXUfyGvPV { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:537px;left:0px;height:23.4px;text-align:center;text-align-last:center;display:block; }
#SD7sNxuAeAgAZJTFXEd5ZZ2nkXxcdZzJ { color:#000000;display:block;width:1200px;position:absolute;font-family:"montserrat bold";font-size:46px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:574px;left:0px;height:59.8px;text-align:center;text-align-last:center;display:block; }
#qGechx1crtlgka3s7EkhHrM133zNswyf { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:23px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:634px;left:0px;height:29.9px;text-align:center;text-align-last:center;display:block; }
#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row .container { background-color: transparent; background-image: none; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row .container > .video-iframe-container { display: none; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row > .video-iframe-container { display: none; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .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); }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row .container { border-width: 0; border-radius: 0; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row .container { font-size:14px;font-family:arial;height:193px;width:1200px;position:relative;display:block; }#VERnpsHxeM1o7mHRGOkCHuvpu1g1eoyT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:115px;width:250px;top:25.1875px;left:31px;overflow:hidden;display:block; }
#uFCF4xVidJ16vGTT2zWZtX7S6oSvi2qX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:79px;left:985.99996948242px; }
#uFCF4xVidJ16vGTT2zWZtX7S6oSvi2qX > img { max-width: 100%;max-height:100%; }#FFtO6xTHs6REmh7X49kThJDin7XHO0Ls { color:#096da6;display:block;width:128px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32px;left:547.00003051758px;height:28.6px;text-align:center;text-align-last:center;display:block; }
#Kd1JpI9gOkN526lcKRces9C2v2Omp6KE { color:#bf2126;display:block;width:290px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:94px;left:466.00003051758px;height:23.4px;text-align:center;text-align-last:center;display:block; }
#T3ATyCu3GwixwkT3tdccXulULVZfldBF { color:#bf2126;display:block;width:157px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:71px;left:544.00003051758px;height:23.4px;text-align:center;text-align-last:center;display:block; }
#ObcShdq5mTRU0pm2O4Bx7a3BuCRN2bcw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:94px;left:466.00003051758px; }
#evRo8OH13KTvyWyk5DGdkQAs1mX0rNac { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:71px;left:522.00003051758px; }
#eeehX9A7qTbaB9H7U81WU9FxiP9z7wCq { color:#096da6;display:block;width:208px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32px;left:937.99996948242px;height:28.6px;text-align:center;text-align-last:center;display:block; }
#oSUTqIdxX90lTyleyi1pJcMdULIXxQIC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:77px;left:1057.9999694824px; }
#oSUTqIdxX90lTyleyi1pJcMdULIXxQIC > img { max-width: 100%;max-height:100%; }#FIq2Od9rmbdlTGlk8xsQ9P0rPT1N6FN9 { color:#096da6;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:147.98754882812px;left:0px;height:15.6px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkrZcZoyrOSVMGgLRH4Lw63E6iwQ08hz { top:245px;left:54px;width:710px;height:221px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #p7frq2pC3PAHXH2InKT2M3IexGEueGyZ { top:111px;left:0px;width:600px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #UAOTb1zuapTMXozHO3oZFGGJbzLRDXmT { top:0px;left:248px;width:268px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #c3UIDCxmPxt7tgAQTuhWh2KgAWJQyrTU { top:466px;left:89px;width:675px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up { display:block; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdIn21FIXEEvV81gONRwFXH1bF9ZABmc { top:14px;left:0px;width:764px;height:58px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #axDUrTe82uOD84XkP1h1gtSmGbAtG506 { top:86px;left:81.350006103516px;width:2px;height:422px;display:block; }
 }@media only screen and (max-width: 763px) { #AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg { display:block; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grcpDn3981gy2nyV6Fki9ztUrB90T0ZB { top:184px;left:0px;width:275px;height:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #acN9w3N1tovg2uCTJnPUrdbspx59CevP { top:74px;left:0px;width:275px;height:57px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KoK3AlnkUzls83h3WMpI0us1QB5566cD { top:19px;left:0px;width:275px;height:50px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #EMOfvxIsrTMpJPT4vmQiFTyCukufPxfa { top:184px;left:107px;width:275px;height:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hbKXnzG75yzEevibof7EbSI7Q9DkTyPg { top:76px;left:107px;width:275px;height:57px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eUOPaUUTFVBhqVv165rUJwGVVhKrDDw0 { top:20px;left:107px;width:275px;height:50px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #cJgvE1hAJmEJ8VPQRdnThNnNtXpmNkJ8 { top:184px;left:298px;width:275px;height:130px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VSE0ltGHef1sPaGCIcGFbg5U8mG04F7B { top:76px;left:298px;width:275px;height:85px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TKnh3aS6iWrqUEqG1NHJtKISTdFytwDz { top:20px;left:298px;width:275px;height:50px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #v5NTDzm5UyLlcpwRPMWCWiMmoFw31pU8 { top:184px;left:489px;width:275px;height:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zSJr82TyubxutXZeskVqXk7e1V0KidTd { top:76px;left:489px;width:275px;height:85px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uXKxppTEH3gncSviNuG0HzyTFb1JGuDR { top:20px;left:489px;width:275px;height:50px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #e9GwJoIB9nOp8wcwLTft1X1t0mD3SNhB { top:0px;left:380px;width:2px;height:421px;display:block; }
 }@media only screen and (max-width: 763px) { #lFTRzybheUyuTiLSBg4wGpEptSTdxul2 { top:0px;left:571px;width:2px;height:421px;display:block; }
 }@media only screen and (max-width: 763px) { #XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys { display:block; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTQrBTKM4Ba79oKsEN1gCMvtPIW8Vw5D { top:0px;left:0px;width:764px;height:429.05219206681px;display:block; }
 }@media only screen and (max-width: 763px) { #awd2T0R0XqcxsnBM50NwiWLWncHyX430 { top:557px;left:0px;width:764px;height:127px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y { display:block; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTrGEayTxhy638fqhA4AT79KoxXPb1u0 { top:97px;left:0px;width:540px;height:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qKyURTaTm8vvC9kdu0XqZTDxDlOhLQ1p { top:175px;left:0px;width:540px;height:119px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #gv8xCIb8JZdTBnuZ3UzhNmrUk3BWLw9T { top:0px;left:298px;width:466px;height:389px;display:block; }
 }@media only screen and (max-width: 763px) { #PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs { display:block; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9NuFu11qeB0Dtzbzb6N9v1EKGOMPmT2 { top:9px;left:0px;width:764px;height:168px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oEUwCVgQk0PZ1eiFdE85qPzNEm127NMr { top:193px;left:0px;width:764px;height:200px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oJAuVTS16xgKfPQfiMzCmNC3llC2F4hp { top:435px;left:190px;width:384px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #QCSdhHG5iQNrdPus2gQo0MDhiydGJQyA { display:block; }
 }@media only screen and (max-width: 763px) { #JH6QOvJrXHJfGwRKNOZmTsnxXUfyGvPV { top:537px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SD7sNxuAeAgAZJTFXEd5ZZ2nkXxcdZzJ { top:574px;left:0px;width:764px;height:59px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qGechx1crtlgka3s7EkhHrM133zNswyf { top:634px;left:0px;width:764px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA { display:block; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VERnpsHxeM1o7mHRGOkCHuvpu1g1eoyT { top:25px;left:0px;width:250px;height:115px;display:block; }
 }@media only screen and (max-width: 763px) { #uFCF4xVidJ16vGTT2zWZtX7S6oSvi2qX { top:79px;left:727px;width:37px;height:37px;display:block; }
#uFCF4xVidJ16vGTT2zWZtX7S6oSvi2qX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FFtO6xTHs6REmh7X49kThJDin7XHO0Ls { top:32px;left:329.00003051758px;width:128px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1JpI9gOkN526lcKRces9C2v2Omp6KE { top:94px;left:248.00003051758px;width:290px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T3ATyCu3GwixwkT3tdccXulULVZfldBF { top:71px;left:326.00003051758px;width:157px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ObcShdq5mTRU0pm2O4Bx7a3BuCRN2bcw { top:94px;left:248.00003051758px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #evRo8OH13KTvyWyk5DGdkQAs1mX0rNac { top:71px;left:304.00003051758px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #eeehX9A7qTbaB9H7U81WU9FxiP9z7wCq { top:32px;left:556px;width:208px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oSUTqIdxX90lTyleyi1pJcMdULIXxQIC { top:77px;left:723px;width:41px;height:41px;display:block; }
#oSUTqIdxX90lTyleyi1pJcMdULIXxQIC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FIq2Od9rmbdlTGlk8xsQ9P0rPT1N6FN9 { top:147px;left:0px;width:764px;height:15px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e049187-9ec2-435e-9f7a-88cf22ea610a/CopyofTabletmockup.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:611px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkrZcZoyrOSVMGgLRH4Lw63E6iwQ08hz { width:320px;height:93.6px;top:156.80000305176px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #p7frq2pC3PAHXH2InKT2M3IexGEueGyZ { width:320px;height:320px;top:289.39999389648px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UAOTb1zuapTMXozHO3oZFGGJbzLRDXmT { width:268px;height:124px;top:20px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #c3UIDCxmPxt7tgAQTuhWh2KgAWJQyrTU { width:320px;height:39px;top:250.40000915527px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up { display:block; }#bZnX0aqhOTxO0bFf9JZhm5ggptxJB6up > .row .container { width:320px;height:52px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdIn21FIXEEvV81gONRwFXH1bF9ZABmc { width:320px;height:36.4px;top:7.8000183105469px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #axDUrTe82uOD84XkP1h1gtSmGbAtG506 { width:2px;height:20px;top:16px;left:81.999998092651px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg { display:block; }#AJyLKNTll3wvwNuWUhw9FOnyCCqUHBGg > .row .container { width:320px;height:918px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grcpDn3981gy2nyV6Fki9ztUrB90T0ZB { width:275px;height:41.6px;top:127.40000152588px;left:23.300000190735px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acN9w3N1tovg2uCTJnPUrdbspx59CevP { width:275px;height:49.4px;top:72.800010681152px;left:23.300000190735px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoK3AlnkUzls83h3WMpI0us1QB5566cD { width:275px;height:52px;top:20px;left:22px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMOfvxIsrTMpJPT4vmQiFTyCukufPxfa { width:275px;height:62.4px;top:312.20001983643px;left:23.300000190735px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbKXnzG75yzEevibof7EbSI7Q9DkTyPg { width:275px;height:49.4px;top:251.50000762939px;left:23.300000190735px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUOPaUUTFVBhqVv165rUJwGVVhKrDDw0 { width:275px;height:52px;top:198.70001983643px;left:23.300000190735px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJgvE1hAJmEJ8VPQRdnThNnNtXpmNkJ8 { width:275px;height:83.2px;top:524.79999542236px;left:23.300000190735px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSE0ltGHef1sPaGCIcGFbg5U8mG04F7B { width:275px;height:49.4px;top:460.79999387264px;left:23.300000190735px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKnh3aS6iWrqUEqG1NHJtKISTdFytwDz { width:275px;height:52px;top:408px;left:23px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5NTDzm5UyLlcpwRPMWCWiMmoFw31pU8 { width:275px;height:124.8px;top:764.79998779297px;left:23.300000190735px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSJr82TyubxutXZeskVqXk7e1V0KidTd { width:275px;height:49.4px;top:698.60000610352px;left:23.300000190735px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXKxppTEH3gncSviNuG0HzyTFb1JGuDR { width:275px;height:52px;top:645.80000305176px;left:23.300000190735px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9GwJoIB9nOp8wcwLTft1X1t0mD3SNhB { width:2px;height:2px;top:40.587509155273px;left:159.80000019073px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lFTRzybheUyuTiLSBg4wGpEptSTdxul2 { width:2px;height:2px;top:311.4px;left:49px;z-index:15017;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys { display:block; }#XoDWcQsbnhrSTtOWis9HOxZ4gHiQkRys > .row .container { width:320px;height:304px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTQrBTKM4Ba79oKsEN1gCMvtPIW8Vw5D { width:316px;height:177px;top:3px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #awd2T0R0XqcxsnBM50NwiWLWncHyX430 { width:320px;height:97.5px;top:193.98749542236px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y { display:block; }#RJWDfhrFIqy7MkRQb6tIxBC66cRXUS4y > .row .container { width:320px;height:337px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTrGEayTxhy638fqhA4AT79KoxXPb1u0 { width:320px;height:46.8px;top:210px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKyURTaTm8vvC9kdu0XqZTDxDlOhLQ1p { width:320px;height:70.2px;top:256.79999923706px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gv8xCIb8JZdTBnuZ3UzhNmrUk3BWLw9T { width:235px;height:197px;top:4.8000183105469px;left:42.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs { display:block; }#PM7G9PTR0lGdUKUJLEneaSs8aIQWaICs > .row .container { width:320px;height:800px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9NuFu11qeB0Dtzbzb6N9v1EKGOMPmT2 { width:320px;height:210.6px;top:13px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oEUwCVgQk0PZ1eiFdE85qPzNEm127NMr { width:320px;height:312px;top:240px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oJAuVTS16xgKfPQfiMzCmNC3llC2F4hp { top:568px;left:48px;width:224px;height:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QCSdhHG5iQNrdPus2gQo0MDhiydGJQyA { display:block; }
 }@media only screen and (max-width: 763px) { #JH6QOvJrXHJfGwRKNOZmTsnxXUfyGvPV { width:320px;height:23.4px;top:640px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SD7sNxuAeAgAZJTFXEd5ZZ2nkXxcdZzJ { width:320px;height:62.4px;top:675px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qGechx1crtlgka3s7EkhHrM133zNswyf { width:320px;height:29.9px;top:749px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA { display:block; }#U0baUF6EcfHcLchT8PEd24Bo1v2bx1AA > .row .container { width:320px;height:391px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VERnpsHxeM1o7mHRGOkCHuvpu1g1eoyT { width:250px;height:115px;top:5px;left:35.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #uFCF4xVidJ16vGTT2zWZtX7S6oSvi2qX { display:flex;width:37px;height:37px;top:280.80001831055px;left:89.999998092651px; }
#uFCF4xVidJ16vGTT2zWZtX7S6oSvi2qX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FFtO6xTHs6REmh7X49kThJDin7XHO0Ls { width:128px;height:23.4px;top:140px;left:95.999998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1JpI9gOkN526lcKRces9C2v2Omp6KE { width:243px;height:19.5px;top:196.29998779297px;left:49.500001907349px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T3ATyCu3GwixwkT3tdccXulULVZfldBF { width:157px;height:19.5px;top:168.98748779297px;left:88.999998092651px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ObcShdq5mTRU0pm2O4Bx7a3BuCRN2bcw { display:flex;width:18px;height:18px;top:197.04998779297px;left:49.500001907349px; }
 }@media only screen and (max-width: 763px) { #evRo8OH13KTvyWyk5DGdkQAs1mX0rNac { display:flex;width:22px;height:22px;top:167.73748779297px;left:74.800001144409px; }
 }@media only screen and (max-width: 763px) { #eeehX9A7qTbaB9H7U81WU9FxiP9z7wCq { width:208px;height:23.4px;top:249.98748779297px;left:55.999998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oSUTqIdxX90lTyleyi1pJcMdULIXxQIC { display:flex;width:41px;height:41px;top:278.80001831055px;left:183.8000087738px; }
#oSUTqIdxX90lTyleyi1pJcMdULIXxQIC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FIq2Od9rmbdlTGlk8xsQ9P0rPT1N6FN9 { width:294px;height:26px;top:339.80003356934px;left:13px;font-size:10px;display:block; }
 }