.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:36,142,211;--color-primary-4:19,29,51;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:127,126,126;--color-tertiary-2:73,73,73;--color-tertiary-3:0,4,7;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4a23fc80-f90d-491e-b79d-7d39a47e4077/IMG_9057.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;overflow:visible;position:relative;display:block; }#bmFTpJQeCUAwa5nlS154Dlwc9iQEQ52C { 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:2.8125rem;width:2.8125rem;top:1.375rem;left:0.0625rem;overflow:hidden;display:block; }
#DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { color:rgba(var(--color-secondary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.625rem;height:2rem;font-style:normal;display:block; }
#rzlOSTTfHh5uWZJ2MMccwWShC3fGbqm3 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:1.9375rem;left:48.4375rem;display:block; }
#gWg5naa71Bw3ACWAlvFZgGsdfxCVTyTA { color:rgba(var(--color-secondary-0),1);display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.75rem;height:1.625rem;font-style:normal;display:block; }
#XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { background-color:#ef4949;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;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:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.935546875rem;left:16.375rem;display:block; }
#GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5ELDO29wyueqTDDemeQ855hgf2WKJiu { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.748046875rem;left:21.5rem;display:none; }
#G2U0FPJJR5TEGFv9bMF4PEBK0zqeR2T4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hU1rEUTaDOQ4myw61nClZqUTLr0cbKyX { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:4.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:-29.53125rem;display:none; }
#HeqzL7Q0fhOl7Ez0IhX5Z1liFVZuT6KX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8yoGnsRJ6pVqWPAAyWk5qGkW2ixyHVy { box-sizing:content-box;height:22.3125rem;width:40.9375rem;position:absolute;display:block;z-index:14999;background-color:#ed4848;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8251953125rem;left:9.53125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JuDng7U04gzZnKu6dLgN5LOZIWKwUT1r { color:#fbfbfb;display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5751953125rem;left:15.53125rem;height:7.25rem;font-style:normal;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;display:block; }
#dVZ1MITD49yFnebn3a85RiJXrTl6Jl2e { color:#1ccc12;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5625rem;left:20.15625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s47sLMVf18w3MnU8JNgaIF8OpuX5Rovd { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.625rem;left:11.6875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4oe3FzXzxFxaiMTK5GAOl2aBZVHVW22 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.625rem;left:35.0625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { background-color: transparent; background-image: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .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); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { border-width: 0; border-radius: 0; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#aRX1840U1PfVdPMCTF5O5eVJiKpkdUpF { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:10.5625rem;width:16.3125rem;top:21.4375rem;left:21.84375rem;overflow:hidden;display:block; }
#i4MbB23mE3Ng42QqmDp180LEXlWVWsqr { position:absolute;display:block;z-index:15011;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:10.1875rem;width:8.75rem;top:21.625rem;left:9.75rem;overflow:hidden;display:block; }
#kEnZqS9cJimEW4kLkLXsZXlhnJgWkhLa { position:absolute;display:block;z-index:15012;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:10.25rem;width:8.4375rem;top:21.59375rem;left:1.375rem;overflow:hidden;display:block; }
#lETnCsbMlDIiVJ0mbSRXRfm3TTbykRvz { color:rgba(var(--color-primary-3),1);display:block;width:14rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4375rem;left:23rem;height:2.625rem;display:block; }
#n4lf4f5mikzb9yoGWCZMFDaIKZET4CRf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.9375rem;height:2rem;display:block; }
#LOOkm2TpyARumF4MbODPKXhfv5oKP7mf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6875rem;left:22.46875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#paz3fG2PEfV6qwMiuHJaw5fU7hWxuPRH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.6875rem;left:44.40625rem;height:2rem;display:block; }
#kOKdrCdnkO8y83IuRUAKkIalbxmElAT6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.5625rem;width:17.125rem;top:21.4375rem;left:41.4375rem;overflow:hidden;display:block; }
#hTbsncIh7oacPQEuESDIP5CoXqHvzgVK { color:#6a6565;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.763671875rem;left:0.875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TV1z2XRAxJkH3RnTumbxTtR4N82ICZtF { color:#6a6565;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.763671875rem;left:21rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDyJ1fauh1PLVPNVIzlrzgIeZ0uDcwn7 { color:#6a6565;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.763671875rem;left:41.8125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KnVFHnsPUUcWnrsIfaFlpDZlRsaImmd7 { box-sizing:content-box;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.5625rem;left:0.75rem;display:block; }
#C4qmpd8bT17KnZ1rf5iJ4TeZcdXvEzdh { box-sizing:content-box;height:12.5rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.5rem;left:21rem;display:block; }
#MBsOEz6U53Nu4Mgb6ZM5agIZhIbaaEGO { box-sizing:content-box;height:12.5rem;width:18.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.5rem;left:40.8125rem;display:block; }
#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { background-color: transparent; background-image: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .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); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { border-width: 0; border-radius: 0; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#qkxa2JxbqDUbIQkvaTsrt3LREaW9TfS2 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BeJTgC5JwyCtMyCzEDLCL5enF6t4HqyO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.275390625rem;left:2.90625rem;height:3.5rem;font-style:normal;display:block; }
#p8hc78XnaBibJyvIdur3FI5TDXbmBxxt { color:rgba(var(--color-tertiary-3),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.275390625rem;left:18.5625rem;height:3.5rem;font-style:normal;display:block; }
#TVzHuDgE2a8UWrddZ1Fuz5oDwEJ19pvN { color:rgba(var(--color-tertiary-3),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.275390625rem;left:33.25rem;height:3.5rem;font-style:normal;display:block; }
#gEKMpTCgzTsuCokBbu3VF1nkhuUxbck0 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:47.4375rem;height:3.5rem;font-style:normal;display:block; }
#ZoSFCq2XtBUEPOSuUIcQipZ7TrbeF3VR { box-sizing:content-box;height:4.8125rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:7.1142578125rem;left:2.21875rem;display:block; }
#sMvmNeKZSEMqsLzWOr52OGeaGBOwq2Z6 { box-sizing:content-box;height:4.8125rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:7.115234375rem;left:17.90625rem;display:block; }
#siZUhusmgvILmsSXMFhmQucapnlEVNSs { box-sizing:content-box;height:4.8125rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:7.115234375rem;left:32.15625rem;display:block; }
#IUU7hNuqPV5x3q0hDbkgtvLNe0rem7TF { box-sizing:content-box;height:4.8125rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:7.115234375rem;left:46.90625rem;display:block; }
#QTeCg6QQN73ThJDAeyz6WmECrO525exz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.412109375rem;left:18.3125rem;height:2.5rem;display:block; }
#U7y0lou5vNZqz4Ks8zBLbaV4GGiwDZAF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.412109375rem;left:2.90625rem;height:2.5rem;display:block; }
#dB8nismskzshtfJ9GmWr7lAILuvLGdS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.9619140625rem;left:33.25rem;height:1.25rem;display:block; }
#Q8MlvXOTpklRZRFSO3xBTPTrAnxAT2Cq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.412109375rem;left:47.5rem;height:2.5rem;display:block; }
#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { background-color: transparent; background-image: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .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); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { border-width: 0; border-radius: 0; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:5.03125rem;left:7.59375rem;display:block; }
#kipEPFMAavadaipAJmTvT434r4SxpKs4 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.015625rem;left:7.59375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.53515625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGgJFvJtSwMym11C33GUniR37mMhHvID { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.3125rem;left:20rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.697265625rem;left:20rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:5.03125rem;left:27.59375rem;display:block; }
#mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.015625rem;left:27.59375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.3125rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.53515625rem;left:40rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:5.03125rem;left:47.59375rem;display:block; }
#kGlMFip0u3ALet0TlIGp5c5e1unOU33b { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.015625rem;left:47.59375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6lDC9pIXBWycghEMQwM8TWzmCQtLzWc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0.875rem;left:17.5625rem;height:2.25rem;font-style:normal;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#CmcHIqvSrFuXuxXVaLrWM7PxBkssHcL5 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2rem;font-style:normal;display:block; }
#aoyoWkiHXCz96UahHFl0rkuEIK8i39WT { position:absolute;display:block;z-index:15012;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:14.4375rem;width:32.1875rem;top:25.6875rem;left:27.8125rem;overflow:hidden;display:block; }
#CV8KxqPh724JEg3h44lpN6bWLiJlacQO { position:absolute;display:block;z-index:15014;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:11.1875rem;width:27.1875rem;top:4.59375rem;left:0.6875rem;overflow:hidden;display:block; }
#dceUJ5xHkBBgsrvhOovd0HRKsUT0Pa1G { position:absolute;display:block;z-index:15015;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:21.9375rem;width:27.6875rem;top:1.75rem;left:28.9375rem;overflow:hidden;display:block; }
#F1KlZ7gETote2UzbqT0UtonmRF48gy42 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;width:27.3125rem;top:28.5rem;left:0rem;overflow:hidden;display:block; }
#RuG4AHgiRVb5SvMnS5dPThtGDZi3NkRJ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:9.0625rem;width:23.875rem;top:17.625rem;left:2.34375rem;overflow:hidden;display:block; }
#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { background-color: transparent; background-image: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container > .video-iframe-container { display: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container { display: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .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); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { border-width: 0; border-radius: 0; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#Ty0fTB7cW69eGnkcgBBPagb8TL79sxfd { color:rgba(var(--color-primary-3),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.75rem;height:2rem;font-style:normal;display:block; }
#PDtsyu6Be0zZpwgeXuy3AW5EziyPpUzm { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:11.9375rem;left:11.625rem;height:11.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1FOLoAw0vTpirihwNcRrdJKFqTwMQeN { position:absolute;display:block;z-index:15037;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:7.125rem;width:27.5625rem;top:3.09375rem;left:15.78125rem;overflow:hidden;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#TrNMyAOllfyHsh2EqbeOTU0RUoxrULhZ { position:absolute;display:block;z-index:15004;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:3.0625rem;width:3.5625rem;top:4.5625rem;left:28.21875rem;overflow:hidden;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:14.375rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5234375rem;left:14.34375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:17.25rem;left:14.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeRoUE5ITz6TaAoRmUtEMWH2q3hrM9sV { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.748046875rem;left:21.5rem;display:block; }
#R8P23xE8tJ1bzGDD1TnMTN9qAMdMR9vq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQI8V4D8Sy1TNKM1oysBr9eObMHL1Ml2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:28.486328125rem;left:0rem;height:1.25rem;display:block; }
#ohXKHIFIfE7iDXGPJJQiNtiShLW8H1Ed { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:28.486328125rem;left:25.25rem;height:1.25rem;display:block; }
#cARkXyozuAXBCDT8ZTLnykk4JiUO6rkB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:28.486328125rem;left:53.4375rem;height:1.25rem;display:block; }
#CUNbBCRbx9vTBEAkmUEusbNkR6ZMCIqH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:14.1875rem;left:10.125rem;display:none; }
#oeie4Em2BhP1FrSwzrwpkHUhgTJqCAZL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qTfR3cUZ18fpr4TN5f3taN1Do6NQ3lSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmFTpJQeCUAwa5nlS154Dlwc9iQEQ52C { width:2.8125rem;height:2.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:39.9375rem;height:2rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzlOSTTfHh5uWZJ2MMccwWShC3fGbqm3 { width:2.375rem;height:2.375rem;top:1.9375rem;left:42.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWg5naa71Bw3ACWAlvFZgGsdfxCVTyTA { width:12.3125rem;height:1.625rem;top:2.1875rem;left:35.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { width:27.25rem;height:5.8125rem;top:31.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block; }
 }@media only screen and (max-width: 763px) { #O5ELDO29wyueqTDDemeQ855hgf2WKJiu { width:17rem;height:3.4375rem;top:33.6875rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2U0FPJJR5TEGFv9bMF4PEBK0zqeR2T4 { display:block; }
 }@media only screen and (max-width: 763px) { #hU1rEUTaDOQ4myw61nClZqUTLr0cbKyX { width:4.9375rem;height:4.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeqzL7Q0fhOl7Ez0IhX5Z1liFVZuT6KX { display:block; }
 }@media only screen and (max-width: 763px) { #I8yoGnsRJ6pVqWPAAyWk5qGkW2ixyHVy { top:5.8125rem;left:3.40625rem;width:40.9375rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDng7U04gzZnKu6dLgN5LOZIWKwUT1r { width:28.9375rem;height:7.25rem;top:6.5625rem;left:9.40625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVZ1MITD49yFnebn3a85RiJXrTl6Jl2e { top:14.5625rem;left:14.03125rem;width:19.6875rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s47sLMVf18w3MnU8JNgaIF8OpuX5Rovd { width:19.3125rem;height:6.75rem;top:19.625rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4oe3FzXzxFxaiMTK5GAOl2aBZVHVW22 { top:19.625rem;left:28.9375rem;width:12.5rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { display:block; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRX1840U1PfVdPMCTF5O5eVJiKpkdUpF { top:21.4375rem;left:15.4375rem;width:16.3125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4MbB23mE3Ng42QqmDp180LEXlWVWsqr { top:21.625rem;left:7.125rem;width:8.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEnZqS9cJimEW4kLkLXsZXlhnJgWkhLa { top:21.5625rem;left:0rem;width:8.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETnCsbMlDIiVJ0mbSRXRfm3TTbykRvz { top:1.4375rem;left:16.8125rem;width:14rem;height:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4lf4f5mikzb9yoGWCZMFDaIKZET4CRf { top:6.6875rem;left:0.875rem;width:14.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOOkm2TpyARumF4MbODPKXhfv5oKP7mf { top:6.6875rem;left:16.28125rem;width:15.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paz3fG2PEfV6qwMiuHJaw5fU7hWxuPRH { top:6.6875rem;left:34.09375rem;width:11.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKdrCdnkO8y83IuRUAKkIalbxmElAT6 { top:21.4375rem;left:30.5rem;width:17.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbsncIh7oacPQEuESDIP5CoXqHvzgVK { top:11.75rem;left:0rem;width:18.25rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV1z2XRAxJkH3RnTumbxTtR4N82ICZtF { top:11.75rem;left:13.25rem;width:18.5rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDyJ1fauh1PLVPNVIzlrzgIeZ0uDcwn7 { top:11.75rem;left:31.25rem;width:16.375rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnVFHnsPUUcWnrsIfaFlpDZlRsaImmd7 { top:20.5625rem;left:0rem;width:18.5rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qmpd8bT17KnZ1rf5iJ4TeZcdXvEzdh { top:20.5rem;left:13.75rem;width:18rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBsOEz6U53Nu4Mgb6ZM5agIZhIbaaEGO { top:20.5rem;left:29.25rem;width:18.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { display:block; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkxa2JxbqDUbIQkvaTsrt3LREaW9TfS2 { width:47.75rem;height:3.6875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeJTgC5JwyCtMyCzEDLCL5enF6t4HqyO { width:15.0625rem;height:3.5625rem;top:6.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8hc78XnaBibJyvIdur3FI5TDXbmBxxt { width:12rem;height:3.5625rem;top:6.25rem;left:12.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVzHuDgE2a8UWrddZ1Fuz5oDwEJ19pvN { width:13.0625rem;height:3.5625rem;top:6.25rem;left:27.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEKMpTCgzTsuCokBbu3VF1nkhuUxbck0 { width:12.5625rem;height:3.5rem;top:6.3125rem;left:35.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoSFCq2XtBUEPOSuUIcQipZ7TrbeF3VR { top:7.0625rem;left:0rem;width:0.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMvmNeKZSEMqsLzWOr52OGeaGBOwq2Z6 { top:7.0625rem;left:11.78125rem;width:0.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZUhusmgvILmsSXMFhmQucapnlEVNSs { top:7.0625rem;left:26.03125rem;width:0.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUU7hNuqPV5x3q0hDbkgtvLNe0rem7TF { top:7.0625rem;left:40.78125rem;width:0.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeCg6QQN73ThJDAeyz6WmECrO525exz { top:10.375rem;left:12.1875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7y0lou5vNZqz4Ks8zBLbaV4GGiwDZAF { top:10.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB8nismskzshtfJ9GmWr7lAILuvLGdS6 { top:10.9375rem;left:27.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8MlvXOTpklRZRFSO3xBTPTrAnxAT2Cq { top:10.375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { width:4.8125rem;height:4.8125rem;top:5rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipEPFMAavadaipAJmTvT434r4SxpKs4 { width:4.8125rem;height:2.8125rem;top:6rem;left:5.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { width:20rem;height:2.4375rem;top:10.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgJFvJtSwMym11C33GUniR37mMhHvID { width:20rem;height:6.5rem;top:14.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { width:20rem;height:6.5rem;top:14.3125rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { width:20rem;height:2.3125rem;top:10.6875rem;left:11.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { width:4.8125rem;height:4.8125rem;top:5rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { width:4.8125rem;height:2.8125rem;top:6rem;left:21.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { width:20rem;height:6.5rem;top:14.3125rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { width:20rem;height:2.625rem;top:10.5rem;left:27.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { width:4.8125rem;height:4.8125rem;top:5rem;left:37.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlMFip0u3ALet0TlIGp5c5e1unOU33b { width:4.8125rem;height:2.8125rem;top:6rem;left:37.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6lDC9pIXBWycghEMQwM8TWzmCQtLzWc { top:0.875rem;left:0rem;width:24.875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmcHIqvSrFuXuxXVaLrWM7PxBkssHcL5 { width:47.75rem;height:2rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoyoWkiHXCz96UahHFl0rkuEIK8i39WT { top:25.6875rem;left:15.5625rem;width:32.1875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV8KxqPh724JEg3h44lpN6bWLiJlacQO { top:4.5625rem;left:0rem;width:27.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dceUJ5xHkBBgsrvhOovd0HRKsUT0Pa1G { top:1.75rem;left:20.0625rem;width:27.6875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1KlZ7gETote2UzbqT0UtonmRF48gy42 { top:28.5rem;left:0rem;width:27.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuG4AHgiRVb5SvMnS5dPThtGDZi3NkRJ { top:17.625rem;left:0rem;width:23.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D { display:block; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty0fTB7cW69eGnkcgBBPagb8TL79sxfd { width:7.875rem;height:2rem;top:1.0625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDtsyu6Be0zZpwgeXuy3AW5EziyPpUzm { width:36rem;height:11.9375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FOLoAw0vTpirihwNcRrdJKFqTwMQeN { top:3.0625rem;left:0rem;width:27.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrNMyAOllfyHsh2EqbeOTU0RUoxrULhZ { width:3.5625rem;height:3.0625rem;top:4.5625rem;left:22.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:31.25rem;height:4.6875rem;top:8.8125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { width:31.3125rem;height:3rem;top:13.5rem;left:8.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:31.25rem;height:1.375rem;top:17.25rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeRoUE5ITz6TaAoRmUtEMWH2q3hrM9sV { width:17rem;height:3.4375rem;top:19.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8P23xE8tJ1bzGDD1TnMTN9qAMdMR9vq { display:block; }
 }@media only screen and (max-width: 763px) { #DQI8V4D8Sy1TNKM1oysBr9eObMHL1Ml2 { top:28.4375rem;left:0rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohXKHIFIfE7iDXGPJJQiNtiShLW8H1Ed { top:28.4375rem;left:19.125rem;width:9.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARkXyozuAXBCDT8ZTLnykk4JiUO6rkB { top:28.4375rem;left:41.1875rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNbBCRbx9vTBEAkmUEusbNkR6ZMCIqH { top:14.1875rem;left:4.03125rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeie4Em2BhP1FrSwzrwpkHUhgTJqCAZL { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qTfR3cUZ18fpr4TN5f3taN1Do6NQ3lSC { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d11cd68-cab7-4277-9676-c5cffb210eb9/IMG_9448.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmFTpJQeCUAwa5nlS154Dlwc9iQEQ52C { width:1.3125rem;height:1.3125rem;top:0.71875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:20rem;height:1.125rem;top:2.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzlOSTTfHh5uWZJ2MMccwWShC3fGbqm3 { width:2.375rem;height:2.375rem;top:9.75rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWg5naa71Bw3ACWAlvFZgGsdfxCVTyTA { width:9.25rem;height:1.625rem;top:13.375rem;left:5.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { width:15.75rem;height:3.4375rem;top:29.5rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block; }
 }@media only screen and (max-width: 763px) { #O5ELDO29wyueqTDDemeQ855hgf2WKJiu { width:13.9375rem;height:3.4375rem;top:24.9375rem;left:7.59375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #G2U0FPJJR5TEGFv9bMF4PEBK0zqeR2T4 { display:block; }
 }@media only screen and (max-width: 763px) { #hU1rEUTaDOQ4myw61nClZqUTLr0cbKyX { width:4.9375rem;height:4.9375rem;top:0rem;left:7.5rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #HeqzL7Q0fhOl7Ez0IhX5Z1liFVZuT6KX { display:block; }
 }@media only screen and (max-width: 763px) { #I8yoGnsRJ6pVqWPAAyWk5qGkW2ixyHVy { width:16.375rem;height:21.5625rem;top:5.2734375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDng7U04gzZnKu6dLgN5LOZIWKwUT1r { width:20rem;height:5rem;top:5.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVZ1MITD49yFnebn3a85RiJXrTl6Jl2e { width:19.6875rem;height:2.0625rem;top:10.2734375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s47sLMVf18w3MnU8JNgaIF8OpuX5Rovd { width:14.75rem;height:4.875rem;top:13.6171875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4oe3FzXzxFxaiMTK5GAOl2aBZVHVW22 { width:12.5rem;height:6.1875rem;top:19.4375rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { background-color:#f2f6f8;background-image:none;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; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { background-color: transparent; background-image: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .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); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { border-width: 0; border-radius: 0; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRX1840U1PfVdPMCTF5O5eVJiKpkdUpF { width:16.3125rem;height:10.5625rem;top:38.8125rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i4MbB23mE3Ng42QqmDp180LEXlWVWsqr { width:8.75rem;height:10.1875rem;top:14.357421875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEnZqS9cJimEW4kLkLXsZXlhnJgWkhLa { width:8.4375rem;height:10.25rem;top:14.326171875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETnCsbMlDIiVJ0mbSRXRfm3TTbykRvz { width:13.25rem;height:2.5rem;top:0.794921875rem;left:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4lf4f5mikzb9yoGWCZMFDaIKZET4CRf { width:11.0625rem;height:1.75rem;top:5.4375rem;left:4.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOOkm2TpyARumF4MbODPKXhfv5oKP7mf { width:15.0625rem;height:3.5rem;top:27.45703125rem;left:2.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paz3fG2PEfV6qwMiuHJaw5fU7hWxuPRH { width:9.3125rem;height:1.75rem;top:52.9189453125rem;left:5.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKdrCdnkO8y83IuRUAKkIalbxmElAT6 { width:17.125rem;height:10.5625rem;top:61.615234375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbsncIh7oacPQEuESDIP5CoXqHvzgVK { width:18.5rem;height:5.5rem;top:7.224609375rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV1z2XRAxJkH3RnTumbxTtR4N82ICZtF { width:17.0625rem;height:5.5rem;top:31.03125rem;left:1.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDyJ1fauh1PLVPNVIzlrzgIeZ0uDcwn7 { width:16.5rem;height:5.5rem;top:54.7060546875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnVFHnsPUUcWnrsIfaFlpDZlRsaImmd7 { width:18.1875rem;height:11.875rem;top:60.958984375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qmpd8bT17KnZ1rf5iJ4TeZcdXvEzdh { width:17.3125rem;height:12rem;top:38.09375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBsOEz6U53Nu4Mgb6ZM5agIZhIbaaEGO { width:17.5rem;height:11.625rem;top:13.638671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { background-color:#248ed3;background-image:none;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; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { background-color: transparent; background-image: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .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); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { border-width: 0; border-radius: 0; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkxa2JxbqDUbIQkvaTsrt3LREaW9TfS2 { width:20rem;height:2.4375rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeJTgC5JwyCtMyCzEDLCL5enF6t4HqyO { width:13.9375rem;height:2.875rem;top:20.78125rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8hc78XnaBibJyvIdur3FI5TDXbmBxxt { width:11.75rem;height:2.875rem;top:6.146484375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVzHuDgE2a8UWrddZ1Fuz5oDwEJ19pvN { width:13rem;height:2.875rem;top:13.4560546875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEKMpTCgzTsuCokBbu3VF1nkhuUxbck0 { width:13.5625rem;height:2.875rem;top:28.2958984375rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoSFCq2XtBUEPOSuUIcQipZ7TrbeF3VR { width:0.125rem;height:4.8125rem;top:6.146484375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMvmNeKZSEMqsLzWOr52OGeaGBOwq2Z6 { width:0.125rem;height:4.8125rem;top:13.4560546875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZUhusmgvILmsSXMFhmQucapnlEVNSs { width:0.125rem;height:4.8125rem;top:20.78125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUU7hNuqPV5x3q0hDbkgtvLNe0rem7TF { width:0.125rem;height:4.8125rem;top:28.2958984375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeCg6QQN73ThJDAeyz6WmECrO525exz { width:12.5rem;height:2.5rem;top:9.068359375rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7y0lou5vNZqz4Ks8zBLbaV4GGiwDZAF { width:12.5rem;height:2.5rem;top:23.9423828125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dB8nismskzshtfJ9GmWr7lAILuvLGdS6 { width:12.5rem;height:1.25rem;top:17.0302734375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8MlvXOTpklRZRFSO3xBTPTrAnxAT2Cq { width:12.5rem;height:2.5rem;top:31.08984375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { background-color:#ffffff;background-image:none;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; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { background-color: transparent; background-image: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .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); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { border-width: 0; border-radius: 0; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { width:4.8125rem;height:4.8125rem;top:5.75rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipEPFMAavadaipAJmTvT434r4SxpKs4 { width:4.8125rem;height:2.4375rem;top:6.9375rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { width:20rem;height:2.4375rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGgJFvJtSwMym11C33GUniR37mMhHvID { width:20rem;height:6.5rem;top:13.2421875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { width:20rem;height:6.5rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { width:20rem;height:2.3125rem;top:27.14453125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { width:4.8125rem;height:4.8125rem;top:21.51953125rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { width:4.8125rem;height:2.4375rem;top:22.70703125rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { width:20rem;height:6.5rem;top:45.7421875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { width:20rem;height:2.625rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { width:4.8125rem;height:4.8125rem;top:37.6875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlMFip0u3ALet0TlIGp5c5e1unOU33b { width:4.8125rem;height:2.4375rem;top:38.875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6lDC9pIXBWycghEMQwM8TWzmCQtLzWc { width:18.9375rem;height:3.625rem;top:0.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { background-color:#ffffff;background-image:none;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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmcHIqvSrFuXuxXVaLrWM7PxBkssHcL5 { width:20rem;height:1.4375rem;top:1.693359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoyoWkiHXCz96UahHFl0rkuEIK8i39WT { width:17.8125rem;height:8rem;top:25.841796875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CV8KxqPh724JEg3h44lpN6bWLiJlacQO { width:18.5rem;height:7.6875rem;top:3.904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dceUJ5xHkBBgsrvhOovd0HRKsUT0Pa1G { width:18.25rem;height:14.375rem;top:11.529296875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F1KlZ7gETote2UzbqT0UtonmRF48gy42 { width:20rem;height:10.25rem;top:41.431640625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RuG4AHgiRVb5SvMnS5dPThtGDZi3NkRJ { width:20rem;height:7.5908125rem;top:34.404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D { background-color:#f2f6f8;background-image:none;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; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { background-color: transparent; background-image: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container > .video-iframe-container { display: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container { display: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .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); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { border-width: 0; border-radius: 0; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty0fTB7cW69eGnkcgBBPagb8TL79sxfd { width:20rem;height:1.8125rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDtsyu6Be0zZpwgeXuy3AW5EziyPpUzm { width:20rem;height:9.375rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FOLoAw0vTpirihwNcRrdJKFqTwMQeN { width:18.625rem;height:4.75rem;top:4.0791015625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:#248ed3;background-image:none;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; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrNMyAOllfyHsh2EqbeOTU0RUoxrULhZ { width:3.5625rem;height:3.0625rem;top:3.0625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:2.4375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { width:20rem;height:1.8125rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zeRoUE5ITz6TaAoRmUtEMWH2q3hrM9sV { width:17rem;height:3.4375rem;top:19.6875rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8P23xE8tJ1bzGDD1TnMTN9qAMdMR9vq { display:block; }
 }@media only screen and (max-width: 763px) { #DQI8V4D8Sy1TNKM1oysBr9eObMHL1Ml2 { width:14.5625rem;height:1.25rem;top:25.634765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohXKHIFIfE7iDXGPJJQiNtiShLW8H1Ed { width:9.5rem;height:1.25rem;top:24.3349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARkXyozuAXBCDT8ZTLnykk4JiUO6rkB { width:6.5625rem;height:1.25rem;top:23.03515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNbBCRbx9vTBEAkmUEusbNkR6ZMCIqH { top:11.5546875rem;left:1rem;width:18rem;height:2.5rem;z-index:15044;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeie4Em2BhP1FrSwzrwpkHUhgTJqCAZL { top:15.642578125rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15010;color:#248ed3;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfR3cUZ18fpr4TN5f3taN1Do6NQ3lSC { display:block; }
 }