.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcbb301fa44974f450814c710eb331baf0131e32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfad4130-c5ab-4bee-acc6-2b4c7637e03c/LTEOriginalbannerblank.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xcbb301fa44974f450814c710eb331baf0131e32.adaptive-delivery-prevent-bg, #Xcbb301fa44974f450814c710eb331baf0131e32.lazyload, #Xcbb301fa44974f450814c710eb331baf0131e32.lazyloading { background-image: none; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container { background-color: transparent; background-image: none; }#Xcbb301fa44974f450814c710eb331baf0131e32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container > .video-iframe-container { display: none; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row > .video-iframe-container { display: none; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .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); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container { border-width: 0; border-radius: 0; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container { font-size:14px;font-family:arial;height:692px;width:1200px;position:relative;display:block; }#f8a24813d42ccd91d542a311672280a54352dfbb { color:#ffffff;display:block;width:937.992px;position:absolute;font-family:"bree serif";font-size:38px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:447.984375px;left:117.73828125px;height:49.4px;font-style:normal;display:block; }
#af4a771370d4f61daea03d15f6ab7f3ec9526739 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;box-shadow: none;height:448px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#R8bb44b9a08da12fc68777d4d4d0641784558e49 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);background-size:auto !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; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container { background-color: transparent; background-image: none; }#R8bb44b9a08da12fc68777d4d4d0641784558e49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container > .video-iframe-container { display: none; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row > .video-iframe-container { display: none; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .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); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container { border-width: 0; border-radius: 0; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#c75c756ac15cd71740065aee9a1de7876deb7dc6 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"bree serif";font-size:60px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6cb5e57daa0a54862fb930162d8eff342c9c678 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"bree serif";font-size:30px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:68px;left:0px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xe5910d201964036cae337d334ecbcdd5834f06e { 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; }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row .container { background-color: transparent; background-image: none; }#Xe5910d201964036cae337d334ecbcdd5834f06e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row .container > .video-iframe-container { display: none; }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row > .video-iframe-container { display: none; }#Xe5910d201964036cae337d334ecbcdd5834f06e > .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); }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row .container { border-width: 0; border-radius: 0; }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#ce9c8385a74bc1e1fc9f1fd2bf464a0cbc07120e { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9961px;width:69.9961px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.895874023438px;left:969.48956298828px; }
#d6c33ab0d461d162f6fa449f22184719a064094e { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9896px;width:69.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:19.895843505859px;left:359.00006103516px; }
#e775d7d7af2c7273456d0eaf894f92f7cd648e33 { color:#ffffff;display:block;width:379.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:101.96875px;left:38.010437011719px;height:264.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wd8e1a243a3c393f9a172799f34d39eac7bb09b1 { background-color:#ef332e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.969px;height:54.9896px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:225.00000762939px;left:864.48956298828px;display:block; }
#cdceb5c35c976fd10f044e68bceb5e0bfd408ad2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wa90fcc397e5aa7526c442b035c676e80acf4cfc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:312.81253051758px;left:967.97918701172px; }
#fbd1839d1eaf16c937588464b2af738f3a197229 { color:#ffffff;display:block;width:267.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:101.96875762939px;left:866.01043701172px;height:94.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pb669d48afaa4dd4d35016d545d16a9b40f6c348 { color:#ffffff;display:block;width:307px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:101.96875px;left:459.47918701172px;height:94.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f396804cc83b63ad0a8f9fd1bb1509df71539786 { 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:109.975px;width:300.975px;top:334.67501831055px;left:462.48748779297px;overflow:hidden;display:block; }
#U760ebc8bf3d1d74b8ce56dd6967c6cb247f4a0c { position:absolute;display:block;z-index:15024;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:95px;width:47px;top:342.16662597656px;left:42.010437011719px;overflow:hidden;display:block; }
#a555b44f7d057a9a0bf6bdd55ba0636edd12c741 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;height:483px;width:788px;top:11.947906494141px;left:0px;display:block; }
#v85cb688010ef16456471818fccf4f862dd12766 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;height:483px;width:393px;top:13.484375px;left:808px;display:block; }
#R072462bbe5bbfe41dce53eb88a68fa250e38c46 { color:#000000;display:block;width:379.958px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:409.15625px;left:33.010437011719px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a62d3fac1d12d993fe81bc9b7dede015699c5d1b { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:71px;width:71px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:391.62109375px;left:363.466796875px; }
#H9698afef890b33c4c008f9e23044e008d78e277 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:105px;width:105px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:222.95834350586px;left:560.47918701172px; }
#ca48ab2dcd9ab25fb5931f2d066840b36aa9e531 { color:#ef332e;display:block;width:281px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:405.44998168945px;left:472.47503662109px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T { 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; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row .container { background-color: transparent; background-image: none; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row .container > .video-iframe-container { display: none; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row > .video-iframe-container { display: none; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .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); }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row .container { border-width: 0; border-radius: 0; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row .container { font-size:14px;font-family:arial;height:781px;width:1200px;position:relative;display:block; }#ac61ca8a51d4c79b512cff0e4c040a6c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:591px;width:1051px;top:114px;left:74.49609375px;display:block; }
#a6b57ecd892000004515ea16545b70e0 { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9896px;width:69.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.854156494141px;left:80.479187011719px; }
#dd5996cc84ff0225e873dc7ccd04887f { color:#ffffff;display:block;width:333px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:29.2734375px;left:80.49609375px;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9c33b2a21471dc52148a6c9d592781e { color:#ffffff;display:block;width:349.992px;position:absolute;font-family:"bree serif";font-size:25px;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:30.33984375px;left:162.92578125px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f10e8a49501e2859191e620273f2cf4d { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;height:766px;width:1200px;top:0px;left:0px;display:block; }
#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t { position:relative;display:block; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t { background-color: transparent; background-image: none; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row .container > .video-iframe-container { display: none; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row > .video-iframe-container { display: none; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .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); }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t { border-width: 0; border-radius: 0; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row .container > .video-iframe-container { border-top-left-radius:040px;border-top-right-radius:040px;border-bottom-left-radius:0;border-bottom-right-radius:0; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:236px;width:1200px;border-top-left-radius:040px;border-top-right-radius:040px;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS { position:relative;display:block; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS { background-color: transparent; background-image: none; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row .container > .video-iframe-container { display: none; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row > .video-iframe-container { display: none; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .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); }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS { border-width: 0; border-radius: 0; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr { position:relative;display:block; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr { background-color: transparent; background-image: none; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row .container > .video-iframe-container { display: none; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row > .video-iframe-container { display: none; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .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); }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr { border-width: 0; border-radius: 0; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB { position:relative;display:block; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB { background-color: transparent; background-image: none; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row .container > .video-iframe-container { display: none; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row > .video-iframe-container { display: none; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .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); }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB { border-width: 0; border-radius: 0; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row .container > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px;position:relative;display:block; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 { 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; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row .container { background-color: transparent; background-image: none; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row .container > .video-iframe-container { display: none; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row > .video-iframe-container { display: none; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .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); }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row .container { border-width: 0; border-radius: 0; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row .container { font-size:14px;font-family:arial;height:224px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xcbb301fa44974f450814c710eb331baf0131e32 { display:block; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8a24813d42ccd91d542a311672280a54352dfbb { top:447px;left:0px;width:764px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #af4a771370d4f61daea03d15f6ab7f3ec9526739 { top:0px;left:0px;width:764px;height:285.22666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #R8bb44b9a08da12fc68777d4d4d0641784558e49 { display:block; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c75c756ac15cd71740065aee9a1de7876deb7dc6 { top:0px;left:0px;width:764px;height:78px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #c6cb5e57daa0a54862fb930162d8eff342c9c678 { top:68px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Xe5910d201964036cae337d334ecbcdd5834f06e { display:block; }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce9c8385a74bc1e1fc9f1fd2bf464a0cbc07120e { top:19px;left:604.48956298828px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #d6c33ab0d461d162f6fa449f22184719a064094e { top:19px;left:185px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #e775d7d7af2c7273456d0eaf894f92f7cd648e33 { top:101px;left:0px;width:379px;height:293px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wd8e1a243a3c393f9a172799f34d39eac7bb09b1 { width:279px;height:54px;top:225px;left:483px;display:block; }
 }@media only screen and (max-width: 763px) { #cdceb5c35c976fd10f044e68bceb5e0bfd408ad2 { display:block; }
 }@media only screen and (max-width: 763px) { #wa90fcc397e5aa7526c442b035c676e80acf4cfc { top:312px;left:602.97918701172px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #fbd1839d1eaf16c937588464b2af738f3a197229 { top:101px;left:495px;width:267px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #pb669d48afaa4dd4d35016d545d16a9b40f6c348 { top:101px;left:201px;width:307px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #f396804cc83b63ad0a8f9fd1bb1509df71539786 { top:334px;left:208px;width:300px;height:109.61873909793px;display:block; }
 }@media only screen and (max-width: 763px) { #U760ebc8bf3d1d74b8ce56dd6967c6cb247f4a0c { top:342px;left:0px;width:47px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #a555b44f7d057a9a0bf6bdd55ba0636edd12c741 { top:11px;left:0px;width:764px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #v85cb688010ef16456471818fccf4f862dd12766 { top:13px;left:370px;width:393px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #R072462bbe5bbfe41dce53eb88a68fa250e38c46 { top:409px;left:0px;width:379px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a62d3fac1d12d993fe81bc9b7dede015699c5d1b { top:391px;left:183px;width:71px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #H9698afef890b33c4c008f9e23044e008d78e277 { top:222px;left:341.47918701172px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #ca48ab2dcd9ab25fb5931f2d066840b36aa9e531 { top:405px;left:227px;width:281px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hDHWZo4eSfO15P4avi3P8fe3oRJQI46T { display:block; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac61ca8a51d4c79b512cff0e4c040a6c { top:114px;left:0px;width:764px;height:429.61370123692px;display:block; }
 }@media only screen and (max-width: 763px) { #a6b57ecd892000004515ea16545b70e0 { top:12px;left:0px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #dd5996cc84ff0225e873dc7ccd04887f { top:29px;left:0px;width:333px;height:;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #M9c33b2a21471dc52148a6c9d592781e { top:30px;left:0px;width:349px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #f10e8a49501e2859191e620273f2cf4d { top:0px;left:0px;width:764px;height:766px;display:block; }
 }@media only screen and (max-width: 763px) { #olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t { display:block; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS { display:block; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr { display:block; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB { display:block; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 { display:block; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xcbb301fa44974f450814c710eb331baf0131e32 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfad4130-c5ab-4bee-acc6-2b4c7637e03c/LTEOriginalbannerblank.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Xcbb301fa44974f450814c710eb331baf0131e32.adaptive-delivery-prevent-bg, #Xcbb301fa44974f450814c710eb331baf0131e32.lazyload, #Xcbb301fa44974f450814c710eb331baf0131e32.lazyloading { background-image: none; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container { background-color: transparent; background-image: none; }#Xcbb301fa44974f450814c710eb331baf0131e32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container > .video-iframe-container { display: none; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row > .video-iframe-container { display: none; }#Xcbb301fa44974f450814c710eb331baf0131e32 > .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); }#Xcbb301fa44974f450814c710eb331baf0131e32 > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8a24813d42ccd91d542a311672280a54352dfbb { width:319.992px;height:51.975px;top:139.96875px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #af4a771370d4f61daea03d15f6ab7f3ec9526739 { width:320px;height:119.46666666667px;top:11.98828125px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #R8bb44b9a08da12fc68777d4d4d0641784558e49 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);background-size:auto !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; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container { background-color: transparent; background-image: none; }#R8bb44b9a08da12fc68777d4d4d0641784558e49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container > .video-iframe-container { display: none; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row > .video-iframe-container { display: none; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .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); }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container { border-width: 0; border-radius: 0; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8bb44b9a08da12fc68777d4d4d0641784558e49 > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c75c756ac15cd71740065aee9a1de7876deb7dc6 { width:320px;height:56px;top:0px;left:0px;font-size:40px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c6cb5e57daa0a54862fb930162d8eff342c9c678 { width:314px;height:50.4px;top:53px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xe5910d201964036cae337d334ecbcdd5834f06e { display:block; }#Xe5910d201964036cae337d334ecbcdd5834f06e > .row .container { width:320px;height:1023px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce9c8385a74bc1e1fc9f1fd2bf464a0cbc07120e { display:flex;width:65px;height:65px;top:701.65625px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #d6c33ab0d461d162f6fa449f22184719a064094e { display:flex;width:65px;height:65px;top:21.64582824707px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #e775d7d7af2c7273456d0eaf894f92f7cd648e33 { width:320px;height:228px;top:85.97917175293px;left:0.48958301544189px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wd8e1a243a3c393f9a172799f34d39eac7bb09b1 { width:278.99px;height:53.9896px;top:870px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cdceb5c35c976fd10f044e68bceb5e0bfd408ad2 { display:block; }
 }@media only screen and (max-width: 763px) { #wa90fcc397e5aa7526c442b035c676e80acf4cfc { display:flex;width:51px;height:51px;top:936.4792175293px;left:134.50000476837px; }
 }@media only screen and (max-width: 763px) { #fbd1839d1eaf16c937588464b2af738f3a197229 { width:266.99px;height:91.2093px;top:766px;left:26px;font-size:19px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pb669d48afaa4dd4d35016d545d16a9b40f6c348 { width:287.99px;height:68.4px;top:380px;left:16.000000953674px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f396804cc83b63ad0a8f9fd1bb1509df71539786 { width:274px;height:99px;top:558px;left:23.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #U760ebc8bf3d1d74b8ce56dd6967c6cb247f4a0c { width:24px;height:50px;top:299.5px;left:25.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #a555b44f7d057a9a0bf6bdd55ba0636edd12c741 { width:320px;height:663px;top:18.447914123535px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v85cb688010ef16456471818fccf4f862dd12766 { width:320px;height:308px;top:697px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R072462bbe5bbfe41dce53eb88a68fa250e38c46 { width:317px;height:28px;top:331.15625px;left:1.4791669845581px;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a62d3fac1d12d993fe81bc9b7dede015699c5d1b { display:flex;width:71px;height:71px;top:1070.6354370117px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #H9698afef890b33c4c008f9e23044e008d78e277 { display:flex;width:93px;height:93px;top:453.58337402344px;left:113.50000476837px; }
 }@media only screen and (max-width: 763px) { #ca48ab2dcd9ab25fb5931f2d066840b36aa9e531 { width:257px;height:28px;top:622px;left:31.500000953674px;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hDHWZo4eSfO15P4avi3P8fe3oRJQI46T { display:block; }#hDHWZo4eSfO15P4avi3P8fe3oRJQI46T > .row .container { width:320px;height:387px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac61ca8a51d4c79b512cff0e4c040a6c { height:171.996px;width:306.996px;top:162.984375px;left:6.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #a6b57ecd892000004515ea16545b70e0 { display:flex;width:65px;height:65px;top:8.6667175292969px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #dd5996cc84ff0225e873dc7ccd04887f { width:319.992px;height:0;top:25px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M9c33b2a21471dc52148a6c9d592781e { width:192px;height:58.8px;top:77.65234375px;left:63.984375px;font-size:21px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f10e8a49501e2859191e620273f2cf4d { width:320px;height:373px;top:0.4921875px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t { display:block; }#olAFkXk6mSTyrBGT4cUE3Fel1AlgVT3t > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS { display:block; }#AZJxIAotP12Td2LWTVUxtlUqcL9SbHzS > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr { display:block; }#IiF67PBWCqs8FP4o0vL4fZ2NNyQQt8xr > .row .container { width:320px;height:714px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB { display:block; }#a8fxuwvt3T4bg1gFSkNAcfpnw3I2GLkB > .row .container { width:320px;height:753px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 { display:block; }#h9SrmeOlAHyV7S0IEIwF6whb45mcNOF3 > .row .container { width:320px;height:230px;position:relative;display:block; } }