.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:216,216,249;--color-primary-1:137,137,238;--color-primary-2:59,59,227;--color-primary-3:10,10,220;--color-primary-4:0,20,70;--color-secondary-0:250,218,218;--color-secondary-1:238,133,133;--color-secondary-2:220,10,10;--color-secondary-3:110,5,5;--color-secondary-4:33,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@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-primary-4),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-primary-4),1);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:var(--paragraphs-font-family);height:2rem;width:60rem;overflow:visible;position:relative;display:block; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf { background-color:rgba(var(--color-primary-4),1);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; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row .container { background-color: transparent; background-image: none; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row .container > .video-iframe-container { display: none; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row > .video-iframe-container { display: none; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .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); }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row .container { border-width: 0; border-radius: 0; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:21.625rem;width:60rem;overflow:visible;position:relative;display:block; }#T0rgTwZ8N9XhmKZptLgt7hMG9hUzxtw8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:23.8125rem;top:1.96875rem;left:18.09375rem;overflow:hidden;display:block; }
#Rq145i19QILDTzwOuDseObHFxUJLWcZv { background-color:rgba(var(--color-primary-4),1);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; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row .container { background-color: transparent; background-image: none; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row .container > .video-iframe-container { display: none; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row > .video-iframe-container { display: none; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .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); }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row .container { border-width: 0; border-radius: 0; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#T6p6BkaKI6Tv00rFnibPpKtidEFDMuEG { background-color:rgba(var(--color-primary-3),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:24.625rem;height:3rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:17.6875rem;display:block; }
#vLXcogUVpeDiversfQIBQJIyr3PoAc3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHu9WUCP2REFE20htf9lnTHJHXM2U1mF { background-color:rgba(var(--color-primary-3),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.625rem;height:3.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.4375rem;left:17.6875rem;display:block; }
#Iyw3DENRMQtKi1lNfFnRLftglc8Rs5Sa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmPd74rKRnG1aAQDIGLRRyzmSKa34Foe { background-color:rgba(var(--color-primary-3),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.625rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.0625rem;left:17.6875rem;display:block; }
#lzdJ4e5m1HnSMGkLn3lVtC1eKNg332IU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZ2OBkH61HkLAtTLi7zWt6xheZei5Dqe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.56025rem;height:3.2476125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.343968868256rem;left:23.719618797302rem;display:none; }
#TCcLZtybLxuWk3SSCDxAQL3koreLSc9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMxZx7usVN05OpAqgtQbo0yuN7VDuTez { background-color:rgba(var(--color-primary-3),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.625rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.6875rem;left:17.6875rem;display:block; }
#qdeLB9bQoWTtTkKtosnipxs4vvFgGgLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXKXwtSwbfPvQQlt485dnQctFHnwT93V { background-color:rgba(var(--color-primary-3),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.6245625rem;height:3.24978125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.061957836151rem;left:17.686633110046rem;display:none; }
#XctX6LZla4faMIJL3G8ZADTT4Qo7qGTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx { background-color:rgba(var(--color-primary-4),1);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; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container { background-color: transparent; background-image: none; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container > .video-iframe-container { display: none; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row > .video-iframe-container { display: none; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .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); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container { border-width: 0; border-radius: 0; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#w0e36DdTrSeNGbEGbm28NBknOyfsAh4W { box-sizing:content-box;height:1.8125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#393558;background-image:none;top:0.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ { z-index:;position:relative;display:block; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ { background-color: transparent; background-image: none; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container > .video-iframe-container { display: none; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row > .video-iframe-container { display: none; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .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); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ { border-width: 0; border-radius: 0; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .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; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container { background-color:#393558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:68.0625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Tsa7i78kMSnC8kaOyGo7KdUi8GxdE7Ve { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:7.375rem;left:17.5rem;height:54.43061875rem;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; }
#Eko1J5xQJe1TBp6BK0rCpdeMmkITrvaP { background-color:rgba(var(--color-primary-3),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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sharp grotesk book 25";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:59.3671875rem;left:51.7802734375rem;display:block; }
#EoU9sbUPHdeHtHQxAgbz5UFieLI0ctk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZnoy4pzkz7FvPfrHRxRBxksHvPKWL5z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:25.8125rem;top:1.3125rem;left:17.09375rem;overflow:hidden;display:block; }
#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt { z-index:;position:relative;display:block; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt { background-color: transparent; background-image: none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container > .video-iframe-container { display: none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row > .video-iframe-container { display: none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .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); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt { border-width: 0; border-radius: 0; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .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; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container { background-color:#393558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.9375rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KrTk14CuC5Al1UtR5h1K3oIrGnuaiMxb { box-sizing:content-box;height:1.8125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#241e46;background-image:none;top:0.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN { z-index:;position:relative;display:block; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN { background-color: transparent; background-image: none; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container > .video-iframe-container { display: none; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row > .video-iframe-container { display: none; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .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); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN { border-width: 0; border-radius: 0; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .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; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container { background-color:#241e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:68.875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#W3kLpgq7d4INWCzKfKW31JI87vpXJblZ { background-color:rgba(var(--color-primary-3),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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sharp grotesk book 25";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:60.3720703125rem;left:52.404296875rem;display:block; }
#iu6dEePuUSL44WkrHn46RcFbbOSyeSsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBmy9zB73ggkwrLcpQdsDEvbgsgzkn8s { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:18.75rem;top:2.185546875rem;left:20.625rem;overflow:hidden;display:block; }
#oB84FxqO1SLziBn0cmRKHfEMncqwLK4M { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:8.37998008728rem;left:17.5rem;height:54.43061875rem;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; }
#W1POWUGuoc4eFTysV6lM05fWkotaGH1a { z-index:;position:relative;display:block; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a { background-color: transparent; background-image: none; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container > .video-iframe-container { display: none; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row > .video-iframe-container { display: none; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .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); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a { border-width: 0; border-radius: 0; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .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; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container { background-color:#241e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.9375rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#S2CHL3dPqgN0gwpknSGuhWp7IGrtWvUN { box-sizing:content-box;height:1.875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#393558;background-image:none;top:0.0625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 { z-index:;position:relative;display:block; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 { background-color: transparent; background-image: none; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container > .video-iframe-container { display: none; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row > .video-iframe-container { display: none; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .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); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 { border-width: 0; border-radius: 0; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .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; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container { background-color:#393558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:57.5625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eleoxEwa6TD2xbwXqAJ1ue10lG6kvC4O { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:7.3740234375rem;left:17.5rem;height:44.53414375rem;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; }
#bhsF7sMCG2CSdLShtgpTQFgPR8RuZexc { background-color:rgba(var(--color-primary-3),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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sharp grotesk book 25";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:49.46875rem;left:52.0302734375rem;display:block; }
#RZDU1T29EvPExVcSQEVgx6DJHF0ZWWrm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DIRK8vxLoTICaq1FTk76HVP3aizxm9Cn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:25.3125rem;top:1.5625rem;left:17.34375rem;overflow:hidden;display:block; }
#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F { z-index:;position:relative;display:none; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F { border-width: 0; border-radius: 0; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F > .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; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F > .row .container { background-color:#241e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.9375rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LIR13bcfiyOtdHHDGQSv0CWAh6lwxiSI { box-sizing:content-box;height:1.8125rem;width:58.8125rem;position:absolute;display:block;z-index:15000;background-color:#393558;background-image:none;top:0.125rem;left:1.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:none; }
#qRgor9wL7lH4nzzGeWIoH9ERToWw05El { z-index:;position:relative;display:none; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El { border-width: 0; border-radius: 0; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El > .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; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El > .row .container { background-color:#393558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.9375rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#rNTF0BIZ5NOXelGhy3JLPPR49T65CTxU { box-sizing:content-box;height:1.8125rem;width:55.8125rem;position:absolute;display:block;z-index:15000;background-color:#241e46;background-image:none;top:0.125rem;left:4.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 { z-index:;position:relative;display:block; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 { background-color: transparent; background-image: none; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container > .video-iframe-container { display: none; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row > .video-iframe-container { display: none; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .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); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 { border-width: 0; border-radius: 0; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .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; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container { background-color:#241e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.75rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vXwecCMcu3FTviOagyeATZx7wHrDenZq { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.25rem;left:17.5rem;height:16.494125rem;text-align:center;text-align-last:center;display:block; }
#BHSpMKMvEMMIsi4Xlkr8WIvsqNkZzizo { background-color:rgba(var(--color-primary-3),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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sharp grotesk book 25";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.3056640625rem;left:51.78125rem;display:block; }
#iwHATz34Rqv217XxmTPUcRRiNgXm7oWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MgfOTXEZgytHtkOC3tbbdNNmLytglyJc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:25.3125rem;top:2.25rem;left:17.34375rem;overflow:hidden;display:block; }
#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx { z-index:;position:relative;display:block; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx { background-color: transparent; background-image: none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container > .video-iframe-container { display: none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row > .video-iframe-container { display: none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .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); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx { border-width: 0; border-radius: 0; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .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; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container { background-color:#241e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.9375rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tNz6t1pH8ZiT9c5onPpHrpMHTiZRgXRp { box-sizing:content-box;height:1.8125rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#dikza20OVx7BDnNDrRNVdqToTRFgW2RD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row .container { background-color: transparent; background-image: none; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row .container > .video-iframe-container { display: none; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row > .video-iframe-container { display: none; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .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); }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row .container { border-width: 0; border-radius: 0; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.25rem;width:60rem;position:relative;display:block; }#WXfsFcQexMmO5aCLmZVsAfyt8CO6cOGw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:8.375rem;top:2.59375rem;left:25.8125rem;overflow:hidden;display:block; }
#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row .container { background-color: transparent; background-image: none; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row .container > .video-iframe-container { display: none; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row > .video-iframe-container { display: none; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .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); }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row .container { border-width: 0; border-radius: 0; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.8125rem;width:60rem;position:relative;display:block; }#NOS8mIZiFDzcnAuyzag7mvCwUUzU0POe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.28125rem;left:18rem;overflow:hidden;display:block; }
#tzFy7mu3Gdp7ZzfuBQS12tWVu7kn0Kc7 { 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:2.5rem;width:2.5rem;top:1.28125rem;left:23.5625rem;overflow:hidden;display:block; }
#yUsIZUeinbUm0nac3TCePxn8DyKyzkVX { 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:2.5rem;width:2.5rem;top:1.28125rem;left:28.75rem;overflow:hidden;display:block; }
#zd4Q9PqO4R8In5XP9KkFcVRhhgc2coWO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:1.34375rem;left:33.9375rem;overflow:hidden;display:block; }
#ilp1ZWnT71xd1SaqGMzai2u4dMMpcRVs { 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:2.5rem;width:2.5rem;top:1.28125rem;left:39.375rem;overflow:hidden;display:block; }
#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row .container { background-color: transparent; background-image: none; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row .container > .video-iframe-container { display: none; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row > .video-iframe-container { display: none; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .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); }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row .container { border-width: 0; border-radius: 0; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:2.125rem;width:60rem;position:relative;display:block; }#hchLsgP0oTBXuCzcNpZboqWRL7w7r2bv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"fcb neue haas text";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.3125rem;left:1.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CPDJakQvyn9MFO2rSyRtDVQJi9eva48K { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.3125rem;left:16.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ohyriKdzKxervhTNrZZe7vFM183B2hGd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:0.3125rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TMvE1xVBKbB96ilqPrDPTphZcLvbIisZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.3125rem;left:46.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row .container { background-color: transparent; background-image: none; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row .container > .video-iframe-container { display: none; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row > .video-iframe-container { display: none; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .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); }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row .container { border-width: 0; border-radius: 0; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:2.125rem;width:60rem;position:relative;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) { #Arl241DgfX4VrLMgcghxFqB1TVgXXeJf { display:block; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0rgTwZ8N9XhmKZptLgt7hMG9hUzxtw8 { top:1.9375rem;left:11.96875rem;width:23.8125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq145i19QILDTzwOuDseObHFxUJLWcZv { display:block; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6p6BkaKI6Tv00rFnibPpKtidEFDMuEG { width:24.625rem;height:3rem;top:0rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLXcogUVpeDiversfQIBQJIyr3PoAc3e { display:block; }
 }@media only screen and (max-width: 763px) { #bHu9WUCP2REFE20htf9lnTHJHXM2U1mF { width:24.625rem;height:3.25rem;top:4.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyw3DENRMQtKi1lNfFnRLftglc8Rs5Sa { display:block; }
 }@media only screen and (max-width: 763px) { #tmPd74rKRnG1aAQDIGLRRyzmSKa34Foe { width:24.625rem;height:3.25rem;top:9.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdJ4e5m1HnSMGkLn3lVtC1eKNg332IU { display:block; }
 }@media only screen and (max-width: 763px) { #zZ2OBkH61HkLAtTLi7zWt6xheZei5Dqe { width:12.5rem;height:3.1875rem;top:20.3125rem;left:17.594618797302rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCcLZtybLxuWk3SSCDxAQL3koreLSc9y { display:block; }
 }@media only screen and (max-width: 763px) { #BMxZx7usVN05OpAqgtQbo0yuN7VDuTez { width:24.625rem;height:3.25rem;top:13.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeLB9bQoWTtTkKtosnipxs4vvFgGgLQ { display:block; }
 }@media only screen and (max-width: 763px) { #wXKXwtSwbfPvQQlt485dnQctFHnwT93V { width:24.5625rem;height:3.1875rem;top:14rem;left:11.561633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctX6LZla4faMIJL3G8ZADTT4Qo7qGTv { display:block; }
 }@media only screen and (max-width: 763px) { #KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx { display:block; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0e36DdTrSeNGbEGbm28NBknOyfsAh4W { top:0.125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ { display:block; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tsa7i78kMSnC8kaOyGo7KdUi8GxdE7Ve { top:7.375rem;left:11.375rem;width:25rem;height:54.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eko1J5xQJe1TBp6BK0rCpdeMmkITrvaP { width:2.5rem;height:2.5rem;top:59.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoU9sbUPHdeHtHQxAgbz5UFieLI0ctk4 { display:block; }
 }@media only screen and (max-width: 763px) { #CZnoy4pzkz7FvPfrHRxRBxksHvPKWL5z { top:1.3125rem;left:10.96875rem;width:25.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCHL5w05qIIEKdqEepxLtMMZLd1774Nt { display:none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KrTk14CuC5Al1UtR5h1K3oIrGnuaiMxb { top:0.125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN { display:block; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3kLpgq7d4INWCzKfKW31JI87vpXJblZ { width:2.5rem;height:2.5rem;top:60.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu6dEePuUSL44WkrHn46RcFbbOSyeSsg { display:block; }
 }@media only screen and (max-width: 763px) { #uBmy9zB73ggkwrLcpQdsDEvbgsgzkn8s { top:2.125rem;left:14.5rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB84FxqO1SLziBn0cmRKHfEMncqwLK4M { top:8.375rem;left:11.375rem;width:25rem;height:54.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1POWUGuoc4eFTysV6lM05fWkotaGH1a { display:block; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CHL3dPqgN0gwpknSGuhWp7IGrtWvUN { top:0.0625rem;left:0rem;width:47.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 { display:block; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eleoxEwa6TD2xbwXqAJ1ue10lG6kvC4O { top:7.3125rem;left:11.375rem;width:25rem;height:44.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhsF7sMCG2CSdLShtgpTQFgPR8RuZexc { width:2.5rem;height:2.5rem;top:49.4375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDU1T29EvPExVcSQEVgx6DJHF0ZWWrm { display:block; }
 }@media only screen and (max-width: 763px) { #DIRK8vxLoTICaq1FTk76HVP3aizxm9Cn { top:1.5625rem;left:11.21875rem;width:25.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F { display:none; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LIR13bcfiyOtdHHDGQSv0CWAh6lwxiSI { top:0.125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgor9wL7lH4nzzGeWIoH9ERToWw05El { display:none; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNTF0BIZ5NOXelGhy3JLPPR49T65CTxU { top:0.125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 { display:block; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXwecCMcu3FTviOagyeATZx7wHrDenZq { top:8.25rem;left:11.375rem;width:25rem;height:16.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHSpMKMvEMMIsi4Xlkr8WIvsqNkZzizo { width:2.5rem;height:2.5rem;top:22.25rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwHATz34Rqv217XxmTPUcRRiNgXm7oWV { display:block; }
 }@media only screen and (max-width: 763px) { #MgfOTXEZgytHtkOC3tbbdNNmLytglyJc { top:2.25rem;left:11.21875rem;width:25.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI5nDnOztfa79KsFKQfurGSpBMcs4xLx { display:none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tNz6t1pH8ZiT9c5onPpHrpMHTiZRgXRp { top:0.125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dikza20OVx7BDnNDrRNVdqToTRFgW2RD { display:block; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXfsFcQexMmO5aCLmZVsAfyt8CO6cOGw { top:2.5625rem;left:19.6875rem;width:8.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h { display:block; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOS8mIZiFDzcnAuyzag7mvCwUUzU0POe { top:1.25rem;left:11.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzFy7mu3Gdp7ZzfuBQS12tWVu7kn0Kc7 { top:1.25rem;left:17.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUsIZUeinbUm0nac3TCePxn8DyKyzkVX { top:1.25rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd4Q9PqO4R8In5XP9KkFcVRhhgc2coWO { top:1.3125rem;left:27.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilp1ZWnT71xd1SaqGMzai2u4dMMpcRVs { top:1.25rem;left:33.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ { display:block; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hchLsgP0oTBXuCzcNpZboqWRL7w7r2bv { top:0.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDJakQvyn9MFO2rSyRtDVQJi9eva48K { top:0.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohyriKdzKxervhTNrZZe7vFM183B2hGd { top:0.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMvE1xVBKbB96ilqPrDPTphZcLvbIisZ { top:0.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs { display:block; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#001446;background-image:url("https://images.assets-landingi.com/uc/91932698-f661-422a-bcd0-a59c835393ae/Header_Menu_01.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arl241DgfX4VrLMgcghxFqB1TVgXXeJf { display:block; }#Arl241DgfX4VrLMgcghxFqB1TVgXXeJf > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0rgTwZ8N9XhmKZptLgt7hMG9hUzxtw8 { width:18.25rem;height:12.5rem;top:1.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq145i19QILDTzwOuDseObHFxUJLWcZv { display:block; }#Rq145i19QILDTzwOuDseObHFxUJLWcZv > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6p6BkaKI6Tv00rFnibPpKtidEFDMuEG { width:18.75rem;height:2.5rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLXcogUVpeDiversfQIBQJIyr3PoAc3e { display:block; }
 }@media only screen and (max-width: 763px) { #bHu9WUCP2REFE20htf9lnTHJHXM2U1mF { width:18.75rem;height:2.5rem;top:4.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyw3DENRMQtKi1lNfFnRLftglc8Rs5Sa { display:block; }
 }@media only screen and (max-width: 763px) { #tmPd74rKRnG1aAQDIGLRRyzmSKa34Foe { width:18.75rem;height:2.5rem;top:8.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdJ4e5m1HnSMGkLn3lVtC1eKNg332IU { display:block; }
 }@media only screen and (max-width: 763px) { #zZ2OBkH61HkLAtTLi7zWt6xheZei5Dqe { width:10.8121875rem;height:2.5rem;top:18.122830867768rem;left:4.5936417579651rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCcLZtybLxuWk3SSCDxAQL3koreLSc9y { display:block; }
 }@media only screen and (max-width: 763px) { #BMxZx7usVN05OpAqgtQbo0yuN7VDuTez { width:19rem;height:2.5rem;top:12.2490234375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeLB9bQoWTtTkKtosnipxs4vvFgGgLQ { display:block; }
 }@media only screen and (max-width: 763px) { #wXKXwtSwbfPvQQlt485dnQctFHnwT93V { width:18.75rem;height:2.5rem;top:12.499457836151rem;left:0.62500011920931rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XctX6LZla4faMIJL3G8ZADTT4Qo7qGTv { display:block; }
 }@media only screen and (max-width: 763px) { #KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx { background-color:#001446;background-image:url("https://images.assets-landingi.com/uc/b080e5e5-0d17-4b36-96c0-8f810ae5f7c1/Header_Menu_01.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx.adaptive-delivery-prevent-bg, #KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx.lazyload, #KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx.lazyloading { background-image: none; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container { background-color: transparent; background-image: none; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container > .video-iframe-container { display: none; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row > .video-iframe-container { display: none; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .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); }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container { border-width: 0; border-radius: 0; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWAkgy9U7ONuJnWaQTfhiHqeqrKkqFfx > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0e36DdTrSeNGbEGbm28NBknOyfsAh4W { width:20rem;height:1.1875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ { background-color:#393558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container { background-color: transparent; background-image: none; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container > .video-iframe-container { display: none; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row > .video-iframe-container { display: none; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .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); }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container { border-width: 0; border-radius: 0; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vapZ9RC6O2AyFRW3raAEVceOWHIFTpCJ > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tsa7i78kMSnC8kaOyGo7KdUi8GxdE7Ve { width:20rem;height:44.5371875rem;top:4.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eko1J5xQJe1TBp6BK0rCpdeMmkITrvaP { width:2.5rem;height:2.5rem;top:59.436309337616rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoU9sbUPHdeHtHQxAgbz5UFieLI0ctk4 { display:block; }
 }@media only screen and (max-width: 763px) { #CZnoy4pzkz7FvPfrHRxRBxksHvPKWL5z { width:15.4375rem;height:1.875rem;top:0.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCHL5w05qIIEKdqEepxLtMMZLd1774Nt { background-color:#001446;background-image:url("https://images.assets-landingi.com/uc/42f1694a-81d0-4341-856d-31fd1c658a00/Header_Menu_02.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt.adaptive-delivery-prevent-bg, #hCHL5w05qIIEKdqEepxLtMMZLd1774Nt.lazyload, #hCHL5w05qIIEKdqEepxLtMMZLd1774Nt.lazyloading { background-image: none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container { background-color: transparent; background-image: none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container > .video-iframe-container { display: none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row > .video-iframe-container { display: none; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .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); }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container { border-width: 0; border-radius: 0; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCHL5w05qIIEKdqEepxLtMMZLd1774Nt > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrTk14CuC5Al1UtR5h1K3oIrGnuaiMxb { width:20rem;height:1rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN { background-color:#241e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container { background-color: transparent; background-image: none; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container > .video-iframe-container { display: none; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row > .video-iframe-container { display: none; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .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); }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container { border-width: 0; border-radius: 0; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1nEelLnooG3e5NHkzB7Q4lMnOl7FztN > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3kLpgq7d4INWCzKfKW31JI87vpXJblZ { width:2.5rem;height:2.5rem;top:57.789175033569rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu6dEePuUSL44WkrHn46RcFbbOSyeSsg { display:block; }
 }@media only screen and (max-width: 763px) { #uBmy9zB73ggkwrLcpQdsDEvbgsgzkn8s { width:9.4375rem;height:1.4375rem;top:1.0625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB84FxqO1SLziBn0cmRKHfEMncqwLK4M { width:20rem;height:44.5371875rem;top:4.5176820755005rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1POWUGuoc4eFTysV6lM05fWkotaGH1a { background-color:#241e46;background-image:url("https://images.assets-landingi.com/uc/b080e5e5-0d17-4b36-96c0-8f810ae5f7c1/Header_Menu_01.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a.adaptive-delivery-prevent-bg, #W1POWUGuoc4eFTysV6lM05fWkotaGH1a.lazyload, #W1POWUGuoc4eFTysV6lM05fWkotaGH1a.lazyloading { background-image: none; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container { background-color: transparent; background-image: none; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container > .video-iframe-container { display: none; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row > .video-iframe-container { display: none; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .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); }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container { border-width: 0; border-radius: 0; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1POWUGuoc4eFTysV6lM05fWkotaGH1a > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CHL3dPqgN0gwpknSGuhWp7IGrtWvUN { width:20rem;height:1.1875rem;top:0.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 { background-color:#393558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container { background-color: transparent; background-image: none; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container > .video-iframe-container { display: none; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row > .video-iframe-container { display: none; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .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); }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container { border-width: 0; border-radius: 0; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxGLLIVOQGc2GI40nhxAmdF6TxOhl2i9 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eleoxEwa6TD2xbwXqAJ1ue10lG6kvC4O { width:20rem;height:36.43951875rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhsF7sMCG2CSdLShtgpTQFgPR8RuZexc { width:2.5rem;height:2.5rem;top:39.332686424256rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDU1T29EvPExVcSQEVgx6DJHF0ZWWrm { display:block; }
 }@media only screen and (max-width: 763px) { #DIRK8vxLoTICaq1FTk76HVP3aizxm9Cn { width:15.1875rem;height:1.875rem;top:0.625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F { background-color:#001446;background-image:url("https://images.assets-landingi.com/uc/b080e5e5-0d17-4b36-96c0-8f810ae5f7c1/Header_Menu_01.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F.adaptive-delivery-prevent-bg, #bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F.lazyload, #bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F.lazyloading { background-image: none; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F > .row .container { border-width: 0; border-radius: 0; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTD7SaITp5HSq3vwlwkvC6zMUe2uBs6F > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LIR13bcfiyOtdHHDGQSv0CWAh6lwxiSI { width:20rem;height:1.1875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgor9wL7lH4nzzGeWIoH9ERToWw05El { background-color:#393558;background-image:url("https://images.assets-landingi.com/uc/42f1694a-81d0-4341-856d-31fd1c658a00/Header_Menu_02.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El.adaptive-delivery-prevent-bg, #qRgor9wL7lH4nzzGeWIoH9ERToWw05El.lazyload, #qRgor9wL7lH4nzzGeWIoH9ERToWw05El.lazyloading { background-image: none; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El > .row .container { border-width: 0; border-radius: 0; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRgor9wL7lH4nzzGeWIoH9ERToWw05El > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNTF0BIZ5NOXelGhy3JLPPR49T65CTxU { width:20rem;height:0.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 { background-color:#241e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container { background-color: transparent; background-image: none; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container > .video-iframe-container { display: none; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row > .video-iframe-container { display: none; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .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); }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container { border-width: 0; border-radius: 0; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T00mu6VHqUXC8qrW5kQxBSKsx7hp4Tc5 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXwecCMcu3FTviOagyeATZx7wHrDenZq { width:20rem;height:14.619125rem;top:3.8125rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BHSpMKMvEMMIsi4Xlkr8WIvsqNkZzizo { width:2.5rem;height:2.5rem;top:35.26953125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwHATz34Rqv217XxmTPUcRRiNgXm7oWV { display:block; }
 }@media only screen and (max-width: 763px) { #MgfOTXEZgytHtkOC3tbbdNNmLytglyJc { width:15.1875rem;height:1.875rem;top:0.625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI5nDnOztfa79KsFKQfurGSpBMcs4xLx { background-color:#241e46;background-image:url("https://images.assets-landingi.com/uc/42de604e-a697-4bdf-be5d-53051c3a296b/Header_Menu_03.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx.adaptive-delivery-prevent-bg, #yI5nDnOztfa79KsFKQfurGSpBMcs4xLx.lazyload, #yI5nDnOztfa79KsFKQfurGSpBMcs4xLx.lazyloading { background-image: none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container { background-color: transparent; background-image: none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container > .video-iframe-container { display: none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row > .video-iframe-container { display: none; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .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); }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container { border-width: 0; border-radius: 0; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yI5nDnOztfa79KsFKQfurGSpBMcs4xLx > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNz6t1pH8ZiT9c5onPpHrpMHTiZRgXRp { width:20rem;height:0.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dikza20OVx7BDnNDrRNVdqToTRFgW2RD { display:block; }#dikza20OVx7BDnNDrRNVdqToTRFgW2RD > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXfsFcQexMmO5aCLmZVsAfyt8CO6cOGw { width:6.9375rem;height:5.875rem;top:2.375rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h { display:block; }#BaUT6f00RA5qdAhXB5kvr1PomB3UgK0h > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOS8mIZiFDzcnAuyzag7mvCwUUzU0POe { width:1.875rem;height:1.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzFy7mu3Gdp7ZzfuBQS12tWVu7kn0Kc7 { width:1.875rem;height:1.875rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUsIZUeinbUm0nac3TCePxn8DyKyzkVX { width:1.875rem;height:1.875rem;top:0rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd4Q9PqO4R8In5XP9KkFcVRhhgc2coWO { width:1.875rem;height:1.875rem;top:0rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilp1ZWnT71xd1SaqGMzai2u4dMMpcRVs { width:1.875rem;height:1.875rem;top:0rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ { display:block; }#oMiJx12OzJSioXuzngyyTWlBI1cyTXfJ > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hchLsgP0oTBXuCzcNpZboqWRL7w7r2bv { width:5rem;height:1.29980625rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDJakQvyn9MFO2rSyRtDVQJi9eva48K { width:3.375rem;height:1.29980625rem;top:1.125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohyriKdzKxervhTNrZZe7vFM183B2hGd { width:7.1875rem;height:1.29980625rem;top:1.125rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMvE1xVBKbB96ilqPrDPTphZcLvbIisZ { width:3.875rem;height:1.29980625rem;top:1.125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs { display:block; }#Gn0xHfXAggksMW0cF8Ti0qiaJaAyEFxs > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }