.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); }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq { 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; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq.adaptive-delivery-prevent-bg, #zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq.lazyload, #zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq.lazyloading { background-image: none; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row .container { background-color: transparent; background-image: none; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row .container > .video-iframe-container { display: none; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row > .video-iframe-container { display: none; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .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); }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row .container { border-width: 0; border-radius: 0; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#GkZh0nc8Qh3agTidOB9IViZ7c648twpq { 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; }
#In1x3alX3SowBcbKk4rCzwrxu2thFKDM { 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; }
#n4QmTlJFvGpJ1Q4T9FiqKykwxAFSHcQ7 { 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; }
#RkTVf5VDdJPt4ts6H33sA8NKRuMuVl1e { 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.412761688233rem;left:39.3125rem;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; }
#xLox7gum0H0DC6iykJ4QFDVHECl0Ulp8 { position:absolute;display:block;z-index:100002;height:4.9375rem;width:8.8125rem;top:1.1875rem;left:0.70703125rem;display:block; }
#oMPS6ZyuAaM785ZhmZl75aGTsm0CVqFh { position:absolute;display:block;z-index:100003;height:5.0625rem;width:9.0625rem;top:1.125rem;left:11.28125rem;display:block; }
#kXWyblBlWDJOaruH5KRdqrlwaZ0cmIqX { 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; }
#JhTR9XmkyJEebzTlDc5VQFDR8NMRwDCz { 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; }
#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx { position:relative;display:block; }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx { background-color: transparent; background-image: none; }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .row .container > .video-iframe-container { display: none; }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .row > .video-iframe-container { display: none; }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .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); }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx { border-width: 0; border-radius: 0; }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .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.5rem;width:75rem;position:relative;display:block; }#LKxmJcI2GGI6imtpZBG3HPp1bevSkMtT { 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; }
#qyKu8B7NhkfATzovqRdTxbfRAJQ3DTx4 { 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; }
#hy4GlyW0yEcUBRImCFM59AxfpJh88lo7 { 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; }
#MbgcyCS8SkRB0NxJ74GppeTfKkl9FN41 { 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; }
#cpNJL0R6rZ0p1pvyeiGxJsmebgMht38Q { 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; }
#zHfyFnopbePfpJtqGJIJUfRwZbxkcWhU { 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; }
#PJ5PzGfbQ5NLTJXpHMkKLRrlzJoaAP8H { 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; }
#gIiWRO01vX6ogseKsyg1UPOCIMpvMFmS { 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; }
#axv9eUdVgzh9J2kAoNCyDi3B3im2wnwC { 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; }
#yyAmwAZIJFdqoofBhRy62Ghk2qqUVuR8 { 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; }
#nehLFvGhXxqbTfTGzIZvEewE5Kax2Ux1 { 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; }
#gmTTgGtCq6tTN1lp96qbDwXBaLPredQS { 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; }
#nID45K7qVCuwQtForPBDTfgFQXJnMISx { 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; }
#Sm8xilKDHbOhTEFL20KuBzNkkKFGix8g { 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; }
#JzCliVADJAKFwqdUIeSLubme7nhBu9rW { 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; }
#WDbbnp6KIQI3nkalu1eV3RXf96fTsU8l { 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; }
#m21MFLzcFSHU4G3Tbz2ladiTiULvTO9J { 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; }
#DnL7oKoa5FdDOtOXzATzc4oguiWruOap { 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.2289062142372rem;left:29.125001907349rem;overflow:hidden;display:block; }
#AP9OFR8pEg3REZH5bNcyzWpkom55HIXh { 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; }
#wTBwrbo9SKfQ3QS46t0DaNEPpyNp1hI4 { 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; }
#JB5JWEaNl679amPZX1510b0UwgPZPW2z { 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; }
#U1gKefK0Fl66HxID3Z2BWsIeqmZsZuAq { 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; }
#U9WUPiFcun4g8aPIQMk9HwBTX8CWiWXO { 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:33.000000953674rem;left:28.125001907349rem;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; }
#Fagt0aRBhtBi4Bmpd6gOUDyQ249KRz7R { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:13.228906452656rem;left:28.125001907349rem;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; }
#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row .container { background-color: transparent; background-image: none; }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row .container > .video-iframe-container { display: none; }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row > .video-iframe-container { display: none; }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .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); }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row .container { border-width: 0; border-radius: 0; }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#TnmSmuyy0maSAlHtgwQXV1viIVpaAbEc { 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:;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; }
#LHBMTCGv4kM0apKgHxg6ReBMURC87uMe { 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:;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; }
#idNpRybq9U8LiWKVc2P2w25z1oI417m0 { 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; }
#cZVQNhVT0c5c8iUGVtttA3q9zoI6a4Tq { position:absolute;display:block;z-index:100008;height:42rem;width:75rem;top:19.8125rem;left:0rem;display:block; }
#DOufIEOGwvICeo43lXx8qboeTuiOgupW { position:relative;display:block; }#DOufIEOGwvICeo43lXx8qboeTuiOgupW { background-color: transparent; background-image: none; }#DOufIEOGwvICeo43lXx8qboeTuiOgupW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .row .container > .video-iframe-container { display: none; }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .row > .video-iframe-container { display: none; }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .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); }#DOufIEOGwvICeo43lXx8qboeTuiOgupW { border-width: 0; border-radius: 0; }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .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; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row .container { background-color: transparent; background-image: none; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row .container > .video-iframe-container { display: none; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row > .video-iframe-container { display: none; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .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); }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row .container { border-width: 0; border-radius: 0; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#W5Ca2h5x2w51uauxqJVcv7I291HCAU0Q { 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; }
#e1x6OVrnatJu3Vl5W6rNgE6TooNpX7pk { 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; }
#KfGUoqduJHoRk4yVTMtlyh0qQutEhzPA { 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; }
#UETPzS35cvme01laerA2g2tgASWBrxcF { position:absolute;display:block;z-index:100009;height:42rem;width:75rem;top:19.8125rem;left:0rem;display:block; }
#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd { position:relative;display:block; }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd { background-color: transparent; background-image: none; }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .row .container > .video-iframe-container { display: none; }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .row > .video-iframe-container { display: none; }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .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); }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd { border-width: 0; border-radius: 0; }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .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; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn { 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; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn.adaptive-delivery-prevent-bg, #FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn.lazyload, #FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn.lazyloading { background-image: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container { background-color: transparent; background-image: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container > .video-iframe-container { display: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row > .video-iframe-container { display: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .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); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container { border-width: 0; border-radius: 0; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#mGZSZ0DxOMPsD9uTBprONkA8alqJp89d { 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; }
#XGsDvXrqATD11mB4ceoTSUggRChf92Ms { 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; }
#HGhrsVCHGtbbRJtN9yTI0aGiMvKuJeXt { 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; }
#qcnMWfwM0DDvv3gTckbLyRSulRJoQhVN { 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; }
#i13MxtXz5u9wtUaBObc2kcz5RLumDt5y { 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; }
#p3uHGAk30SBR3LmzUk04yMWm5rwrlLTR { 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; }
#SfVbCTkNGemXNJyoCfaltDTSsxPPleIv { 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; }
#rTg6D6KeeAUmXcx3nsypX6ppm1QEi19l { 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; }
#rVs4Eu53Nbv6wKHVJxy0ZdutlUlvFMbE { 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; }
#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row .container { background-color: transparent; background-image: none; }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row .container > .video-iframe-container { display: none; }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row > .video-iframe-container { display: none; }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .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); }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row .container { border-width: 0; border-radius: 0; }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#hpsukTbM1sLBQnEWeTIJKh1A0KgBWGEL { 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) { #zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq { display:block; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row .container { width:47.75rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GkZh0nc8Qh3agTidOB9IViZ7c648twpq { 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) { #In1x3alX3SowBcbKk4rCzwrxu2thFKDM { width:4.6875rem;height:4.75rem;top:0.041666984558106rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4QmTlJFvGpJ1Q4T9FiqKykwxAFSHcQ7 { width:47.75rem;height:2.84375rem;top:4.8333339691162rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkTVf5VDdJPt4ts6H33sA8NKRuMuVl1e { 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) { #xLox7gum0H0DC6iykJ4QFDVHECl0Ulp8 { width:8.8125rem;height:4.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMPS6ZyuAaM785ZhmZl75aGTsm0CVqFh { width:9.0625rem;height:5.0625rem;top:0.041667938232422rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXWyblBlWDJOaruH5KRdqrlwaZ0cmIqX { width:28.125rem;height:14.9375rem;top:13.46875rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhTR9XmkyJEebzTlDc5VQFDR8NMRwDCz { 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) { #gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx { display:block; }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LKxmJcI2GGI6imtpZBG3HPp1bevSkMtT { 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) { #qyKu8B7NhkfATzovqRdTxbfRAJQ3DTx4 { width:14.4375rem;height:0;top:16.54948425293rem;left:0.73958337306975rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hy4GlyW0yEcUBRImCFM59AxfpJh88lo7 { 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) { #MbgcyCS8SkRB0NxJ74GppeTfKkl9FN41 { 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) { #cpNJL0R6rZ0p1pvyeiGxJsmebgMht38Q { width:15.5rem;height:2.03125rem;top:13.80078125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHfyFnopbePfpJtqGJIJUfRwZbxkcWhU { width:14.9375rem;height:0;top:16.54948425293rem;left:16.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PJ5PzGfbQ5NLTJXpHMkKLRrlzJoaAP8H { 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) { #gIiWRO01vX6ogseKsyg1UPOCIMpvMFmS { width:15.9375rem;height:0;top:13.375rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axv9eUdVgzh9J2kAoNCyDi3B3im2wnwC { width:14.4375rem;height:0;top:16.54948425293rem;left:32.572917938233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yyAmwAZIJFdqoofBhRy62Ghk2qqUVuR8 { width:15.5rem;height:2.03125rem;top:13.821624755859rem;left:32.041667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nehLFvGhXxqbTfTGzIZvEewE5Kax2Ux1 { width:14.6875rem;height:15.75rem;top:12.165374755859rem;left:0.61458337306976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gmTTgGtCq6tTN1lp96qbDwXBaLPredQS { width:15.0625rem;height:15.75rem;top:12.14453125rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nID45K7qVCuwQtForPBDTfgFQXJnMISx { width:14.6875rem;height:15.75rem;top:12.14453125rem;left:32.447917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm8xilKDHbOhTEFL20KuBzNkkKFGix8g { 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) { #JzCliVADJAKFwqdUIeSLubme7nhBu9rW { 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) { #WDbbnp6KIQI3nkalu1eV3RXf96fTsU8l { 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) { #m21MFLzcFSHU4G3Tbz2ladiTiULvTO9J { width:10rem;height:6.5625rem;top:2.39453125rem;left:2.9583334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnL7oKoa5FdDOtOXzATzc4oguiWruOap { width:10rem;height:6.5625rem;top:2.39453125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP9OFR8pEg3REZH5bNcyzWpkom55HIXh { width:10rem;height:6.5625rem;top:2.39453125rem;left:34.333335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTBwrbo9SKfQ3QS46t0DaNEPpyNp1hI4 { width:11.5625rem;height:2.6rem;top:8.95703125rem;left:2.1770834922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JB5JWEaNl679amPZX1510b0UwgPZPW2z { width:11.5625rem;height:2.6rem;top:27.893232345581rem;left:2.1770834922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1gKefK0Fl66HxID3Z2BWsIeqmZsZuAq { width:15rem;height:2.6rem;top:27.936201095581rem;left:31.833335876465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U9WUPiFcun4g8aPIQMk9HwBTX8CWiWXO { width:11.5625rem;height:2.6rem;top:27.914843368344rem;left:18.093750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fagt0aRBhtBi4Bmpd6gOUDyQ249KRz7R { width:11.5625rem;height:2.6rem;top:8.9570310590787rem;left:18.093750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp { display:block; }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row .container { width:47.75rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TnmSmuyy0maSAlHtgwQXV1viIVpaAbEc { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHBMTCGv4kM0apKgHxg6ReBMURC87uMe { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #idNpRybq9U8LiWKVc2P2w25z1oI417m0 { width:47.75rem;height:10.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZVQNhVT0c5c8iUGVtttA3q9zoI6a4Tq { width:43.75rem;height:24.4375rem;top:14.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOufIEOGwvICeo43lXx8qboeTuiOgupW { display:block; }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 { display:block; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row .container { width:47.75rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W5Ca2h5x2w51uauxqJVcv7I291HCAU0Q { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e1x6OVrnatJu3Vl5W6rNgE6TooNpX7pk { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfGUoqduJHoRk4yVTMtlyh0qQutEhzPA { width:47.75rem;height:10.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UETPzS35cvme01laerA2g2tgASWBrxcF { width:43.75rem;height:24.4375rem;top:14.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd { display:block; }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn { 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; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn.adaptive-delivery-prevent-bg, #FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn.lazyload, #FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn.lazyloading { background-image: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container { background-color: transparent; background-image: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container > .video-iframe-container { display: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row > .video-iframe-container { display: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .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); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mGZSZ0DxOMPsD9uTBprONkA8alqJp89d { 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) { #XGsDvXrqATD11mB4ceoTSUggRChf92Ms { width:44rem;height:35rem;top:3.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGhrsVCHGtbbRJtN9yTI0aGiMvKuJeXt { width:23.625rem;height:23.625rem;top:15.250015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qcnMWfwM0DDvv3gTckbLyRSulRJoQhVN { 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) { #i13MxtXz5u9wtUaBObc2kcz5RLumDt5y { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #p3uHGAk30SBR3LmzUk04yMWm5rwrlLTR { width:6.810546875rem;height:3.435546875rem;top:33.55078125rem;left:29.931640625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfVbCTkNGemXNJyoCfaltDTSsxPPleIv { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rTg6D6KeeAUmXcx3nsypX6ppm1QEi19l { 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) { #rVs4Eu53Nbv6wKHVJxy0ZdutlUlvFMbE { 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) { #TIhANVqWps3bFCgMvtMuI0HRrrAZfFik { display:block; }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hpsukTbM1sLBQnEWeTIJKh1A0KgBWGEL { 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) { #zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq { display:block; }#zhbOUtXBUa9dyF6JKuoq2XkqmhUW0Oeq > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkZh0nc8Qh3agTidOB9IViZ7c648twpq { width:18.75rem;height:0;top:24.385417938233rem;left:0.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #In1x3alX3SowBcbKk4rCzwrxu2thFKDM { width:3.125rem;height:3.125rem;top:1.25rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QmTlJFvGpJ1Q4T9FiqKykwxAFSHcQ7 { width:20rem;height:1.7875rem;top:4.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkTVf5VDdJPt4ts6H33sA8NKRuMuVl1e { 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) { #xLox7gum0H0DC6iykJ4QFDVHECl0Ulp8 { width:8.8125rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMPS6ZyuAaM785ZhmZl75aGTsm0CVqFh { width:9.0625rem;height:5.0625rem;top:1.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXWyblBlWDJOaruH5KRdqrlwaZ0cmIqX { width:20rem;height:10.676923076923rem;top:12.322916984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhTR9XmkyJEebzTlDc5VQFDR8NMRwDCz { 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) { #gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx { display:block; }#gwNlcWTKaWOcTXkLzNIq8WyMha5dStRx > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKxmJcI2GGI6imtpZBG3HPp1bevSkMtT { width:18.8125rem;height:3.125rem;top:50.5rem;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) { #qyKu8B7NhkfATzovqRdTxbfRAJQ3DTx4 { 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) { #hy4GlyW0yEcUBRImCFM59AxfpJh88lo7 { 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) { #MbgcyCS8SkRB0NxJ74GppeTfKkl9FN41 { width:18.8125rem;height:3.125rem;top:82.9375rem;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) { #cpNJL0R6rZ0p1pvyeiGxJsmebgMht38Q { width:18.375rem;height:1.625rem;top:51.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHfyFnopbePfpJtqGJIJUfRwZbxkcWhU { width:18.5625rem;height:10.4rem;top:53.6875rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5PzGfbQ5NLTJXpHMkKLRrlzJoaAP8H { 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) { #gIiWRO01vX6ogseKsyg1UPOCIMpvMFmS { 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) { #axv9eUdVgzh9J2kAoNCyDi3B3im2wnwC { width:17.5rem;height:6.5rem;top:86.0625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyAmwAZIJFdqoofBhRy62Ghk2qqUVuR8 { width:18.375rem;height:1.625rem;top:83.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehLFvGhXxqbTfTGzIZvEewE5Kax2Ux1 { width:19.375rem;height:12.9375rem;top:82.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTTgGtCq6tTN1lp96qbDwXBaLPredQS { width:19.375rem;height:16.4375rem;top:50.3125rem;left:0.3125rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #nID45K7qVCuwQtForPBDTfgFQXJnMISx { width:19.375rem;height:16.9375rem;top:16.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm8xilKDHbOhTEFL20KuBzNkkKFGix8g { 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) { #JzCliVADJAKFwqdUIeSLubme7nhBu9rW { 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) { #WDbbnp6KIQI3nkalu1eV3RXf96fTsU8l { 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) { #m21MFLzcFSHU4G3Tbz2ladiTiULvTO9J { width:17.5rem;height:11.5rem;top:1.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnL7oKoa5FdDOtOXzATzc4oguiWruOap { width:16.75rem;height:11rem;top:35.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP9OFR8pEg3REZH5bNcyzWpkom55HIXh { width:16.75rem;height:11rem;top:70.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTBwrbo9SKfQ3QS46t0DaNEPpyNp1hI4 { 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) { #JB5JWEaNl679amPZX1510b0UwgPZPW2z { 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) { #U1gKefK0Fl66HxID3Z2BWsIeqmZsZuAq { width:18.75rem;height:2.6rem;top:90.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9WUPiFcun4g8aPIQMk9HwBTX8CWiWXO { width:18.75rem;height:2.6rem;top:63.036718368531rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fagt0aRBhtBi4Bmpd6gOUDyQ249KRz7R { width:18.75rem;height:2.6rem;top:46.400004386902rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp { display:block; }#yrXxGZ98Q0QthVbs0hlzrAUQGyBSrHIp > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnmSmuyy0maSAlHtgwQXV1viIVpaAbEc { 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) { #LHBMTCGv4kM0apKgHxg6ReBMURC87uMe { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idNpRybq9U8LiWKVc2P2w25z1oI417m0 { width:20rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZVQNhVT0c5c8iUGVtttA3q9zoI6a4Tq { width:18.75rem;height:10.4375rem;top:8.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOufIEOGwvICeo43lXx8qboeTuiOgupW { display:block; }#DOufIEOGwvICeo43lXx8qboeTuiOgupW > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 { display:block; }#MAypOTwxITiiPKk0CJ86ULauI2B0Fnm3 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5Ca2h5x2w51uauxqJVcv7I291HCAU0Q { 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) { #e1x6OVrnatJu3Vl5W6rNgE6TooNpX7pk { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfGUoqduJHoRk4yVTMtlyh0qQutEhzPA { width:20rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETPzS35cvme01laerA2g2tgASWBrxcF { width:18.75rem;height:10.4375rem;top:8.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd { display:block; }#cTeRtiFAeIxgkyk3x77OAVea3pHfiEfd > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn { background-color:#effafa;background-image:none;display:block; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container { background-color: transparent; background-image: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container > .video-iframe-container { display: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row > .video-iframe-container { display: none; }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .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); }#FXAvmJnoBUAo7Tlic2fsTFnlLbK8RLTn > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGZSZ0DxOMPsD9uTBprONkA8alqJp89d { 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) { #XGsDvXrqATD11mB4ceoTSUggRChf92Ms { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGhrsVCHGtbbRJtN9yTI0aGiMvKuJeXt { width:18.125rem;height:18.125rem;top:9.9395694732669rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnMWfwM0DDvv3gTckbLyRSulRJoQhVN { 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) { #i13MxtXz5u9wtUaBObc2kcz5RLumDt5y { 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) { #p3uHGAk30SBR3LmzUk04yMWm5rwrlLTR { width:5.625rem;height:2.6875rem;top:56.71875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfVbCTkNGemXNJyoCfaltDTSsxPPleIv { 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) { #rTg6D6KeeAUmXcx3nsypX6ppm1QEi19l { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVs4Eu53Nbv6wKHVJxy0ZdutlUlvFMbE { 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) { #TIhANVqWps3bFCgMvtMuI0HRrrAZfFik { display:block; }#TIhANVqWps3bFCgMvtMuI0HRrrAZfFik > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpsukTbM1sLBQnEWeTIJKh1A0KgBWGEL { width:6.625rem;height:3.5rem;top:2.34375rem;left:6.6562503576281rem;display:block; }
 }