.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,217,217;--color-primary-1:211,128,128;--color-primary-2:166,0,0;--color-primary-3:83,0,0;--color-primary-4:25,0,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row .container { background-color: transparent; background-image: none; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row .container > .video-iframe-container { display: none; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row > .video-iframe-container { display: none; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .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); }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row .container { border-width: 0; border-radius: 0; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#NZJ1MdshVOzTA91EEcIBWpvGqmJNwKF2 { position:absolute;display:block;z-index:15008;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:3.625rem;left:33.75rem;display:block; }
#oUi4nxOKmBJoarWuvKqPqTV9hewKGAt9 { 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:3.5625rem;width:13.8125rem;top:0rem;left:30.5625rem;overflow:hidden;display:block; }
#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b6a88349-a669-4039-9299-9530ca43813b/5Q6A2431.JPG");background-position:top 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;display:block; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC.adaptive-delivery-prevent-bg, #iAL1OHycxbv5r2ms9adiblFkHLbX0sbC.lazyload, #iAL1OHycxbv5r2ms9adiblFkHLbX0sbC.lazyloading { background-image: none; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container { background-color: transparent; background-image: none; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container > .video-iframe-container { display: none; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row > .video-iframe-container { display: none; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .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); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container { border-width: 0; border-radius: 0; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container { width:75rem;height:54.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mAHIIO7dXtm0orGstZK06upP96NR7pvE { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:"source sans pro";font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0.0625rem;height:4.95605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aKmXHNfhnT8lT1wZJR8IExZzVs4oFUxa { color:rgba(var(--color-tertiary-2),1);display:block;width:32.9375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:14.2734375rem;left:1.65625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vHlDeVKng9whbZF9KJHLSTxgp5TTr7iB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.25rem;left:10.6875rem;display:block; }
#tKNd18HZHD6tVoruaDhFNgoC2CDce8aH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8lvKfczzqrJoB2QbBV0iorEON0ykA7y { position:absolute;display:block;z-index:15000;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:50rem;width:75rem;display:none; }
#uX0ha2QZPyyakLGx3Mw1bOOancBes3BS { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12rem;left:8.125rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA { 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:block; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row .container { background-color: transparent; background-image: none; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row .container > .video-iframe-container { display: none; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row > .video-iframe-container { display: none; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .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); }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row .container { border-width: 0; border-radius: 0; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#XJuSMSDb2DUh6069sRePri1TWTGiFTIO { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEyuP38QPgFAf24JyLWzaTOTVfTayiVU { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTzIFvcRtG8Qd7wfNrxFae7gHvruTQ4z { position:absolute;display:block;z-index:15009;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:11rem;width:16.5625rem;top:10.9375rem;left:8.9375rem;overflow:hidden;display:block; }
#tHPSp55Gx9LDRHsycktTUmpyzTRt5nVi { 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:11rem;width:16.5625rem;top:10.9375rem;left:49.5rem;overflow:hidden;display:block; }
#qGQE1Rsbx9N8uv3ysT3BpAGSUpU7P9e3 { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.8125rem;left:8rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOSFr6VLp20RbbPqwEVfKd9Gxsi6aM0m { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.8125rem;left:48.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5pGZg83OxUTocZAV95EdVxIh2R5SCqq { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.38671875rem;left:7.53125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSKt9O0UyDO10y9ZkwsZfBnbOn3MyPSs { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28.375rem;left:48.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lF9zo2HrButHTgR9k5K8uCd31cblC8Em { background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.125rem;left:30rem;display:block; }
#QDPL7s97gIgRMhA32AvsRzuky27AfQAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWBT9vbbu0NakPuNQ3MHksW7EWJTA8Wb { position:absolute;display:block;z-index:15006;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:11rem;width:16.5625rem;top:10.9375rem;left:28.9375rem;overflow:hidden;display:block; }
#vllimdJupd5coTPNlzJNJagfrnT7F47A { color:rgba(var(--color-secondary-2),1);display:block;width:19.3125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.8125rem;left:27.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pn7kgTPdJybGsM71CMsSOsDauxJ5g3e5 { color:rgba(var(--color-secondary-2),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.375rem;left:27.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.21);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; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row .container { background-color: transparent; background-image: none; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row .container > .video-iframe-container { display: none; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row > .video-iframe-container { display: none; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .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); }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row .container { border-width: 0; border-radius: 0; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#tSs2PrH8VwPe5BoztDORrx77yDqypcbl { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:36.25rem;width:48.5625rem;top:8.4375rem;left:13.21875rem;overflow:hidden;display:block; }
#hWloAX3hmSaOESeZPkQQMDA7yEBxv7PE { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#ikJDVxWfEyE6I0thzbsarONMcSQl5Nn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.912109375rem;left:17.125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Q2gb7GAgsoNyqiTCrCDvTnceTbTSqMDD { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.3125rem;width:18.9375rem;top:47.9375rem;left:8.0625rem;display:block; }
#u4UyzCXLLbCZ4Ie5fEuvBdNJEmIEMncb { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.3125rem;width:18.9375rem;top:47.9375rem;left:28rem;display:block; }
#xL5dDndCml9kkCOPED4IqOuAy2LzHIOd { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.6875rem;left:28.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qx4PtzcxSoL7NFLyvJTTWQUL8XZ3qFLL { position:absolute;display:block;z-index:15012;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:4.5625rem;width:16.1875rem;top:50.8125rem;left:9.4375rem;overflow:hidden;display:block; }
#XFKVFekeHkmQGAabeUNTvceP26dwEh1T { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.3125rem;width:18.9375rem;top:47.9375rem;left:48rem;display:block; }
#KFmN9JzylPokaJbHqgTrXTup0A3TD6bd { position:absolute;display:block;z-index:15013;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:8.875rem;width:11.9375rem;top:48.625rem;left:51.1875rem;overflow:hidden;display:block; }
#PKbshSHM7CcgnFWviAN8UyndzFNDOSMW { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:54.5625rem;left:28.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.21);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; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row .container { background-color: transparent; background-image: none; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row .container > .video-iframe-container { display: none; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row > .video-iframe-container { display: none; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .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); }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row .container { border-width: 0; border-radius: 0; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#D03ILdvW4nhfBSrzrNTsu9bBEg0UgmVo { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.73730625rem;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; }
#nyet3Q8RdJqBuVIr2bRU1OaiTpmEAwHH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:10.375rem;left:11.3125rem;display:block; }
#EfdI4agprq0KFXo6tIO1OxgRCE2EFsQ5 { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.0625rem;left:9.3125rem;height:17.5956875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#y7TLQ6rwmfiFsE87pqWFAfPQi9XD5gq6 { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:43.3125rem;width:19rem;top:8.5625rem;left:7.5rem;display:block; }
#mymu1551F0iO6to9bg0EnqEoRIWMDrwd { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:41.5rem;left:15.4375rem;display:block; }
#UVWiCC14q7g4tmnrMRM0uxdyIsOySkOL { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:44.5rem;left:8.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rlxBlFIRCcLPv8BLDWmnSZR06OT6fx5R { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.61);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:43.3125rem;width:19rem;top:8.5625rem;left:28.125rem;display:block; }
#S66V17WNfP3hnGcc5Z47gMm7Gda21AFu { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.0625rem;left:29.9375rem;height:19.1953125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cBhbBi8AOQsOpLKFsTQTLd1GJaA8whsa { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:44.5rem;left:29.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Lm68NBJS5SKxuXrwTETynOdMLouLL83o { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:43.5625rem;left:35.875rem;display:block; }
#iol5639G7ZuvBdVdEw8rT32dT4wiPiHI { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:10.375rem;left:31.9375rem;display:block; }
#uFDSZUeX6LQNTkf8ZUwc2HWSAbOoTKRa { position:absolute;display:block;z-index:15013;background-color:#ffffff;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:43.3125rem;width:19rem;top:8.5625rem;left:48.5rem;display:block; }
#ecssJXSugFTn392zgDlRrafuI0P9h7OZ { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:44.5rem;left:49.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#r9awt1Oym1ouBdfAn1RbTz23ENyVUE2Q { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:23.0625rem;left:50.3125rem;height:17.5956875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#w92z3LWt0lXuXptolItiK2lyloPc5cdz { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:41.5rem;left:56.375rem;display:block; }
#WFLHWxXwCIkigJEbEJywowsq7QLAplW6 { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:10.375rem;left:52.3125rem;display:block; }
#TnTeUJbIdLwXtotvPLEFKVRdkz419Zbu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:28.125rem;height:3.4121125rem;display:block; }
#VFJd7uV7KiQfSPKasNr3ff8LW4hCu7ZU { color:rgba(var(--color-primary-2),1);display:block;width:6.4375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.5625rem;left:28.125rem;height:9.993625rem;display:block; }
#gil7lNm896WZWfTiZBCSTqxq3436ccED { color:rgba(var(--color-primary-2),1);display:block;width:6.4375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.5625rem;left:48.5rem;height:9.993625rem;display:block; }
#egPefJiCi6MucuEE2vA0TSsUlkxGQwh5 { color:rgba(var(--color-primary-2),1);display:block;width:6.4375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5625rem;left:7.5rem;height:9.993625rem;display:block; }
#DDIoS2sWyyLiwyXBgmVJShMnQCrFgLhP { position:absolute;display:block;z-index:15023;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.3125rem;width:9.9375rem;top:47.75rem;left:12.125rem;overflow:hidden;display:block; }
#TNirbg7EkUB0CvmN2vS8d0dWF9csunvC { position:absolute;display:block;z-index:15024;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.3125rem;width:9.9375rem;top:47.75rem;left:32.5625rem;overflow:hidden;display:block; }
#Lai6XBUA7K7doQfm33aUIQzrF4Q80ALC { position:absolute;display:block;z-index:15025;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.3125rem;width:9.9375rem;top:47.75rem;left:53.0625rem;overflow:hidden;display:block; }
#Tm8R2dCSki1H1hJSBaHolx8P4vCW7IZc { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e13f1bbc-532c-43f5-8969-35ba7fbfe02e/NewGoogleLogo.jpg");background-position:top left !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:11.125rem;left:32.5rem;display:block; }#Tm8R2dCSki1H1hJSBaHolx8P4vCW7IZc.adaptive-delivery-prevent-bg, #Tm8R2dCSki1H1hJSBaHolx8P4vCW7IZc.lazyload, #Tm8R2dCSki1H1hJSBaHolx8P4vCW7IZc.lazyloading { background-image: none; }
#mUyL5xy3SNl88zSqTVxx1TiPM0axXxsA { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4e2ec0da-3c74-439a-9663-1aa53deda5da/images.png");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:11.125rem;left:12.0625rem;display:block; }#mUyL5xy3SNl88zSqTVxx1TiPM0axXxsA.adaptive-delivery-prevent-bg, #mUyL5xy3SNl88zSqTVxx1TiPM0axXxsA.lazyload, #mUyL5xy3SNl88zSqTVxx1TiPM0axXxsA.lazyloading { background-image: none; }
#bwZyzurhcit8HyEHQutsT88e5GDOkVX3 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/224f19ed-cf90-456a-8836-14df51af4cd8/images1.png");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:11.125rem;left:53rem;display:block; }#bwZyzurhcit8HyEHQutsT88e5GDOkVX3.adaptive-delivery-prevent-bg, #bwZyzurhcit8HyEHQutsT88e5GDOkVX3.lazyload, #bwZyzurhcit8HyEHQutsT88e5GDOkVX3.lazyloading { background-image: none; }
#AcwEbxKbtwEzgzborMiOqL1KqZqRpgrx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:5.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:54.6875rem;left:28.3125rem;display:block; }
#NxmdxNieTJoNJUSyrOA4ZDMvSrWvKMOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae6d42a7-2863-4448-a4bd-ccd659b7a416/103932551GettyImages94953697.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3.adaptive-delivery-prevent-bg, #p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3.lazyload, #p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3.lazyloading { background-image: none; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container { background-color: transparent; background-image: none; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container > .video-iframe-container { display: none; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row > .video-iframe-container { display: none; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .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); }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container { border-width: 0; border-radius: 0; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#gdxl1bmHEbZGEDB7z47wueUtkbSDcq2T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae6d42a7-2863-4448-a4bd-ccd659b7a416/103932551GettyImages94953697.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M.adaptive-delivery-prevent-bg, #RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M.lazyload, #RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M.lazyloading { background-image: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container { background-color: transparent; background-image: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container > .video-iframe-container { display: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row > .video-iframe-container { display: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .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); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container { border-width: 0; border-radius: 0; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#G73GDXULwlHuZxVaf5zaKUJRafboUStp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:23.375rem;width:16.9375rem;top:1rem;left:3.375rem;display:block; }
#LbHmw8VrmWNG2TwQXWMe0tclLuvdt0GL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:5.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6k64svDX8m2Xtn5gAzeiVmqmM2hdsoT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.625rem;left:5.1875rem;height:7.79883125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BHJ2qN4hFyCwoqzO1XrpRHlFe0yr8FyP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.8125rem;left:5.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BGzscP5V3yl352SHUMKoa5VPQGitK1E3 { position:absolute;display:block;z-index:15009;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:5.875rem;left:3.375rem;display:block; }
#dTKbt2gVugLTparGzGqLJ2tBWuMhISpa { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:23.375rem;width:16.9375rem;top:1rem;left:29.0625rem;display:block; }
#dLTNBltTg7AqzKccDPCTgN5IdoGOq0o2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P8OPlU7TxTsslb7pqyacktyP7QQfI4ky { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.3125rem;left:30.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZzAdQ2OrcBHEHPo2grvkFm3xK62KN9E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.625rem;left:30.8125rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O14ilX5m1VrIo392uC7cAwx4elpqIGRA { position:absolute;display:block;z-index:15016;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:5.875rem;left:29rem;display:block; }
#yhSsJxD0BB3kwxV73cPPqTZPmlQeSAmo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9375rem;left:30.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdbTni2l3qZ7Ms3Xf6m0kDrbDBQLBpyc { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:23.375rem;width:16.9375rem;top:1rem;left:54.6875rem;display:block; }
#QTixKse31VUtTqaZvEx80yt08UaP1Vm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:56.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJrFC93RbCIWUnBX40IfvOMxXcQmiWPP { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.3125rem;left:56rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QidtXaTK5JruMxZnnSViiIK1ST0NhEnP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.625rem;left:56.4375rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kc5mBgy1NxJw2KLDz4GnpaqXpircTiT7 { position:absolute;display:block;z-index:15023;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:5.875rem;left:54.625rem;display:block; }
#QqREoRCozIumXoSJqccTZMZQW5bBk6V7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:56.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVURyUFw4rQT0TzaVx8ykthUHizvEVLw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:5.1875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wPSnM2k94BNHNZ6OPt3I1AtgLVSWS9dT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:5.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.5rem;left:28.3125rem;display:block; }
#cUZcokXArkDv9QtCP29mzeJEzCTMe5GG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XWo0UQQyK8ih9wXTulqzK1AXe7AcvWEx { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1);top:24.375rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.44);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; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row .container { background-color: transparent; background-image: none; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row .container > .video-iframe-container { display: none; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row > .video-iframe-container { display: none; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .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); }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row .container { border-width: 0; border-radius: 0; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#wU3G1xTUaapK3rhPnbUDQTEn2QDcFWof { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUVbRJDm6vSt9RMtpM3zrowLOxlQla7Q { color:rgba(var(--color-primary-4),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.1875rem;left:7.5rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSHpqfDznwszyIT9xoGugdThTp1BSKuH { position:absolute;display:block;z-index:15006;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:8.9375rem;width:12.125rem;top:7.75rem;left:10.6875rem;overflow:hidden;display:block; }
#hOpmUy6TRTyDLH1JmNJVmtI9qT2Bb33w { color:rgba(var(--color-primary-4),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.1875rem;left:27.5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBLlNhuRIXQi2D7K8P5RO0Ok64PvGIuZ { position:absolute;display:block;z-index:15009;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:9.25rem;width:12.125rem;top:7.5625rem;left:31.3125rem;overflow:hidden;display:block; }
#mnJioRdJSnzNUPAtGTA4w3LHOiW0NO3b { color:rgba(var(--color-primary-4),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.18701171875rem;left:47.625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMZ0auIxOiicdrHHlliluhGSyA3Ax4hh { 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:9.125rem;width:12.1875rem;top:7.5625rem;left:50.875rem;overflow:hidden;display:block; }
#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.44);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; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row .container { background-color: transparent; background-image: none; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row .container > .video-iframe-container { display: none; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row > .video-iframe-container { display: none; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .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); }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row .container { border-width: 0; border-radius: 0; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#AzBZAZX8n5sp6nSpnKszZH8tfZDTtWS1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.5rem;height:1.94970625rem;font-style:normal;display:block; }
#A61snZWp8c1yf215T0nTWIWMrMmBUZhN { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.25rem;left:10.5rem;height:1.75rem;font-style:normal;display:block; }
#q2GVDVsRvWwcFclgUD2cgAMyf7SbBeKD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:10.5rem;height:3.41015625rem;font-style:normal;display:block; }
#GyE7kWUPT7Nof1syD1U0CTIqJQ1a25yX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.5rem;height:1.94970625rem;font-style:normal;display:block; }
#FM1TQzP4THgpyc4PsVT86aTFUNb8FuFA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.5625rem;left:10.5rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kOT9cTI8HUTh2I3ZJMr7G8Lzo93rx77J { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20rem;left:10.5rem;height:1.94970625rem;font-style:normal;display:block; }
#bl0KMsEFIMses7mnSNPDC8qrvAFzlsKN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.9375rem;top:10rem;left:10.5rem;display:block; }
#sdDZQr7eN9WchDnSa72nAAIUVDXq0UZq { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.9375rem;top:18.625rem;left:10.5rem;display:block; }
#IEE66HIrWyhyEHLLKBP42q38tOcZQ59T { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3857421875rem;left:35.125rem;height:3.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iPQlRSMo89Kpplgxtz8btSq9zAdRo4si { color:#2d2929;display:block;width:32.25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5234375rem;left:35.25rem;height:3.8994125rem;font-style:normal;display:block; }
#yneVKytNcIXyHuQfSgBlhUtGgSDOdJuK { color:#2d2929;display:block;width:32.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.5859375rem;left:35.125rem;height:10.125rem;font-style:normal;display:block; }
#f1nvTerVU1hV2aSQcZnVGTrGRcHXtn51 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:5.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.5rem;left:43.4375rem;display:block; }
#bVkMPM4qQ4qSCFecyrDshAw6GGVeWzNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bdu6i7FFpvThc053d6DRhFcTP3mJW0yE { position:absolute;display:block;z-index:15000;background-color:#2d2929;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:25.0625rem;top:-0.0625rem;left:7.5rem;display:block; }
#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW { position:relative;display:block; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW { background-color: transparent; background-image: none; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .row .container > .video-iframe-container { display: none; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .row > .video-iframe-container { display: none; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .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); }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW { border-width: 0; border-radius: 0; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .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; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .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:60.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; }#wFNROiJMel6uCQrw5EDu5TbCsDKNkqG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:comfortaa;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.875rem;left:8.8125rem;height:3.5874rem;font-style:normal;display:block; }
#MeGDlP3UfTcUCOnWuRg9LBBRBZVgTNV5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.3125rem;top:8.625rem;left:2.3125rem;overflow:hidden;display:block; }
#HMHwN1rzpvlmiE5ADd82wuNwsydn7iaX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:23.8125rem;left:2.3125rem;height:2.449225rem;font-style:normal;display:block; }
#qFKJ0tTqz4ROQdPPXTrsOA4eFciO1BGB { 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:14.3125rem;width:14.3125rem;top:8.625rem;left:21.25rem;overflow:hidden;display:block; }
#Da6lXXEaOHrMb5MVq3nwJv8GgElh7uLt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:23.8125rem;left:21.25rem;height:1.2246125rem;font-style:normal;display:block; }
#OZKbJk7dzUiMCBwWTnvbl7qbCfIMPAVP { position:absolute;display:block;z-index:15005;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.3125rem;width:14.3125rem;top:8.625rem;left:40rem;overflow:hidden;display:block; }
#DDwBhVTF3b2iJz0zbhWZrC4zQpJbc82J { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.8125rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#qW6e4lEG4KzXEebHvZGFGhzcD1TOMutn { position:absolute;display:block;z-index:15006;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.3125rem;width:14.3125rem;top:8.625rem;left:58.875rem;overflow:hidden;display:block; }
#M78IMVEi9bk30aQdwItNxehx9Wa4ZO7w { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:23.8125rem;left:58.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#b8owNd6TCqiJRANnr9Pbr25WZbIWGgAa { 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:14.3125rem;width:14.3125rem;top:26rem;left:2.3125rem;overflow:hidden;display:block; }
#NS0gH7vvzrfZkGanttaOqkJ7oT7CXduH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:41.1875rem;left:2.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#H1xtGuWnaXo0qNoCxawsrSfCph4h0NWE { 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.3125rem;width:14.3125rem;top:26rem;left:21.25rem;overflow:hidden;display:block; }
#DSsyvTsZbpt1dZPSbPIuNQ8TXS1lsRN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:41.1875rem;left:21.25rem;height:1.2246125rem;font-style:normal;display:block; }
#li5KPRV1bg9BJBTOFI1vB2vcHGkBQ5yT { position:absolute;display:block;z-index:15013;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.3125rem;width:14.3125rem;top:26rem;left:40rem;overflow:hidden;display:block; }
#wr367wlkEoOxCFM12r8NuExTctukzBdr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:41.1875rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#eDnlTvqq1ErlolHpdZmlc3tva1N9VtBd { 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:14.3125rem;width:14.3125rem;top:26rem;left:58.875rem;overflow:hidden;display:block; }
#xr1dW0Pi4Lg09sGCVgpg0sxsy5cepUkC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:41.1875rem;left:58.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#HBTGBVDiZtbwbXVsJf64aPeqnqvRXAqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:64.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:44.5rem;left:6.0625rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#OmNzdCouhxc6zIyMGWVwiIrBiHu9Wm3U { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:5.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.42333984375rem;left:28.25rem;display:block; }
#b5Xsxqo7s2BGxA5mkJLkTePL3pTRRUVP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.21);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; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row .container { background-color: transparent; background-image: none; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row .container > .video-iframe-container { display: none; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row > .video-iframe-container { display: none; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .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); }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row .container { border-width: 0; border-radius: 0; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#Mf52nA1rJBsRpR7OVLhgryekHy384b6c { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#lmnqv8keb3KkgTg4hi8r4HKnDwSZT621 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:23rem;top:0rem;left:26rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O { display:block; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZJ1MdshVOzTA91EEcIBWpvGqmJNwKF2 { top:3.625rem;left:20.125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUi4nxOKmBJoarWuvKqPqTV9hewKGAt9 { top:0rem;left:16.9375rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAL1OHycxbv5r2ms9adiblFkHLbX0sbC { display:block; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAHIIO7dXtm0orGstZK06upP96NR7pvE { width:36.125rem;height:4.9375rem;top:7.0625rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKmXHNfhnT8lT1wZJR8IExZzVs4oFUxa { width:32.9375rem;height:2.625rem;top:14.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHlDeVKng9whbZF9KJHLSTxgp5TTr7iB { width:14.8125rem;height:4.375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNd18HZHD6tVoruaDhFNgoC2CDce8aH { display:block; }
 }@media only screen and (max-width: 763px) { #G8lvKfczzqrJoB2QbBV0iorEON0ykA7y { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uX0ha2QZPyyakLGx3Mw1bOOancBes3BS { top:12rem;left:0rem;width:20rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA { display:block; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJuSMSDb2DUh6069sRePri1TWTGiFTIO { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEyuP38QPgFAf24JyLWzaTOTVfTayiVU { width:47.75rem;height:1.375rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzIFvcRtG8Qd7wfNrxFae7gHvruTQ4z { width:16.5625rem;height:11rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHPSp55Gx9LDRHsycktTUmpyzTRt5nVi { width:16.5625rem;height:11rem;top:10.9375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGQE1Rsbx9N8uv3ysT3BpAGSUpU7P9e3 { width:18.4375rem;height:1.75rem;top:24.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOSFr6VLp20RbbPqwEVfKd9Gxsi6aM0m { width:18.4375rem;height:1.75rem;top:24.8125rem;left:29.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5pGZg83OxUTocZAV95EdVxIh2R5SCqq { width:19.375rem;height:4.875rem;top:28.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKt9O0UyDO10y9ZkwsZfBnbOn3MyPSs { width:19.375rem;height:4.875rem;top:28.375rem;left:28.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF9zo2HrButHTgR9k5K8uCd31cblC8Em { width:15rem;height:4.4375rem;top:35.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDPL7s97gIgRMhA32AvsRzuky27AfQAT { display:block; }
 }@media only screen and (max-width: 763px) { #wWBT9vbbu0NakPuNQ3MHksW7EWJTA8Wb { width:16.5625rem;height:11rem;top:10.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vllimdJupd5coTPNlzJNJagfrnT7F47A { width:19.3125rem;height:1.75rem;top:24.8125rem;left:13.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn7kgTPdJybGsM71CMsSOsDauxJ5g3e5 { width:19.9375rem;height:3.625rem;top:28.375rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 { display:block; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSs2PrH8VwPe5BoztDORrx77yDqypcbl { top:8.4375rem;left:0rem;width:47.75rem;height:35.643500643501rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWloAX3hmSaOESeZPkQQMDA7yEBxv7PE { top:1.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJDVxWfEyE6I0thzbsarONMcSQl5Nn7 { top:4.875rem;left:3.5rem;width:40.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gb7GAgsoNyqiTCrCDvTnceTbTSqMDD { width:18.9375rem;height:10.3125rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UyzCXLLbCZ4Ie5fEuvBdNJEmIEMncb { width:18.9375rem;height:10.3125rem;top:47.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL5dDndCml9kkCOPED4IqOuAy2LzHIOd { width:18.125rem;height:4.875rem;top:49.6875rem;left:14.8125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4PtzcxSoL7NFLyvJTTWQUL8XZ3qFLL { top:50.8125rem;left:0rem;width:16.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKVFekeHkmQGAabeUNTvceP26dwEh1T { width:18.9375rem;height:10.3125rem;top:47.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmN9JzylPokaJbHqgTrXTup0A3TD6bd { top:48.625rem;left:35.8125rem;width:11.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKbshSHM7CcgnFWviAN8UyndzFNDOSMW { width:18.125rem;height:1.1875rem;top:54.5625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H { display:block; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D03ILdvW4nhfBSrzrNTsu9bBEg0UgmVo { width:47.75rem;height:3.6875rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyet3Q8RdJqBuVIr2bRU1OaiTpmEAwHH { width:11.375rem;height:11.375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfdI4agprq0KFXo6tIO1OxgRCE2EFsQ5 { width:15.75rem;height:17.5625rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TLQ6rwmfiFsE87pqWFAfPQi9XD5gq6 { width:19rem;height:43.3125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymu1551F0iO6to9bg0EnqEoRIWMDrwd { width:3.25rem;height:0.0625rem;top:41.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVWiCC14q7g4tmnrMRM0uxdyIsOySkOL { width:16.875rem;height:1.5625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxBlFIRCcLPv8BLDWmnSZR06OT6fx5R { width:19rem;height:43.3125rem;top:8.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S66V17WNfP3hnGcc5Z47gMm7Gda21AFu { width:15.75rem;height:19.1875rem;top:23.0625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBhbBi8AOQsOpLKFsTQTLd1GJaA8whsa { width:16.875rem;height:1.5625rem;top:44.5rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm68NBJS5SKxuXrwTETynOdMLouLL83o { width:3.25rem;height:0.0625rem;top:43.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iol5639G7ZuvBdVdEw8rT32dT4wiPiHI { width:11.375rem;height:11.375rem;top:10.375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFDSZUeX6LQNTkf8ZUwc2HWSAbOoTKRa { width:19rem;height:43.3125rem;top:8.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecssJXSugFTn392zgDlRrafuI0P9h7OZ { width:16.875rem;height:1.5625rem;top:44.5rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9awt1Oym1ouBdfAn1RbTz23ENyVUE2Q { width:15.75rem;height:17.5625rem;top:23.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92z3LWt0lXuXptolItiK2lyloPc5cdz { width:3.25rem;height:0.0625rem;top:41.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFLHWxXwCIkigJEbEJywowsq7QLAplW6 { width:11.375rem;height:11.375rem;top:10.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTeUJbIdLwXtotvPLEFKVRdkz419Zbu { top:7.625rem;left:14.5rem;width:7.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJd7uV7KiQfSPKasNr3ff8LW4hCu7ZU { top:8.5625rem;left:14.5rem;width:6.4375rem;height:9.9375rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gil7lNm896WZWfTiZBCSTqxq3436ccED { top:8.5625rem;left:34.875rem;width:6.4375rem;height:9.9375rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPefJiCi6MucuEE2vA0TSsUlkxGQwh5 { top:8.5625rem;left:0rem;width:6.4375rem;height:9.9375rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDIoS2sWyyLiwyXBgmVJShMnQCrFgLhP { top:47.75rem;left:0rem;width:9.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNirbg7EkUB0CvmN2vS8d0dWF9csunvC { top:47.75rem;left:18.9375rem;width:9.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lai6XBUA7K7doQfm33aUIQzrF4Q80ALC { top:47.75rem;left:37.8125rem;width:9.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8R2dCSki1H1hJSBaHolx8P4vCW7IZc { width:10.0625rem;height:10.0625rem;top:11.125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUyL5xy3SNl88zSqTVxx1TiPM0axXxsA { width:10.0625rem;height:10.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZyzurhcit8HyEHQutsT88e5GDOkVX3 { width:10.0625rem;height:10.0625rem;top:11.125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwEbxKbtwEzgzborMiOqL1KqZqRpgrx { width:18.3125rem;height:5.5rem;top:54.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxmdxNieTJoNJUSyrOA4ZDMvSrWvKMOD { display:block; }
 }@media only screen and (max-width: 763px) { #p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 { display:block; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdxl1bmHEbZGEDB7z47wueUtkbSDcq2T { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M { display:block; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G73GDXULwlHuZxVaf5zaKUJRafboUStp { top:1rem;left:0rem;width:16.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHmw8VrmWNG2TwQXWMe0tclLuvdt0GL { top:2.9375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6k64svDX8m2Xtn5gAzeiVmqmM2hdsoT { top:7.625rem;left:0.625rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHJ2qN4hFyCwoqzO1XrpRHlFe0yr8FyP { top:16.8125rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzscP5V3yl352SHUMKoa5VPQGitK1E3 { top:5.875rem;left:0rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTKbt2gVugLTparGzGqLJ2tBWuMhISpa { top:1rem;left:14.8125rem;width:16.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLTNBltTg7AqzKccDPCTgN5IdoGOq0o2 { top:16.8125rem;left:17.5625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8OPlU7TxTsslb7pqyacktyP7QQfI4ky { top:19.3125rem;left:17.125rem;width:13.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZzAdQ2OrcBHEHPo2grvkFm3xK62KN9E { top:7.625rem;left:17.125rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O14ilX5m1VrIo392uC7cAwx4elpqIGRA { top:5.875rem;left:15.875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSsJxD0BB3kwxV73cPPqTZPmlQeSAmo { top:2.9375rem;left:17.125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdbTni2l3qZ7Ms3Xf6m0kDrbDBQLBpyc { top:1rem;left:30.5625rem;width:16.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTixKse31VUtTqaZvEx80yt08UaP1Vm1 { top:16.8125rem;left:33.4375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJrFC93RbCIWUnBX40IfvOMxXcQmiWPP { top:19.3125rem;left:33.1875rem;width:13rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidtXaTK5JruMxZnnSViiIK1ST0NhEnP { top:7.625rem;left:33.625rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5mBgy1NxJw2KLDz4GnpaqXpircTiT7 { top:5.875rem;left:31.8125rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqREoRCozIumXoSJqccTZMZQW5bBk6V7 { top:2.9375rem;left:33.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVURyUFw4rQT0TzaVx8ykthUHizvEVLw { top:19.3125rem;left:0.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSnM2k94BNHNZ6OPt3I1AtgLVSWS9dT { width:18.3125rem;height:5.5rem;top:27.5rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUZcokXArkDv9QtCP29mzeJEzCTMe5GG { display:block; }
 }@media only screen and (max-width: 763px) { #XWo0UQQyK8ih9wXTulqzK1AXe7AcvWEx { width:47.75rem;height:3.375rem;top:24.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey { display:block; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wU3G1xTUaapK3rhPnbUDQTEn2QDcFWof { width:47.75rem;height:4.0625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUVbRJDm6vSt9RMtpM3zrowLOxlQla7Q { width:19.9375rem;height:4.125rem;top:18.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHpqfDznwszyIT9xoGugdThTp1BSKuH { width:12.125rem;height:8.9375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOpmUy6TRTyDLH1JmNJVmtI9qT2Bb33w { width:19.9375rem;height:2.75rem;top:18.1875rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBLlNhuRIXQi2D7K8P5RO0Ok64PvGIuZ { width:12.125rem;height:9.25rem;top:7.5625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnJioRdJSnzNUPAtGTA4w3LHOiW0NO3b { width:18.6875rem;height:4.125rem;top:18.125rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMZ0auIxOiicdrHHlliluhGSyA3Ax4hh { width:12.1875rem;height:9.125rem;top:7.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu { display:block; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzBZAZX8n5sp6nSpnKszZH8tfZDTtWS1 { width:12.5rem;height:1.9375rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A61snZWp8c1yf215T0nTWIWMrMmBUZhN { width:21.125rem;height:1.75rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2GVDVsRvWwcFclgUD2cgAMyf7SbBeKD { width:20.4375rem;height:3.375rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyE7kWUPT7Nof1syD1U0CTIqJQ1a25yX { width:15.75rem;height:1.9375rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM1TQzP4THgpyc4PsVT86aTFUNb8FuFA { width:20.25rem;height:4.5rem;top:22.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOT9cTI8HUTh2I3ZJMr7G8Lzo93rx77J { width:12.5rem;height:1.9375rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl0KMsEFIMses7mnSNPDC8qrvAFzlsKN { width:10.9375rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdDZQr7eN9WchDnSa72nAAIUVDXq0UZq { width:10.9375rem;height:0.125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEE66HIrWyhyEHLLKBP42q38tOcZQ59T { width:32.375rem;height:3.875rem;top:3.375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPQlRSMo89Kpplgxtz8btSq9zAdRo4si { width:32.25rem;height:3.875rem;top:7.5rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yneVKytNcIXyHuQfSgBlhUtGgSDOdJuK { width:32.375rem;height:10.125rem;top:11.5625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nvTerVU1hV2aSQcZnVGTrGRcHXtn51 { width:18.3125rem;height:5.5rem;top:23.5rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVkMPM4qQ4qSCFecyrDshAw6GGVeWzNz { display:block; }
 }@media only screen and (max-width: 763px) { #Bdu6i7FFpvThc053d6DRhFcTP3mJW0yE { width:25.0625rem;height:31.875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW { display:block; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFNROiJMel6uCQrw5EDu5TbCsDKNkqG8 { top:3.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGDlP3UfTcUCOnWuRg9LBBRBZVgTNV5 { top:8.625rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMHwN1rzpvlmiE5ADd82wuNwsydn7iaX { top:23.8125rem;left:0rem;width:14.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFKJ0tTqz4ROQdPPXTrsOA4eFciO1BGB { top:8.625rem;left:9.5625rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da6lXXEaOHrMb5MVq3nwJv8GgElh7uLt { top:23.8125rem;left:9.25rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZKbJk7dzUiMCBwWTnvbl7qbCfIMPAVP { top:8.625rem;left:21.5rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDwBhVTF3b2iJz0zbhWZrC4zQpJbc82J { top:23.8125rem;left:21.1875rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW6e4lEG4KzXEebHvZGFGhzcD1TOMutn { top:8.625rem;left:33.4375rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78IMVEi9bk30aQdwItNxehx9Wa4ZO7w { top:23.8125rem;left:33.125rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8owNd6TCqiJRANnr9Pbr25WZbIWGgAa { top:26rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS0gH7vvzrfZkGanttaOqkJ7oT7CXduH { top:41.1875rem;left:0rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1xtGuWnaXo0qNoCxawsrSfCph4h0NWE { top:26rem;left:9.5625rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSsyvTsZbpt1dZPSbPIuNQ8TXS1lsRN4 { top:41.1875rem;left:9.25rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #li5KPRV1bg9BJBTOFI1vB2vcHGkBQ5yT { top:26rem;left:21.5rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr367wlkEoOxCFM12r8NuExTctukzBdr { top:41.1875rem;left:21.1875rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDnlTvqq1ErlolHpdZmlc3tva1N9VtBd { top:26rem;left:33.4375rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1dW0Pi4Lg09sGCVgpg0sxsy5cepUkC { top:41.1875rem;left:33.125rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTGBVDiZtbwbXVsJf64aPeqnqvRXAqQ { top:44.5rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmNzdCouhxc6zIyMGWVwiIrBiHu9Wm3U { width:18.3125rem;height:5.5rem;top:51.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Xsxqo7s2BGxA5mkJLkTePL3pTRRUVP { display:block; }
 }@media only screen and (max-width: 763px) { #JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL { display:block; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mf52nA1rJBsRpR7OVLhgryekHy384b6c { width:47.75rem;height:4.5rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmnqv8keb3KkgTg4hi8r4HKnDwSZT621 { width:23rem;height:6.1875rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O { position:relative;z-index:auto;display:block; }#uGSNSHeUHf8rWVVyp43XeXIRFqXqeT1O > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZJ1MdshVOzTA91EEcIBWpvGqmJNwKF2 { width:7.5rem;height:0.125rem;top:4.875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUi4nxOKmBJoarWuvKqPqTV9hewKGAt9 { width:13.8125rem;height:3.5625rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAL1OHycxbv5r2ms9adiblFkHLbX0sbC { background-color:rgba(var(--color-tertiary-1),0.21);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; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container { background-color: transparent; background-image: none; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container > .video-iframe-container { display: none; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row > .video-iframe-container { display: none; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .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); }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container { border-width: 0; border-radius: 0; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAL1OHycxbv5r2ms9adiblFkHLbX0sbC > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAHIIO7dXtm0orGstZK06upP96NR7pvE { width:18.75rem;height:2.92480625rem;top:0.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKmXHNfhnT8lT1wZJR8IExZzVs4oFUxa { width:18.75rem;height:4.548825rem;top:21.7998046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHlDeVKng9whbZF9KJHLSTxgp5TTr7iB { width:14.8125rem;height:4.375rem;top:27.77392578125rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNd18HZHD6tVoruaDhFNgoC2CDce8aH { display:block; }
 }@media only screen and (max-width: 763px) { #G8lvKfczzqrJoB2QbBV0iorEON0ykA7y { top:7.14892578125rem;left:0rem;width:20rem;height:13.125rem;z-index:15011;overflow:hidden;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX0ha2QZPyyakLGx3Mw1bOOancBes3BS { width:20rem;height:1.54345625rem;top:3.7998046875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA { display:block; }#oif9ZVtzx3xEBi22xQnl9XJAyMfy3sMA > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJuSMSDb2DUh6069sRePri1TWTGiFTIO { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEyuP38QPgFAf24JyLWzaTOTVfTayiVU { width:20rem;height:2.2744125rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzIFvcRtG8Qd7wfNrxFae7gHvruTQ4z { width:16.625rem;height:11rem;top:36.78125rem;left:1.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tHPSp55Gx9LDRHsycktTUmpyzTRt5nVi { width:16.1875rem;height:10.6875rem;top:61.8125rem;left:1.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qGQE1Rsbx9N8uv3ysT3BpAGSUpU7P9e3 { width:19.9375rem;height:2.03125rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOSFr6VLp20RbbPqwEVfKd9Gxsi6aM0m { width:19.9375rem;height:2.03125rem;top:33.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5pGZg83OxUTocZAV95EdVxIh2R5SCqq { width:19.9375rem;height:5.5234375rem;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKt9O0UyDO10y9ZkwsZfBnbOn3MyPSs { width:19.9375rem;height:5.5234375rem;top:48.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF9zo2HrButHTgR9k5K8uCd31cblC8Em { width:15rem;height:4.4375rem;top:81.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDPL7s97gIgRMhA32AvsRzuky27AfQAT { display:block; }
 }@media only screen and (max-width: 763px) { #wWBT9vbbu0NakPuNQ3MHksW7EWJTA8Wb { width:16.3125rem;height:10.8125rem;top:13.75rem;left:1.84375rem;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; }
 }@media only screen and (max-width: 763px) { #vllimdJupd5coTPNlzJNJagfrnT7F47A { width:19.9375rem;height:4.0625rem;top:57rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn7kgTPdJybGsM71CMsSOsDauxJ5g3e5 { width:19.9375rem;height:5.5234375rem;top:73.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 { display:block; }#aOrO6zkkx0Z3uWbtxF8Ru9FdSlcos1I0 > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSs2PrH8VwPe5BoztDORrx77yDqypcbl { width:20rem;height:14.962875rem;top:7.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWloAX3hmSaOESeZPkQQMDA7yEBxv7PE { width:20rem;height:4.7119125rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJDVxWfEyE6I0thzbsarONMcSQl5Nn7 { width:20rem;height:2.76171875rem;top:23.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gb7GAgsoNyqiTCrCDvTnceTbTSqMDD { width:18.9375rem;height:8.75rem;top:48rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UyzCXLLbCZ4Ie5fEuvBdNJEmIEMncb { width:18.9375rem;height:8.75rem;top:38.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL5dDndCml9kkCOPED4IqOuAy2LzHIOd { width:17.5rem;height:4.38720625rem;top:40.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4PtzcxSoL7NFLyvJTTWQUL8XZ3qFLL { width:16.1875rem;height:4.5625rem;top:50.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKVFekeHkmQGAabeUNTvceP26dwEh1T { width:18.9375rem;height:8.75rem;top:28.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmN9JzylPokaJbHqgTrXTup0A3TD6bd { width:9.4375rem;height:7rem;top:29.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKbshSHM7CcgnFWviAN8UyndzFNDOSMW { width:17.5rem;height:1.29980625rem;top:44.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H { display:block; }#XMUOQX5uoVL4uDayD7oGySEfTJUJEg9H > .row .container { width:20rem;height:146.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D03ILdvW4nhfBSrzrNTsu9bBEg0UgmVo { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyet3Q8RdJqBuVIr2bRU1OaiTpmEAwHH { width:11.375rem;height:11.375rem;top:11.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfdI4agprq0KFXo6tIO1OxgRCE2EFsQ5 { width:15.75rem;height:17.5956875rem;top:24.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TLQ6rwmfiFsE87pqWFAfPQi9XD5gq6 { width:19rem;height:40.125rem;top:10.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymu1551F0iO6to9bg0EnqEoRIWMDrwd { width:3.25rem;height:0.0625rem;top:43.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVWiCC14q7g4tmnrMRM0uxdyIsOySkOL { width:16.875rem;height:1.5996125rem;top:44.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxBlFIRCcLPv8BLDWmnSZR06OT6fx5R { width:19rem;height:42.5rem;top:51.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S66V17WNfP3hnGcc5Z47gMm7Gda21AFu { width:15.75rem;height:19.1953125rem;top:66.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBhbBi8AOQsOpLKFsTQTLd1GJaA8whsa { width:16.875rem;height:1.5996125rem;top:87.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm68NBJS5SKxuXrwTETynOdMLouLL83o { width:3.25rem;height:0.0625rem;top:86.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iol5639G7ZuvBdVdEw8rT32dT4wiPiHI { width:11.375rem;height:11.375rem;top:53.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFDSZUeX6LQNTkf8ZUwc2HWSAbOoTKRa { width:19rem;height:40.8125rem;top:95.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecssJXSugFTn392zgDlRrafuI0P9h7OZ { width:16.875rem;height:1.5996125rem;top:129.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9awt1Oym1ouBdfAn1RbTz23ENyVUE2Q { width:15.75rem;height:17.5956875rem;top:109.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92z3LWt0lXuXptolItiK2lyloPc5cdz { width:3.25rem;height:0.0625rem;top:128.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFLHWxXwCIkigJEbEJywowsq7QLAplW6 { width:11.375rem;height:11.375rem;top:96.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTeUJbIdLwXtotvPLEFKVRdkz419Zbu { width:7.75rem;height:1.29980625rem;top:49.51171875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJd7uV7KiQfSPKasNr3ff8LW4hCu7ZU { width:0.625rem;height:11.0498125rem;top:50.8740234375rem;left:0rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gil7lNm896WZWfTiZBCSTqxq3436ccED { width:0.625rem;height:11.0498125rem;top:94.25rem;left:0rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPefJiCi6MucuEE2vA0TSsUlkxGQwh5 { width:1.375rem;height:11.0498125rem;top:9.4375rem;left:0rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDIoS2sWyyLiwyXBgmVJShMnQCrFgLhP { width:9.9375rem;height:2.3125rem;top:46.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNirbg7EkUB0CvmN2vS8d0dWF9csunvC { width:9.9375rem;height:2.3125rem;top:90rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lai6XBUA7K7doQfm33aUIQzrF4Q80ALC { width:9.9375rem;height:2.3125rem;top:131.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8R2dCSki1H1hJSBaHolx8P4vCW7IZc { width:10.0625rem;height:10.0625rem;top:54.28125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUyL5xy3SNl88zSqTVxx1TiPM0axXxsA { width:10.0625rem;height:10.0625rem;top:12.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZyzurhcit8HyEHQutsT88e5GDOkVX3 { width:10.0625rem;height:10.0625rem;top:97.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwEbxKbtwEzgzborMiOqL1KqZqRpgrx { width:18.3125rem;height:5.5rem;top:138.625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxmdxNieTJoNJUSyrOA4ZDMvSrWvKMOD { display:block; }
 }@media only screen and (max-width: 763px) { #p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 { display:none; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 { border-width: 0; border-radius: 0; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6f9Hrlvf7XKp7eyUc0AHDPzDxxbE0F3 > .row .container { width:20rem;height:4.9375rem;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;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gdxl1bmHEbZGEDB7z47wueUtkbSDcq2T { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#a60000;display:none; }
 }@media only screen and (max-width: 763px) { #RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/716bbdb2-1158-4ea0-b7b3-dfa4a689a80a/Harvard.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M.adaptive-delivery-prevent-bg, #RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M.lazyload, #RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M.lazyloading { background-image: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container { background-color: transparent; background-image: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container > .video-iframe-container { display: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row > .video-iframe-container { display: none; }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .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); }#RsFnsRTT3sUc7IWJRsimCJKIpHDRMB3M > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G73GDXULwlHuZxVaf5zaKUJRafboUStp { width:16.9375rem;height:23.25rem;top:6.125rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LbHmw8VrmWNG2TwQXWMe0tclLuvdt0GL { width:12.5rem;height:1.625rem;top:8.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6k64svDX8m2Xtn5gAzeiVmqmM2hdsoT { width:12.5rem;height:7.79883125rem;top:12.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHJ2qN4hFyCwoqzO1XrpRHlFe0yr8FyP { width:12.5rem;height:1.625rem;top:21.9375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzscP5V3yl352SHUMKoa5VPQGitK1E3 { width:12.5rem;height:0.125rem;top:11rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTKbt2gVugLTparGzGqLJ2tBWuMhISpa { width:16.9375rem;height:24.5625rem;top:30.5rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dLTNBltTg7AqzKccDPCTgN5IdoGOq0o2 { width:12.5rem;height:1.625rem;top:46.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8OPlU7TxTsslb7pqyacktyP7QQfI4ky { width:13.25rem;height:3.8994125rem;top:48.8125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZzAdQ2OrcBHEHPo2grvkFm3xK62KN9E { width:12.5rem;height:7.7988125rem;top:37.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O14ilX5m1VrIo392uC7cAwx4elpqIGRA { width:12.5rem;height:0.125rem;top:35.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSsJxD0BB3kwxV73cPPqTZPmlQeSAmo { width:12.5rem;height:1.625rem;top:32.4375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdbTni2l3qZ7Ms3Xf6m0kDrbDBQLBpyc { width:16.9375rem;height:23.0625rem;top:56.125rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QTixKse31VUtTqaZvEx80yt08UaP1Vm1 { width:12.5rem;height:1.625rem;top:71.9375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJrFC93RbCIWUnBX40IfvOMxXcQmiWPP { width:13.25rem;height:3.8994125rem;top:74.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidtXaTK5JruMxZnnSViiIK1ST0NhEnP { width:12.5rem;height:6.499rem;top:62.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5mBgy1NxJw2KLDz4GnpaqXpircTiT7 { width:12.5rem;height:0.125rem;top:61rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqREoRCozIumXoSJqccTZMZQW5bBk6V7 { width:12.5rem;height:1.625rem;top:58.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVURyUFw4rQT0TzaVx8ykthUHizvEVLw { width:12.5rem;height:2.5996125rem;top:24.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSnM2k94BNHNZ6OPt3I1AtgLVSWS9dT { width:18.3125rem;height:5.5rem;top:81.625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUZcokXArkDv9QtCP29mzeJEzCTMe5GG { display:block; }
 }@media only screen and (max-width: 763px) { #XWo0UQQyK8ih9wXTulqzK1AXe7AcvWEx { width:20rem;height:2.4375rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey { display:block; }#DbRU62XWeWAQb6mMnTL4PwZxmZakV2ey > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wU3G1xTUaapK3rhPnbUDQTEn2QDcFWof { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUVbRJDm6vSt9RMtpM3zrowLOxlQla7Q { width:19.9375rem;height:4.142575rem;top:14.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHpqfDznwszyIT9xoGugdThTp1BSKuH { width:8.9375rem;height:6.5625rem;top:7.375rem;left:5.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOpmUy6TRTyDLH1JmNJVmtI9qT2Bb33w { width:19.9375rem;height:2.76171875rem;top:28.5791015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBLlNhuRIXQi2D7K8P5RO0Ok64PvGIuZ { width:9.5625rem;height:7.3125rem;top:20.75rem;left:5.21875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnJioRdJSnzNUPAtGTA4w3LHOiW0NO3b { width:19.9375rem;height:4.142575rem;top:43.0908203125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMZ0auIxOiicdrHHlliluhGSyA3Ax4hh { width:11.6875rem;height:8.75rem;top:33.3125rem;left:4.15625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu { display:block; }#om04pk3EiMMCxPhNd2XlT6Fic2tTNUMu > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzBZAZX8n5sp6nSpnKszZH8tfZDTtWS1 { width:12.5rem;height:1.625rem;top:25.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A61snZWp8c1yf215T0nTWIWMrMmBUZhN { width:12.125rem;height:2rem;top:27.875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q2GVDVsRvWwcFclgUD2cgAMyf7SbBeKD { width:13.25rem;height:5rem;top:35.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:roboto;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GyE7kWUPT7Nof1syD1U0CTIqJQ1a25yX { width:12.5rem;height:1.625rem;top:32.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM1TQzP4THgpyc4PsVT86aTFUNb8FuFA { width:11.5625rem;height:6.09375rem;top:45.125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOT9cTI8HUTh2I3ZJMr7G8Lzo93rx77J { width:12.5rem;height:1.625rem;top:42.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl0KMsEFIMses7mnSNPDC8qrvAFzlsKN { width:10.9375rem;height:0.125rem;top:31.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdDZQr7eN9WchDnSa72nAAIUVDXq0UZq { width:10.9375rem;height:0.125rem;top:41.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEE66HIrWyhyEHLLKBP42q38tOcZQ59T { width:20rem;height:2.5996125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iPQlRSMo89Kpplgxtz8btSq9zAdRo4si { width:20rem;height:4.875rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yneVKytNcIXyHuQfSgBlhUtGgSDOdJuK { width:20rem;height:12rem;top:11.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nvTerVU1hV2aSQcZnVGTrGRcHXtn51 { width:18.3125rem;height:5.5rem;top:54.037109375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVkMPM4qQ4qSCFecyrDshAw6GGVeWzNz { display:block; }
 }@media only screen and (max-width: 763px) { #Bdu6i7FFpvThc053d6DRhFcTP3mJW0yE { width:20rem;height:28.1875rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW { display:block; }#ad0alCT03k3Z7sRaD6SUcVs9gKJFwTwW > .row .container { width:20rem;height:163.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFNROiJMel6uCQrw5EDu5TbCsDKNkqG8 { width:19.5625rem;height:3.5rem;top:1.25rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeGDlP3UfTcUCOnWuRg9LBBRBZVgTNV5 { width:14.3125rem;height:14.3125rem;top:6rem;left:2.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMHwN1rzpvlmiE5ADd82wuNwsydn7iaX { width:14.625rem;height:2.449225rem;top:21rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFKJ0tTqz4ROQdPPXTrsOA4eFciO1BGB { width:14.3125rem;height:14.3125rem;top:23.44921875rem;left:2.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da6lXXEaOHrMb5MVq3nwJv8GgElh7uLt { width:14.625rem;height:1.2246125rem;top:38.42236328125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZKbJk7dzUiMCBwWTnvbl7qbCfIMPAVP { width:14.3125rem;height:14.3125rem;top:40.75rem;left:2.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDwBhVTF3b2iJz0zbhWZrC4zQpJbc82J { width:14.625rem;height:1.2246125rem;top:55.625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW6e4lEG4KzXEebHvZGFGhzcD1TOMutn { width:14.3125rem;height:14.3125rem;top:57.875rem;left:2.84375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78IMVEi9bk30aQdwItNxehx9Wa4ZO7w { width:14.625rem;height:1.2246125rem;top:72.75830078125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8owNd6TCqiJRANnr9Pbr25WZbIWGgAa { width:14.3125rem;height:14.3125rem;top:75.23486328125rem;left:2.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS0gH7vvzrfZkGanttaOqkJ7oT7CXduH { width:14.625rem;height:1.2246125rem;top:90.09130859375rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1xtGuWnaXo0qNoCxawsrSfCph4h0NWE { width:14.3125rem;height:14.3125rem;top:92.43408203125rem;left:2.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSsyvTsZbpt1dZPSbPIuNQ8TXS1lsRN4 { width:14.625rem;height:1.2246125rem;top:107.27197265625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li5KPRV1bg9BJBTOFI1vB2vcHGkBQ5yT { width:14.3125rem;height:14.3125rem;top:109.78369140625rem;left:2.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr367wlkEoOxCFM12r8NuExTctukzBdr { width:14.625rem;height:1.2246125rem;top:124.72119140625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDnlTvqq1ErlolHpdZmlc3tva1N9VtBd { width:14.3125rem;height:14.3125rem;top:126.7958984375rem;left:2.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1dW0Pi4Lg09sGCVgpg0sxsy5cepUkC { width:14.625rem;height:1.2246125rem;top:141.7333984375rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBTGBVDiZtbwbXVsJf64aPeqnqvRXAqQ { width:20rem;height:10.56155rem;top:145.6455078125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmNzdCouhxc6zIyMGWVwiIrBiHu9Wm3U { width:18.3125rem;height:5.5rem;top:155.68408203125rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Xsxqo7s2BGxA5mkJLkTePL3pTRRUVP { display:block; }
 }@media only screen and (max-width: 763px) { #JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL { display:block; }#JGUtlvHXWUTDuF36dTwmz8hWSA1FAEWL > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mf52nA1rJBsRpR7OVLhgryekHy384b6c { width:20rem;height:4.5rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmnqv8keb3KkgTg4hi8r4HKnDwSZT621 { width:20rem;height:5.37890625rem;top:0.9375rem;left:0rem;display:block; }
 }