.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:242,228,234;--color-primary-1:210,164,184;--color-primary-2:165,72,112;--color-primary-3:83,36,56;--color-primary-4:25,11,17;--color-secondary-0:228,243,220;--color-secondary-1:165,215,139;--color-secondary-2:75,174,22;--color-secondary-3:38,87,11;--color-secondary-4:11,26,3;--color-tertiary-0:255,255,255;--color-tertiary-1:72,108,143;--color-tertiary-2:11,171,193;--color-tertiary-3:13,148,166;--color-tertiary-4:0,0,0;--headlines-font-family:Josefin Sans;--paragraphs-font-family:Ubuntu; }body { background-color:#f1f6fb;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8HPxLKaR/OzA_g_wne_na_www_3_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH.adaptive-delivery-prevent-bg, #FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH.lazyload, #FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH.lazyloading { background-image: none; }#FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH > .row .container { border-width: 0; border-radius: 0; }#FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:none; }#HyiZmz7n9NwOgJtTm9oa7TVgTLdlUzAU { 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:120rem;width:67.5rem;display:none; }
#iy1ul31uiSGzof9TmPIXNUVKpwznT1aQ { position:absolute;display:block;z-index:14999;background-color:rgba(241,246,251,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:70.25rem;top:12.625rem;left:2.375rem;display:block; }
#TQ8JHoeLuaXd0RPmD6g7tS17wBarFncZ { color:rgba(var(--color-tertiary-1),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17.125rem;left:21.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u8HdOwo4xEx9Tz4Lxw4Ics3N6bRMgD0A { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:22.25rem;left:0rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDqpiGtUo1E2dczkTCXCNNaphlzEsgXs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.75rem;width:5.75rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:39.9375rem;left:34.625rem;overflow:hidden;display:block; }
#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddc3a188-4833-47ce-9988-588338add17a/ZTzA2.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe.adaptive-delivery-prevent-bg, #rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe.lazyload, #rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe.lazyloading { background-image: none; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container { background-color: transparent; background-image: none; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container > .video-iframe-container { display: none; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row > .video-iframe-container { display: none; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .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); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container { border-width: 0; border-radius: 0; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#E5NTeeLm7lb69CDrg8bpw215JpbFTpL2 { 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:31.25rem;width:31.25rem;display:none; }
#iH3bTLtKDKNDa5wGq09lHSChnav7dN2B { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12.125rem;left:34.781251907349rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z9nyHK1yCtJS1ah5s7gKqNCDtFC6ku1F { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:17.1875rem;left:26.437501907349rem;height:19.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLIHhk5dyxVuOZmAHTNd5RvV8WhmbD1a { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.75rem;width:5.75rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.4250001907349rem;left:47.843751907349rem;overflow:hidden;display:block; }
#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { position:relative;display:block; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { background-color: transparent; background-image: none; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container > .video-iframe-container { display: none; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row > .video-iframe-container { display: none; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .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); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { border-width: 0; border-radius: 0; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lWy1ThrcSOOHdURiT0eT6ZRAv8P1Z9zM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.5rem;width:56.25rem;top:2.65625rem;left:9.375rem;display:block; }
#p2OwLESqLezroTxamDZ8flSswqCTcBXt { position:relative;display:none; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt { border-width: 0; border-radius: 0; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rzOTau4gKoLFCyN4nOyadd3P39SlexVe { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:7rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#a64wQU9M6lDG4AcXVEOO2hwJqhhL6VWh { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5625rem;left:0rem;height:7.5rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLARcTAmfDqFPtKvspaaPAO3duK1JkED { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5625rem;left:0rem;height:7.5rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { border-width: 0; border-radius: 0; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:none; }#wEFxKHfIIi3K1zTK4z2CcMfhAfTdpapN { color:rgba(var(--color-tertiary-1),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.2750034332276rem;left:6.2492179870606rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MI3KJMfhPWKUaNNy9DT7MH93mVgixI8U { color:rgba(var(--color-tertiary-1),1);display:block;width:68.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:6.25rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUpDCHPDmbazWKT7knKkSEdriw0WgHnS { color:rgba(var(--color-tertiary-1),1);display:block;width:68.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.25rem;left:6.25rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVFTgmOgTTAIV6UiQfXT1Bg2XTC7qeWC { color:rgba(var(--color-tertiary-1),1);display:block;width:68.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.5625rem;left:6.25rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cxH4DWZzWVx3rsHWzWCJxKT3pLXcoFd3 { color:rgba(var(--color-tertiary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.814697265625E-6rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sg92DLv3FGVZwAfpwB5SVRb0zH2I6eTp { color:rgba(var(--color-tertiary-1),1);display:block;width:68.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.1875rem;left:6.25rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSo2nUBvPK5E80l4NJTOzKuqQztePyPP { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.2750034332276rem;left:6.2492179870606rem;height:1.85rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yPEukrcLdxURQdUxr4J6P6Mp6qTgSsO7 { color:rgba(var(--color-tertiary-3),1);display:block;width:68.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.25rem;left:6.25rem;height:1.85rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WdbWwMDpAqBATAF5kc2EsUtbkxbrT1bS { color:rgba(var(--color-tertiary-3),1);display:block;width:68.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.5625rem;left:6.25rem;height:1.85rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h3PoSyat2k8dNb4gZDAE2B6kfvI1RM9L { color:rgba(var(--color-tertiary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aphX7hV6OZopqG5fGmtzZeULezD3tx9u { color:rgba(var(--color-tertiary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:11.47500038147rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvI4iDQ8Uxz4cJCfwc6wkCd6sZKK4J26 { color:rgba(var(--color-tertiary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:17.875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h029CcthIc1uMa7gB6I6elZHAspQ3yBg { color:rgba(var(--color-tertiary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:23.500000762753rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { background-color: transparent; background-image: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .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); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { border-width: 0; border-radius: 0; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#Mm7qTMtzSoHMWLQ45tDEZEilw7dB7Qo2 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCMQcvikqSVsbzBolb7HtLio6Nlmb38U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.75rem;width:5.75rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.82421875rem;left:34.625rem;overflow:hidden;display:block; }
#dMb6U7fI1zLUOzouiqNDpqpZbXicxiRc { color:#107d84;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:36.000001549721rem;left:0rem;height:14.60000625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WH8kMBSf5pm7ZBRGpL3PzkFtzBFeQPlr { color:#107d84;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:36.000001549721rem;left:0rem;height:14.60000625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PVL1DDP4MkIyTVnQqzAHLNCbxcUvxrMi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.875rem;width:8.625rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.637504577637rem;left:33.156251907349rem;overflow:hidden;display:none; }
#GeZ9eTE0cZAtZrI8wDRKdrpT3NzFTBTb { color:rgba(var(--color-tertiary-1),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:21.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCBEsVwtAJeTrulbwShdD1mM981SW9rd { color:rgba(var(--color-tertiary-1),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:19.000001907349rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMSTi7gz3tzW0NZazFWzuO79dSMlXPko { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:9.7rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { position:relative;display:block; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { background-color: transparent; background-image: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container > .video-iframe-container { display: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row > .video-iframe-container { display: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .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); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { border-width: 0; border-radius: 0; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IgALq8eF0TDKtGVhD142zfyx4fkHyGcs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.25rem;width:56.25rem;top:2.25rem;left:9.375rem;display:block; }
#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { position:relative;display:none; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { border-width: 0; border-radius: 0; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dE8glqwi95aTDoTIx5zfZthWg6FuEhbD { display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:0.84375rem;left:16.4375rem;height:;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#ZsaEfI11LrddxyvvwWwB8EkMcnmGHFgN { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:2.21875rem;left:0rem;height:7.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { position:relative;display:none; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { border-width: 0; border-radius: 0; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LrCz4pJcRBXNHXViAbvpZTfsdGFiGAMb { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:27rem;display:block; }
#d8kOy9vfl7A41RnhE8ipZBx3aiE55oQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { border-width: 0; border-radius: 0; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { font-size:0.875rem;font-family:"open sans";height:12.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#OCgpQn9TJeqpbz4Zow8rn7wGUyfFMUxU { display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:1.875rem;left:8.65625rem;height:4.2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:none; }
#vFCHMpbeClc8c2vfHDmKaqgZpL5I1zOA { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:2.4312515258789rem;left:0rem;height:5.875rem;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;display:block; }
#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { position:relative;display:none; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { border-width: 0; border-radius: 0; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nfT7JudxCMzKNnIJvaKfqwGcbBoCIa5I { display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:0.84375rem;left:16.4375rem;height:;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#J8qUrcLzgMh3vPPrg6eDlQNdBUDPPvP1 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:2.4375rem;left:0rem;height:22.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { position:relative;display:none; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { border-width: 0; border-radius: 0; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#N2vzPTswuQqLrnWizIbah1eLQZ9Nh1eP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:27rem;display:block; }
#TV421qM6UWR2905LxcQLLChGVwSLG8kg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SskTbFTzVglbBoxeHFfefn146kBoSzKs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { border-width: 0; border-radius: 0; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:none; }#faKGhvZPQ1OGu7H3qzSWWh09SK4DHZ6C { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.1875rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThwsXPToXGweW6y8CMJfmnRyw0ml4Sz7 { position:absolute;display:block;z-index:15006;background-color:rgba(255,246,252,0.98);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;box-shadow: none;height:48rem;width:75rem;top:7.7812452316281rem;left:0rem;display:block; }
#reWpd069fV1zFlNqbtffnQfcWHJQWO7m { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.625rem;width:35.625rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.159370422363rem;left:0rem;overflow:hidden;display:block; }
#kIoci51X0rv9F4eIN3l9gkUJbydfgN64 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.207305908203rem;left:0rem;height:4.1875rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6Tq73IM12clTw1DO9ark4vISqFn7vmQ { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:24.37707901001rem;left:33.927083969116rem;height:23.0625rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bveg4TErebr10GHB9pWvgk3f0M9dEwbA { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#LJf66TN2BrND9ow55lJWosF3kCTtAMpg { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m6ATuKBNHHt32MnomUrqo7IVAxvQAkKz { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21rem;top:10.75rem;left:20.8125rem;display:none; }
#EaSQZmZlXrFX3T4c0vsAslshgNV6CKnO { position:absolute;display:block;z-index:15010;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:5.5rem;width:5.25rem;top:48.004165649414rem;left:50.052087783814rem;overflow:hidden;display:block; }
#XXR6CWmXsaFwsyrCysaoBOQUGkWDnCLs { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:27.150003910065rem;left:85.324998855594rem;display:none; }
#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { background-color: transparent; background-image: none; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container > .video-iframe-container { display: none; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row > .video-iframe-container { display: none; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .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); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { border-width: 0; border-radius: 0; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#FihndTTUaDHC3UZrzSCsXn77JCHCiILE { 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:4.5rem;width:11.25rem;top:5.625rem;left:31.875rem;overflow:hidden;display:block; }
#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { position:relative;display:block; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { background-color: transparent; background-image: none; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container > .video-iframe-container { display: none; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row > .video-iframe-container { display: none; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .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); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { border-width: 0; border-radius: 0; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efe9a8;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH { display:none; }#FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HyiZmz7n9NwOgJtTm9oa7TVgTLdlUzAU { width:47.6875rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iy1ul31uiSGzof9TmPIXNUVKpwznT1aQ { width:38.75rem;height:19.4375rem;top:13.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQ8JHoeLuaXd0RPmD6g7tS17wBarFncZ { width:25rem;height:2.03125rem;top:15.375rem;left:11.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8HdOwo4xEx9Tz4Lxw4Ics3N6bRMgD0A { width:29.1875rem;height:8.53125rem;top:18.75rem;left:9.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CDqpiGtUo1E2dczkTCXCNNaphlzEsgXs { width:3.75rem;height:3.75rem;top:28.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe { display:block; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E5NTeeLm7lb69CDrg8bpw215JpbFTpL2 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iH3bTLtKDKNDa5wGq09lHSChnav7dN2B { width:25rem;height:2.03125rem;top:7.8750019073488rem;left:20.656250357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9nyHK1yCtJS1ah5s7gKqNCDtFC6ku1F { width:29.1875rem;height:11.375rem;top:11.593751907349rem;left:18.562500357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLIHhk5dyxVuOZmAHTNd5RvV8WhmbD1a { width:3.75rem;height:3.75rem;top:2.3625001907349rem;left:31.281250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { display:block; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container { width:47.75rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lWy1ThrcSOOHdURiT0eT6ZRAv8P1Z9zM { width:47.75rem;height:26.74rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2OwLESqLezroTxamDZ8flSswqCTcBXt { display:none; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rzOTau4gKoLFCyN4nOyadd3P39SlexVe { width:39.6875rem;height:7.73333125rem;top:1.15625rem;left:4.03125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a64wQU9M6lDG4AcXVEOO2hwJqhhL6VWh { width:39.6875rem;height:4.6875rem;top:1.15625rem;left:4.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLARcTAmfDqFPtKvspaaPAO3duK1JkED { width:39.6875rem;height:4.6rem;top:1.15625rem;left:4.03125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF { display:none; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { width:47.75rem;height:27rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wEFxKHfIIi3K1zTK4z2CcMfhAfTdpapN { width:41.5rem;height:1.4625rem;top:6.75rem;left:3.1250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MI3KJMfhPWKUaNNy9DT7MH93mVgixI8U { width:41.5rem;height:1.4625rem;top:10.125rem;left:3.1250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pUpDCHPDmbazWKT7knKkSEdriw0WgHnS { width:41.5rem;height:2.925rem;top:14.78125rem;left:3.1250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NVFTgmOgTTAIV6UiQfXT1Bg2XTC7qeWC { width:41.4991875rem;height:1.4625rem;top:19.944530487061rem;left:3.1257811784744rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cxH4DWZzWVx3rsHWzWCJxKT3pLXcoFd3 { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sg92DLv3FGVZwAfpwB5SVRb0zH2I6eTp { width:41.4991875rem;height:1.4625rem;top:23.369533538818rem;left:3.1257811784744rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LSo2nUBvPK5E80l4NJTOzKuqQztePyPP { width:41.5rem;height:1.45rem;top:6.75rem;left:3.1250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #yPEukrcLdxURQdUxr4J6P6Mp6qTgSsO7 { width:41.5rem;height:2.9rem;top:14.78125rem;left:3.1250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #WdbWwMDpAqBATAF5kc2EsUtbkxbrT1bS { width:41.4991875rem;height:1.45rem;top:19.944530487061rem;left:3.1257811784744rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #h3PoSyat2k8dNb4gZDAE2B6kfvI1RM9L { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aphX7hV6OZopqG5fGmtzZeULezD3tx9u { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvI4iDQ8Uxz4cJCfwc6wkCd6sZKK4J26 { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h029CcthIc1uMa7gB6I6elZHAspQ3yBg { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBd1sxbRsq7AF8n242zDrM29GnMTHJeg { background-color:#f1f6fb;background-image:none;display:block; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { background-color: transparent; background-image: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .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); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mm7qTMtzSoHMWLQ45tDEZEilw7dB7Qo2 { width:27.625rem;height:5.6875rem;top:10.77995300293rem;left:10.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LCMQcvikqSVsbzBolb7HtLio6Nlmb38U { width:3.75rem;height:3.75rem;top:21.68620300293rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMb6U7fI1zLUOzouiqNDpqpZbXicxiRc { width:20rem;height:1.8125rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WH8kMBSf5pm7ZBRGpL3PzkFtzBFeQPlr { width:20rem;height:3.1875rem;top:17.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PVL1DDP4MkIyTVnQqzAHLNCbxcUvxrMi { width:6.875rem;height:7rem;top:19.639584064484rem;left:20.437501132488rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GeZ9eTE0cZAtZrI8wDRKdrpT3NzFTBTb { width:25rem;height:2.03125rem;top:2.9583320617676rem;left:11.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCBEsVwtAJeTrulbwShdD1mM981SW9rd { width:25rem;height:2.03125rem;top:7.5507888793944rem;left:11.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMSTi7gz3tzW0NZazFWzuO79dSMlXPko { width:27.625rem;height:8.4rem;top:10.77995300293rem;left:10.03125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { display:block; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { width:47.75rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IgALq8eF0TDKtGVhD142zfyx4fkHyGcs { width:47.75rem;height:26.527777777778rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { display:none; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dE8glqwi95aTDoTIx5zfZthWg6FuEhbD { width:47.75rem;height:0;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsaEfI11LrddxyvvwWwB8EkMcnmGHFgN { width:47.75rem;height:7.5rem;top:0.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { display:none; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LrCz4pJcRBXNHXViAbvpZTfsdGFiGAMb { width:21rem;height:5rem;top:1.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8kOy9vfl7A41RnhE8ipZBx3aiE55oQL { display:block; }
 }@media only screen and (max-width: 1199px) { #e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c { display:none; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { height:7.1875rem;width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OCgpQn9TJeqpbz4Zow8rn7wGUyfFMUxU { width:47.75rem;height:2.33333125rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vFCHMpbeClc8c2vfHDmKaqgZpL5I1zOA { width:47.75rem;height:3.25rem;top:1.96875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { display:none; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nfT7JudxCMzKNnIJvaKfqwGcbBoCIa5I { width:47.75rem;height:0;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8qUrcLzgMh3vPPrg6eDlQNdBUDPPvP1 { width:47.75rem;height:21rem;top:1.875rem;left:0rem;font-size:1.1875rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { display:none; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N2vzPTswuQqLrnWizIbah1eLQZ9Nh1eP { width:21rem;height:5rem;top:1.4375rem;left:13.375rem;font-size:1.5625rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #TV421qM6UWR2905LxcQLLChGVwSLG8kg { display:block; }
 }@media only screen and (max-width: 1199px) { #SskTbFTzVglbBoxeHFfefn146kBoSzKs { display:none; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { width:47.75rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #faKGhvZPQ1OGu7H3qzSWWh09SK4DHZ6C { width:31.2489375rem;height:2.3125rem;top:7.5rem;left:6.8989588618281rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThwsXPToXGweW6y8CMJfmnRyw0ml4Sz7 { width:44rem;height:35rem;top:3.75rem;left:1.7671874165535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reWpd069fV1zFlNqbtffnQfcWHJQWO7m { width:23.7489375rem;height:23.6864375rem;top:15.130209445953rem;left:1.766666829586rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIoci51X0rv9F4eIN3l9gkUJbydfgN64 { width:31.25rem;height:2.3125rem;top:9.8322882652281rem;left:6.8979169726369rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z6Tq73IM12clTw1DO9ark4vISqFn7vmQ { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bveg4TErebr10GHB9pWvgk3f0M9dEwbA { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LJf66TN2BrND9ow55lJWosF3kCTtAMpg { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #m6ATuKBNHHt32MnomUrqo7IVAxvQAkKz { top:13.713539600372rem;left:20.833335101604rem;width:25rem;height:21.25rem;z-index:15011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EaSQZmZlXrFX3T4c0vsAslshgNV6CKnO { width:3.125rem;height:3.25rem;top:34.314581394196rem;left:31.776042163372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXR6CWmXsaFwsyrCysaoBOQUGkWDnCLs { width:3.0625rem;height:3.0625rem;top:8.8729133605956rem;left:1.0041667819023rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 { display:block; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { width:47.75rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FihndTTUaDHC3UZrzSCsXn77JCHCiILE { width:7.5rem;height:3rem;top:5.28125rem;left:20.125000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { display:block; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH { background-color:#f1f6fb;background-image:none;display:none; }#FnXaJZiKcyN4MZwMvs1PTZS8Q4VcHDbH > .row .container { width:20rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HyiZmz7n9NwOgJtTm9oa7TVgTLdlUzAU { top:0rem;left:0rem;width:19.9375rem;height:35.5rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iy1ul31uiSGzof9TmPIXNUVKpwznT1aQ { width:20rem;height:19.5625rem;top:18.375rem;left:0rem;background-color:#486c8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8JHoeLuaXd0RPmD6g7tS17wBarFncZ { width:18.75rem;height:1.625rem;top:19.856250286103rem;left:0.625rem;font-size:1.25rem;color:#e4f6f6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u8HdOwo4xEx9Tz4Lxw4Ics3N6bRMgD0A { width:20rem;height:5.60625rem;top:23.97500038147rem;left:0rem;font-size:1.4375rem;color:#e4f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #CDqpiGtUo1E2dczkTCXCNNaphlzEsgXs { width:2.4375rem;height:2.4375rem;top:33.0625rem;left:8.7812503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe { background-color:#486c8f;background-image:none;display:block; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container { background-color: transparent; background-image: none; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container > .video-iframe-container { display: none; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row > .video-iframe-container { display: none; }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .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); }#rgs9nr4yzFhpaRdM9gKZUJ8AM6zZCRNe > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5NTeeLm7lb69CDrg8bpw215JpbFTpL2 { top:0rem;left:0rem;width:19.9375rem;height:19.9375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iH3bTLtKDKNDa5wGq09lHSChnav7dN2B { width:18.75rem;height:1.625rem;top:21.35626411438rem;left:0.625rem;font-size:1.25rem;color:#e4f6f6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z9nyHK1yCtJS1ah5s7gKqNCDtFC6ku1F { width:20rem;height:7.475rem;top:23.97500038147rem;left:0rem;font-size:1.4375rem;color:#e4f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #DLIHhk5dyxVuOZmAHTNd5RvV8WhmbD1a { width:2.4375rem;height:2.4375rem;top:32.625rem;left:8.7812503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { display:block; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWy1ThrcSOOHdURiT0eT6ZRAv8P1Z9zM { height:11.21875rem;width:20rem;top:2.453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2OwLESqLezroTxamDZ8flSswqCTcBXt { display:none; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rzOTau4gKoLFCyN4nOyadd3P39SlexVe { width:18.125rem;height:0;top:0.83645820617675rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15012;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #a64wQU9M6lDG4AcXVEOO2hwJqhhL6VWh { width:18.125rem;height:0;top:0.8046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLARcTAmfDqFPtKvspaaPAO3duK1JkED { width:18.125rem;height:7.5rem;top:2.2687511444092rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15012;color:#486c8f;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF { display:none; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { width:20rem;height:34rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wEFxKHfIIi3K1zTK4z2CcMfhAfTdpapN { width:18.125rem;height:0;top:6.0218753814697rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MI3KJMfhPWKUaNNy9DT7MH93mVgixI8U { width:18.125rem;height:4.14375rem;top:10.49765586853rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUpDCHPDmbazWKT7knKkSEdriw0WgHnS { width:18.125rem;height:0;top:16.725782394409rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVFTgmOgTTAIV6UiQfXT1Bg2XTC7qeWC { width:18.125rem;height:0;top:22.28359413147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxH4DWZzWVx3rsHWzWCJxKT3pLXcoFd3 { width:6.25rem;height:4.875rem;top:0rem;left:6.8749998807906rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg92DLv3FGVZwAfpwB5SVRb0zH2I6eTp { width:20rem;height:2.7625rem;top:27.912502288818rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSo2nUBvPK5E80l4NJTOzKuqQztePyPP { width:18.125rem;height:2.7625rem;top:6.58437538147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;color:#486c8f;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #yPEukrcLdxURQdUxr4J6P6Mp6qTgSsO7 { width:18.125rem;height:4.14375rem;top:16.538282394409rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;color:#486c8f;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #WdbWwMDpAqBATAF5kc2EsUtbkxbrT1bS { width:18.125rem;height:2.7625rem;top:23.233594894409rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;color:#486c8f;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #h3PoSyat2k8dNb4gZDAE2B6kfvI1RM9L { width:6.25rem;height:0;top:31.862499427796rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aphX7hV6OZopqG5fGmtzZeULezD3tx9u { width:6.25rem;height:0;top:37.912499427796rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvI4iDQ8Uxz4cJCfwc6wkCd6sZKK4J26 { width:6.25rem;height:0;top:43.962499427796rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h029CcthIc1uMa7gB6I6elZHAspQ3yBg { width:6.25rem;height:0;top:50.012499427796rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBd1sxbRsq7AF8n242zDrM29GnMTHJeg { background-color:#f1f6fb;background-image:none;display:block; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { background-color: transparent; background-image: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .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); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm7qTMtzSoHMWLQ45tDEZEilw7dB7Qo2 { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCMQcvikqSVsbzBolb7HtLio6Nlmb38U { width:2.4375rem;height:2.4375rem;top:13.874998092651rem;left:8.7812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMb6U7fI1zLUOzouiqNDpqpZbXicxiRc { width:20rem;height:0;top:43rem;left:0rem;font-size:1.5625rem;z-index:15001;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WH8kMBSf5pm7ZBRGpL3PzkFtzBFeQPlr { width:20rem;height:0;top:44.9375rem;left:0rem;font-size:1.25rem;z-index:15002;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PVL1DDP4MkIyTVnQqzAHLNCbxcUvxrMi { width:8.625rem;height:8.875rem;top:21.75rem;left:11.808333277703rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #GeZ9eTE0cZAtZrI8wDRKdrpT3NzFTBTb { width:18.75rem;height:1.625rem;top:2.75rem;left:0.625rem;font-size:1.25rem;color:#486c8f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yCBEsVwtAJeTrulbwShdD1mM981SW9rd { width:18.75rem;height:1.625rem;top:6.375rem;left:0.625rem;font-size:1.25rem;color:#486c8f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TMSTi7gz3tzW0NZazFWzuO79dSMlXPko { width:18.6875rem;height:4.3125rem;top:8.9492197036744rem;left:0.65625rem;font-size:1.4375rem;z-index:15001;color:#486c8f;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { background-color:#f1f6fb;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; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { background-color: transparent; background-image: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container > .video-iframe-container { display: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row > .video-iframe-container { display: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .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); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { border-width: 0; border-radius: 0; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgALq8eF0TDKtGVhD142zfyx4fkHyGcs { height:11.219512195122rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { display:none; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dE8glqwi95aTDoTIx5zfZthWg6FuEhbD { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsaEfI11LrddxyvvwWwB8EkMcnmGHFgN { width:14.625rem;height:14.625rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { display:none; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt > .row .container { width:20rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LrCz4pJcRBXNHXViAbvpZTfsdGFiGAMb { width:19.3125rem;height:3.4375rem;top:1.25rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8kOy9vfl7A41RnhE8ipZBx3aiE55oQL { display:block; }
 }@media only screen and (max-width: 763px) { #e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c { background-color:#a54870;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:none; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { border-width: 0; border-radius: 0; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { height:7.125rem;width:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OCgpQn9TJeqpbz4Zow8rn7wGUyfFMUxU { width:18.125rem;height:4.625rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#a54870;z-index:15001;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vFCHMpbeClc8c2vfHDmKaqgZpL5I1zOA { width:18.125rem;height:0;top:0.38020801544189rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0babc1;display:none; }
 }@media only screen and (max-width: 763px) { #TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { display:none; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfT7JudxCMzKNnIJvaKfqwGcbBoCIa5I { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8qUrcLzgMh3vPPrg6eDlQNdBUDPPvP1 { width:14.625rem;height:42.1875rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { display:none; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP > .row .container { width:20rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2vzPTswuQqLrnWizIbah1eLQZ9Nh1eP { width:19.3125rem;height:3.4375rem;top:1.25rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV421qM6UWR2905LxcQLLChGVwSLG8kg { display:block; }
 }@media only screen and (max-width: 763px) { #SskTbFTzVglbBoxeHFfefn146kBoSzKs { background-color:#f1dede;background-image:none;display:none; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #faKGhvZPQ1OGu7H3qzSWWh09SK4DHZ6C { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThwsXPToXGweW6y8CMJfmnRyw0ml4Sz7 { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #reWpd069fV1zFlNqbtffnQfcWHJQWO7m { width:18.125rem;height:18.125rem;top:12.690233230591rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIoci51X0rv9F4eIN3l9gkUJbydfgN64 { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6Tq73IM12clTw1DO9ark4vISqFn7vmQ { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #bveg4TErebr10GHB9pWvgk3f0M9dEwbA { width:19.9991875rem;height:9.25rem;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15008;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #LJf66TN2BrND9ow55lJWosF3kCTtAMpg { width:18.1241875rem;height:24.375rem;top:32.687106132508rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #m6ATuKBNHHt32MnomUrqo7IVAxvQAkKz { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaSQZmZlXrFX3T4c0vsAslshgNV6CKnO { width:5.25rem;height:5.5rem;top:58.202079772949rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXR6CWmXsaFwsyrCysaoBOQUGkWDnCLs { width:1.5625rem;height:1.5625rem;top:65.013549804688rem;left:9.1875rem;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 { display:block; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FihndTTUaDHC3UZrzSCsXn77JCHCiILE { width:5.625rem;height:2.25rem;top:2.6874885559082rem;left:7.1875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { display:block; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }