.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,246,217;--color-secondary-1:255,227,128;--color-secondary-2:255,198,0;--color-secondary-3:128,99,0;--color-secondary-4:38,30,0;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--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: 959px) {
    html {
        width: 960px;
    }
}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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-0),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#yTi45ppHca5fl7ICmXqfdOhGAaZFiFMn { 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:3.125rem;width:12rem;top:0.9375rem;left:24rem;overflow:hidden;display:block; }
#n38PAncPxFynyfilKzXDhXPoqzWWalET { box-sizing:content-box;height:0.25rem;width:7.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:26.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.61);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; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row .container { background-color: transparent; background-image: none; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row .container > .video-iframe-container { display: none; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row > .video-iframe-container { display: none; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .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); }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row .container { border-width: 0; border-radius: 0; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;position:relative;display:block; }#usNaJc1atsT0eKetZobHEAcREbT3U6Du { 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:28.125rem;width:37.75rem;top:7.875rem;left:11.125rem;overflow:hidden;display:block; }
#msXUGvgM1NxoTJ10WLu56Ffe6sUp6VxX { color:rgba(var(--color-primary-2),1);display:block;width:39.3125rem;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:2.02490234375rem;left:10.34375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#pXFUbMhiSvpGTQa0ex3vkFNMR2XacTPh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:17.125rem;height:;text-align:center;text-align-last:center;display:block; }
#BQ6dyNa6VHgNVuHcr7mqFdsFqqdbc7TG { position:absolute;display:block;z-index:15004;height:5rem;width:60rem;top:45.6875rem;left:0rem;display:block; }
#i73GZZfZJOCwoiwihPoTCrIMPab2k5r8 { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;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:15010;text-align:center;text-align-last:center;top:38.2373046875rem;left:22.5rem;display:block; }
#cuCyIrMIx14uSeDRP6xpWTFAISU02FIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx { 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; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row .container { background-color: transparent; background-image: none; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row .container > .video-iframe-container { display: none; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row > .video-iframe-container { display: none; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .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); }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row .container { border-width: 0; border-radius: 0; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:60rem;position:relative;display:block; }#aW8ud6nzSIe2JsDT6psD2HRVQmD21Bxt { color:rgba(var(--color-primary-2),1);display:block;width:60rem;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; }
#qitwz8sE7udPdtWORkkACOvISvcx0pSr { 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:3.8125rem;display:block; }
#nghT8bSbwS6A6OqPlwvtqykri1oofVTc { 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:1.8125rem;height:17.5956875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RTB7DiTs7Uk023HpnBxpuxNTvkqecPa1 { 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:0rem;display:block; }
#yuSPRn77l1tCuNbTyiHipl6B1zR5HOw9 { 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:7.9375rem;display:block; }
#hswMNE0P36x40mBKTf1lpBxzCAzg7n2H { 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:1.125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NkSRQbDS4By9qEMTMbd3OirzrOsdxoZ4 { 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:20.625rem;display:block; }
#LSExdFNf06i0pFBqAH12iQMz1JNKlorT { 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:22.4375rem;height:19.1953125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#z2s93Vgra20k8hdEcy6GfVErsXbpNkvM { 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:21.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#i4pkKl3WCrrKcNRFBJQLuuddk3tB7EI3 { 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:28.375rem;display:block; }
#Zs6zfBfmS2CrkVZIes2oKnko0NWFuziD { 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:24.4375rem;display:block; }
#P0pPQKvVfsWoewcReevKxHdQ7zPphwJK { 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:41rem;display:block; }
#QDHkbR6wTRE9EtCkVf91UTPtGQTCdmbL { 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:42.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#T0bC9ghG6whpPHGUREPnGuJghcD24WKc { 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:42.8125rem;height:17.5956875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xaBdaWhX5sd3T8cVec3MVlF5D4bmHIO0 { 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:48.875rem;display:block; }
#qvhwOA97TR6heTwmRusZFuswmI1sTZeW { 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:44.8125rem;display:block; }
#Tlv0cWTteictR3ANqV6tvke2acV090IN { 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:20.625rem;height:3.4121125rem;display:block; }
#euKzky85ITwE2nzL95FgImqIzPvqBrd6 { 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:20.625rem;height:9.993625rem;display:block; }
#M9Q0hxmzJg2MtRhTnpmIP4nGIJ24mxqF { 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:41rem;height:9.993625rem;display:block; }
#NJPs5dhgZlZ2r4DZkqwf53gOPuCBUNhR { 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:0rem;height:9.993625rem;display:block; }
#DxQDDhEummovTqDBPFtWbHodxnotRsD6 { 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:4.625rem;overflow:hidden;display:block; }
#PIyGuHr0O0wKxNWf8K5mXHGSui61lEgF { 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:25.0625rem;overflow:hidden;display:block; }
#nJVuyQCCm5pqwnkGSPpU3u9qrkywCbAs { 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:45.5625rem;overflow:hidden;display:block; }
#d87VFwAqb6P3X8RqKO3h3Aivc8UmtDyn { 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:25rem;display:block; }#d87VFwAqb6P3X8RqKO3h3Aivc8UmtDyn.adaptive-delivery-prevent-bg, #d87VFwAqb6P3X8RqKO3h3Aivc8UmtDyn.lazyload, #d87VFwAqb6P3X8RqKO3h3Aivc8UmtDyn.lazyloading { background-image: none; }
#Tsv6TentdPnnzrEE8xqMkZT3aPe1NFq4 { 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:4.5625rem;display:block; }#Tsv6TentdPnnzrEE8xqMkZT3aPe1NFq4.adaptive-delivery-prevent-bg, #Tsv6TentdPnnzrEE8xqMkZT3aPe1NFq4.lazyload, #Tsv6TentdPnnzrEE8xqMkZT3aPe1NFq4.lazyloading { background-image: none; }
#ohWczZCPUp6JnTMevcXhTvLlHaezRIxZ { 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:45.5rem;display:block; }#ohWczZCPUp6JnTMevcXhTvLlHaezRIxZ.adaptive-delivery-prevent-bg, #ohWczZCPUp6JnTMevcXhTvLlHaezRIxZ.lazyload, #ohWczZCPUp6JnTMevcXhTvLlHaezRIxZ.lazyloading { background-image: none; }
#y6IFTg4PCcuVVw6HFB5MobzkB4K6AXsd { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;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:20.84375rem;display:block; }
#IZSzevIGAeGGzoDu58ai523FoTlkRQ0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw { position:relative;display:block; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw { background-color: transparent; background-image: none; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .row .container > .video-iframe-container { display: none; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .row > .video-iframe-container { display: none; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .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); }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw { border-width: 0; border-radius: 0; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .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; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lUkvJ8rIsetUhdT1PdUW3KCIpVOBeKFn { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.94970703125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#s360bl0z21hUmtGAWustcnd2ZOSiF5nA { position:relative;display:block; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA { background-color: transparent; background-image: none; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .row .container > .video-iframe-container { display: none; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .row > .video-iframe-container { display: none; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .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); }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA { border-width: 0; border-radius: 0; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .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; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .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:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m1fQQETur3EesZJmHlHBV9ogdQzPvDXH { 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:3.375rem;width:5.0625rem;top:1.71240234375rem;left:4.96875rem;overflow:hidden;display:block; }
#yhgwI5e4LUXIZCDE9nxJxO1ThwWZqi51 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.74951171875rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#aZkOpg3zMrTrxXBoiOfFt57Ax2tsTWRA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.69287109375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hC5VNcaRdg5PksfKOgssew8snodT6m7L { position:absolute;display:block;z-index:15003;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:3.3125rem;width:3.6875rem;top:1.74365234375rem;left:20.65625rem;overflow:hidden;display:block; }
#en7rGt03yLOCsEM0hNyxDoCooIzZO91i { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.74951171875rem;left:15rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iNvp5mnBbDwPWcTU3VvLmcwP7zi6rZM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.69287109375rem;left:15rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Q4TfQU4bq0tG34iTOm2wOglvfEkb0Vcu { position:absolute;display:block;z-index:15006;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:3.375rem;width:3.375rem;top:1.71240234375rem;left:35.875rem;overflow:hidden;display:block; }
#JvGPnSMUruyXtVl45ayZTEvMmucJRPJv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.74951171875rem;left:30rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#J8NA0tFs0kAxfm4bHMyhfb4V0nHUaP8g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.74951171875rem;left:44.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZMq7GcsWoBT0tBbZfnpRvXuOkDvVfwWS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.69287109375rem;left:30rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#m4xL9Zft2kynMxXXftQ1qEgt6Qda7HXW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.69287109375rem;left:44.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rhdTbbTyf3a5uuWNsZQeGlrQOhKtsRu7 { position:absolute;display:block;z-index:15009;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:3.0625rem;width:3.0625rem;top:1.71240234375rem;left:50.8125rem;overflow:hidden;display:block; }
#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.29);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; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row .container { background-color: transparent; background-image: none; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row .container > .video-iframe-container { display: none; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row > .video-iframe-container { display: none; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .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); }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row .container { border-width: 0; border-radius: 0; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#QlkNCEBeSkfMFNks6teou4pSKoU0ynIK { position:absolute;display:block;z-index:15014;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:27.4375rem;width:34.6875rem;top:12.0625rem;left:2.1494140625rem;overflow:hidden;display:block; }
#n6zLdxTrLSGT1GSbEDeJQfcxXHcA0mAn { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oB8tgbGnUDWmcycBiVzvDyxDLNFkDJwk { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmKVSZvuoJlyv0U5U6aU0mABXAJM5nP3 { 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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:14.6875rem;top:13.125rem;left:40.4375rem;display:block; }
#o2Tre98vcSc59s99xRUQB7XDByPsuJiU { 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:3.25rem;width:11.75rem;top:15.5rem;left:41.875rem;overflow:hidden;display:block; }
#AtKRJ7SavCrRWldWmtGuOcR4vRqXZLTX { 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:5.9375rem;width:8rem;top:31.4375rem;left:43.75rem;overflow:hidden;display:block; }
#ifGgTcN6nK8BzMgwzDV7PkSHkGe4GQi7 { 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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:14.6875rem;top:21.8125rem;left:40.4375rem;display:block; }
#f9Wi69VNV0T6hdXVknMOiS7H0m2sLZ5l { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5625rem;left:38.6875rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rnlwSh0WF8bIce2rT2p7odKnG3kRBeJr { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27rem;left:38.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCUwlEc2MaRQ0Ks0CCrGaTMh5vMRTtx4 { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:14.6875rem;top:30.4375rem;left:40.4375rem;display:block; }
#e0VPkkDNOohSuZndOViOLUa8fLBqdzko { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;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:42.3125rem;left:20.84375rem;display:block; }
#FRPFQyL8Vw3PoTDTwZKHQtciIxTyw3HR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie { 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; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie.adaptive-delivery-prevent-bg, #W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie.lazyload, #W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie.lazyloading { background-image: none; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row .container { background-color: transparent; background-image: none; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row .container > .video-iframe-container { display: none; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .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); }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row > .video-iframe-container { display: none; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .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); }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row .container { border-width: 0; border-radius: 0; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie::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; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#Qm9M0MR3yBM620lAySMERUQ8BblLTrDp { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;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; }
#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK { 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; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK.adaptive-delivery-prevent-bg, #wgA2dXpAH34b2m16IyF5hCWZHJSovIrK.lazyload, #wgA2dXpAH34b2m16IyF5hCWZHJSovIrK.lazyloading { background-image: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container { background-color: transparent; background-image: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container > .video-iframe-container { display: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .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); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row > .video-iframe-container { display: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .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); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container { border-width: 0; border-radius: 0; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK::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; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#mQCuCitFvlH5ZEaQn8bX0AGXO75Jui7R { 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:0.90625rem;display:block; }
#D5U7D328okeMCqu0bmZPGNDms51hOetX { 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:2.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O67mkgINpZiztEROIZwuVCKG8OTgETbh { 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:2.6875rem;height:6.49903125rem;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; }
#PqQIPiKWVwLbrsGiVInTHmwP9uWqlPt8 { 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:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHTbPTLhTFFxXfNaQ5azgDmdbKVzr69k { 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:0.875rem;display:block; }
#Sze29HlKNI9GRwxTyoCgtUrbsrhHygNm { 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:21.5625rem;display:block; }
#t5DKrlkXnRHwpGbgB6X6s0rEfpFTQuPw { 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:23.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TexIeRxl3HTpmkUscyW8GB5MKaJ3b5mC { 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:23.34375rem;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; }
#F20PxWmfHck3Nae4VOmdOrXTUDrB5uS4 { 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:23.3125rem;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; }
#tMfssTSuOnUqwrOBt8r0dmMEAlVBwtmn { 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:21.5rem;display:block; }
#TbacWE7WNKuB6Ed0NTf6SsVeoO1KqDCE { 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:23.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5VZMWvm1hiZnanImB4I8OITl1Ubtnni { 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:42.1875rem;display:block; }
#sfHHz7pt8zf4h8SHI4Pliq5uTnXwmdH8 { 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:43.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sl6ZSHwZCTzL66161Cv0VpqtHK1sswT2 { 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:43.5rem;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; }
#qBbt7A90gdQSVOH8EOq91H68ANGGhhlv { 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:43.9375rem;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; }
#duGevoGblQhWQzD4eLUAvp34adKF6hqM { 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:42.125rem;display:block; }
#cuuQKt4swSN3i0zzvePeek9VV2EsdMTD { 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:43.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iQebKDcAiqtCqx4JHFy0kyHIOS6dhSih { 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:2.6875rem;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; }
#fzxiIWiFBJVh0Ub4A1x3K6qPCx1Qp3SG { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;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:20.84375rem;display:block; }
#Mf4fe3DHlwQ2fS1ruHMPBnodtG1nQu53 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVy3eAFDmlqw4JbKqWWeQT3KZEakzdRT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;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; }
#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d { 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; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row .container { background-color: transparent; background-image: none; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row .container > .video-iframe-container { display: none; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row > .video-iframe-container { display: none; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .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); }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row .container { border-width: 0; border-radius: 0; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:block; }#dLWp73y9JkXpwNsb7UiK9BCHXTh24vPb { color:#000000;display:block;width:60rem;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; }
#LsVcL9nAHeiuzQ8qq3VQZDPqosEnQ16u { 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:0rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeN0NxVkxJS9L4U7u5nCDVWo0InzJ00D { 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:3.1875rem;overflow:hidden;display:block; }
#CzZbTBoy5grLy9XV968gZPGyUk9cODBJ { 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:20.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVCWrrfDSK0M5TZEesfpa4Vxd3c2bo3S { 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:23.8125rem;overflow:hidden;display:block; }
#Ao84gHfiC14NZEmAsGPDMT05pRsG8Xg3 { 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:40.125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsNb3eHGUqFRWfApC1IqOWGoS5XGGoMe { 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.25rem;width:12.1875rem;top:7.5625rem;left:43.375rem;overflow:hidden;display:block; }
#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ { 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; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row .container { background-color: transparent; background-image: none; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row .container > .video-iframe-container { display: none; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row > .video-iframe-container { display: none; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .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); }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row .container { border-width: 0; border-radius: 0; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#zwJmemk25VCfXBSEWIBfwbAM69XtTFRa { 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:3rem;height:1.94970625rem;font-style:normal;display:block; }
#G5UVolp2oeR7HeLZ3Wr5Oe7fVEJseyv7 { 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:3rem;height:1.75rem;font-style:normal;display:block; }
#oU9DwePSs2XVZph2tGfEvEoTX4CeqrDA { 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:3rem;height:3.41161875rem;font-style:normal;display:block; }
#BJbR1gESaHtBoIACuWKUbuUObNAMsAfe { 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:3rem;height:1.94970625rem;font-style:normal;display:block; }
#Xcet5WekVV37MemLzoQdzoUdrSmVnetK { 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:3rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgKGTyGK89BXExLZdZN2dxEeRcZX4Gdq { 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:3rem;height:1.94970625rem;font-style:normal;display:block; }
#eV0PlyTLU6yrzDPxPfh1IF8uScRRBhCb { 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:3rem;display:block; }
#sdbXFfvAET3rEpMqMTpxaviGN7XCTbpe { 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:3rem;display:block; }
#mhVH0eRn9I4peD5Fguuh2T752zgzfTNG { 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:27.625rem;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; }
#nDToFfWTcUUCtImaHocDTQBiHfr74ZUk { 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:27.75rem;height:3.8994125rem;font-style:normal;display:block; }
#IldKouvirXQxFkewaUFUuHVUWpglUPLb { 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:27.625rem;height:10.125rem;font-style:normal;display:block; }
#DLEsokWddBrW6K8KDKku5LUPIwudaR3z { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;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:35.947265625rem;display:block; }
#t232aMaS9LNQFd92MfxuWOmMfvzL4To0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIDw8EM0QnB6eXfLfe1uTvypo6gzA7fp { 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:0rem;display:block; }
#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe { position:relative;display:block; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe { background-color: transparent; background-image: none; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .row .container > .video-iframe-container { display: none; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .row > .video-iframe-container { display: none; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .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); }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe { border-width: 0; border-radius: 0; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .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; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .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:56.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FTEhDidBAC5fyxTwsVRd2KwN1uRU7Qzq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.1875rem;left:0rem;height:3.5874rem;font-style:normal;display:block; }
#m3gLnxXEnslOHgE8Kfor8tSWdfOA3mO5 { 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:5.4375rem;left:0rem;overflow:hidden;display:block; }
#EfFc6TNvXWNX9kHiTptFe5Pk6TIlWWhE { 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:20.625rem;left:0rem;height:2.449225rem;font-style:normal;display:block; }
#sTORBROZgLJn6g81LUCy27BL1mA4F2Ew { 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:5.4375rem;left:15.1875rem;overflow:hidden;display:block; }
#ASu6Uce7c1a4xmiwny8OABO45ccDeE1x { 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:20.625rem;left:15.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#uUCTaVDWD7KfucK5uBVnuq5tRDN1WJd5 { 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:5.4375rem;left:30.1875rem;overflow:hidden;display:block; }
#g7wMX2nNHSRig8Qh4isheg5oQMNJXPSD { 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:20.625rem;left:30.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#C8NK3LEc59um1uQ0dTffKsR8a3T4b9qZ { 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:5.4375rem;left:45.3125rem;overflow:hidden;display:block; }
#iQk7NG8ZQ4TrIMpeKcT0TffK7XLnIZNU { 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:20.625rem;left:45.375rem;height:1.2246125rem;font-style:normal;display:block; }
#qsQspLT36Lq6drToc4EC7s6WPNabCzJC { 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:22.8125rem;left:0rem;overflow:hidden;display:block; }
#u61TziyWSl0OLBGJwOZsfdSDMmzWyBv5 { 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:38rem;left:0rem;height:1.2246125rem;font-style:normal;display:block; }
#TklAgUGRBUTTZyzrbekFN7HaS7l6k0aa { 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:22.8125rem;left:15.1875rem;overflow:hidden;display:block; }
#UMwlK0paVqhKyb6MDACc1M1zchyEgFKJ { 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:38rem;left:15.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#iUKLDqT7gndL6i7vcRq1cPiuqCbndkGc { 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:22.8125rem;left:30.1875rem;overflow:hidden;display:block; }
#tQhyLf3a3Fk5aBez6zMW9g9V2PdhnLb6 { 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:38rem;left:30.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#opWBIcklmcfNU3Bi2UGo8b8UGQToOTwN { 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:22.8125rem;left:45.3125rem;overflow:hidden;display:block; }
#vhSpaLIRhokO3xxkV8bBevZSt5PP5ZyI { 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:38rem;left:45.375rem;height:1.2246125rem;font-style:normal;display:block; }
#ycp7CJfnxbVu9oqMnZRFXKpbeLPElVJk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:41.388671875rem;left:0rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#mNPn1JUXK5ttavUWKcqnhNKTWNRXXl4Q { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;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:48.5rem;left:20.84375rem;display:block; }
#la82BRJtRGE2S9L7g0E1dSMMxKFJiudX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row .container { background-color: transparent; background-image: none; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row .container > .video-iframe-container { display: none; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row > .video-iframe-container { display: none; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .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); }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row .container { border-width: 0; border-radius: 0; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#PVlSpTdd7TmJp71x1tS5qfisM7dWnZQt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;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; }
#JdnyUaZsS34Z0JI0pm12KiTyUhmINTVD { 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:18.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTi45ppHca5fl7ICmXqfdOhGAaZFiFMn { top:0.9375rem;left:17.875rem;width:12rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38PAncPxFynyfilKzXDhXPoqzWWalET { top:4.3125rem;left:20rem;width:7.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx { display:block; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usNaJc1atsT0eKetZobHEAcREbT3U6Du { top:7.875rem;left:5rem;width:37.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msXUGvgM1NxoTJ10WLu56Ffe6sUp6VxX { top:2rem;left:4.21875rem;width:39.3125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXFUbMhiSvpGTQa0ex3vkFNMR2XacTPh { top:5.375rem;left:11rem;width:25.75rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ6dyNa6VHgNVuHcr7mqFdsFqqdbc7TG { top:45.6875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73GZZfZJOCwoiwihPoTCrIMPab2k5r8 { width:15rem;height:4.4375rem;top:38.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuCyIrMIx14uSeDRP6xpWTFAISU02FIK { display:block; }
 }@media only screen and (max-width: 763px) { #CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx { display:block; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW8ud6nzSIe2JsDT6psD2HRVQmD21Bxt { width:47.75rem;height:3.6875rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qitwz8sE7udPdtWORkkACOvISvcx0pSr { width:11.375rem;height:11.375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nghT8bSbwS6A6OqPlwvtqykri1oofVTc { width:15.75rem;height:17.5625rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTB7DiTs7Uk023HpnBxpuxNTvkqecPa1 { width:19rem;height:43.3125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuSPRn77l1tCuNbTyiHipl6B1zR5HOw9 { width:3.25rem;height:0.0625rem;top:41.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hswMNE0P36x40mBKTf1lpBxzCAzg7n2H { width:16.875rem;height:1.5625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSRQbDS4By9qEMTMbd3OirzrOsdxoZ4 { width:19rem;height:43.3125rem;top:8.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSExdFNf06i0pFBqAH12iQMz1JNKlorT { width:15.75rem;height:19.1875rem;top:23.0625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2s93Vgra20k8hdEcy6GfVErsXbpNkvM { width:16.875rem;height:1.5625rem;top:44.5rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4pkKl3WCrrKcNRFBJQLuuddk3tB7EI3 { width:3.25rem;height:0.0625rem;top:43.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6zfBfmS2CrkVZIes2oKnko0NWFuziD { width:11.375rem;height:11.375rem;top:10.375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0pPQKvVfsWoewcReevKxHdQ7zPphwJK { width:19rem;height:43.3125rem;top:8.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDHkbR6wTRE9EtCkVf91UTPtGQTCdmbL { width:16.875rem;height:1.5625rem;top:44.5rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bC9ghG6whpPHGUREPnGuJghcD24WKc { width:15.75rem;height:17.5625rem;top:23.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaBdaWhX5sd3T8cVec3MVlF5D4bmHIO0 { width:3.25rem;height:0.0625rem;top:41.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhwOA97TR6heTwmRusZFuswmI1sTZeW { width:11.375rem;height:11.375rem;top:10.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlv0cWTteictR3ANqV6tvke2acV090IN { top:7.625rem;left:14.5rem;width:7.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKzky85ITwE2nzL95FgImqIzPvqBrd6 { 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) { #M9Q0hxmzJg2MtRhTnpmIP4nGIJ24mxqF { 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) { #NJPs5dhgZlZ2r4DZkqwf53gOPuCBUNhR { top:8.5625rem;left:0rem;width:6.4375rem;height:9.9375rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQDDhEummovTqDBPFtWbHodxnotRsD6 { top:47.75rem;left:0rem;width:9.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIyGuHr0O0wKxNWf8K5mXHGSui61lEgF { top:47.75rem;left:18.9375rem;width:9.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJVuyQCCm5pqwnkGSPpU3u9qrkywCbAs { top:47.75rem;left:37.8125rem;width:9.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87VFwAqb6P3X8RqKO3h3Aivc8UmtDyn { width:10.0625rem;height:10.0625rem;top:11.125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsv6TentdPnnzrEE8xqMkZT3aPe1NFq4 { width:10.0625rem;height:10.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohWczZCPUp6JnTMevcXhTvLlHaezRIxZ { width:10.0625rem;height:10.0625rem;top:11.125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6IFTg4PCcuVVw6HFB5MobzkB4K6AXsd { width:18.3125rem;height:5.5rem;top:54.6875rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSzevIGAeGGzoDu58ai523FoTlkRQ0b { display:block; }
 }@media only screen and (max-width: 763px) { #JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw { display:block; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUkvJ8rIsetUhdT1PdUW3KCIpVOBeKFn { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s360bl0z21hUmtGAWustcnd2ZOSiF5nA { display:block; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1fQQETur3EesZJmHlHBV9ogdQzPvDXH { top:1.6875rem;left:3.4375rem;width:5.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhgwI5e4LUXIZCDE9nxJxO1ThwWZqi51 { top:5.6875rem;left:0rem;width:15.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkOpg3zMrTrxXBoiOfFt57Ax2tsTWRA { top:7.6875rem;left:0rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC5VNcaRdg5PksfKOgssew8snodT6m7L { top:1.6875rem;left:16.0625rem;width:3.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en7rGt03yLOCsEM0hNyxDoCooIzZO91i { top:5.6875rem;left:8.75rem;width:15.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNvp5mnBbDwPWcTU3VvLmcwP7zi6rZM6 { top:7.6875rem;left:8.8125rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TfQU4bq0tG34iTOm2wOglvfEkb0Vcu { top:1.6875rem;left:28.21875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGPnSMUruyXtVl45ayZTEvMmucJRPJv { top:5.6875rem;left:20.6875rem;width:15.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NA0tFs0kAxfm4bHMyhfb4V0nHUaP8g { top:5.6875rem;left:20.6875rem;width:15.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMq7GcsWoBT0tBbZfnpRvXuOkDvVfwWS { top:7.6875rem;left:20.75rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4xL9Zft2kynMxXXftQ1qEgt6Qda7HXW { top:7.6875rem;left:20.75rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdTbbTyf3a5uuWNsZQeGlrQOhKtsRu7 { top:1.6875rem;left:40.09375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAml1IRcdkvJTOwaHJh7ICLputd2tdpv { display:block; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlkNCEBeSkfMFNks6teou4pSKoU0ynIK { top:12.0625rem;left:0rem;width:34.6875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6zLdxTrLSGT1GSbEDeJQfcxXHcA0mAn { width:47.75rem;height:4.0625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB8tgbGnUDWmcycBiVzvDyxDLNFkDJwk { width:47.75rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmKVSZvuoJlyv0U5U6aU0mABXAJM5nP3 { width:14.6875rem;height:7.9375rem;top:13.125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Tre98vcSc59s99xRUQB7XDByPsuJiU { top:15.5rem;left:35.75rem;width:11.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKRJ7SavCrRWldWmtGuOcR4vRqXZLTX { top:31.4375rem;left:37.625rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGgTcN6nK8BzMgwzDV7PkSHkGe4GQi7 { width:14.6875rem;height:7.9375rem;top:21.8125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Wi69VNV0T6hdXVknMOiS7H0m2sLZ5l { width:18.125rem;height:3.4375rem;top:23.5625rem;left:29.625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnlwSh0WF8bIce2rT2p7odKnG3kRBeJr { width:18.125rem;height:0.9375rem;top:27rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCUwlEc2MaRQ0Ks0CCrGaTMh5vMRTtx4 { width:14.6875rem;height:7.9375rem;top:30.4375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VPkkDNOohSuZndOViOLUa8fLBqdzko { width:18.3125rem;height:5.5rem;top:42.3125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRPFQyL8Vw3PoTDTwZKHQtciIxTyw3HR { display:block; }
 }@media only screen and (max-width: 763px) { #W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie { display:block; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qm9M0MR3yBM620lAySMERUQ8BblLTrDp { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgA2dXpAH34b2m16IyF5hCWZHJSovIrK { display:block; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQCuCitFvlH5ZEaQn8bX0AGXO75Jui7R { top:1rem;left:0rem;width:16.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5U7D328okeMCqu0bmZPGNDms51hOetX { 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) { #O67mkgINpZiztEROIZwuVCKG8OTgETbh { top:7.625rem;left:0.625rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqQIPiKWVwLbrsGiVInTHmwP9uWqlPt8 { 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) { #fHTbPTLhTFFxXfNaQ5azgDmdbKVzr69k { top:5.875rem;left:0rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sze29HlKNI9GRwxTyoCgtUrbsrhHygNm { top:1rem;left:14.8125rem;width:16.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5DKrlkXnRHwpGbgB6X6s0rEfpFTQuPw { 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) { #TexIeRxl3HTpmkUscyW8GB5MKaJ3b5mC { top:19.3125rem;left:17.15625rem;width:13.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F20PxWmfHck3Nae4VOmdOrXTUDrB5uS4 { top:7.625rem;left:17.125rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMfssTSuOnUqwrOBt8r0dmMEAlVBwtmn { top:5.875rem;left:15.875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbacWE7WNKuB6Ed0NTf6SsVeoO1KqDCE { 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) { #N5VZMWvm1hiZnanImB4I8OITl1Ubtnni { top:1rem;left:30.5625rem;width:16.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHHz7pt8zf4h8SHI4Pliq5uTnXwmdH8 { 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) { #Sl6ZSHwZCTzL66161Cv0VpqtHK1sswT2 { top:19.3125rem;left:33.1875rem;width:13rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbt7A90gdQSVOH8EOq91H68ANGGhhlv { top:7.625rem;left:33.625rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duGevoGblQhWQzD4eLUAvp34adKF6hqM { top:5.875rem;left:31.8125rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuuQKt4swSN3i0zzvePeek9VV2EsdMTD { 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) { #iQebKDcAiqtCqx4JHFy0kyHIOS6dhSih { top:19.3125rem;left:0.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzxiIWiFBJVh0Ub4A1x3K6qPCx1Qp3SG { width:18.3125rem;height:5.5rem;top:27.5rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4fe3DHlwQ2fS1ruHMPBnodtG1nQu53 { display:block; }
 }@media only screen and (max-width: 763px) { #cVy3eAFDmlqw4JbKqWWeQT3KZEakzdRT { width:47.75rem;height:3.375rem;top:24.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d { display:block; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLWp73y9JkXpwNsb7UiK9BCHXTh24vPb { width:47.75rem;height:4.0625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsVcL9nAHeiuzQ8qq3VQZDPqosEnQ16u { width:19.9375rem;height:4.125rem;top:18.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeN0NxVkxJS9L4U7u5nCDVWo0InzJ00D { width:12.125rem;height:8.9375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZbTBoy5grLy9XV968gZPGyUk9cODBJ { width:19.9375rem;height:2.75rem;top:18.1875rem;left:13.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVCWrrfDSK0M5TZEesfpa4Vxd3c2bo3S { width:12.125rem;height:9.25rem;top:7.5625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao84gHfiC14NZEmAsGPDMT05pRsG8Xg3 { 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) { #DsNb3eHGUqFRWfApC1IqOWGoS5XGGoMe { width:12.1875rem;height:9.25rem;top:7.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS28LntWgLJdW5UqShRhtR81rhLNdCMZ { display:block; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwJmemk25VCfXBSEWIBfwbAM69XtTFRa { width:12.5rem;height:1.9375rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5UVolp2oeR7HeLZ3Wr5Oe7fVEJseyv7 { width:21.125rem;height:1.75rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU9DwePSs2XVZph2tGfEvEoTX4CeqrDA { width:20.4375rem;height:3.375rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJbR1gESaHtBoIACuWKUbuUObNAMsAfe { width:15.75rem;height:1.9375rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcet5WekVV37MemLzoQdzoUdrSmVnetK { width:20.25rem;height:4.5rem;top:22.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKGTyGK89BXExLZdZN2dxEeRcZX4Gdq { width:12.5rem;height:1.9375rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0PlyTLU6yrzDPxPfh1IF8uScRRBhCb { width:10.9375rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdbXFfvAET3rEpMqMTpxaviGN7XCTbpe { width:10.9375rem;height:0.125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVH0eRn9I4peD5Fguuh2T752zgzfTNG { width:32.375rem;height:3.875rem;top:3.375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDToFfWTcUUCtImaHocDTQBiHfr74ZUk { width:32.25rem;height:3.875rem;top:7.5rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IldKouvirXQxFkewaUFUuHVUWpglUPLb { width:32.375rem;height:10.125rem;top:11.5625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLEsokWddBrW6K8KDKku5LUPIwudaR3z { width:18.3125rem;height:5.5rem;top:23.5rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t232aMaS9LNQFd92MfxuWOmMfvzL4To0 { display:block; }
 }@media only screen and (max-width: 763px) { #xIDw8EM0QnB6eXfLfe1uTvypo6gzA7fp { width:25.0625rem;height:31.875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQQVAufXs63MT7UOhAlt3WgLOoNqbChe { display:block; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTEhDidBAC5fyxTwsVRd2KwN1uRU7Qzq { top:1.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3gLnxXEnslOHgE8Kfor8tSWdfOA3mO5 { top:5.4375rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFc6TNvXWNX9kHiTptFe5Pk6TIlWWhE { top:20.625rem;left:0rem;width:14.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTORBROZgLJn6g81LUCy27BL1mA4F2Ew { top:5.4375rem;left:9.1875rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASu6Uce7c1a4xmiwny8OABO45ccDeE1x { top:20.625rem;left:9.25rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUCTaVDWD7KfucK5uBVnuq5tRDN1WJd5 { top:5.4375rem;left:21.125rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7wMX2nNHSRig8Qh4isheg5oQMNJXPSD { top:20.625rem;left:21.1875rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NK3LEc59um1uQ0dTffKsR8a3T4b9qZ { top:5.4375rem;left:33.0625rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQk7NG8ZQ4TrIMpeKcT0TffK7XLnIZNU { top:20.625rem;left:33.125rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQspLT36Lq6drToc4EC7s6WPNabCzJC { top:22.8125rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u61TziyWSl0OLBGJwOZsfdSDMmzWyBv5 { top:38rem;left:0rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TklAgUGRBUTTZyzrbekFN7HaS7l6k0aa { top:22.8125rem;left:9.1875rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMwlK0paVqhKyb6MDACc1M1zchyEgFKJ { top:38rem;left:9.25rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUKLDqT7gndL6i7vcRq1cPiuqCbndkGc { top:22.8125rem;left:21.125rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhyLf3a3Fk5aBez6zMW9g9V2PdhnLb6 { top:38rem;left:21.1875rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opWBIcklmcfNU3Bi2UGo8b8UGQToOTwN { top:22.8125rem;left:33.0625rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSpaLIRhokO3xxkV8bBevZSt5PP5ZyI { top:38rem;left:33.125rem;width:14.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycp7CJfnxbVu9oqMnZRFXKpbeLPElVJk { top:41.375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNPn1JUXK5ttavUWKcqnhNKTWNRXXl4Q { width:18.3125rem;height:5.5rem;top:48.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la82BRJtRGE2S9L7g0E1dSMMxKFJiudX { display:block; }
 }@media only screen and (max-width: 763px) { #moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP { display:block; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVlSpTdd7TmJp71x1tS5qfisM7dWnZQt { width:47.75rem;height:4.5rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnyUaZsS34Z0JI0pm12KiTyUhmINTVD { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTi45ppHca5fl7ICmXqfdOhGAaZFiFMn { width:10.25rem;height:2.75rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38PAncPxFynyfilKzXDhXPoqzWWalET { width:7.8125rem;height:0.25rem;top:4.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx { display:block; }#J3yUvrWQFxxQC3RPrsI7JZu1gQ5ZlgHx > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usNaJc1atsT0eKetZobHEAcREbT3U6Du { width:20rem;height:15rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msXUGvgM1NxoTJ10WLu56Ffe6sUp6VxX { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXFUbMhiSvpGTQa0ex3vkFNMR2XacTPh { width:20rem;height:0.8125rem;top:5.875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQ6dyNa6VHgNVuHcr7mqFdsFqqdbc7TG { width:20rem;height:5rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73GZZfZJOCwoiwihPoTCrIMPab2k5r8 { width:15rem;height:4.4375rem;top:25.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuCyIrMIx14uSeDRP6xpWTFAISU02FIK { display:block; }
 }@media only screen and (max-width: 763px) { #CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx { display:block; }#CkCA5MgTsVPbJxvM2FOdGbIBaha7aPWx > .row .container { width:20rem;height:146.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW8ud6nzSIe2JsDT6psD2HRVQmD21Bxt { 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) { #qitwz8sE7udPdtWORkkACOvISvcx0pSr { width:11.375rem;height:11.375rem;top:11.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nghT8bSbwS6A6OqPlwvtqykri1oofVTc { 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) { #RTB7DiTs7Uk023HpnBxpuxNTvkqecPa1 { width:19rem;height:40.125rem;top:10.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuSPRn77l1tCuNbTyiHipl6B1zR5HOw9 { width:3.25rem;height:0.0625rem;top:43.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hswMNE0P36x40mBKTf1lpBxzCAzg7n2H { 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) { #NkSRQbDS4By9qEMTMbd3OirzrOsdxoZ4 { width:19rem;height:42.5rem;top:51.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSExdFNf06i0pFBqAH12iQMz1JNKlorT { 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) { #z2s93Vgra20k8hdEcy6GfVErsXbpNkvM { 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) { #i4pkKl3WCrrKcNRFBJQLuuddk3tB7EI3 { width:3.25rem;height:0.0625rem;top:86.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6zfBfmS2CrkVZIes2oKnko0NWFuziD { width:11.375rem;height:11.375rem;top:53.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0pPQKvVfsWoewcReevKxHdQ7zPphwJK { width:19rem;height:40.8125rem;top:95.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDHkbR6wTRE9EtCkVf91UTPtGQTCdmbL { 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) { #T0bC9ghG6whpPHGUREPnGuJghcD24WKc { 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) { #xaBdaWhX5sd3T8cVec3MVlF5D4bmHIO0 { width:3.25rem;height:0.0625rem;top:128.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhwOA97TR6heTwmRusZFuswmI1sTZeW { width:11.375rem;height:11.375rem;top:96.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlv0cWTteictR3ANqV6tvke2acV090IN { width:7.75rem;height:1.29980625rem;top:49.51171875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKzky85ITwE2nzL95FgImqIzPvqBrd6 { width:0.625rem;height:11.0498125rem;top:50.8740234375rem;left:0rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Q0hxmzJg2MtRhTnpmIP4nGIJ24mxqF { width:0.625rem;height:11.0498125rem;top:94.25rem;left:0rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPs5dhgZlZ2r4DZkqwf53gOPuCBUNhR { width:1.375rem;height:11.0498125rem;top:9.4375rem;left:0rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQDDhEummovTqDBPFtWbHodxnotRsD6 { width:9.9375rem;height:2.3125rem;top:46.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIyGuHr0O0wKxNWf8K5mXHGSui61lEgF { width:9.9375rem;height:2.3125rem;top:90rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJVuyQCCm5pqwnkGSPpU3u9qrkywCbAs { width:9.9375rem;height:2.3125rem;top:131.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87VFwAqb6P3X8RqKO3h3Aivc8UmtDyn { width:10.0625rem;height:10.0625rem;top:54.28125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsv6TentdPnnzrEE8xqMkZT3aPe1NFq4 { width:10.0625rem;height:10.0625rem;top:12.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohWczZCPUp6JnTMevcXhTvLlHaezRIxZ { width:10.0625rem;height:10.0625rem;top:97.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6IFTg4PCcuVVw6HFB5MobzkB4K6AXsd { width:18.3125rem;height:5.5rem;top:138.625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSzevIGAeGGzoDu58ai523FoTlkRQ0b { display:block; }
 }@media only screen and (max-width: 763px) { #JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw { display:block; }#JF2QvZzv5yiB4Dr10bQ6OgRdEE6Cm8Uw > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUkvJ8rIsetUhdT1PdUW3KCIpVOBeKFn { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s360bl0z21hUmtGAWustcnd2ZOSiF5nA { display:block; }#s360bl0z21hUmtGAWustcnd2ZOSiF5nA > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1fQQETur3EesZJmHlHBV9ogdQzPvDXH { width:5.0625rem;height:3.375rem;top:1.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhgwI5e4LUXIZCDE9nxJxO1ThwWZqi51 { width:15.125rem;height:1.21875rem;top:5.1875rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZkOpg3zMrTrxXBoiOfFt57Ax2tsTWRA { width:15.0625rem;height:1.29980625rem;top:6.96875rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hC5VNcaRdg5PksfKOgssew8snodT6m7L { width:3.6875rem;height:3.3125rem;top:10.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #en7rGt03yLOCsEM0hNyxDoCooIzZO91i { width:15.125rem;height:1.21875rem;top:14.125rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNvp5mnBbDwPWcTU3VvLmcwP7zi6rZM6 { width:15.0625rem;height:1.29980625rem;top:15.9375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TfQU4bq0tG34iTOm2wOglvfEkb0Vcu { width:3.375rem;height:3.375rem;top:18.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGPnSMUruyXtVl45ayZTEvMmucJRPJv { width:15.125rem;height:1.21875rem;top:22.875rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8NA0tFs0kAxfm4bHMyhfb4V0nHUaP8g { width:15.125rem;height:1.21875rem;top:31.375rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMq7GcsWoBT0tBbZfnpRvXuOkDvVfwWS { width:15.0625rem;height:1.29980625rem;top:24.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4xL9Zft2kynMxXXftQ1qEgt6Qda7HXW { width:15.0625rem;height:1.29980625rem;top:33.125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhdTbbTyf3a5uuWNsZQeGlrQOhKtsRu7 { width:3.0625rem;height:3.0625rem;top:27.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAml1IRcdkvJTOwaHJh7ICLputd2tdpv { display:block; }#OAml1IRcdkvJTOwaHJh7ICLputd2tdpv > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlkNCEBeSkfMFNks6teou4pSKoU0ynIK { width:20rem;height:15.81981981982rem;top:38.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6zLdxTrLSGT1GSbEDeJQfcxXHcA0mAn { width:20rem;height:2.4375rem;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) { #oB8tgbGnUDWmcycBiVzvDyxDLNFkDJwk { width:20rem;height:2.4375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmKVSZvuoJlyv0U5U6aU0mABXAJM5nP3 { width:18.9375rem;height:8.75rem;top:7.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Tre98vcSc59s99xRUQB7XDByPsuJiU { width:16.1875rem;height:4.5625rem;top:10rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKRJ7SavCrRWldWmtGuOcR4vRqXZLTX { width:9.4375rem;height:7rem;top:28.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGgTcN6nK8BzMgwzDV7PkSHkGe4GQi7 { width:18.9375rem;height:8.75rem;top:17.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Wi69VNV0T6hdXVknMOiS7H0m2sLZ5l { width:17.5rem;height:4.38720625rem;top:19.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnlwSh0WF8bIce2rT2p7odKnG3kRBeJr { width:17.5rem;height:1.29980625rem;top:23.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCUwlEc2MaRQ0Ks0CCrGaTMh5vMRTtx4 { width:18.9375rem;height:8.75rem;top:27.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VPkkDNOohSuZndOViOLUa8fLBqdzko { width:18.3125rem;height:5.5rem;top:38.9375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRPFQyL8Vw3PoTDTwZKHQtciIxTyw3HR { display:block; }
 }@media only screen and (max-width: 763px) { #W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie { display:none; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie { border-width: 0; border-radius: 0; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .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; }#W5T2OeXLiaNgBIIPzyVEiyZIpAUGpmie > .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) { #Qm9M0MR3yBM620lAySMERUQ8BblLTrDp { 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) { #wgA2dXpAH34b2m16IyF5hCWZHJSovIrK { 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; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK.adaptive-delivery-prevent-bg, #wgA2dXpAH34b2m16IyF5hCWZHJSovIrK.lazyload, #wgA2dXpAH34b2m16IyF5hCWZHJSovIrK.lazyloading { background-image: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container { background-color: transparent; background-image: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container > .video-iframe-container { display: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .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); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row > .video-iframe-container { display: none; }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .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); }#wgA2dXpAH34b2m16IyF5hCWZHJSovIrK > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQCuCitFvlH5ZEaQn8bX0AGXO75Jui7R { 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) { #D5U7D328okeMCqu0bmZPGNDms51hOetX { 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) { #O67mkgINpZiztEROIZwuVCKG8OTgETbh { width:12.5rem;height:7.79883125rem;top:12.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqQIPiKWVwLbrsGiVInTHmwP9uWqlPt8 { 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) { #fHTbPTLhTFFxXfNaQ5azgDmdbKVzr69k { width:12.5rem;height:0.125rem;top:11rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sze29HlKNI9GRwxTyoCgtUrbsrhHygNm { 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) { #t5DKrlkXnRHwpGbgB6X6s0rEfpFTQuPw { 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) { #TexIeRxl3HTpmkUscyW8GB5MKaJ3b5mC { width:13.25rem;height:3.8994125rem;top:48.8125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F20PxWmfHck3Nae4VOmdOrXTUDrB5uS4 { width:12.5rem;height:7.7988125rem;top:37.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMfssTSuOnUqwrOBt8r0dmMEAlVBwtmn { width:12.5rem;height:0.125rem;top:35.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbacWE7WNKuB6Ed0NTf6SsVeoO1KqDCE { 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) { #N5VZMWvm1hiZnanImB4I8OITl1Ubtnni { 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) { #sfHHz7pt8zf4h8SHI4Pliq5uTnXwmdH8 { 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) { #Sl6ZSHwZCTzL66161Cv0VpqtHK1sswT2 { width:13.25rem;height:3.8994125rem;top:74.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbt7A90gdQSVOH8EOq91H68ANGGhhlv { width:12.5rem;height:6.499rem;top:62.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duGevoGblQhWQzD4eLUAvp34adKF6hqM { width:12.5rem;height:0.125rem;top:61rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuuQKt4swSN3i0zzvePeek9VV2EsdMTD { 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) { #iQebKDcAiqtCqx4JHFy0kyHIOS6dhSih { width:12.5rem;height:2.5996125rem;top:24.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzxiIWiFBJVh0Ub4A1x3K6qPCx1Qp3SG { width:18.3125rem;height:5.5rem;top:81.625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4fe3DHlwQ2fS1ruHMPBnodtG1nQu53 { display:block; }
 }@media only screen and (max-width: 763px) { #cVy3eAFDmlqw4JbKqWWeQT3KZEakzdRT { 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) { #xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d { display:block; }#xQ9Fz6u99VkzE0fquZZ4HuBAdyCpdz7d > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLWp73y9JkXpwNsb7UiK9BCHXTh24vPb { 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) { #LsVcL9nAHeiuzQ8qq3VQZDPqosEnQ16u { 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) { #CeN0NxVkxJS9L4U7u5nCDVWo0InzJ00D { width:8.9375rem;height:6.5625rem;top:7.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZbTBoy5grLy9XV968gZPGyUk9cODBJ { 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) { #fVCWrrfDSK0M5TZEesfpa4Vxd3c2bo3S { width:9.5625rem;height:7.3125rem;top:20.75rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao84gHfiC14NZEmAsGPDMT05pRsG8Xg3 { 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) { #DsNb3eHGUqFRWfApC1IqOWGoS5XGGoMe { width:11.6875rem;height:8.8125rem;top:33.3125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS28LntWgLJdW5UqShRhtR81rhLNdCMZ { display:block; }#sS28LntWgLJdW5UqShRhtR81rhLNdCMZ > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwJmemk25VCfXBSEWIBfwbAM69XtTFRa { 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) { #G5UVolp2oeR7HeLZ3Wr5Oe7fVEJseyv7 { 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) { #oU9DwePSs2XVZph2tGfEvEoTX4CeqrDA { 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) { #BJbR1gESaHtBoIACuWKUbuUObNAMsAfe { 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) { #Xcet5WekVV37MemLzoQdzoUdrSmVnetK { 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) { #TgKGTyGK89BXExLZdZN2dxEeRcZX4Gdq { 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) { #eV0PlyTLU6yrzDPxPfh1IF8uScRRBhCb { width:10.9375rem;height:0.125rem;top:31.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdbXFfvAET3rEpMqMTpxaviGN7XCTbpe { width:10.9375rem;height:0.125rem;top:41.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVH0eRn9I4peD5Fguuh2T752zgzfTNG { 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) { #nDToFfWTcUUCtImaHocDTQBiHfr74ZUk { 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) { #IldKouvirXQxFkewaUFUuHVUWpglUPLb { 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) { #DLEsokWddBrW6K8KDKku5LUPIwudaR3z { width:18.3125rem;height:5.5rem;top:54.037109375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t232aMaS9LNQFd92MfxuWOmMfvzL4To0 { display:block; }
 }@media only screen and (max-width: 763px) { #xIDw8EM0QnB6eXfLfe1uTvypo6gzA7fp { width:20rem;height:28.1875rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQQVAufXs63MT7UOhAlt3WgLOoNqbChe { display:block; }#KQQVAufXs63MT7UOhAlt3WgLOoNqbChe > .row .container { width:20rem;height:163.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTEhDidBAC5fyxTwsVRd2KwN1uRU7Qzq { 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) { #m3gLnxXEnslOHgE8Kfor8tSWdfOA3mO5 { width:14.3125rem;height:14.3125rem;top:6rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFc6TNvXWNX9kHiTptFe5Pk6TIlWWhE { 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) { #sTORBROZgLJn6g81LUCy27BL1mA4F2Ew { width:14.3125rem;height:14.3125rem;top:23.44921875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASu6Uce7c1a4xmiwny8OABO45ccDeE1x { 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) { #uUCTaVDWD7KfucK5uBVnuq5tRDN1WJd5 { width:14.3125rem;height:14.3125rem;top:40.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7wMX2nNHSRig8Qh4isheg5oQMNJXPSD { 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) { #C8NK3LEc59um1uQ0dTffKsR8a3T4b9qZ { width:14.3125rem;height:14.3125rem;top:57.875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQk7NG8ZQ4TrIMpeKcT0TffK7XLnIZNU { 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) { #qsQspLT36Lq6drToc4EC7s6WPNabCzJC { width:14.3125rem;height:14.3125rem;top:75.23486328125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u61TziyWSl0OLBGJwOZsfdSDMmzWyBv5 { 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) { #TklAgUGRBUTTZyzrbekFN7HaS7l6k0aa { width:14.3125rem;height:14.3125rem;top:92.43408203125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMwlK0paVqhKyb6MDACc1M1zchyEgFKJ { 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) { #iUKLDqT7gndL6i7vcRq1cPiuqCbndkGc { width:14.3125rem;height:14.3125rem;top:109.78369140625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhyLf3a3Fk5aBez6zMW9g9V2PdhnLb6 { 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) { #opWBIcklmcfNU3Bi2UGo8b8UGQToOTwN { width:14.3125rem;height:14.3125rem;top:126.7958984375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSpaLIRhokO3xxkV8bBevZSt5PP5ZyI { 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) { #ycp7CJfnxbVu9oqMnZRFXKpbeLPElVJk { 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) { #mNPn1JUXK5ttavUWKcqnhNKTWNRXXl4Q { width:18.3125rem;height:5.5rem;top:155.68408203125rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la82BRJtRGE2S9L7g0E1dSMMxKFJiudX { display:block; }
 }@media only screen and (max-width: 763px) { #moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP { display:block; }#moVub9o9L4n3pNCiG8gQ7EZdWxUyh7DP > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVlSpTdd7TmJp71x1tS5qfisM7dWnZQt { 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) { #JdnyUaZsS34Z0JI0pm12KiTyUhmINTVD { width:20rem;height:5.37890625rem;top:0.9375rem;left:0rem;display:block; }
 }