.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:204,248,255;--color-primary-1:102,234,255;--color-primary-2:0,220,255;--color-primary-3:0,132,153;--color-primary-4:34,50,62;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:189,189,191;--color-tertiary-2:113,113,115;--color-tertiary-3:68,68,69;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#0c1015;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#sARszvdHqFH2ChHvOICwDZtgmlWgtRPU { position:relative;z-index:auto;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #sARszvdHqFH2ChHvOICwDZtgmlWgtRPU > .row .container { position:relative;display:block; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row .container { background-color: transparent; background-image: none; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row .container > .video-iframe-container { display: none; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row > .video-iframe-container { display: none; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .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); }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row .container { border-width: 0; border-radius: 0; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#tx3cybwTbyeWGgxgPZR25VgfNOwLhZf3 { 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:12.5rem;width:12.5rem;display:none; }
#rFBP3abmfRaxOcIp2G3uP1ssWmH5bC01 { 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:12.5rem;width:12.5rem;display:none; }
#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/98e6c1d8-3f72-4478-a7ac-031e925e6a1c/1200x400_RolandGarros_player.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm.adaptive-delivery-prevent-bg, #LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm.lazyload, #LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm.lazyloading { background-image: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container { background-color: transparent; background-image: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container > .video-iframe-container { display: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row > .video-iframe-container { display: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .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); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container { border-width: 0; border-radius: 0; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#wrtmSsKkkCdQNC2gXHhymg2xZ0TfdMtM { position:absolute;display:block;z-index:15008;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.686625rem;width:14.375rem;top:3.8747835159302rem;left:54.435760498047rem;overflow:hidden;display:block; }
#W9UuXtgnBBipuEW7LsLmLi39todd2DMt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:17.125rem;top:19.562717437744rem;left:29.6875rem;overflow:hidden;display:block; }
#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container { background-color: transparent; background-image: none; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container > .video-iframe-container { display: none; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row > .video-iframe-container { display: none; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .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); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container { border-width: 0; border-radius: 0; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#uTD0eJZn3KCGN81ZtH8DLItWwqyXGnGS { color:rgba(var(--color-tertiary-1),1);display:block;width:58.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6985664367676rem;left:7.8982238769531rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121a21, #22323e);background-image: -moz-linear-gradient(180deg, #121a21, #22323e);background-image: -ms-linear-gradient(180deg, #121a21, #22323e);background-image: -o-linear-gradient(180deg, #121a21, #22323e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#22323e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#22323e' );";background-image: linear-gradient(180deg, #121a21, #22323e);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row .container { background-color: transparent; background-image: none; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row .container > .video-iframe-container { display: none; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row > .video-iframe-container { display: none; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .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); }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row .container { border-width: 0; border-radius: 0; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container { background-color: transparent; background-image: none; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container > .video-iframe-container { display: none; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row > .video-iframe-container { display: none; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .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); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container { border-width: 0; border-radius: 0; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#RBUneLRJu3Ezs3lMfz8xhhdRbfnBz15p { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.99166625rem;height:3.11666625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.0625rem;left:35.25rem;display:block; }
#Tv7W89He6tTJevVeMrJypP2qQph9GuDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piqHkZkRvF3hqcetJCNJTwSE1BfSxJcp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.5625rem;left:35.25rem;height:1.13606875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HdOQmkJuT6nsESgqOdptwG1p1hzmfSq6 { position:absolute;display:block;z-index:15057;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:3rem;width:4.125rem;top:10.625rem;left:46.4375rem;overflow:hidden;display:block; }
#JqtGI7p9TBHzdEVGQyeRgf6VzVF3ppQl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13rem;left:35.25rem;height:1.13606875rem;font-style:normal;display:block; }
#K1THkzE76uiOHPlRPbP7JXiwhlxDkxU9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.31225625rem;width:1.25rem;top:12.875rem;left:39.9375rem;overflow:hidden;display:block; }
#cEOzm9mo515IT9eOAJudxHBWdQVb1T1a { color:rgba(var(--color-tertiary-4),0.95);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.625rem;left:22.8125rem;height:3.90014375rem;display:block; }
#BAdZa5lbIpSungf4WPJkq0xDfqgrawEP { color:rgba(var(--color-tertiary-4),0.95);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.5625rem;left:26.5625rem;height:2.599825rem;display:block; }
#X43yw5Wd5OGvTza3J9JaIkJenXnAcma5 { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:30.625rem;top:2.75rem;left:22.1875rem;overflow:hidden;display:block; }
#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #22323e, #121a21);background-image: -moz-linear-gradient(180deg, #22323e, #121a21);background-image: -ms-linear-gradient(180deg, #22323e, #121a21);background-image: -o-linear-gradient(180deg, #22323e, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#121a21' );";background-image: linear-gradient(180deg, #22323e, #121a21);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container { background-color: transparent; background-image: none; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container > .video-iframe-container { display: none; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row > .video-iframe-container { display: none; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .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); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container { border-width: 0; border-radius: 0; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#Q0xB4knl2LaJRLJJ8GbIzW0P93qTE2IM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro semibold";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6807727813721rem;left:0rem;height:2.76245rem;text-align:center;text-align-last:center;display:block; }
#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row .container { background-color: transparent; background-image: none; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row .container > .video-iframe-container { display: none; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row > .video-iframe-container { display: none; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .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); }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row .container { border-width: 0; border-radius: 0; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#bVDIrTfUuJmHZXp9DUxmfH9yaXoJtUdG { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.6111125rem;display:none; }
#DfHgMNN4rQG82GHenfNMf7c8vTbLgVg1 { 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:12.5rem;width:12.5rem;display:none; }
#tMiIOJu8NClhNuIUrWJDr9TRWzhTQ0rt { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:5.75rem;left:4.1875rem;height:3.0859375rem;font-style:normal;display:block; }
#EIOcJnkxfTClSaQvMlDewyDKNPoZbBg6 { position:absolute;display:block;z-index:15042;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.374755625rem;width:0.374755625rem;top:6.375rem;left:2.75rem;display:block; }
#eNpT4tdnobRJE885G16E95iGk3TCUObK { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:10rem;left:4.1875rem;height:1.5434rem;font-style:normal;display:block; }
#OP25Es0NHQqWtBkeuDxtvrcz2nJbEGhl { position:absolute;display:block;z-index:15040;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:10.5625rem;left:2.75rem;display:block; }
#nI95gmeu1zHqoEZdur61EvG2zSJiKrUy { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.1875rem;height:1.5434rem;font-style:normal;display:block; }
#s4FsILI26QGs9h7tmVnvw9mGukKCoTJz { position:absolute;display:block;z-index:15010;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:4.0625rem;left:2.75rem;display:block; }
#dzp5NbUTLh0CI69fEz4kM0Eh4JTtk1RH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0596788125rem;width:74.998125rem;top:20.811630249024rem;left:0rem;display:block; }
#i63VxrRvBWrPS1ah45hbEKkkzN5Fh1ku { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:27.25rem;top:2.1549453735351rem;left:41.124137878418rem;overflow:hidden;display:block; }
#Pe2Zgnp6OVNSXwbZSg2EWu4vmmOikTul { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:12.874347686767rem;left:4.1872863769531rem;height:1.5434rem;font-style:normal;display:block; }
#ptZnHdncerMLfOTdcWG4r6Tp1KZ9clwr { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.82421875rem;left:4.1875rem;height:1.5434rem;font-style:normal;display:block; }
#Ut6IT38TNweB8hvrLya9LwTvwrLedaga { position:absolute;display:block;z-index:15041;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:13.458984375rem;left:2.7490234375rem;display:block; }
#oLwVODS5dsoy2qdxVysFBUKvUwPR6SoA { position:absolute;display:block;z-index:15042;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:16.38671875rem;left:2.7490234375rem;display:block; }
#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row .container { background-color: transparent; background-image: none; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row .container > .video-iframe-container { display: none; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row > .video-iframe-container { display: none; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .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); }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row .container { border-width: 0; border-radius: 0; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#Au4PddbzaGSBex4t3bteEfEmwqaCfXOf { color:rgba(var(--color-tertiary-0),1);display:block;width:54.4998125rem;position:absolute;font-family:"source sans pro semibold";font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4496479034424rem;left:11.437721252441rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { background-color: transparent; background-image: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container > .video-iframe-container { display: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container { display: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .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); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { border-width: 0; border-radius: 0; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#dgLFi73UoHkQkecgqdQ6z9gXkVWcMJhH { 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:14.8125rem;width:20.625rem;top:19.936851501465rem;left:52.1875rem;overflow:hidden;display:block; }
#ggkp4o2iZCgdEK5XH7dxTX42pI6BpBca { 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:14.8125rem;width:20.625rem;top:19.936851501465rem;left:2.1875rem;overflow:hidden;display:block; }
#QQohhEnRBz98WDt1WfCvHkapGkgg0Emh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:20.625rem;top:1.7901496887207rem;left:52.1875rem;overflow:hidden;display:block; }
#eaoE4TUOAOZOV6G4w8dNio7WfS7z6TFX { 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:14.8125rem;width:20.625rem;top:19.999786376953rem;left:27.1875rem;overflow:hidden;display:block; }
#Q6Qwz27m2T4N3F3OvXq6e6ruQdepV9QQ { 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:14.8125rem;width:20.625rem;top:1.7901496887207rem;left:2.1875rem;overflow:hidden;display:block; }
#fckHkG2apIhvyc2t4TIERPk5JulTy8or { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:20.625rem;top:1.7901496887207rem;left:27.1875rem;overflow:hidden;display:block; }
#IwLW4lU5Exr28a7LLolhqKSmJok31fNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row .container { background-color: transparent; background-image: none; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row .container > .video-iframe-container { display: none; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row > .video-iframe-container { display: none; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .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); }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row .container { border-width: 0; border-radius: 0; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#F0CA7G4EnXinI2TDkQFteXzvxsrS1b4T { 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:27.8125rem;width:47.75rem;top:2.5625rem;left:-11.875rem;overflow:hidden;display:block; }
#qrJIHmWnmzASt9UBh5k54sHRDqLlbkLi { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.8125rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#sCtr7KU9zZWrTTuNWeflU2id9vetumPk { color:rgba(var(--color-tertiary-0),0.95);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.1875rem;left:40.8125rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qM0BXsH9pITHJSPCQla1FvmGNRKwi1qD { color:rgba(var(--color-tertiary-0),0.8);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.375rem;left:40.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNzPkG2DxCKqR2iqvmZJdhpQSNWkyqfT { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCtARk7qiPxMxwkmlrqc9UV1fNADzI4o { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:24.5625rem;left:58.5625rem;overflow:hidden;display:block; }
#CQp0bCgJSSOeFchcBedJziDOMGUD460w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row .container { background-color: transparent; background-image: none; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row .container > .video-iframe-container { display: none; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row > .video-iframe-container { display: none; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .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); }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row .container { border-width: 0; border-radius: 0; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#C9KIa9d7CJSVNFJCleBA3K2gTaVo3JkW { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:31.25rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#scUNQOl3VUChpRF6o0GDhy2Xykmzz1n7 { color:rgba(var(--color-tertiary-0),0.95);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gn6pcD39JToX1Flf3TtSQ78hugK008ro { color:rgba(var(--color-tertiary-0),0.8);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:12.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkM25uqnsKiEymbiTOAAtWcIKx8ylKoI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:25.3125rem;display:block; }
#se7Hlxe223CSnCQiOmRNbVdtrz0t8zsh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:17.6875rem;left:35.25rem;overflow:hidden;display:block; }
#QpxAzbswhfFkrxxZ82uvzhwU0OXV1GLy { color:rgba(var(--color-tertiary-0),0.95);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.15625rem;height:1.7501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsJeemtL5GdFEax5xchpqppb0kmBS766 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:50.625rem;display:block; }
#lX5Dcp1KU04WZzcEVz1dmecqOGnRTifF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:17.6875rem;left:60.5625rem;overflow:hidden;display:block; }
#atcnOhQ9V60IhhcsHPQE2n872NGsXzBd { color:rgba(var(--color-tertiary-0),0.95);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:24.125rem;left:52.46875rem;height:1.7501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWZRK1Uq7iUa1s0F0uo3WSUekCERByM9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:0rem;display:block; }
#PIAFT1t14xvZFCbiwwaCZDd85BQi7hVE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:17.6875rem;left:9.9375rem;overflow:hidden;display:block; }
#rLEfNz9y04D3UeUkTo3ASXV3bXKa7zn2 { color:rgba(var(--color-tertiary-0),0.95);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:23.25rem;left:1.875rem;height:3.4982625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #22323e, #121a21);background-image: -moz-linear-gradient(180deg, #22323e, #121a21);background-image: -ms-linear-gradient(180deg, #22323e, #121a21);background-image: -o-linear-gradient(180deg, #22323e, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#121a21' );";background-image: linear-gradient(180deg, #22323e, #121a21);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row .container { background-color: transparent; background-image: none; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row .container > .video-iframe-container { display: none; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row > .video-iframe-container { display: none; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .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); }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row .container { border-width: 0; border-radius: 0; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#Grb9zpgO7JltiVEcWXTkS7NLzhTeQA0D { color:rgba(var(--color-tertiary-0),0.95);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:14.4375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container { background-color: transparent; background-image: none; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container > .video-iframe-container { display: none; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row > .video-iframe-container { display: none; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .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); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container { border-width: 0; border-radius: 0; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#MPzuk7nXf1iN8R3oXHXmo3bGVv0WUVlm { position:absolute;display:block;z-index:15008;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:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#RssDuCDZl0DRy9LV0Iz3rspU84r7P4az { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:1.25rem;color:#ffffff;font-style:normal;line-height:1.7;overflow:hidden;height:auto; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.6;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://images.assets-landingi.com/uc/28f8014e-ba8c-4a37-9a73-35264de873c4/Arrow_Down_Green.svg");background-size:contain !important; }#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-trigger.adaptive-delivery-prevent-bg, #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-trigger.lazyload, #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-trigger.lazyloading { background-image: none; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r { box-sizing:content-box;height:auto;width:48.372375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15010;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:1.162109375rem;left:13.31298828125rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #fXzEI5N4DCwaBgbZ7VpqckuHOmIMT2ek { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #q0O23hrSApTOnk5CxbCbI5ifqo5swVAS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #RpbSRyh0eKsuGMuXJ8U4zTruHQQk22ic { display:block;position:relative; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #gNcIX0FSazb4mkrgVCneHLKAu30IzB1q {  }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #p7pSAFCuSf4rTCIxpTta9a56aI7I4wQ0 {  }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wTLBXlT4CFtV3bgfLEaiAp0CZsW1FMaN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #OOxUptoVpA4pRycf4i8ddSgC8R3rwBwC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #W76rRJOPHrzmtqTplPtQ4Zr4hMOxShAg { display:block;position:relative; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #HJc4baR4l8thfHEaG9KCsuh38gWMkCrq {  }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #Z2X5JP2E3RB0fsQm4L5vk4bssRy8SB75 { display:none; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #sKJVDAqa4r9zePFaRG6hxdqIWvTThKn6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #bBnRgfmS8bFMzm5Ldsq40ifszLZ8s4Xy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #GDQyXMmw8fxm9mpFiCsQwSQ8yWSoBnnW { display:block;position:relative; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #iTHsuThF6s7ETfGDiiSPVnyq7bz293Py {  }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #CO366tFNccsCJwPvOLNABgA073WUpvyg { display:none; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #zzX200SnLSF1sIPxzHbgFM6bPLJitmbA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #PqsWSfuy9y0yyqrHf2T3zJotBXaoZeTM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #Z8QOVMarxRPxae3p1Bk4B9UheChXt446 { display:block;position:relative; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wBNbyQCvq6DThCtQia1ZJi4C3eNamDVC {  }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #GU984RQG3vNvvhelu7IoLpO2zg0TMNd6 { display:none; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #nGKLTWKUsdV0wrHEDDOPRKgheiVJov7D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #K8Ek96wq3DbfGI2ook5FpaWnFRIlVRHJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wuWOk8s3h76AEJMWnsyqFOARfOVh8P0l { display:block;position:relative; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #RTGvegWJcTH4dyNTgnbHxcC0TA4HoIKr {  }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #D68tawP4XFUdtsmymIQZX6kFs45eQTtn { display:none; }
#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row .container { background-color: transparent; background-image: none; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row .container > .video-iframe-container { display: none; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row > .video-iframe-container { display: none; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .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); }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row .container { border-width: 0; border-radius: 0; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row .container { background-color: transparent; background-image: none; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row .container > .video-iframe-container { display: none; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row > .video-iframe-container { display: none; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .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); }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row .container { border-width: 0; border-radius: 0; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #22323e);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #22323e);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #22323e);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #22323e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#22323e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#22323e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #22323e);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row .container { background-color: transparent; background-image: none; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row .container > .video-iframe-container { display: none; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row > .video-iframe-container { display: none; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .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); }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row .container { border-width: 0; border-radius: 0; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#Tnoa0FDrHfXstBETEA1zhF2xk8k8pwtI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:29.25rem;display:block; }
#QTfUTZSpxfLwdCnHtSKwqOFaMvsnaeSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQr8W2vTThE19dwHK5nUuvzvTnx2E4fd { position:absolute;display:block;z-index:15008;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:1.5625rem;width:1.5rem;top:2.25rem;left:42.5625rem;overflow:hidden;display:block; }
#MHSdpzXq4etioBiesSev1xqWW6R44uwO { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3rem;width:12.5rem;top:1.5rem;left:33.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sARszvdHqFH2ChHvOICwDZtgmlWgtRPU { position:relative;z-index:auto;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #sARszvdHqFH2ChHvOICwDZtgmlWgtRPU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG { display:block; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx3cybwTbyeWGgxgPZR25VgfNOwLhZf3 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFBP3abmfRaxOcIp2G3uP1ssWmH5bC01 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm { display:block; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrtmSsKkkCdQNC2gXHhymg2xZ0TfdMtM { width:6.25rem;height:3.5625rem;top:0.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9UuXtgnBBipuEW7LsLmLi39todd2DMt { width:13.75rem;height:5.1875rem;top:20.435764312744rem;left:17.000001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNh6f2G7MXDKrdm0THkfkEwOwts7c21 { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container { background-color: transparent; background-image: none; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container > .video-iframe-container { display: none; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row > .video-iframe-container { display: none; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .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); }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container { border-width: 0; border-radius: 0; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTD0eJZn3KCGN81ZtH8DLItWwqyXGnGS { top:2.71875rem;left:3.3741320371628rem;width:40.999125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc { display:block; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csOfyENv9tnTplzTb4fO79sZ8u32yrTT { background-color:#22323e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container { background-color: transparent; background-image: none; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container > .video-iframe-container { display: none; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row > .video-iframe-container { display: none; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .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); }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container { border-width: 0; border-radius: 0; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBUneLRJu3Ezs3lMfz8xhhdRbfnBz15p { width:7.55416625rem;height:3.11666625rem;top:4.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7W89He6tTJevVeMrJypP2qQph9GuDp { display:block; }
 }@media only screen and (max-width: 763px) { #piqHkZkRvF3hqcetJCNJTwSE1BfSxJcp { top:8.1875rem;left:11.125rem;width:10.625rem;height:1.05555625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOQmkJuT6nsESgqOdptwG1p1hzmfSq6 { width:3.436525rem;height:2.4375rem;top:7.4375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqtGI7p9TBHzdEVGQyeRgf6VzVF3ppQl { top:9.625rem;left:10.3125rem;width:4.936525rem;height:1.05555625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #K1THkzE76uiOHPlRPbP7JXiwhlxDkxU9 { top:9.625rem;left:15.4375rem;width:1.2495125rem;height:1.3110375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOzm9mo515IT9eOAJudxHBWdQVb1T1a { top:3.875rem;left:1.875rem;width:4.0625rem;height:3.412325rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdZa5lbIpSungf4WPJkq0xDfqgrawEP { top:5.1875rem;left:5.1875rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43yw5Wd5OGvTza3J9JaIkJenXnAcma5 { width:20.625rem;height:1.5625rem;top:1.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #22323e, #121a21);background-image: -moz-linear-gradient(180deg, #22323e, #121a21);background-image: -ms-linear-gradient(180deg, #22323e, #121a21);background-image: -o-linear-gradient(180deg, #22323e, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#121a21' );";background-image: linear-gradient(180deg, #22323e, #121a21);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; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container { background-color: transparent; background-image: none; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container > .video-iframe-container { display: none; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row > .video-iframe-container { display: none; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .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); }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container { border-width: 0; border-radius: 0; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container { width:47.75rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0xB4knl2LaJRLJJ8GbIzW0P93qTE2IM { top:1.306640625rem;left:0.0009765625rem;width:47.749rem;height:1.94965rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 { display:block; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row .container { width:47.75rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVDIrTfUuJmHZXp9DUxmfH9yaXoJtUdG { top:0.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfHgMNN4rQG82GHenfNMf7c8vTbLgVg1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMiIOJu8NClhNuIUrWJDr9TRWzhTQ0rt { top:5.8125rem;left:1.25rem;width:25.4375rem;height:4.38541875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIOcJnkxfTClSaQvMlDewyDKNPoZbBg6 { top:6.4375rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpT4tdnobRJE885G16E95iGk3TCUObK { top:12.1875rem;left:1.1875rem;width:22.1875rem;height:1.46180625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP25Es0NHQqWtBkeuDxtvrcz2nJbEGhl { top:12.75rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI95gmeu1zHqoEZdur61EvG2zSJiKrUy { top:1.375rem;left:1.25rem;width:18.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FsILI26QGs9h7tmVnvw9mGukKCoTJz { top:2rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzp5NbUTLh0CI69fEz4kM0Eh4JTtk1RH { top:21.25rem;left:0rem;width:47.745125rem;height:0.0576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i63VxrRvBWrPS1ah45hbEKkkzN5Fh1ku { width:24.6875rem;height:15.25rem;top:3.34375rem;left:21.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2Zgnp6OVNSXwbZSg2EWu4vmmOikTul { top:15.25rem;left:1.1875rem;width:22.1875rem;height:1.46180625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptZnHdncerMLfOTdcWG4r6Tp1KZ9clwr { top:18.375rem;left:1.1875rem;width:22.1875rem;height:1.46180625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6IT38TNweB8hvrLya9LwTvwrLedaga { top:15.79296875rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwVODS5dsoy2qdxVysFBUKvUwPR6SoA { top:18.79296875rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg { display:block; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row .container { width:47.75rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au4PddbzaGSBex4t3bteEfEmwqaCfXOf { top:1.0861549377441rem;left:2.8439671993256rem;width:42.061625rem;height:1.94965rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX { background-color:#22323e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { background-color: transparent; background-image: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container > .video-iframe-container { display: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container { display: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .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); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { border-width: 0; border-radius: 0; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgLFi73UoHkQkecgqdQ6z9gXkVWcMJhH { width:15rem;height:10.75rem;top:12.437068939209rem;left:32.312284231186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggkp4o2iZCgdEK5XH7dxTX42pI6BpBca { width:15rem;height:10.75rem;top:12.437068939209rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQohhEnRBz98WDt1WfCvHkapGkgg0Emh { width:15rem;height:10.75rem;top:1.1241321563721rem;left:32.290582418442rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaoE4TUOAOZOV6G4w8dNio7WfS7z6TFX { width:15rem;height:10.75rem;top:12.5rem;left:16.374784231186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Qwz27m2T4N3F3OvXq6e6ruQdepV9QQ { width:15rem;height:10.75rem;top:1.1241321563721rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #fckHkG2apIhvyc2t4TIERPk5JulTy8or { width:15rem;height:10.75rem;top:1.1241321563721rem;left:16.374784231186rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwLW4lU5Exr28a7LLolhqKSmJok31fNC { display:block; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0CA7G4EnXinI2TDkQFteXzvxsrS1b4T { top:17.358942985534rem;left:4.4487850666046rem;width:19.8123125rem;height:11.4995625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJIHmWnmzASt9UBh5k54sHRDqLlbkLi { top:7.5rem;left:27.1875rem;width:12.5rem;height:0.89323125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtr7KU9zZWrTTuNWeflU2id9vetumPk { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM0BXsH9pITHJSPCQla1FvmGNRKwi1qD { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:11.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNzPkG2DxCKqR2iqvmZJdhpQSNWkyqfT { top:24.5625rem;left:27.1875rem;width:18.1875rem;height:1.13715rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCtARk7qiPxMxwkmlrqc9UV1fNADzI4o { top:24.5625rem;left:44.9375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQp0bCgJSSOeFchcBedJziDOMGUD460w { display:block; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9KIa9d7CJSVNFJCleBA3K2gTaVo3JkW { top:1.5625rem;left:17.625rem;width:12.5rem;height:0.89323125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scUNQOl3VUChpRF6o0GDhy2Xykmzz1n7 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn6pcD39JToX1Flf3TtSQ78hugK008ro { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:16.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkM25uqnsKiEymbiTOAAtWcIKx8ylKoI { top:15.625rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #se7Hlxe223CSnCQiOmRNbVdtrz0t8zsh { top:17.6875rem;left:21.625rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpxAzbswhfFkrxxZ82uvzhwU0OXV1GLy { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJeemtL5GdFEax5xchpqppb0kmBS766 { top:15.625rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX5Dcp1KU04WZzcEVz1dmecqOGnRTifF { top:17.6875rem;left:43.25rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atcnOhQ9V60IhhcsHPQE2n872NGsXzBd { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWZRK1Uq7iUa1s0F0uo3WSUekCERByM9 { top:15.625rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIAFT1t14xvZFCbiwwaCZDd85BQi7hVE { top:17.6875rem;left:0rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLEfNz9y04D3UeUkTo3ASXV3bXKa7zn2 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb { display:block; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Grb9zpgO7JltiVEcWXTkS7NLzhTeQA0D { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA { display:block; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPzuk7nXf1iN8R3oXHXmo3bGVv0WUVlm { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RssDuCDZl0DRy9LV0Iz3rspU84r7P4az { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r { display:flex;height:auto;width:45.25rem;top:1.125rem;left:0rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #fXzEI5N4DCwaBgbZ7VpqckuHOmIMT2ek {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #q0O23hrSApTOnk5CxbCbI5ifqo5swVAS {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #RpbSRyh0eKsuGMuXJ8U4zTruHQQk22ic {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #gNcIX0FSazb4mkrgVCneHLKAu30IzB1q {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #p7pSAFCuSf4rTCIxpTta9a56aI7I4wQ0 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wTLBXlT4CFtV3bgfLEaiAp0CZsW1FMaN {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #OOxUptoVpA4pRycf4i8ddSgC8R3rwBwC {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #W76rRJOPHrzmtqTplPtQ4Zr4hMOxShAg {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #HJc4baR4l8thfHEaG9KCsuh38gWMkCrq {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #Z2X5JP2E3RB0fsQm4L5vk4bssRy8SB75 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #sKJVDAqa4r9zePFaRG6hxdqIWvTThKn6 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #bBnRgfmS8bFMzm5Ldsq40ifszLZ8s4Xy {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #GDQyXMmw8fxm9mpFiCsQwSQ8yWSoBnnW {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #iTHsuThF6s7ETfGDiiSPVnyq7bz293Py {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #CO366tFNccsCJwPvOLNABgA073WUpvyg {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #zzX200SnLSF1sIPxzHbgFM6bPLJitmbA {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #PqsWSfuy9y0yyqrHf2T3zJotBXaoZeTM {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #Z8QOVMarxRPxae3p1Bk4B9UheChXt446 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wBNbyQCvq6DThCtQia1ZJi4C3eNamDVC {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #GU984RQG3vNvvhelu7IoLpO2zg0TMNd6 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #nGKLTWKUsdV0wrHEDDOPRKgheiVJov7D {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #K8Ek96wq3DbfGI2ook5FpaWnFRIlVRHJ {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wuWOk8s3h76AEJMWnsyqFOARfOVh8P0l {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #RTGvegWJcTH4dyNTgnbHxcC0TA4HoIKr {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #D68tawP4XFUdtsmymIQZX6kFs45eQTtn {  }
 }@media only screen and (max-width: 763px) { #y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST { display:block; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVdtkfk5lgaROXJgKTykTzieLzylil7h { display:block; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnoa0FDrHfXstBETEA1zhF2xk8k8pwtI { width:15.125rem;height:3rem;top:1.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfUTZSpxfLwdCnHtSKwqOFaMvsnaeSI { display:block; }
 }@media only screen and (max-width: 763px) { #rQr8W2vTThE19dwHK5nUuvzvTnx2E4fd { top:2.25rem;left:28.9375rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHSdpzXq4etioBiesSev1xqWW6R44uwO { top:1.5rem;left:19.6875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sARszvdHqFH2ChHvOICwDZtgmlWgtRPU { position:relative;z-index:auto;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #sARszvdHqFH2ChHvOICwDZtgmlWgtRPU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#qqnNs6BJQx8dFPZmU5VrCriQ6sPMVfXG > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tx3cybwTbyeWGgxgPZR25VgfNOwLhZf3 { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rFBP3abmfRaxOcIp2G3uP1ssWmH5bC01 { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm { background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/01aaffae-82aa-4c3f-ba00-9e255e1172f1/397x320_Roland_Garros.jpg");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; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm.adaptive-delivery-prevent-bg, #LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm.lazyload, #LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm.lazyloading { background-image: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container { background-color: transparent; background-image: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container > .video-iframe-container { display: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row > .video-iframe-container { display: none; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .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); }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container { border-width: 0; border-radius: 0; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxWnKcJ5ib4nFfMNSw74Z7UUVhaVUaXm > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrtmSsKkkCdQNC2gXHhymg2xZ0TfdMtM { width:14.375rem;height:7.684875rem;top:11.248264312744rem;left:2.8125001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9UuXtgnBBipuEW7LsLmLi39todd2DMt { width:11.936875rem;height:4.31206875rem;top:19.749350547791rem;left:4.0310333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNh6f2G7MXDKrdm0THkfkEwOwts7c21 { display:block; }#APNh6f2G7MXDKrdm0THkfkEwOwts7c21 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTD0eJZn3KCGN81ZtH8DLItWwqyXGnGS { width:20rem;height:5.2rem;top:1.7769107818604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc { display:block; }#er1QxpJoaU5N1b0p8FnmgZlMzAxSxTBc > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csOfyENv9tnTplzTb4fO79sZ8u32yrTT { display:block; }#csOfyENv9tnTplzTb4fO79sZ8u32yrTT > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBUneLRJu3Ezs3lMfz8xhhdRbfnBz15p { width:7.7485625rem;height:3.0522rem;top:3.8749980926514rem;left:10.999349892139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7W89He6tTJevVeMrJypP2qQph9GuDp { display:block; }
 }@media only screen and (max-width: 763px) { #piqHkZkRvF3hqcetJCNJTwSE1BfSxJcp { width:9.9369375rem;height:0.974825rem;top:7.1866302490238rem;left:6.2500002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOQmkJuT6nsESgqOdptwG1p1hzmfSq6 { width:3.4375rem;height:2.436525rem;top:6.4997825622556rem;left:15.625001251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqtGI7p9TBHzdEVGQyeRgf6VzVF3ppQl { width:3.8125rem;height:0.974825rem;top:8.4366302490238rem;left:6.2500002980231rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #K1THkzE76uiOHPlRPbP7JXiwhlxDkxU9 { width:1.1875rem;height:1.24511875rem;top:8.3118476867675rem;left:10.499132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOzm9mo515IT9eOAJudxHBWdQVb1T1a { width:3.999025rem;height:2.599825rem;top:4.1874980926514rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdZa5lbIpSungf4WPJkq0xDfqgrawEP { width:8.8125rem;height:1.625rem;top:4.9372825622559rem;left:3.9366319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43yw5Wd5OGvTza3J9JaIkJenXnAcma5 { width:13.75rem;height:1rem;top:2.1241319179535rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU { display:block; }#Bnewn2HEP2mXb70Zd1uMs6pyhx6ZB4RU > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0xB4knl2LaJRLJJ8GbIzW0P93qTE2IM { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 { display:block; }#OxfX2Gbodz2DvaTqViuUQfMoG3zMbPm2 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVDIrTfUuJmHZXp9DUxmfH9yaXoJtUdG { width:12.5rem;height:0;top:0.0625rem;left:0.93749994039537rem;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #DfHgMNN4rQG82GHenfNMf7c8vTbLgVg1 { top:1.625rem;left:-61.3125rem;width:0.75rem;height:0.75rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tMiIOJu8NClhNuIUrWJDr9TRWzhTQ0rt { width:18rem;height:3.65625rem;top:5.75rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIOcJnkxfTClSaQvMlDewyDKNPoZbBg6 { width:0.3125rem;height:0.3125rem;top:1.5931713581085rem;left:0.81235539913175rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpT4tdnobRJE885G16E95iGk3TCUObK { width:14.875rem;height:2.4375rem;top:10.625rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP25Es0NHQqWtBkeuDxtvrcz2nJbEGhl { width:0.375rem;height:0.375rem;top:6.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI95gmeu1zHqoEZdur61EvG2zSJiKrUy { width:15.625rem;height:2.6rem;top:1.0991030931473rem;left:2.1867767572403rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FsILI26QGs9h7tmVnvw9mGukKCoTJz { width:0.375rem;height:0.375rem;top:11.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzp5NbUTLh0CI69fEz4kM0Eh4JTtk1RH { width:20rem;height:0.0625rem;top:33.125rem;left:0rem;background-color:rgba(17,30,35,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i63VxrRvBWrPS1ah45hbEKkkzN5Fh1ku { width:18.4375rem;height:11.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2Zgnp6OVNSXwbZSg2EWu4vmmOikTul { width:17.875rem;height:1.21875rem;top:14.703125rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptZnHdncerMLfOTdcWG4r6Tp1KZ9clwr { width:17.8125rem;height:1.21875rem;top:17.734375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6IT38TNweB8hvrLya9LwTvwrLedaga { width:0.375rem;height:0.375rem;top:15.125rem;left:0.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwVODS5dsoy2qdxVysFBUKvUwPR6SoA { width:0.375rem;height:0.375rem;top:18.15625rem;left:0.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg { display:block; }#DbqIiygTeLtd5cOfTyUOU9TTp4yfPkTg > .row .container { width:20rem;height:5.059687878418rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au4PddbzaGSBex4t3bteEfEmwqaCfXOf { width:20rem;height:4.87305rem;top:0.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX { background-color:#22323e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { background-color: transparent; background-image: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container > .video-iframe-container { display: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container { display: none; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .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); }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { border-width: 0; border-radius: 0; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT79vmNS6Zevg1mrDGmz79lT5eJ8hTUX > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgLFi73UoHkQkecgqdQ6z9gXkVWcMJhH { width:9.5625rem;height:6.8125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggkp4o2iZCgdEK5XH7dxTX42pI6BpBca { width:9.6875rem;height:6.9375rem;top:8.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQohhEnRBz98WDt1WfCvHkapGkgg0Emh { width:9.5625rem;height:6.875rem;top:0.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaoE4TUOAOZOV6G4w8dNio7WfS7z6TFX { width:9.6875rem;height:6.9375rem;top:16.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Qwz27m2T4N3F3OvXq6e6ruQdepV9QQ { width:9.6875rem;height:6.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fckHkG2apIhvyc2t4TIERPk5JulTy8or { width:9.6875rem;height:6.9375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwLW4lU5Exr28a7LLolhqKSmJok31fNC { display:block; }#IwLW4lU5Exr28a7LLolhqKSmJok31fNC > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0CA7G4EnXinI2TDkQFteXzvxsrS1b4T { width:20rem;height:11.6875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJIHmWnmzASt9UBh5k54sHRDqLlbkLi { width:12.5rem;height:0.8941rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCtr7KU9zZWrTTuNWeflU2id9vetumPk { width:20rem;height:3.4982625rem;top:3.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM0BXsH9pITHJSPCQla1FvmGNRKwi1qD { width:20rem;height:3.93555rem;top:8.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNzPkG2DxCKqR2iqvmZJdhpQSNWkyqfT { width:17.0625rem;height:1.13606875rem;top:26.25rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCtARk7qiPxMxwkmlrqc9UV1fNADzI4o { width:1.25rem;height:1.3125rem;top:26.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQp0bCgJSSOeFchcBedJziDOMGUD460w { display:block; }#CQp0bCgJSSOeFchcBedJziDOMGUD460w > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9KIa9d7CJSVNFJCleBA3K2gTaVo3JkW { width:12.5rem;height:0.8941rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scUNQOl3VUChpRF6o0GDhy2Xykmzz1n7 { width:20rem;height:1.6253875rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn6pcD39JToX1Flf3TtSQ78hugK008ro { width:20rem;height:6.55925rem;top:6.2687492370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkM25uqnsKiEymbiTOAAtWcIKx8ylKoI { width:20rem;height:5.5rem;top:20.3125rem;left:0rem;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #se7Hlxe223CSnCQiOmRNbVdtrz0t8zsh { width:2.875rem;height:3rem;top:21.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpxAzbswhfFkrxxZ82uvzhwU0OXV1GLy { width:13.1875rem;height:1.4rem;top:22.375rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsJeemtL5GdFEax5xchpqppb0kmBS766 { width:20rem;height:5.5rem;top:26.5625rem;left:0rem;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lX5Dcp1KU04WZzcEVz1dmecqOGnRTifF { width:2.875rem;height:3rem;top:27.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atcnOhQ9V60IhhcsHPQE2n872NGsXzBd { width:13.5rem;height:1.4rem;top:28.625rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fWZRK1Uq7iUa1s0F0uo3WSUekCERByM9 { width:20rem;height:5.5rem;top:14.0625rem;left:0rem;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PIAFT1t14xvZFCbiwwaCZDd85BQi7hVE { width:2.875rem;height:3rem;top:15.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLEfNz9y04D3UeUkTo3ASXV3bXKa7zn2 { width:13.25rem;height:2.799475rem;top:15.4375rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb { display:block; }#GkQ54Gzc61VVIgN8lWGhHsfdoNXlXLWb > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Grb9zpgO7JltiVEcWXTkS7NLzhTeQA0D { width:20rem;height:1.94965rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container { background-color: transparent; background-image: none; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container > .video-iframe-container { display: none; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row > .video-iframe-container { display: none; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .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); }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container { border-width: 0; border-radius: 0; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWavpv6kBx3Bx2U6JdWO4C0650Tl6sJA > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPzuk7nXf1iN8R3oXHXmo3bGVv0WUVlm { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RssDuCDZl0DRy9LV0Iz3rspU84r7P4az { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.6;overflow:hidden; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r { display:flex;height:auto;width:20rem;top:1.124267578125rem;left:0rem; }
#h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #fXzEI5N4DCwaBgbZ7VpqckuHOmIMT2ek {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #q0O23hrSApTOnk5CxbCbI5ifqo5swVAS {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #RpbSRyh0eKsuGMuXJ8U4zTruHQQk22ic {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #gNcIX0FSazb4mkrgVCneHLKAu30IzB1q {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #p7pSAFCuSf4rTCIxpTta9a56aI7I4wQ0 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wTLBXlT4CFtV3bgfLEaiAp0CZsW1FMaN {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #OOxUptoVpA4pRycf4i8ddSgC8R3rwBwC {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #W76rRJOPHrzmtqTplPtQ4Zr4hMOxShAg {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #HJc4baR4l8thfHEaG9KCsuh38gWMkCrq {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #Z2X5JP2E3RB0fsQm4L5vk4bssRy8SB75 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #sKJVDAqa4r9zePFaRG6hxdqIWvTThKn6 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #bBnRgfmS8bFMzm5Ldsq40ifszLZ8s4Xy {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #GDQyXMmw8fxm9mpFiCsQwSQ8yWSoBnnW {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #iTHsuThF6s7ETfGDiiSPVnyq7bz293Py {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #CO366tFNccsCJwPvOLNABgA073WUpvyg {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #zzX200SnLSF1sIPxzHbgFM6bPLJitmbA {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #PqsWSfuy9y0yyqrHf2T3zJotBXaoZeTM {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #Z8QOVMarxRPxae3p1Bk4B9UheChXt446 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wBNbyQCvq6DThCtQia1ZJi4C3eNamDVC {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #GU984RQG3vNvvhelu7IoLpO2zg0TMNd6 {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #nGKLTWKUsdV0wrHEDDOPRKgheiVJov7D {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #K8Ek96wq3DbfGI2ook5FpaWnFRIlVRHJ {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #wuWOk8s3h76AEJMWnsyqFOARfOVh8P0l {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #RTGvegWJcTH4dyNTgnbHxcC0TA4HoIKr {  }
 }@media only screen and (max-width: 763px) { #h4mHv16EsD7Ao8BzrZdqHBbkWpXUdQ7r #D68tawP4XFUdtsmymIQZX6kFs45eQTtn {  }
 }@media only screen and (max-width: 763px) { #y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST { display:block; }#y2SXOI3cD6u7PXqEhuHa3QqB5LgCemST > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVdtkfk5lgaROXJgKTykTzieLzylil7h { display:block; }#PVdtkfk5lgaROXJgKTykTzieLzylil7h > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yAhRxwx7NyUnFhSZ6JED9J67wBGBEdVP > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnoa0FDrHfXstBETEA1zhF2xk8k8pwtI { width:18.25rem;height:3rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfUTZSpxfLwdCnHtSKwqOFaMvsnaeSI { display:block; }
 }@media only screen and (max-width: 763px) { #rQr8W2vTThE19dwHK5nUuvzvTnx2E4fd { width:1.5rem;height:1.5625rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHSdpzXq4etioBiesSev1xqWW6R44uwO { width:12.5rem;height:3rem;top:0.75rem;left:7.5rem;display:block; }
 }