.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#effafa;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);background-image:url("https://images.assets-landingi.com/oy385Phh/G_o_wne_na_www_6_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl.adaptive-delivery-prevent-bg, #S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl.lazyload, #S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl.lazyloading { background-image: none; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row .container { background-color: transparent; background-image: none; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row .container > .video-iframe-container { display: none; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row > .video-iframe-container { display: none; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .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); }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row .container { border-width: 0; border-radius: 0; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#rTe9xSibMQaVIeeOaqiZPq5mit2p8CpO { color:#0babc1;display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:17.166667938233rem;left:39.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eS0hCObLLCOeeu6zvhtxiTGLV4uFTOeZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.7486977577209rem;width:4.6875rem;position:absolute;display:block;z-index:100023;top:5.3125rem;left:54.75rem;overflow:hidden;display:block; }
#x7wZcwVAodiyBs1wbCsOWVp5SabUiQqt { color:#0babc1;display:block;width:35.6875rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.412760734558rem;left:39.25rem;height:4.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rLdQ6UPO3kJg4ZRxChchcNIfOMc2L7og { color:#0babc1;display:block;width:35.6875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:26.4375rem;left:39.312501907349rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ls5JGed2BkoJIBflmHuNkkE5CSQcQSA8 { position:absolute;display:block;z-index:100002;height:4.9375rem;width:8.8125rem;top:1.1875rem;left:0.70703125rem;display:block; }
#EFFlMpC4mSAJ9CuE97dQ06Ap96HsXRg4 { position:absolute;display:block;z-index:100003;height:5.0625rem;width:9.0625rem;top:1.125rem;left:11.28125rem;display:block; }
#lnKFt5ksTLuyDva0WAD8yuLxhZzGAIVR { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:40.625rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#HFS0nFTi8EN0Dxrkbxq3N87pTFRzIuol { color:#0babc1;display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:17.166667938233rem;left:39.0625rem;height:2.4166667461395rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG { position:relative;display:block; }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG { background-color: transparent; background-image: none; }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .row .container > .video-iframe-container { display: none; }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .row > .video-iframe-container { display: none; }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .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); }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG { border-width: 0; border-radius: 0; }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#PXaXk3fGPVxJqKspLlPilKgvZvnG12v0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:100000;top:17.4375rem;left:1.875rem;display:block; }
#qcO9eqy1hxvp4XmnupstyxWeLqXuywU5 { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:20.625rem;left:2.1875rem;height:10.3625rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUAFMHwkhiV3IUJxFtCLKZoSrkmukNSL { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:18rem;left:3.3125rem;height:2.03125rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmdc04tfxcGHMAZctus9hvQ7BTkn9Hr4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:100001;top:17.75rem;left:26.875rem;display:block; }
#CltREVbQHPJN9krGkpUcXXJEWB3kNesu { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:18.3125rem;left:28.3125rem;height:2.03125rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UlRJune28sU6vmSuIouCJ3aiwDzNdZqK { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.1875rem;height:11.825rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LlXDPswmNAT8T8uANRDvS39L2xnIdamT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:100002;top:17.75rem;left:51.875rem;display:block; }
#Ano3OQ7CdoTOmbv1hWMKBmGpTO9kHlxz { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:53.3125rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKAqymP8bgxktxcFfUqgTuLL30wavQq6 { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:20.9375rem;left:52.1875rem;height:7.375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEzQwvM3dGaRGQTssb2JNbaG1I1pBkSB { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:18.3125rem;left:53.3125rem;height:2.03125rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgfhFla8vubuMyRoh1ipkUNsfcv3kRNw { position:absolute;display:block;z-index:99999;background-color:#ffffff;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;height:15.6875rem;width:21.875rem;top:17.125rem;left:1.5625rem;display:block; }
#h2fyUUzZqSIIQgKTC8pDHHSE38AtQ2UP { position:absolute;display:block;z-index:100000;background-color:#ffffff;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;height:15.5625rem;width:21.875rem;top:17.4375rem;left:26.5625rem;display:block; }
#FaBDz7NwTU8aeywHeZCUF6uik7k0Nf5z { position:absolute;display:block;z-index:100001;background-color:#ffffff;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;height:15.5625rem;width:21.875rem;top:17.4375rem;left:51.5625rem;display:block; }
#srNgwcI5CEgiEyMHMHKRAy5OWsUfX9ty { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.1875rem;height:10.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iiL8PZwpW0y8QSZWiCH4RaegxJWxbE60 { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:27.1875rem;height:12rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#odqni0ySZFxTph2AfgapQKnE9NhxcMnX { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:19.1875rem;left:52.1875rem;height:7.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qtXVZRAdOeFKSmf0h6AIWqWBmgEkq7Fp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:16.75rem;top:2.2291679382324rem;left:4.125rem;overflow:hidden;display:block; }
#Me2BO68socbkgfkFvMrL0uNzkWmz5GkJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:16.75rem;top:2.2291679382324rem;left:29.125rem;overflow:hidden;display:block; }
#Eyqa5wAfqiwf3TkXki5pQLlOrpzeehh2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:16.75rem;top:2.2291679382324rem;left:54.125rem;overflow:hidden;display:block; }
#GsBAbTOdF57fr2nzPpFXONXBWqTXXi0z { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:13.395835876465rem;left:2.1875rem;height:2.9875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CdOSRi82ScwCZFy3K07lRFGZD3EfLWvA { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:32.9375rem;left:3.125rem;height:2.9875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uH5Srp4lhSFndufeRb59aKECGzB6yZNQ { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:32.9375rem;left:28.125rem;height:2.9875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRtEgeT0fKnq1the2AbGS09cfQkHbMmC { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:53.125rem;height:2.9875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row .container { background-color: transparent; background-image: none; }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row .container > .video-iframe-container { display: none; }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row > .video-iframe-container { display: none; }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .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); }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row .container { border-width: 0; border-radius: 0; }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#VcW03rLapHxvyeQa2DZt5VqTtRrqv7Mg { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlr1E1Rql9LuMmElMy6yKSBuKMGlqE7o { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3fttI2WVUCwsTXi8NAVLJua4Zte4o6v { position:absolute;display:block;z-index:100005;background-color:#0babc1;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;height:14.1875rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#NGlAG9MA6alQ756qeKA08TEJ4lfzqB3o { position:absolute;display:block;z-index:100008;height:42rem;width:75rem;top:19.8125rem;left:0rem;display:block; }
#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy { position:relative;display:block; }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy { background-color: transparent; background-image: none; }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .row .container > .video-iframe-container { display: none; }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .row > .video-iframe-container { display: none; }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .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); }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy { border-width: 0; border-radius: 0; }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:url("https://images.assets-landingi.com/Xo5udmRb/t_o_1200x1200_4_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9.adaptive-delivery-prevent-bg, #RW3x2e2gysD8fx402qtn9WDXV86hZwW9.lazyload, #RW3x2e2gysD8fx402qtn9WDXV86hZwW9.lazyloading { background-image: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container { background-color: transparent; background-image: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container > .video-iframe-container { display: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row > .video-iframe-container { display: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .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); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container { border-width: 0; border-radius: 0; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#lm1QW4zDkToT77naQdGEfRkZIobU1ppt { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:9.9145898818969rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8sNgxsHR0qOnIeb5ToeKJr5mrwNECVy { position:absolute;display:block;z-index:100006;background-color:rgba(241,246,251,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#n1ygfFOuzwtiLOboChwqHvZSA9mRVoDc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.625rem;width:35.625rem;position:absolute;display:block;z-index:100007;top:19.941674232483rem;left:0rem;overflow:hidden;display:block; }
#Qxwv8KhuTEOW6qCXuJmGX8oNIlq9hp0N { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:14.315631866455rem;left:0rem;height:4.5rem;color:#0babc1;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ythvNE1QHzroKXaPHWtJ5WWnwHwVcwhr { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:21.0625rem;left:31.25rem;height:23.6rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4IwC5ANfGiifDHv6kBNbOus57RLunP7 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:9.375rem;top:48.532301902771rem;left:45.312501907349rem;overflow:hidden;display:block; }
#rF3hTrrZDeiitqL5cNRvhhk6sFg0nluu { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zQK0zi3OeTl5aUQsmIaZxK1cwkiRnpbf { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:21.625rem;top:10.75rem;left:20.8125rem;display:none; }
#gfPHs4Lo3T2bTZfsZofw1SRxUCdbBJFE { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row .container { background-color: transparent; background-image: none; }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row .container > .video-iframe-container { display: none; }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row > .video-iframe-container { display: none; }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .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); }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row .container { border-width: 0; border-radius: 0; }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#C3OGJ9a5MdQ78gxGvrzN9UkP1cx8OBhW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl { display:block; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row .container { width:47.75rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rTe9xSibMQaVIeeOaqiZPq5mit2p8CpO { width:42.25rem;height:2.84375rem;top:8.3958339691163rem;left:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eS0hCObLLCOeeu6zvhtxiTGLV4uFTOeZ { width:4.6875rem;height:4.75rem;top:0.041666984558106rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7wZcwVAodiyBs1wbCsOWVp5SabUiQqt { width:47.75rem;height:2.84375rem;top:4.8333339691162rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLdQ6UPO3kJg4ZRxChchcNIfOMc2L7og { width:37.5rem;height:2.03125rem;top:30.875rem;left:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ls5JGed2BkoJIBflmHuNkkE5CSQcQSA8 { width:8.8125rem;height:4.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFFlMpC4mSAJ9CuE97dQ06Ap96HsXRg4 { width:9.0625rem;height:5.0625rem;top:0.041667938232422rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnKFt5ksTLuyDva0WAD8yuLxhZzGAIVR { width:28.125rem;height:14.9375rem;top:13.46875rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFS0nFTi8EN0Dxrkbxq3N87pTFRzIuol { width:42.25rem;height:2.75rem;top:8.3958339691163rem;left:2.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P9zB7K6vHL507JuXMHdR62DP8s6LO3RG { display:block; }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PXaXk3fGPVxJqKspLlPilKgvZvnG12v0 { width:14.0625rem;height:3.8125rem;top:12.759124755859rem;left:0.92708337306975rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #qcO9eqy1hxvp4XmnupstyxWeLqXuywU5 { width:14.4375rem;height:0;top:16.54948425293rem;left:0.73958337306975rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OUAFMHwkhiV3IUJxFtCLKZoSrkmukNSL { width:14.625rem;height:2.03125rem;top:13.64323425293rem;left:0.61458337306976rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gmdc04tfxcGHMAZctus9hvQ7BTkn9Hr4 { width:14.0625rem;height:3.75rem;top:12.76953125rem;left:16.84375rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #CltREVbQHPJN9krGkpUcXXJEWB3kNesu { width:15.5rem;height:2.03125rem;top:13.80078125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlRJune28sU6vmSuIouCJ3aiwDzNdZqK { width:14.9375rem;height:0;top:16.54948425293rem;left:16.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LlXDPswmNAT8T8uANRDvS39L2xnIdamT { width:14.0625rem;height:3.75rem;top:12.76953125rem;left:32.760417938233rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #Ano3OQ7CdoTOmbv1hWMKBmGpTO9kHlxz { width:15.9375rem;height:0;top:13.375rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKAqymP8bgxktxcFfUqgTuLL30wavQq6 { width:14.4375rem;height:0;top:16.54948425293rem;left:32.572917938233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HEzQwvM3dGaRGQTssb2JNbaG1I1pBkSB { width:15.5rem;height:2.03125rem;top:13.821624755859rem;left:32.041667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgfhFla8vubuMyRoh1ipkUNsfcv3kRNw { width:14.6875rem;height:15.75rem;top:12.165374755859rem;left:0.61458337306976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2fyUUzZqSIIQgKTC8pDHHSE38AtQ2UP { width:15.0625rem;height:15.75rem;top:12.14453125rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FaBDz7NwTU8aeywHeZCUF6uik7k0Nf5z { width:14.6875rem;height:15.75rem;top:12.14453125rem;left:32.447917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srNgwcI5CEgiEyMHMHKRAy5OWsUfX9ty { width:14.4375rem;height:10.4rem;top:16.54948425293rem;left:0.73958337306975rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 1199px) { #iiL8PZwpW0y8QSZWiCH4RaegxJWxbE60 { width:14.9375rem;height:11.7rem;top:16.54948425293rem;left:16.40625rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 1199px) { #odqni0ySZFxTph2AfgapQKnE9NhxcMnX { width:14.4375rem;height:9.1rem;top:16.54948425293rem;left:32.572917938233rem;font-size:1rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #qtXVZRAdOeFKSmf0h6AIWqWBmgEkq7Fp { width:10rem;height:6.5625rem;top:2.39453125rem;left:2.9583334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Me2BO68socbkgfkFvMrL0uNzkWmz5GkJ { width:10rem;height:6.5625rem;top:2.39453125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eyqa5wAfqiwf3TkXki5pQLlOrpzeehh2 { width:10rem;height:6.5625rem;top:2.39453125rem;left:34.333335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsBAbTOdF57fr2nzPpFXONXBWqTXXi0z { width:11.5625rem;height:2.6rem;top:8.95703125rem;left:2.1770834922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdOSRi82ScwCZFy3K07lRFGZD3EfLWvA { width:11.5625rem;height:2.6rem;top:27.893232345581rem;left:2.1770834922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uH5Srp4lhSFndufeRb59aKECGzB6yZNQ { width:15rem;height:2.6rem;top:27.936201095581rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRtEgeT0fKnq1the2AbGS09cfQkHbMmC { width:15rem;height:2.6rem;top:27.936201095581rem;left:31.833335876465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w { display:block; }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row .container { width:47.75rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VcW03rLapHxvyeQa2DZt5VqTtRrqv7Mg { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlr1E1Rql9LuMmElMy6yKSBuKMGlqE7o { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3fttI2WVUCwsTXi8NAVLJua4Zte4o6v { width:47.75rem;height:10.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGlAG9MA6alQ756qeKA08TEJ4lfzqB3o { width:43.75rem;height:24.4375rem;top:14.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy { display:block; }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RW3x2e2gysD8fx402qtn9WDXV86hZwW9 { background-color:#effafa;background-image:url("https://images.assets-landingi.com/Xo5udmRb/t_o_1200x1200_4_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9.adaptive-delivery-prevent-bg, #RW3x2e2gysD8fx402qtn9WDXV86hZwW9.lazyload, #RW3x2e2gysD8fx402qtn9WDXV86hZwW9.lazyloading { background-image: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container { background-color: transparent; background-image: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container > .video-iframe-container { display: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row > .video-iframe-container { display: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .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); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lm1QW4zDkToT77naQdGEfRkZIobU1ppt { width:31.248046875rem;height:2.34375rem;top:5.625rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;color:#0babc1;display:block; }
 }@media only screen and (max-width: 1199px) { #t8sNgxsHR0qOnIeb5ToeKJr5mrwNECVy { width:44rem;height:35rem;top:3.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1ygfFOuzwtiLOboChwqHvZSA9mRVoDc { width:23.625rem;height:23.625rem;top:15.250015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qxwv8KhuTEOW6qCXuJmGX8oNIlq9hp0N { width:31.25rem;height:2.34375rem;top:8.5625rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;color:#0babc1;display:block; }
 }@media only screen and (max-width: 1199px) { #ythvNE1QHzroKXaPHWtJ5WWnwHwVcwhr { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O4IwC5ANfGiifDHv6kBNbOus57RLunP7 { width:6.810546875rem;height:3.435546875rem;top:33.55078125rem;left:29.931640625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rF3hTrrZDeiitqL5cNRvhhk6sFg0nluu { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zQK0zi3OeTl5aUQsmIaZxK1cwkiRnpbf { top:10.77304649353rem;left:20.839451611042rem;width:25rem;height:21.25rem;z-index:100011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #gfPHs4Lo3T2bTZfsZofw1SRxUCdbBJFE { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g { display:block; }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C3OGJ9a5MdQ78gxGvrzN9UkP1cx8OBhW { width:11.25rem;height:5.8125rem;top:5.625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl { display:block; }#S1HTuiwDHSSQWl0f9Tz3FnPLu47C7TOl > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTe9xSibMQaVIeeOaqiZPq5mit2p8CpO { width:18.75rem;height:0;top:24.385417938233rem;left:0.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eS0hCObLLCOeeu6zvhtxiTGLV4uFTOeZ { width:3.125rem;height:3.125rem;top:1.25rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7wZcwVAodiyBs1wbCsOWVp5SabUiQqt { width:20rem;height:1.7875rem;top:4.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLdQ6UPO3kJg4ZRxChchcNIfOMc2L7og { width:18.75rem;height:3.7375rem;top:7.3229169845581rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls5JGed2BkoJIBflmHuNkkE5CSQcQSA8 { width:8.8125rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFFlMpC4mSAJ9CuE97dQ06Ap96HsXRg4 { width:9.0625rem;height:5.0625rem;top:1.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnKFt5ksTLuyDva0WAD8yuLxhZzGAIVR { width:20rem;height:10.676923076923rem;top:12.322916984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFS0nFTi8EN0Dxrkbxq3N87pTFRzIuol { width:18.75rem;height:3.25rem;top:24.260418653488rem;left:0.625rem;font-size:1.25rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #P9zB7K6vHL507JuXMHdR62DP8s6LO3RG { display:block; }#P9zB7K6vHL507JuXMHdR62DP8s6LO3RG > .row .container { width:20rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXaXk3fGPVxJqKspLlPilKgvZvnG12v0 { width:18.8125rem;height:3.125rem;top:48.375rem;left:0.625rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qcO9eqy1hxvp4XmnupstyxWeLqXuywU5 { width:18.5625rem;height:9.1rem;top:20.072917938233rem;left:0.71875rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #OUAFMHwkhiV3IUJxFtCLKZoSrkmukNSL { width:18.375rem;height:1.625rem;top:17.6875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdc04tfxcGHMAZctus9hvQ7BTkn9Hr4 { width:18.8125rem;height:3.125rem;top:79.375rem;left:0.625rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CltREVbQHPJN9krGkpUcXXJEWB3kNesu { width:18.375rem;height:1.625rem;top:48.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlRJune28sU6vmSuIouCJ3aiwDzNdZqK { width:18.5625rem;height:10.4rem;top:51.5625rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlXDPswmNAT8T8uANRDvS39L2xnIdamT { width:18.8125rem;height:3.125rem;top:16.927085876465rem;left:0.59375rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ano3OQ7CdoTOmbv1hWMKBmGpTO9kHlxz { width:18.375rem;height:0;top:14.8125rem;left:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKAqymP8bgxktxcFfUqgTuLL30wavQq6 { width:17.5rem;height:6.5rem;top:82.5rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEzQwvM3dGaRGQTssb2JNbaG1I1pBkSB { width:18.375rem;height:1.625rem;top:80.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgfhFla8vubuMyRoh1ipkUNsfcv3kRNw { width:19.375rem;height:12.9375rem;top:78.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2fyUUzZqSIIQgKTC8pDHHSE38AtQ2UP { width:19.375rem;height:16.4375rem;top:48.1875rem;left:0.3125rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #FaBDz7NwTU8aeywHeZCUF6uik7k0Nf5z { width:19.375rem;height:16.9375rem;top:16.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srNgwcI5CEgiEyMHMHKRAy5OWsUfX9ty { width:14.4375rem;height:auto;top:16.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiL8PZwpW0y8QSZWiCH4RaegxJWxbE60 { width:14.9375rem;height:auto;top:16.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #odqni0ySZFxTph2AfgapQKnE9NhxcMnX { width:14.4375rem;height:auto;top:16.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtXVZRAdOeFKSmf0h6AIWqWBmgEkq7Fp { width:17.5rem;height:11.5rem;top:1.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me2BO68socbkgfkFvMrL0uNzkWmz5GkJ { width:16.75rem;height:11rem;top:35.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyqa5wAfqiwf3TkXki5pQLlOrpzeehh2 { width:16.75rem;height:11rem;top:66.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsBAbTOdF57fr2nzPpFXONXBWqTXXi0z { width:18.75rem;height:2.6rem;top:12.895835876465rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdOSRi82ScwCZFy3K07lRFGZD3EfLWvA { width:18.75rem;height:2.6rem;top:28.822917938233rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uH5Srp4lhSFndufeRb59aKECGzB6yZNQ { width:18.75rem;height:2.6rem;top:60.645835876465rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRtEgeT0fKnq1the2AbGS09cfQkHbMmC { width:18.75rem;height:2.6rem;top:87.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w { display:block; }#vTe4VKxMhaeTln5UFzAqT49X8uUPtK9w > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcW03rLapHxvyeQa2DZt5VqTtRrqv7Mg { width:17.5rem;height:1.86875rem;top:3.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlr1E1Rql9LuMmElMy6yKSBuKMGlqE7o { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3fttI2WVUCwsTXi8NAVLJua4Zte4o6v { width:20rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGlAG9MA6alQ756qeKA08TEJ4lfzqB3o { width:18.75rem;height:10.4375rem;top:8.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy { display:block; }#TBNVNLX2BqHr38T1LtKTFT4GQDpqcwOy > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW3x2e2gysD8fx402qtn9WDXV86hZwW9 { background-color:#effafa;background-image:none;display:block; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container { background-color: transparent; background-image: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container > .video-iframe-container { display: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row > .video-iframe-container { display: none; }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .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); }#RW3x2e2gysD8fx402qtn9WDXV86hZwW9 > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm1QW4zDkToT77naQdGEfRkZIobU1ppt { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8sNgxsHR0qOnIeb5ToeKJr5mrwNECVy { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1ygfFOuzwtiLOboChwqHvZSA9mRVoDc { width:18.125rem;height:18.125rem;top:9.9395694732669rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxwv8KhuTEOW6qCXuJmGX8oNIlq9hp0N { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ythvNE1QHzroKXaPHWtJ5WWnwHwVcwhr { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #O4IwC5ANfGiifDHv6kBNbOus57RLunP7 { width:5.625rem;height:2.6875rem;top:56.71875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rF3hTrrZDeiitqL5cNRvhhk6sFg0nluu { width:18.75rem;height:24.9875rem;top:29.498046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:100010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #zQK0zi3OeTl5aUQsmIaZxK1cwkiRnpbf { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfPHs4Lo3T2bTZfsZofw1SRxUCdbBJFE { width:18.125rem;height:8.6875rem;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100008;color:#0babc1;font-family:ubuntu;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g { display:block; }#hUCVzIE886cqGIxmsrSbLJ6ekGJ1vI1g > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3OGJ9a5MdQ78gxGvrzN9UkP1cx8OBhW { width:6.625rem;height:3.5rem;top:2.34375rem;left:6.6562503576281rem;display:block; }
 }