.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e { background-color:transparent;background-image: -webkit-linear-gradient(top, #0c71a3, #094a6b);background-image: -moz-linear-gradient(top, #0c71a3, #094a6b);background-image: -ms-linear-gradient(top, #0c71a3, #094a6b);background-image: -o-linear-gradient(top, #0c71a3, #094a6b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#094a6b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#094a6b' );";background-image: linear-gradient(to bottom, #0c71a3, #094a6b);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container { background-color: transparent; background-image: none; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container > .video-iframe-container { display: none; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row > .video-iframe-container { display: none; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .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); }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container { border-width: 0; border-radius: 0; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container { width:60rem;height:32.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TZ4FQoyBeOdDG9LgLMdqKydt8LnqaXxi { display:block;width:50.4375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:10.625rem;left:4.78125rem;height:6.46875rem;color:#ffffff;font-style:normal;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; }
#HnewhB5uQKSwZX6zzBAsrnt5Oro5XmoZ { display:block;width:56.6875rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:5.75rem;left:1.6875rem;height:4.5rem;color:#ffffff;font-style:normal;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; }
#sex0aXqzCCgKbaewnERnIZDiz5ighH90 { display:block;width:50.4375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:20.5rem;left:4.78125rem;height:5.0625rem;color:#ffffff;font-style:normal;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; }
#xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag { background-color:transparent;background-image: -webkit-linear-gradient(top, #0c71a3, #094a6b);background-image: -moz-linear-gradient(top, #0c71a3, #094a6b);background-image: -ms-linear-gradient(top, #0c71a3, #094a6b);background-image: -o-linear-gradient(top, #0c71a3, #094a6b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#094a6b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#094a6b' );";background-image: linear-gradient(to bottom, #0c71a3, #094a6b);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag > .row .container { border-width: 0; border-radius: 0; }#xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag > .row .container { width:60rem;height:40.625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#zkBWaMzdP5u6y9e1M9RdrJa02I8NuWfK { display:block;width:55.625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:8.75rem;left:2.1875rem;height:6.46875rem;color:#ffffff;font-style:normal;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; }
#T9QnZDknUXx1sskk5y6lFBcsreIGtroq { display:block;width:56.6875rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:3.5625009536743rem;left:1.65625rem;height:4.5rem;color:#ffffff;font-style:normal;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; }
#UxEdgmnyN22E51n3R34gpeMGE2HWF2lf { display:block;width:54.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:23.25rem;left:2.9375rem;height:8.05rem;color:#ffffff;font-style:normal;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; }
#SleEgccKa20RAfG82KkGZxgS0GlcDNzH { background-color:#ff3355;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.09375rem;left:19.4375rem;display:block; }
#ITTuTpnb6bOFh0tvJHqhRzDFVM8hWPyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6odbLmEUaRmIAMG6GiyJPDizC0Ql4FQ { background-color:#ff3355;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:32.5rem;left:19.4375rem;display:block; }
#FxD8Tw3JD9y4C3pppxldoxX9BlIUiJyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCcC09TXOZWcywCRB88JAnius3TMn63e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row .container { background-color: transparent; background-image: none; }#UCcC09TXOZWcywCRB88JAnius3TMn63e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row .container > .video-iframe-container { display: none; }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row > .video-iframe-container { display: none; }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .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); }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row .container { border-width: 0; border-radius: 0; }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#yTCa2cmakrx0dzCmxLN4hfPemPatT0K3 { color:#41515b;display:block;width:38.1875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3.9822912216186rem;left:10.90625rem;height:6.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRenxQhBDy0DUhADEvGqzdseTDMuIg5o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.5625rem;width:11.9375rem;top:13.375rem;left:11.375rem;overflow:hidden;display:block; }
#K4az0Coa0HE8BakALKzZhsAfqeVe6Gyd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.5625rem;width:11.9375rem;top:12.75rem;left:0rem;overflow:hidden;display:block; }
#FMwk1CTDnmsUQLzBJPVnw9rp6eTF98WP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16rem;top:14.5625rem;left:28.0625rem;overflow:hidden;display:block; }
#QhFLHV7rt1Fzhzp3ANabiErlKHh5imWA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16rem;top:27.0625rem;left:44rem;overflow:hidden;display:block; }
#tFskzl4IqVEElR0mqzI1LGBO15H1QMsT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16rem;top:14.5625rem;left:44rem;overflow:hidden;display:block; }
#kpJtBZnumsevue395ov4TTCgWXSd0zul { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16rem;top:27.0625rem;left:28.0625rem;overflow:hidden;display:block; }
#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row .container { background-color: transparent; background-image: none; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row .container > .video-iframe-container { display: none; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row > .video-iframe-container { display: none; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .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); }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row .container { border-width: 0; border-radius: 0; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#G5gEFL1WPp8TJDazWKaVaHLJ6mmqkT5h { color:#41515b;display:block;width:38.1875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:4.6302032470703rem;left:10.90625rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzVFetrnmk5BTRElMaRVCyBzyI8rLVN3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.75rem;width:19.125rem;top:22rem;left:0rem;overflow:hidden;display:block; }
#KApnFVvuZ9ZG28qsHpxwU35cp7DgR3h9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.75rem;width:19.125rem;top:22rem;left:20.375rem;overflow:hidden;display:block; }
#RtThe4zMTT5uemB32718qxvJyDyu0DV6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.75rem;width:19.125rem;top:22rem;left:40.75rem;overflow:hidden;display:block; }
#MPFbG1DdTer19JV6uvWTATrxdwVb4i1V { color:#25a9e0;display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:19.212501525879rem;left:0rem;height:2.025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fhxx1ZKZ5JXXMxOpIdAuwTmUvkM6MoBJ { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:35.650001525879rem;left:1.21875rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mk9GsWKMBAnFwegMbqMkea5Oneaw9zuV { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:35.650001525879rem;left:21.65625rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7Ef1lh8AZNglytkdd0fERyzAH8OHtOi { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:35.650001525879rem;left:41.96875rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovH73KUNN5I6Ro89lmbF1eNJlVumczei { color:#849cb2;display:block;width:40.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:12.275001525879rem;left:9.75rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row .container { background-color: transparent; background-image: none; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row .container > .video-iframe-container { display: none; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row > .video-iframe-container { display: none; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .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); }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row .container { border-width: 0; border-radius: 0; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:60rem;position:relative;display:block; }#pUTH4q7TMv2uVHveIXSSOMZRhSMskWpM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:19.125rem;top:7.3125rem;left:20.4375rem;overflow:hidden;display:block; }
#vUgJBklG3bdt9hfzTR5NzzQLmTOhh0QT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:19.125rem;top:7.3125rem;left:40.8125rem;overflow:hidden;display:block; }
#mkqszUbiHJgyq2T4arC7MoNcR6XZXKHv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:19.125rem;top:7.3125rem;left:0.0625rem;overflow:hidden;display:block; }
#mwbr6t8NFHhBrPNgfoLCta075uQhzhKz { color:#25a9e0;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.625rem;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OeEzpw9myXu6rvEDboUzswMBII5Q3DTH { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:20.9375rem;left:21.65625rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLzqn91pv1d1Ltmzl6JhPvnBGTGl4DVd { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:20.9375rem;left:42.03125rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBUJzzA1BCsrpFFdUV6TNyHMel8sHaQ2 { color:#849cb2;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:20.9375rem;left:0rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwcFtq9XTaryBCTEDtXsGVrFBeI8HFn2 { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:44.8125rem;left:42.03125rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weeA3M7hHHJZAepaGNkSzqXC3w9sqnc3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:19.125rem;top:31.1875rem;left:20.375rem;overflow:hidden;display:block; }
#yFT3co9QoDoSSOnT420UQarvbzV9a84f { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:19.125rem;top:31.1875rem;left:40.75rem;overflow:hidden;display:block; }
#bP7omTaTkGrcdbWEoWytTsO1RsEA0xP1 { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:44.8125rem;left:21.625rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnyMeWBag6TFqfb8203HuCT34hwVcGT3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:19.125rem;top:31.1875rem;left:0rem;overflow:hidden;display:block; }
#BolHBlfRnMRudmduP8tAa2VqIJxDUPKZ { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:44.8125rem;left:1.25rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZg5xM8lsKV2gAv7CsJFkmL8d1EExq5u { color:#25a9e0;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:28.375rem;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row .container { background-color: transparent; background-image: none; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row .container > .video-iframe-container { display: none; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row > .video-iframe-container { display: none; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .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); }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row .container { border-width: 0; border-radius: 0; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#UfIIPMGyCFPWOXaU7bQnDpuawl0v5i5X { color:#25a9e0;display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:4.5989570617676rem;left:0rem;height:2.025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKKERfLUKMQCd2aX28KHsHelsXUNfgTW { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:7.8749952316281rem;left:0rem;overflow:hidden;display:block; }
#frtWplNKMBtWwuaPBqgQZ5qHd6K1HfqN { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:33.5625rem;left:1.65625rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ii0xVUxzmdcpDyMwqe59B6V6Sdc5THxW { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:33.5625rem;left:21.65625rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiTJpx71yB0Xk41Ixiev5IpAiExhLmhV { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:33.5625rem;left:42.21875rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfLceytRlaLVzcoQCnuZeEU4U6AAZ8u3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:7.875rem;left:20.5625rem;overflow:hidden;display:block; }
#fuPu0y4FoptUGqtOefA54tuahWAKLM4k { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:7.875rem;left:41.125rem;overflow:hidden;display:block; }
#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row .container { background-color: transparent; background-image: none; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row .container > .video-iframe-container { display: none; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row > .video-iframe-container { display: none; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .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); }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row .container { border-width: 0; border-radius: 0; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row .container { font-size:0.875rem;font-family:arial;height:78.75rem;width:60rem;position:relative;display:block; }#gfov78nfBzr3k3UbtHz5Ci0x74OCsUck { color:#25a9e0;display:block;width:57.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:4.5989608764649rem;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AuHQVZFbIynH18VCEm7B0J5sSaI9Pqyu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#BkuoxGWidTaZ6zkqzKPyrKUmgXa3seh9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:7.875rem;left:20.5625rem;overflow:hidden;display:block; }
#K8a9PhGnTUAfECfzUTITT3GZC3GOyE0T { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:7.875rem;left:41.125rem;overflow:hidden;display:block; }
#CrbQ8hhFKn5p8xvwAZUyvMDF6Xu40wr0 { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:33.75rem;left:42.21875rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOqkRdsWvikTBth5pOJHWIffJWrkuhwQ { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:33.75rem;left:21.6875rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FiTRGrtZPcqlEbDRSUWSrfQdkohKxU3c { color:#849cb2;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:33.75rem;left:0rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhWXvsMqWMaqCt0OAmupzkFp1AvTVXfE { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:70.3749961853rem;left:42.25rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odqcAXhrqDrz5sAQfsy034tgWixZdluf { color:#849cb2;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:70.3749961853rem;left:21.6875rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKW0WtLiMJr3N71rLOiwvppPcv1Mnv4z { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:44.812496185302rem;left:20.5625rem;overflow:hidden;display:block; }
#wqVy6ig9TKQPEflwBKqwFTxQcSniroAN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:44.812496185302rem;left:41.125rem;overflow:hidden;display:block; }
#Ouxx2kRqotkwiDu3yc7W0xA8TDcpW3NI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.14) ;height:24.5rem;width:18.875rem;top:44.812496185302rem;left:0rem;overflow:hidden;display:block; }
#cx8ddn1v3aTFNfazOWnHhHmiEym9UZCE { color:#849cb2;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:70.3749961853rem;left:0rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtWr3iItwprFOot4f3fZ012fyKIffPT7 { color:#25a9e0;display:block;width:57.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:41.81978225708rem;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pEJL7VsuoeWytzftZJPTGPwmc42dScbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pEJL7VsuoeWytzftZJPTGPwmc42dScbt > .row .container { border-width: 0; border-radius: 0; }#pEJL7VsuoeWytzftZJPTGPwmc42dScbt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEJL7VsuoeWytzftZJPTGPwmc42dScbt > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#cTSiWFFpwRiB5By4KOrO5Tfw4xWVsKnh { background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(8deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(8deg, #ff2079, #ff4133);background-image: -o-linear-gradient(8deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(8deg, #ff2079, #ff4133);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.26) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:60rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:block; }
#JboLHKuf7PTI5cytJd3M1fLpWFB6M9Zk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MOMokOMEKuwy6t0TOCL9U7RgM7ExAXqb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.375rem;width:29.5625rem;top:7.8125rem;left:0rem;display:block; }
#y4THNswmo4d0yfgEpTgZ62LzwJBWWzBe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.375rem;width:29.5625rem;top:7.875rem;left:30.375rem;display:block; }
#qOQbLeywSwXcJkm5QieQRHq8o8U4CmqD { display:block;width:28rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:0.78125rem;height:1.86875rem;color:#0c71a3;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRpKL53qDFakg7IvemSIbpkEecqou4kc { display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:30.8125rem;height:1.86875rem;color:#08c0ea;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gh2vhACaClUpnvprbapiIwXzoGVTvL9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(132,156,178,0.19);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gh2vhACaClUpnvprbapiIwXzoGVTvL9Z > .row .container { border-width: 0; border-radius: 0; }#gh2vhACaClUpnvprbapiIwXzoGVTvL9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gh2vhACaClUpnvprbapiIwXzoGVTvL9Z > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:none; }#mUMCfeT3GBQ81UdQSwCRXmyrwlS0xo3X { color:#747474;display:block;width:59.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.3083343505859rem;left:0rem;height:12.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbNJk3594Si0vcsWIHgNcrhaWtRP2L5s { color:#0c71a3;display:block;width:26.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1333312988281rem;left:0rem;height:1.4875rem;font-style:normal;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:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e { display:block; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ4FQoyBeOdDG9LgLMdqKydt8LnqaXxi { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnewhB5uQKSwZX6zzBAsrnt5Oro5XmoZ { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sex0aXqzCCgKbaewnERnIZDiz5ighH90 { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag { display:block; }#xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkBWaMzdP5u6y9e1M9RdrJa02I8NuWfK { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9QnZDknUXx1sskk5y6lFBcsreIGtroq { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxEdgmnyN22E51n3R34gpeMGE2HWF2lf { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SleEgccKa20RAfG82KkGZxgS0GlcDNzH { width:21.125rem;height:3.875rem;top:16.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTuTpnb6bOFh0tvJHqhRzDFVM8hWPyG { display:block; }
 }@media only screen and (max-width: 763px) { #h6odbLmEUaRmIAMG6GiyJPDizC0Ql4FQ { width:21.125rem;height:3.875rem;top:32.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxD8Tw3JD9y4C3pppxldoxX9BlIUiJyU { display:block; }
 }@media only screen and (max-width: 763px) { #UCcC09TXOZWcywCRB88JAnius3TMn63e { display:block; }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTCa2cmakrx0dzCmxLN4hfPemPatT0K3 { top:3.9375rem;left:0rem;width:38.1875rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRenxQhBDy0DUhADEvGqzdseTDMuIg5o { top:13.375rem;left:3.9375rem;width:11.9375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4az0Coa0HE8BakALKzZhsAfqeVe6Gyd { top:12.75rem;left:0rem;width:11.9375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMwk1CTDnmsUQLzBJPVnw9rp6eTF98WP { top:14.5625rem;left:15.75rem;width:16rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhFLHV7rt1Fzhzp3ANabiErlKHh5imWA { top:27.0625rem;left:31.625rem;width:16rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFskzl4IqVEElR0mqzI1LGBO15H1QMsT { top:14.5625rem;left:31.625rem;width:16rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpJtBZnumsevue395ov4TTCgWXSd0zul { top:27.0625rem;left:15.75rem;width:16rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX { display:block; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5gEFL1WPp8TJDazWKaVaHLJ6mmqkT5h { top:4.625rem;left:0rem;width:38.1875rem;height:6.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzVFetrnmk5BTRElMaRVCyBzyI8rLVN3 { top:22rem;left:0rem;width:19.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KApnFVvuZ9ZG28qsHpxwU35cp7DgR3h9 { top:22rem;left:12.625rem;width:19.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtThe4zMTT5uemB32718qxvJyDyu0DV6 { top:22rem;left:28.5rem;width:19.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFbG1DdTer19JV6uvWTATrxdwVb4i1V { top:19.1875rem;left:0rem;width:19.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhxx1ZKZ5JXXMxOpIdAuwTmUvkM6MoBJ { top:35.625rem;left:0rem;width:16.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk9GsWKMBAnFwegMbqMkea5Oneaw9zuV { top:35.625rem;left:15.0625rem;width:16.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ef1lh8AZNglytkdd0fERyzAH8OHtOi { top:35.625rem;left:30.9375rem;width:16.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovH73KUNN5I6Ro89lmbF1eNJlVumczei { top:12.25rem;left:0rem;width:40.5rem;height:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scOA5EeMOPBm68m53P0GEbchlZ8JSZMe { display:block; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUTH4q7TMv2uVHveIXSSOMZRhSMskWpM { top:7.3125rem;left:12.625rem;width:19.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgJBklG3bdt9hfzTR5NzzQLmTOhh0QT { top:7.3125rem;left:28.5rem;width:19.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkqszUbiHJgyq2T4arC7MoNcR6XZXKHv { top:7.3125rem;left:0rem;width:19.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwbr6t8NFHhBrPNgfoLCta075uQhzhKz { top:4.625rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeEzpw9myXu6rvEDboUzswMBII5Q3DTH { top:20.9375rem;left:15.0625rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLzqn91pv1d1Ltmzl6JhPvnBGTGl4DVd { top:20.9375rem;left:30.9375rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBUJzzA1BCsrpFFdUV6TNyHMel8sHaQ2 { top:20.9375rem;left:0rem;width:19.4375rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwcFtq9XTaryBCTEDtXsGVrFBeI8HFn2 { top:44.8125rem;left:30.9375rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weeA3M7hHHJZAepaGNkSzqXC3w9sqnc3 { top:31.1875rem;left:12.625rem;width:19.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFT3co9QoDoSSOnT420UQarvbzV9a84f { top:31.1875rem;left:28.5rem;width:19.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP7omTaTkGrcdbWEoWytTsO1RsEA0xP1 { top:44.8125rem;left:15.0625rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnyMeWBag6TFqfb8203HuCT34hwVcGT3 { top:31.1875rem;left:0rem;width:19.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BolHBlfRnMRudmduP8tAa2VqIJxDUPKZ { top:44.8125rem;left:0rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZg5xM8lsKV2gAv7CsJFkmL8d1EExq5u { top:28.3125rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B { display:block; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfIIPMGyCFPWOXaU7bQnDpuawl0v5i5X { top:4.5625rem;left:0rem;width:19.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKERfLUKMQCd2aX28KHsHelsXUNfgTW { top:7.8125rem;left:0rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frtWplNKMBtWwuaPBqgQZ5qHd6K1HfqN { top:33.5625rem;left:0rem;width:16.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii0xVUxzmdcpDyMwqe59B6V6Sdc5THxW { top:33.5625rem;left:15.0625rem;width:16.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiTJpx71yB0Xk41Ixiev5IpAiExhLmhV { top:33.5625rem;left:30.9375rem;width:16.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfLceytRlaLVzcoQCnuZeEU4U6AAZ8u3 { top:7.875rem;left:12.875rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPu0y4FoptUGqtOefA54tuahWAKLM4k { top:7.875rem;left:28.75rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 { display:block; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfov78nfBzr3k3UbtHz5Ci0x74OCsUck { top:4.5625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHQVZFbIynH18VCEm7B0J5sSaI9Pqyu { top:7.875rem;left:0rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkuoxGWidTaZ6zkqzKPyrKUmgXa3seh9 { top:7.875rem;left:12.875rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8a9PhGnTUAfECfzUTITT3GZC3GOyE0T { top:7.875rem;left:28.75rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrbQ8hhFKn5p8xvwAZUyvMDF6Xu40wr0 { top:33.75rem;left:30.9375rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOqkRdsWvikTBth5pOJHWIffJWrkuhwQ { top:33.75rem;left:15.0625rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiTRGrtZPcqlEbDRSUWSrfQdkohKxU3c { top:33.75rem;left:0rem;width:19.4375rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhWXvsMqWMaqCt0OAmupzkFp1AvTVXfE { top:70.3125rem;left:30.9375rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odqcAXhrqDrz5sAQfsy034tgWixZdluf { top:70.3125rem;left:15.0625rem;width:16.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKW0WtLiMJr3N71rLOiwvppPcv1Mnv4z { top:44.75rem;left:12.875rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVy6ig9TKQPEflwBKqwFTxQcSniroAN { top:44.75rem;left:28.75rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouxx2kRqotkwiDu3yc7W0xA8TDcpW3NI { top:44.75rem;left:0rem;width:18.875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx8ddn1v3aTFNfazOWnHhHmiEym9UZCE { top:70.3125rem;left:0rem;width:19.4375rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWr3iItwprFOot4f3fZ012fyKIffPT7 { top:41.8125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEJL7VsuoeWytzftZJPTGPwmc42dScbt { display:block; }#pEJL7VsuoeWytzftZJPTGPwmc42dScbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTSiWFFpwRiB5By4KOrO5Tfw4xWVsKnh { width:46.75rem;height:3.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JboLHKuf7PTI5cytJd3M1fLpWFB6M9Zk { display:block; }
 }@media only screen and (max-width: 763px) { #MOMokOMEKuwy6t0TOCL9U7RgM7ExAXqb { top:7.8125rem;left:0rem;width:29.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4THNswmo4d0yfgEpTgZ62LzwJBWWzBe { top:7.875rem;left:18.1875rem;width:29.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOQbLeywSwXcJkm5QieQRHq8o8U4CmqD { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRpKL53qDFakg7IvemSIbpkEecqou4kc { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh2vhACaClUpnvprbapiIwXzoGVTvL9Z { display:block; }#gh2vhACaClUpnvprbapiIwXzoGVTvL9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUMCfeT3GBQ81UdQSwCRXmyrwlS0xo3X { top:4.25rem;left:0rem;width:47.75rem;height:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbNJk3594Si0vcsWIHgNcrhaWtRP2L5s { top:2.125rem;left:0rem;width:26.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e { background-color:transparent;background-image:url("https://images.assets-landingi.com/a49D19zE/Group_Landing_Blue_bg.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;z-index:auto;display:block; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e.adaptive-delivery-prevent-bg, #IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e.lazyload, #IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e.lazyloading { background-image: none; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container { background-color: transparent; background-image: none; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #094a6b; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container > .video-iframe-container { display: none; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #094a6b; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row > .video-iframe-container { display: none; }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .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); }#IBo4UZOl7P0QfFC2fTeaVoFsl3cvPV4e > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ4FQoyBeOdDG9LgLMdqKydt8LnqaXxi { width:20rem;height:9.45rem;top:10.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HnewhB5uQKSwZX6zzBAsrnt5Oro5XmoZ { width:20rem;height:6rem;top:3.75rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sex0aXqzCCgKbaewnERnIZDiz5ighH90 { width:20rem;height:5.775rem;top:22.575000762939rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag { background-color:transparent;background-image:url("https://images.assets-landingi.com/a49D19zE/Group_Landing_Blue_bg.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;z-index:auto;display:none; }#xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag.adaptive-delivery-prevent-bg, #xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag.lazyload, #xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag.lazyloading { background-image: none; }#xrND2vn8NEsyl0J9k2b7TTBpaiVOTJag > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zkBWaMzdP5u6y9e1M9RdrJa02I8NuWfK { width:20rem;height:9.45rem;top:9.9833335876462rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T9QnZDknUXx1sskk5y6lFBcsreIGtroq { width:20rem;height:6rem;top:2.875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UxEdgmnyN22E51n3R34gpeMGE2HWF2lf { width:20rem;height:11.9rem;top:26.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SleEgccKa20RAfG82KkGZxgS0GlcDNzH { width:18.75rem;height:3.75rem;top:20.077083587646rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTuTpnb6bOFh0tvJHqhRzDFVM8hWPyG { display:block; }
 }@media only screen and (max-width: 763px) { #h6odbLmEUaRmIAMG6GiyJPDizC0Ql4FQ { width:19rem;height:3.875rem;top:39.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxD8Tw3JD9y4C3pppxldoxX9BlIUiJyU { display:block; }
 }@media only screen and (max-width: 763px) { #UCcC09TXOZWcywCRB88JAnius3TMn63e { display:block; }#UCcC09TXOZWcywCRB88JAnius3TMn63e > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTCa2cmakrx0dzCmxLN4hfPemPatT0K3 { width:19.25rem;height:3.6rem;top:2.8125rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRenxQhBDy0DUhADEvGqzdseTDMuIg5o { width:10.5625rem;height:25.5rem;top:8.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4az0Coa0HE8BakALKzZhsAfqeVe6Gyd { width:10.3125rem;height:25rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMwk1CTDnmsUQLzBJPVnw9rp6eTF98WP { width:18.1875rem;height:14.1875rem;top:36.869791984558rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhFLHV7rt1Fzhzp3ANabiErlKHh5imWA { width:18.1875rem;height:14.1875rem;top:65.1875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFskzl4IqVEElR0mqzI1LGBO15H1QMsT { width:18.5rem;height:14.3125rem;top:79.3749961853rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpJtBZnumsevue395ov4TTCgWXSd0zul { width:18.1875rem;height:14.1875rem;top:51rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX { display:block; }#o1CICiBseKgSPSVbJKhZD1JNoaxw0hRX > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5gEFL1WPp8TJDazWKaVaHLJ6mmqkT5h { width:20rem;height:4.225rem;top:3.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uzVFetrnmk5BTRElMaRVCyBzyI8rLVN3 { width:19.125rem;height:12.75rem;top:18.350006103516rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KApnFVvuZ9ZG28qsHpxwU35cp7DgR3h9 { width:19.125rem;height:12.75rem;top:36.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtThe4zMTT5uemB32718qxvJyDyu0DV6 { width:19.125rem;height:12.75rem;top:54.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFbG1DdTer19JV6uvWTATrxdwVb4i1V { width:14.5rem;height:1.875rem;top:15.850001335144rem;left:2.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fhxx1ZKZ5JXXMxOpIdAuwTmUvkM6MoBJ { width:16.6875rem;height:2.55rem;top:50.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mk9GsWKMBAnFwegMbqMkea5Oneaw9zuV { width:16.6875rem;height:2.55rem;top:31.919784545899rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ef1lh8AZNglytkdd0fERyzAH8OHtOi { width:16.6875rem;height:2.55rem;top:68.5rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovH73KUNN5I6Ro89lmbF1eNJlVumczei { width:20rem;height:5.7rem;top:7.7750053405763rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #scOA5EeMOPBm68m53P0GEbchlZ8JSZMe { display:block; }#scOA5EeMOPBm68m53P0GEbchlZ8JSZMe > .row .container { width:20rem;height:132.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUTH4q7TMv2uVHveIXSSOMZRhSMskWpM { width:19.125rem;height:12.6875rem;top:27.374992370606rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgJBklG3bdt9hfzTR5NzzQLmTOhh0QT { width:19.125rem;height:12.6875rem;top:46.249992370606rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkqszUbiHJgyq2T4arC7MoNcR6XZXKHv { width:19.125rem;height:12.6875rem;top:8.4999923706056rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwbr6t8NFHhBrPNgfoLCta075uQhzhKz { width:19.4375rem;height:4.725rem;top:2.7875003814698rem;left:0.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OeEzpw9myXu6rvEDboUzswMBII5Q3DTH { width:16.6875rem;height:3.825rem;top:59.562492370606rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLzqn91pv1d1Ltmzl6JhPvnBGTGl4DVd { width:16.6875rem;height:3.825rem;top:21.812492370606rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBUJzzA1BCsrpFFdUV6TNyHMel8sHaQ2 { width:19.4375rem;height:3.825rem;top:40.624992370606rem;left:0.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwcFtq9XTaryBCTEDtXsGVrFBeI8HFn2 { width:16.6875rem;height:3.825rem;top:124.31249237061rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weeA3M7hHHJZAepaGNkSzqXC3w9sqnc3 { width:19.125rem;height:12.6875rem;top:92.124992370606rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFT3co9QoDoSSOnT420UQarvbzV9a84f { width:19.125rem;height:12.6875rem;top:110.93749237061rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP7omTaTkGrcdbWEoWytTsO1RsEA0xP1 { width:16.6875rem;height:3.825rem;top:86.374992370606rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnyMeWBag6TFqfb8203HuCT34hwVcGT3 { width:19.125rem;height:12.6875rem;top:72.999992370606rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BolHBlfRnMRudmduP8tAa2VqIJxDUPKZ { width:16.6875rem;height:3.825rem;top:105.43749237061rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZg5xM8lsKV2gAv7CsJFkmL8d1EExq5u { width:18.6875rem;height:4.725rem;top:67.449994087219rem;left:0.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B { display:block; }#Zp5v0QkrpsXPVe2lSJM3KW2wmn9EQa9B > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfIIPMGyCFPWOXaU7bQnDpuawl0v5i5X { width:19.875rem;height:1.875rem;top:2.8125rem;left:0.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKKERfLUKMQCd2aX28KHsHelsXUNfgTW { width:18.875rem;height:24.5rem;top:5.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frtWplNKMBtWwuaPBqgQZ5qHd6K1HfqN { width:16.6875rem;height:2.55rem;top:30.375rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ii0xVUxzmdcpDyMwqe59B6V6Sdc5THxW { width:16.6875rem;height:2.55rem;top:59.9875rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kiTJpx71yB0Xk41Ixiev5IpAiExhLmhV { width:16.6875rem;height:2.55rem;top:89.6625rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfLceytRlaLVzcoQCnuZeEU4U6AAZ8u3 { width:18.875rem;height:24.5rem;top:34.925rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPu0y4FoptUGqtOefA54tuahWAKLM4k { width:18.875rem;height:24.5rem;top:64.475rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 { display:block; }#Fi2wSboEOsiQAIXPHa84TMpXF5CSRx27 > .row .container { width:20rem;height:207.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfov78nfBzr3k3UbtHz5Ci0x74OCsUck { width:19.375rem;height:4.95rem;top:3.3875122070312rem;left:0.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AuHQVZFbIynH18VCEm7B0J5sSaI9Pqyu { width:18.875rem;height:24.5rem;top:9.725rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkuoxGWidTaZ6zkqzKPyrKUmgXa3seh9 { width:18.875rem;height:24.5rem;top:40.925rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8a9PhGnTUAfECfzUTITT3GZC3GOyE0T { width:18.875rem;height:24.5rem;top:72.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrbQ8hhFKn5p8xvwAZUyvMDF6Xu40wr0 { width:16.6875rem;height:3.825rem;top:97.625rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOqkRdsWvikTBth5pOJHWIffJWrkuhwQ { width:16.6875rem;height:3.825rem;top:66.1125rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiTRGrtZPcqlEbDRSUWSrfQdkohKxU3c { width:19.4375rem;height:3.825rem;top:34.9125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhWXvsMqWMaqCt0OAmupzkFp1AvTVXfE { width:16.6875rem;height:3.825rem;top:199.47497558594rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odqcAXhrqDrz5sAQfsy034tgWixZdluf { width:16.6875rem;height:3.825rem;top:168.33752441406rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKW0WtLiMJr3N71rLOiwvppPcv1Mnv4z { width:18.875rem;height:24.5rem;top:143.08752441406rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVy6ig9TKQPEflwBKqwFTxQcSniroAN { width:18.875rem;height:24.5rem;top:174.34997558594rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouxx2kRqotkwiDu3yc7W0xA8TDcpW3NI { width:18.875rem;height:24.5rem;top:111.38751220703rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx8ddn1v3aTFNfazOWnHhHmiEym9UZCE { width:19.4375rem;height:3.825rem;top:136.95001220703rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtWr3iItwprFOot4f3fZ012fyKIffPT7 { width:18.4375rem;height:4.95rem;top:105.11251831055rem;left:0.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pEJL7VsuoeWytzftZJPTGPwmc42dScbt { background-color:#ffffff;background-image:none;display:none; }#pEJL7VsuoeWytzftZJPTGPwmc42dScbt > .row .container { width:20rem;height:41.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cTSiWFFpwRiB5By4KOrO5Tfw4xWVsKnh { width:20rem;height:3rem;top:34.25rem;left:0rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(109deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(109deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(109deg, #ff2079, #ff4133);background-image: -o-linear-gradient(109deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(109deg, #ff2079, #ff4133);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JboLHKuf7PTI5cytJd3M1fLpWFB6M9Zk { display:block; }
 }@media only screen and (max-width: 763px) { #MOMokOMEKuwy6t0TOCL9U7RgM7ExAXqb { height:11.07822410148rem;width:20rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4THNswmo4d0yfgEpTgZ62LzwJBWWzBe { height:11.07822410148rem;width:20rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOQbLeywSwXcJkm5QieQRHq8o8U4CmqD { width:20rem;height:1.65rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QRpKL53qDFakg7IvemSIbpkEecqou4kc { width:16.125rem;height:3.15rem;top:18.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gh2vhACaClUpnvprbapiIwXzoGVTvL9Z { display:none; }#gh2vhACaClUpnvprbapiIwXzoGVTvL9Z > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mUMCfeT3GBQ81UdQSwCRXmyrwlS0xo3X { width:20rem;height:28.875rem;top:3.6208267211914rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#41515b;display:block; }
 }@media only screen and (max-width: 763px) { #pbNJk3594Si0vcsWIHgNcrhaWtRP2L5s { width:20rem;height:1.3rem;top:1.720832824707rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }