.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP { 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;z-index:auto;display:block; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row .container { background-color: transparent; background-image: none; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row .container > .video-iframe-container { display: none; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row > .video-iframe-container { display: none; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .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); }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row .container { border-width: 0; border-radius: 0; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#b9TuD4Ld9frhCK3rdVm4T5QGRbRRkCxV { 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;box-shadow: none;height:4.5rem;width:12.5625rem;top:0.625rem;left:1.3194446563721rem;overflow:hidden;display:block; }
#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f9488;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top 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; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz.adaptive-delivery-prevent-bg, #TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz.lazyload, #TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz.lazyloading { background-image: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container { background-color: transparent; background-image: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container > .video-iframe-container { display: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row > .video-iframe-container { display: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .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); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container { border-width: 0; border-radius: 0; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#HUvDIe9ra1aZAcUHxGSOaP43Be9TXAXz { background-color:#ffb512;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:32.874999523163rem;left:0rem;display:block; }
#bTGA9EmSTh7qluyZzOcGHotSvrZEhNrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yZzntLt86rMEbGMx8BUE5nDB7S3Xx430 { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.1875rem;left:0rem;height:15.8993125rem;font-style:normal;display:block; }
#bWHHr6uX78pgsf2mO6LCAuEmhZ5oiauP { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.847223281861rem;left:0rem;height:6.8229375rem;font-style:italic;display:block; }
#sxchEetlSh49Ch1AFw2Fv5g8QBTIaP65 { 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;box-shadow: none;height:18.5rem;width:25.375rem;top:12.413194656372rem;left:34.625001907349rem;overflow:hidden;display:block; }
#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk { 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; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row .container { background-color: transparent; background-image: none; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row .container > .video-iframe-container { display: none; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row > .video-iframe-container { display: none; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .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); }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row .container { border-width: 0; border-radius: 0; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#cRo0hBq96t09lAMGJMw6eLfrETbrhw9H { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:9.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awOoFkGbWZR5OhHOaDk0UrS7vk6MEn6E { position:absolute;display:block;z-index:15003;background-color:#003f3f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:28.374999523163rem;left:7.6875rem;display:block; }
#xaTNUtI5u98oz4kqdNZpuz8pUbqhm1mA { position:absolute;display:block;z-index:15009;background-color:#09807e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:28.187499523163rem;left:23.187501907349rem;display:block; }
#TAxEBNHhJ2Sl7AxFwrMMTRl8TeNlFFaM { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.125rem;left:24.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMx6GsNhiSeW0SmQVU55c1PMzLBHNurG { position:absolute;display:block;z-index:15015;background-color:#17c0c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:28.187499523163rem;left:38.187501907349rem;display:block; }
#Ek6VZ072Hum0MReFAeDLL9OvA1hh2hGQ { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.125rem;left:39.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTOwlPmZKLl0U0h2hXxJGdSTq9ww2gtE { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:16.125rem;width:14.0625rem;top:12.187500476837rem;left:23.187501907349rem;display:block; }
#G0dBxg9vUI4QwZXLqGGMkqMxfz8RuTRt { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:16.3125rem;width:13.9375rem;top:12.187500476837rem;left:7.6875rem;display:block; }
#Q2ZDCOW72r8n15FKzRVQ9hcgIvWAHuyt { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:16.125rem;width:14.0625rem;top:12.187500476837rem;left:38.125001907349rem;display:block; }
#nkoFSGy05XvpzNezxzWabLaNTTQTRb8m { position:absolute;display:block;z-index:15007;background-color:#17c0c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.305555768311rem;left:12.812501907349rem;display:block; }
#e3mnka6XQUAM1mtiFaoHkXHHwqZ4PZno { position:absolute;display:block;z-index:15008;background-color:#09807e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:17.812499523163rem;left:30.812501907349rem;display:block; }
#EKZJpATt8nySDnRc1FX7acPCApAtzgKX { position:absolute;display:block;z-index:15023;background-color:#17c0c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:17.499999523163rem;left:45.312501907349rem;display:block; }
#krxmmnBMTG7FntXwhuLHlLuZHlagUf3U { position:absolute;display:block;z-index:15026;background-color:#09807e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:18.180555768311rem;left:15.399305343628rem;display:block; }
#N8tGd3P9ueiF8e5ETwhuxXduoIMJTE5H { position:absolute;display:block;z-index:15028;background-color:#17c0c3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.4375rem;top:16.499999523163rem;left:28.562501907349rem;display:block; }
#TKbiyN9iFTFG4WhdalkATJ9ZX0P1z4Sy { position:absolute;display:block;z-index:15030;background-color:#09807e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:16.062500476837rem;left:43.750001907349rem;display:block; }
#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lh5bGG5T3LGnTcnUKso4gP1m9753eESa { color:#000000;display:block;width:45rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8663187026978rem;left:7.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XP1nlmWMbD6MhxlgoCt9xn6IN7Klo7nW { position:absolute;display:block;z-index:15031;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:2.6875rem;width:2.6875rem;top:16.305555768311rem;left:13.406251907349rem;overflow:hidden;display:block; }
#zfa1mb53zCcCv4WB3bILJoAyQ8zeymdW { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.332465767861rem;left:9.6562519073488rem;height:5.847225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leTNJ8bexPvoTTe3imcAGW9D0snZpidr { position:absolute;display:block;z-index:15032;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:2.5625rem;width:2.5625rem;top:16.305555939674rem;left:28.937501907349rem;overflow:hidden;display:block; }
#eb38sBXyhtEv9QBsIFMnZ48WWFhmdsGq { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.332465767861rem;left:25.125001907349rem;height:5.847225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgsCWtEhwl7SWtzWskuepSREaW5t6CLR { position:absolute;display:block;z-index:15033;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:2.3125rem;width:2.3125rem;top:16.305555939674rem;left:44.062501907349rem;overflow:hidden;display:block; }
#TM6xnWNzNgehd3StUnEAzq089Dhh2qst { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.332465767861rem;left:40.125001907349rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003f3f;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; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row .container { background-color: transparent; background-image: none; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row .container > .video-iframe-container { display: none; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row > .video-iframe-container { display: none; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .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); }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row .container { border-width: 0; border-radius: 0; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#zHOxzfLIIquCK9k6hm9LyesiKvK9O80O { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.787325rem;font-style:normal;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) { #n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP { display:block; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9TuD4Ld9frhCK3rdVm4T5QGRbRRkCxV { top:0.625rem;left:0rem;width:12.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz { display:block; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUvDIe9ra1aZAcUHxGSOaP43Be9TXAXz { width:17.5rem;height:3.625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGA9EmSTh7qluyZzOcGHotSvrZEhNrO { display:block; }
 }@media only screen and (max-width: 763px) { #yZzntLt86rMEbGMx8BUE5nDB7S3Xx430 { width:30rem;height:15.875rem;top:5.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWHHr6uX78pgsf2mO6LCAuEmhZ5oiauP { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxchEetlSh49Ch1AFw2Fv5g8QBTIaP65 { top:12.375rem;left:22.375rem;width:25.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk { display:block; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRo0hBq96t09lAMGJMw6eLfrETbrhw9H { width:11.375rem;height:1.4375rem;top:14.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awOoFkGbWZR5OhHOaDk0UrS7vk6MEn6E { width:14.0625rem;height:0.125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaTNUtI5u98oz4kqdNZpuz8pUbqhm1mA { width:14.0625rem;height:0.125rem;top:28.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxEBNHhJ2Sl7AxFwrMMTRl8TeNlFFaM { width:11.375rem;height:1.4375rem;top:14.125rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMx6GsNhiSeW0SmQVU55c1PMzLBHNurG { width:14.0625rem;height:0.125rem;top:28.125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek6VZ072Hum0MReFAeDLL9OvA1hh2hGQ { width:11.375rem;height:1.4375rem;top:14.125rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTOwlPmZKLl0U0h2hXxJGdSTq9ww2gtE { width:14.0625rem;height:16.125rem;top:12.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0dBxg9vUI4QwZXLqGGMkqMxfz8RuTRt { width:13.9375rem;height:16.3125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ZDCOW72r8n15FKzRVQ9hcgIvWAHuyt { width:14.0625rem;height:16.125rem;top:12.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkoFSGy05XvpzNezxzWabLaNTTQTRb8m { width:1.375rem;height:1.375rem;top:16.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3mnka6XQUAM1mtiFaoHkXHHwqZ4PZno { width:1.125rem;height:1.125rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZJpATt8nySDnRc1FX7acPCApAtzgKX { width:2rem;height:2rem;top:17.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krxmmnBMTG7FntXwhuLHlLuZHlagUf3U { width:1.0625rem;height:0.5625rem;top:18.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8tGd3P9ueiF8e5ETwhuxXduoIMJTE5H { width:1.4375rem;height:0.5625rem;top:16.4375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKbiyN9iFTFG4WhdalkATJ9ZX0P1z4Sy { width:1.625rem;height:1.625rem;top:16.0625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:2.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh5bGG5T3LGnTcnUKso4gP1m9753eESa { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP1nlmWMbD6MhxlgoCt9xn6IN7Klo7nW { top:16.25rem;left:9.25rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfa1mb53zCcCv4WB3bILJoAyQ8zeymdW { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTNJ8bexPvoTTe3imcAGW9D0snZpidr { top:16.25rem;left:21.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb38sBXyhtEv9QBsIFMnZ48WWFhmdsGq { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgsCWtEhwl7SWtzWskuepSREaW5t6CLR { top:16.25rem;left:33.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6xnWNzNgehd3StUnEAzq089Dhh2qst { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsO21iVG0VULKKiVsdPNTO60azywdR6B { display:block; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHOxzfLIIquCK9k6hm9LyesiKvK9O80O { top:1.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP { position:relative;z-index:auto;display:block; }#n3I8H3chXp1vLhldGfrh9ZzJsSQ1I3tP > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9TuD4Ld9frhCK3rdVm4T5QGRbRRkCxV { width:12.5625rem;height:4.5rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz.adaptive-delivery-prevent-bg, #TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz.lazyload, #TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz.lazyloading { background-image: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container { background-color: transparent; background-image: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container > .video-iframe-container { display: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row > .video-iframe-container { display: none; }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .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); }#TRX0KtoSyV7wuNwTT4vTDaV3QmBLgpVz > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUvDIe9ra1aZAcUHxGSOaP43Be9TXAXz { width:13.75rem;height:2.625rem;top:21.125rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGA9EmSTh7qluyZzOcGHotSvrZEhNrO { display:block; }
 }@media only screen and (max-width: 763px) { #yZzntLt86rMEbGMx8BUE5nDB7S3Xx430 { width:20rem;height:10.19925rem;top:3.7499997913837rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWHHr6uX78pgsf2mO6LCAuEmhZ5oiauP { width:20rem;height:4.63036875rem;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxchEetlSh49Ch1AFw2Fv5g8QBTIaP65 { width:20rem;height:14.581280788177rem;top:27.562500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk { display:block; }#F2ID5rGiVae0PKTLWJ3t7QU5q4ZJyxXk > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRo0hBq96t09lAMGJMw6eLfrETbrhw9H { width:11rem;height:1.29980625rem;top:13.625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awOoFkGbWZR5OhHOaDk0UrS7vk6MEn6E { width:14.0625rem;height:0.125rem;top:26.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaTNUtI5u98oz4kqdNZpuz8pUbqhm1mA { width:14.0625rem;height:0.125rem;top:41.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxEBNHhJ2Sl7AxFwrMMTRl8TeNlFFaM { width:11rem;height:1.29980625rem;top:28.875rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMx6GsNhiSeW0SmQVU55c1PMzLBHNurG { width:14.0625rem;height:0.125rem;top:55.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek6VZ072Hum0MReFAeDLL9OvA1hh2hGQ { width:11rem;height:1.29980625rem;top:43rem;left:4.5000001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTOwlPmZKLl0U0h2hXxJGdSTq9ww2gtE { width:14.0625rem;height:14.0625rem;top:27.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0dBxg9vUI4QwZXLqGGMkqMxfz8RuTRt { width:14.0625rem;height:14.0625rem;top:12.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ZDCOW72r8n15FKzRVQ9hcgIvWAHuyt { width:14.0625rem;height:14.0625rem;top:41.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkoFSGy05XvpzNezxzWabLaNTTQTRb8m { width:1.1875rem;height:1.1875rem;top:15.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3mnka6XQUAM1mtiFaoHkXHHwqZ4PZno { width:0.9375rem;height:0.9375rem;top:30.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZJpATt8nySDnRc1FX7acPCApAtzgKX { width:1.25rem;height:1.25rem;top:45.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krxmmnBMTG7FntXwhuLHlLuZHlagUf3U { width:1.0625rem;height:0.5625rem;top:17.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8tGd3P9ueiF8e5ETwhuxXduoIMJTE5H { width:1.4375rem;height:0.5625rem;top:32.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKbiyN9iFTFG4WhdalkATJ9ZX0P1z4Sy { width:1.625rem;height:1.625rem;top:46.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:2.2749rem;top:1.8723959922791rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh5bGG5T3LGnTcnUKso4gP1m9753eESa { width:18.375rem;height:6.82425rem;top:5.0407991409302rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP1nlmWMbD6MhxlgoCt9xn6IN7Klo7nW { width:2.6875rem;height:2.6875rem;top:15.624135017395rem;left:8.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfa1mb53zCcCv4WB3bILJoAyQ8zeymdW { width:10.1875rem;height:5.8496125rem;top:19.373263046146rem;left:4.9062501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTNJ8bexPvoTTe3imcAGW9D0snZpidr { width:2.5625rem;height:2.5625rem;top:30.743056535721rem;left:8.7187501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb38sBXyhtEv9QBsIFMnZ48WWFhmdsGq { width:10.1875rem;height:5.8496125rem;top:34.347223281861rem;left:4.9062501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgsCWtEhwl7SWtzWskuepSREaW5t6CLR { width:2.3125rem;height:2.3125rem;top:45.069448471069rem;left:8.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6xnWNzNgehd3StUnEAzq089Dhh2qst { width:10.1875rem;height:6.499rem;top:49.256938934326rem;left:4.9062501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsO21iVG0VULKKiVsdPNTO60azywdR6B { display:block; }#NsO21iVG0VULKKiVsdPNTO60azywdR6B > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHOxzfLIIquCK9k6hm9LyesiKvK9O80O { width:20rem;height:3.57465rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }