.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:245,241,228;--color-primary-1:221,208,167;--color-primary-2:187,160,78;--color-primary-3:94,80,39;--color-primary-4:28,24,12;--color-secondary-0:218,244,245;--color-secondary-1:132,217,221;--color-secondary-2:8,179,187;--color-secondary-3:4,90,94;--color-secondary-4:1,27,28;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image: -webkit-linear-gradient(top, #0758a9, #000000);background-image: -moz-linear-gradient(top, #0758a9, #000000);background-image: -ms-linear-gradient(top, #0758a9, #000000);background-image: -o-linear-gradient(top, #0758a9, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0758a9', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0758a9', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #0758a9, #000000);background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:75rem;height:76.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:8.25rem;left:29.6875rem;height:6.5996125rem;color:rgba(var(--color-primary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:34.5625rem;height:2.2749rem;color:#e3be6f;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.625rem;left:39.09375rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#qdEu3RHTGdbIIsqGJvnzbcaXco2FsDM9 { display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.625rem;left:25.3125rem;height:26.0625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaTpBCZd3M9v1WNWMShkS9M29OF2nKsL { position:absolute;display:block;z-index:15007;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:40.25rem;width:32.125rem;top:12.5rem;left:0rem;overflow:hidden;display:block; }
#Xw7tb8cT4Gtld9v2I6k4CkFnV2CDATVE { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:54.75rem;left:34.5625rem;height:1.6875rem;color:#e3be6f;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiE5kdRvBIbq69gAqi99TuWUpiO4b1Sl { display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:58.875rem;left:34.5625rem;height:11.375rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { background-color: transparent; background-image: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .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); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { border-width: 0; border-radius: 0; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.9375rem;width:75rem;position:relative;display:block; }#lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1679706573486rem;left:12.65625rem;height:2.5996125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { background-color: transparent; background-image: none; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container > .video-iframe-container { display: none; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row > .video-iframe-container { display: none; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .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); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { border-width: 0; border-radius: 0; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.1875rem;width:75rem;position:relative;display:block; }#riaICIVm1prueQsRQKMW6EgA98gLmqQu { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.5rem;top:5.625rem;left:2.75rem;display:block; }
#xJNq4AyPVDlCkJleNCzLTiKJiNaQfXoP { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.3125rem;left:3.875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v72Oxrw0i8bSeR4IWDU5wqasDOKU1SQX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.8359375rem;left:3.6875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldGeeWcL66nvT2oDIB6GLTRmgWbklE1x { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:2.75rem;left:10rem;display:block; }
#ql69OAUEWPl5xVzIOTiaBeKJ149d28nU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.5rem;top:5.75rem;left:27.5625rem;display:block; }
#mVk31PgC68hFqw5PPCaWupSTPwK2vHbU { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:8.8375005722044rem;left:28.687501907349rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wyaF8IBtTWri75ZlMeTNFddrltCHbcMq { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:2.875rem;left:34.8125rem;display:block; }
#ccKqTA5P6Rk0xCTG0JxSTcQEyrOIcxme { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:16.5625rem;left:28.6875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IREBWVlimUXSV2mNtvhAZaR3l71coKTw { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.5rem;top:5.9375rem;left:52.75rem;display:block; }
#DkrEtUrDGNe2eT9lbD5RD4Or5oKGG7EE { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:9.625rem;left:53.875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oI21TOHJFTvswEtJdmS8wLeTzTmT8HnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:16.5625rem;left:53.687501907349rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZCNieLQ9k73XKNKcK8vorOFTwOSE20n { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:3.75rem;top:2.90625rem;left:10.774219512939rem;overflow:hidden;display:block; }
#IJhoNZ0r5EnT3TTl1tmQfirCiFg7vwqh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:2.8125rem;top:3.55625rem;left:36.452717751751rem;overflow:hidden;display:block; }
#pczWZUrnzeleFBeEob5Mkr30o2ahWG9t { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:3.8125rem;top:2.75rem;left:60.593748092651rem;overflow:hidden;display:block; }
#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/DtdT0GMA/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.adaptive-delivery-prevent-bg, #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.lazyload, #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.lazyloading { background-image: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { background-color: transparent; background-image: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container > .video-iframe-container { display: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container { display: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .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); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { border-width: 0; border-radius: 0; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:74.375rem;width:75rem;position:relative;display:block; }#OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.97314453125rem;left:9.75rem;height:3.1621125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:8.84814453125rem;left:10.4375rem;height:8rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.875rem;left:13.34375rem;height:4.5498rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:27.59814453125rem;left:11.375rem;height:6rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.875rem;left:24rem;display:block; }
#aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:35.16064453125rem;left:12.0625rem;height:11.25rem;color:rgba(var(--color-primary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx li:before{  }
#lQC5uxHTuzhuVq3MKGcWAQ3aQrCKTvn2 { display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:49.34814453125rem;left:12.0625rem;height:12rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row .container { background-color: transparent; background-image: none; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row .container > .video-iframe-container { display: none; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row > .video-iframe-container { display: none; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .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); }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row .container { border-width: 0; border-radius: 0; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.9375rem;width:75rem;position:relative;display:block; }#cQZxtu8IAlh4k8B33JEgk7Whv1M4HZTb { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1679706573486rem;left:12.65625rem;height:2.5996125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { background-color: transparent; background-image: none; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container > .video-iframe-container { display: none; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row > .video-iframe-container { display: none; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .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); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { border-width: 0; border-radius: 0; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.1875rem;width:75rem;position:relative;display:block; }#rIR3RcXogT1NayxHOUqK9QUrcb088CXS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.5rem;top:5.625rem;left:2.75rem;display:block; }
#tOUzKGhnI8FC0L2M00RxKpLvUIIBH9tX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:"montserrat regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:9.3125rem;left:3.875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3VfdOh1cTcsmMEVCKr5Op8w4baEaMAM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"montserrat regular";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.625rem;left:3.875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqeudWkv71Z8cLEs2T78BJxHdWacaEuk { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:2.75rem;left:10rem;display:block; }
#TbQdfUzdv4LoWU829GZMWgiv1LlT4Qzn { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:"montserrat regular";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:9.3125rem;left:29.78750038147rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBd3fzzw4Pp2wH2pGhKWhTPXQ324lTdb { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:2.875rem;left:34.8125rem;display:block; }
#Cg8nhP4XLKmRJr1BhiK247NTecF6Q44D { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"montserrat regular";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:15.8125rem;left:28.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fU05Enb2kq5dFkFADCwkPfXcOrU1szuh { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.5rem;top:5.9375rem;left:52.75rem;display:block; }
#A62meIkHQp3HMSeAUczsZZnsCXHn13TW { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:"montserrat regular";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:9.625rem;left:53.875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xRJ5x6qNikW38FSzeaFdSmnNenJCzVIh { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:3.0625rem;left:60rem;display:block; }
#hevXOURHiW3xGmG22fSQ7BzkOaQAJVz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"montserrat regular";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:16rem;left:53.875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8NVVLiUsg269Tt0HyRxqMFfDX9ZTAIt { position:absolute;display:block;z-index:15027;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.375rem;width:5.875rem;top:3.25rem;left:9.75rem;overflow:hidden;display:block; }
#EhN4No6xEXKA1OM9zwriSiRuSI5BF9Il { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:4.4375rem;top:3.4250001907349rem;left:35.281251907349rem;overflow:hidden;display:block; }
#PkWQT2PtuZq04WlLEkfKoF1ZQQTeMs8K { position:absolute;display:block;z-index:15029;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:6.875rem;top:3.6125001907349rem;left:59.999998092651rem;overflow:hidden;display:block; }
#s9KbueewXeBVvRtfeFTeFRElElUIzMLK { display:block;width:30.6875rem;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.17578125rem;left:19.375rem;height:5.19921875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRtumHiQXs8DTskczI1BM8EL1e75RnMs { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.5rem;top:5.625rem;left:2.75rem;display:none; }
#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/s8PTWCu5maQ/unsplash/bruce-mars-s8PTWCu5maQ-photo-1520206183501-b80df61043c2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.adaptive-delivery-prevent-bg, #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.lazyload, #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.lazyloading { background-image: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { background-color: transparent; background-image: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container > .video-iframe-container { display: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container { display: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .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); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { border-width: 0; border-radius: 0; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.75rem;width:75rem;position:relative;display:block; }#MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { display:block;width:68.375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.3125rem;height:3.1621125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.27490234375rem;left:9.75rem;height:10rem;color:rgba(var(--color-primary-0),1);font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mfynwInSxmgD6aqoZSy0VOoIFSp07vfe { display:block;width:68.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5625rem;left:3.9375rem;height:3.8496125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#suZxWImGbM1kTA6BetskzGSpl3DEnN0p { display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:26.02490234375rem;left:9.75rem;height:18.1875rem;color:rgba(var(--color-primary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }#suZxWImGbM1kTA6BetskzGSpl3DEnN0p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#suZxWImGbM1kTA6BetskzGSpl3DEnN0p li:before{  }
#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat: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; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A.adaptive-delivery-prevent-bg, #gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A.lazyload, #gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A.lazyloading { background-image: none; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row .container { background-color: transparent; background-image: none; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row .container > .video-iframe-container { display: none; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row > .video-iframe-container { display: none; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .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); }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row .container { border-width: 0; border-radius: 0; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#eisJde7rOubOAx2znHP8RefmZKnmzsMv { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:14rem;left:3.125rem;display:block; }
#F7Iq7wTHcBIsUtTOWd0HuhRT5PFIwLIs { 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:7.875rem;width:17.25rem;top:12.1875rem;left:3.875rem;overflow:hidden;display:block; }
#Z4G0PAMXoJ02ZeioNu9sysVvEbgDhD1l { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.0625rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dAVH86mBXHFGWyMx6HGlnHUELMzQseM8 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:23.625rem;left:4.375rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LfigDHPxtwSgfZg1dszkyqo3SXIELTBi { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:14rem;left:28.125rem;display:block; }
#z7nPxsedMZRBTq0V7x2UTS2vFTT1rMTM { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.8125rem;left:29.375rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vo6xK6OZP7KJp2QbyKD7BxilT57rHTxB { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.25rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xP3y8kPbQTzmD9oanQ4M5D5yvLdNP5cq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:18.4375rem;top:12.125rem;left:28.3125rem;overflow:hidden;display:block; }
#wODnSCFOJ3lKPTnJvSvTv9MOgHS2bFXl { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:14rem;left:53.125rem;display:block; }
#a1gEgsy1oO9PblPmR3f1U1SRdFJtzgs2 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:23.8125rem;left:54.375rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o9Lz7p25W1K9yzpUnzKxf0TGAuKO7hXv { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:53.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRFpp3XQmfVVTTEOdwlddUFGUhl8Aafb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:18.75rem;top:12.1875rem;left:53.125rem;overflow:hidden;display:block; }
#fv3VrZFqhgyg31IcNalGtlTi8f53RDmA { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:24.375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otaHDVRlCxpVsTHo5fnc6KplXv5xq8nJ { color:#000000;display:block;width:51.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.66845703125rem;left:11.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xbXR0HaP4Ocqp6lRVzsncOS4wR0XnAIC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:18.4375rem;top:12.125rem;left:28.3125rem;overflow:hidden;display:none; }
#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/DtdT0GMA/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.adaptive-delivery-prevent-bg, #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.lazyload, #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.lazyloading { background-image: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { background-color: transparent; background-image: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container > .video-iframe-container { display: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container { display: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .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); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { border-width: 0; border-radius: 0; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.3125rem;width:75rem;position:relative;display:block; }#d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.24951171875rem;left:28.125rem;height:2.5996125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:6.78662109375rem;left:36.09375rem;height:2rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#LH7TGm33p1dzQDtNUOgo82RnxybHLobS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:4.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.9375rem;left:28.40625rem;display:block; }
#z55EgbL7Uq784KaLZdIZFkVholC0utiJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#vRu4BksbbFKGidm8J2Mo43KWXt3QbLUL { display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.55078125rem;left:10.5625rem;height:7.312rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { position:relative;display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { background-color: transparent; background-image: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container > .video-iframe-container { display: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row > .video-iframe-container { display: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .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); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { border-width: 0; border-radius: 0; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.375rem;width:17.5625rem;top:5.375rem;left:9.9375rem;overflow:hidden;display:block; }
#ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.4375001192093rem;left:30.875000953674rem;height:3.0874rem;font-style:normal;display:block; }
#ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { color:rgba(var(--color-tertiary-4),0.7);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.875;letter-spacing:0;top:8.2373046875rem;left:30.875rem;height:33.515625rem;font-style:normal;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0b0636;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; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:"open sans";height:3.875rem;width:75rem;position:relative;display:block; }#soouDdfhivX513l2lDNEqlIT2suOqc2J { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3679695129394rem;left:31.250001907349rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:43.8125rem;height:6.5625rem;top:8.25rem;left:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:32.6875rem;height:2.25rem;top:4rem;left:15.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:25rem;height:5.1875rem;top:17.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #qdEu3RHTGdbIIsqGJvnzbcaXco2FsDM9 { width:47.75rem;height:26.0625rem;top:26.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTpBCZd3M9v1WNWMShkS9M29OF2nKsL { top:12.5rem;left:0rem;width:32.125rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw7tb8cT4Gtld9v2I6k4CkFnV2CDATVE { width:30rem;height:1.6875rem;top:54.75rem;left:17.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiE5kdRvBIbq69gAqi99TuWUpiO4b1Sl { width:31.0625rem;height:11.375rem;top:58.875rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { width:47.75rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH { display:block; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riaICIVm1prueQsRQKMW6EgA98gLmqQu { width:19.5rem;height:13.125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNq4AyPVDlCkJleNCzLTiKJiNaQfXoP { width:17.625rem;height:5.5625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72Oxrw0i8bSeR4IWDU5wqasDOKU1SQX { width:17.625rem;height:1.75rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGeeWcL66nvT2oDIB6GLTRmgWbklE1x { top:2.75rem;left:5.4375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql69OAUEWPl5xVzIOTiaBeKJ149d28nU { width:19.5rem;height:13.125rem;top:5.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVk31PgC68hFqw5PPCaWupSTPwK2vHbU { width:17.625rem;height:6.9375rem;top:8.8125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyaF8IBtTWri75ZlMeTNFddrltCHbcMq { top:2.875rem;left:21.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKqTA5P6Rk0xCTG0JxSTcQEyrOIcxme { width:17.625rem;height:1.75rem;top:16.5625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IREBWVlimUXSV2mNtvhAZaR3l71coKTw { width:19.5rem;height:13.125rem;top:5.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkrEtUrDGNe2eT9lbD5RD4Or5oKGG7EE { width:17.625rem;height:5.5625rem;top:9.625rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI21TOHJFTvswEtJdmS8wLeTzTmT8HnJ { width:17.625rem;height:1.75rem;top:16.5625rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZCNieLQ9k73XKNKcK8vorOFTwOSE20n { top:2.875rem;left:6.2117195129394rem;width:3.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJhoNZ0r5EnT3TTl1tmQfirCiFg7vwqh { top:3.5rem;left:22.765217751751rem;width:2.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pczWZUrnzeleFBeEob5Mkr30o2ahWG9t { top:2.75rem;left:37.781248092651rem;width:3.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:47.75rem;height:3.125rem;top:2.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:47.75rem;height:8rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:47.75rem;height:4.5rem;top:19.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:47.75rem;height:6rem;top:27.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:27rem;height:5.5rem;top:63.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:45.125rem;height:11.25rem;top:35.125rem;left:0rem;font-size:1.25rem;display:block; }#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx li:before{  }
 }@media only screen and (max-width: 763px) { #lQC5uxHTuzhuVq3MKGcWAQ3aQrCKTvn2 { width:47.75rem;height:12rem;top:49.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBa3B8MA1F61EGCoGlnlu3XdBz085UAy { display:block; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQZxtu8IAlh4k8B33JEgk7Whv1M4HZTb { width:47.75rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuzDJfiz8GoylK34tMEfvMzcElAyLMoC { display:block; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIR3RcXogT1NayxHOUqK9QUrcb088CXS { width:19.5rem;height:13.125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUzKGhnI8FC0L2M00RxKpLvUIIBH9tX { width:17.625rem;height:5.5625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VfdOh1cTcsmMEVCKr5Op8w4baEaMAM { width:17.625rem;height:1.75rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqeudWkv71Z8cLEs2T78BJxHdWacaEuk { top:2.75rem;left:5.4375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQdfUzdv4LoWU829GZMWgiv1LlT4Qzn { width:17.625rem;height:5.5625rem;top:9.3125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBd3fzzw4Pp2wH2pGhKWhTPXQ324lTdb { top:2.875rem;left:21.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8nhP4XLKmRJr1BhiK247NTecF6Q44D { width:17.625rem;height:1.75rem;top:15.8125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU05Enb2kq5dFkFADCwkPfXcOrU1szuh { width:19.5rem;height:13.125rem;top:5.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62meIkHQp3HMSeAUczsZZnsCXHn13TW { width:17.625rem;height:4.1875rem;top:9.625rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJ5x6qNikW38FSzeaFdSmnNenJCzVIh { top:3.0625rem;left:37.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hevXOURHiW3xGmG22fSQ7BzkOaQAJVz1 { width:17.625rem;height:1.75rem;top:16rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8NVVLiUsg269Tt0HyRxqMFfDX9ZTAIt { top:3.25rem;left:5.1875rem;width:5.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhN4No6xEXKA1OM9zwriSiRuSI5BF9Il { top:3.375rem;left:21.593751907349rem;width:4.4375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkWQT2PtuZq04WlLEkfKoF1ZQQTeMs8K { top:3.5625rem;left:37.187498092651rem;width:6.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:30.6875rem;height:5.1875rem;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRtumHiQXs8DTskczI1BM8EL1e75RnMs { width:19.5rem;height:13.125rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:47.75rem;height:3.125rem;top:3.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:47.75rem;height:10rem;top:15.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfynwInSxmgD6aqoZSy0VOoIFSp07vfe { width:47.75rem;height:3.8125rem;top:8.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suZxWImGbM1kTA6BetskzGSpl3DEnN0p { width:47.75rem;height:18.1875rem;top:26rem;left:0rem;font-size:1.25rem;display:block; }#suZxWImGbM1kTA6BetskzGSpl3DEnN0p li:before{  }
 }@media only screen and (max-width: 763px) { #gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A { display:block; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eisJde7rOubOAx2znHP8RefmZKnmzsMv { width:18.75rem;height:17rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Iq7wTHcBIsUtTOWd0HuhRT5PFIwLIs { width:17.25rem;height:7.875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4G0PAMXoJ02ZeioNu9sysVvEbgDhD1l { width:18.75rem;height:1.625rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAVH86mBXHFGWyMx6HGlnHUELMzQseM8 { width:16.25rem;height:6.375rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfigDHPxtwSgfZg1dszkyqo3SXIELTBi { width:18.75rem;height:17rem;top:14rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7nPxsedMZRBTq0V7x2UTS2vFTT1rMTM { width:16.25rem;height:6.375rem;top:23.8125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo6xK6OZP7KJp2QbyKD7BxilT57rHTxB { width:18.75rem;height:1.625rem;top:21.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP3y8kPbQTzmD9oanQ4M5D5yvLdNP5cq { width:18.4375rem;height:8.0625rem;top:12.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wODnSCFOJ3lKPTnJvSvTv9MOgHS2bFXl { width:18.75rem;height:17rem;top:14rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1gEgsy1oO9PblPmR3f1U1SRdFJtzgs2 { width:16.25rem;height:6.375rem;top:23.8125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Lz7p25W1K9yzpUnzKxf0TGAuKO7hXv { width:18.75rem;height:1.625rem;top:21.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRFpp3XQmfVVTTEOdwlddUFGUhl8Aafb { width:18.75rem;height:8.125rem;top:12.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv3VrZFqhgyg31IcNalGtlTi8f53RDmA { width:25rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otaHDVRlCxpVsTHo5fnc6KplXv5xq8nJ { width:47.75rem;height:2.875rem;top:7.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbXR0HaP4Ocqp6lRVzsncOS4wR0XnAIC { width:18.4375rem;height:8.0625rem;top:12.125rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { width:22.375rem;height:2.5625rem;top:3.1875rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { width:6.4375rem;height:2rem;top:6.75rem;left:22.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH7TGm33p1dzQDtNUOgo82RnxybHLobS { width:21.8125rem;height:4.4375rem;top:9.9375rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55EgbL7Uq784KaLZdIZFkVholC0utiJ { display:block; }
 }@media only screen and (max-width: 763px) { #vRu4BksbbFKGidm8J2Mo43KWXt3QbLUL { width:47.75rem;height:7.25rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { top:5.375rem;left:0rem;width:17.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { width:27.5625rem;height:3.0625rem;top:4.4375rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { width:38.1875rem;height:33.5rem;top:8.1875rem;left:9.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { top:1.3125rem;left:17.625000953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image: -webkit-linear-gradient(top, #274472, #000000);background-image: -moz-linear-gradient(top, #274472, #000000);background-image: -ms-linear-gradient(top, #274472, #000000);background-image: -o-linear-gradient(top, #274472, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#274472', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#274472', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #274472, #000000);background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:6.59911875rem;top:30.2119125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:19.5rem;height:3.6875rem;top:38.0605375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #qdEu3RHTGdbIIsqGJvnzbcaXco2FsDM9 { width:20rem;height:39.0625rem;top:42.9980375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTpBCZd3M9v1WNWMShkS9M29OF2nKsL { width:20rem;height:25rem;top:3.9619125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw7tb8cT4Gtld9v2I6k4CkFnV2CDATVE { width:20rem;height:3.375rem;top:83.3105375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiE5kdRvBIbq69gAqi99TuWUpiO4b1Sl { width:20rem;height:16.25rem;top:87.9355375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { width:20rem;height:1.4624rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH { display:block; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riaICIVm1prueQsRQKMW6EgA98gLmqQu { width:19.5rem;height:12.1875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNq4AyPVDlCkJleNCzLTiKJiNaQfXoP { width:17.625rem;height:6.3984375rem;top:4.80078125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72Oxrw0i8bSeR4IWDU5wqasDOKU1SQX { width:17.625rem;height:1.5996125rem;top:11.4609375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGeeWcL66nvT2oDIB6GLTRmgWbklE1x { width:5.375rem;height:5.375rem;top:-1.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql69OAUEWPl5xVzIOTiaBeKJ149d28nU { width:19.5rem;height:13.9375rem;top:20.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVk31PgC68hFqw5PPCaWupSTPwK2vHbU { width:17.625rem;height:7.9980625rem;top:23.46240234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyaF8IBtTWri75ZlMeTNFddrltCHbcMq { width:5.375rem;height:5.375rem;top:13.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKqTA5P6Rk0xCTG0JxSTcQEyrOIcxme { width:17.625rem;height:1.5996125rem;top:32.33740234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IREBWVlimUXSV2mNtvhAZaR3l71coKTw { width:19.5rem;height:14.0625rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkrEtUrDGNe2eT9lbD5RD4Or5oKGG7EE { width:17.625rem;height:7.9980625rem;top:43.84423828125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI21TOHJFTvswEtJdmS8wLeTzTmT8HnJ { width:17.625rem;height:1.5996125rem;top:52.4375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZCNieLQ9k73XKNKcK8vorOFTwOSE20n { width:3.75rem;height:5.0625rem;top:-1.46875rem;left:8.08642578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJhoNZ0r5EnT3TTl1tmQfirCiFg7vwqh { width:2.8125rem;height:5.1875rem;top:17.55615234375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pczWZUrnzeleFBeEob5Mkr30o2ahWG9t { width:3.8125rem;height:5.5rem;top:37.93798828125rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:20rem;height:103.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:20rem;height:18rem;top:6.898925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:20rem;height:9.0996125rem;top:26.148925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:20rem;height:14rem;top:36.49855rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:20rem;height:6.125rem;top:97.49855rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:20rem;height:21.25rem;top:51.74855rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx li:before{  }
 }@media only screen and (max-width: 763px) { #lQC5uxHTuzhuVq3MKGcWAQ3aQrCKTvn2 { width:20rem;height:22rem;top:74.24855rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBa3B8MA1F61EGCoGlnlu3XdBz085UAy { display:block; }#hBa3B8MA1F61EGCoGlnlu3XdBz085UAy > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQZxtu8IAlh4k8B33JEgk7Whv1M4HZTb { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuzDJfiz8GoylK34tMEfvMzcElAyLMoC { display:block; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIR3RcXogT1NayxHOUqK9QUrcb088CXS { width:19.5rem;height:13.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUzKGhnI8FC0L2M00RxKpLvUIIBH9tX { width:17.625rem;height:7.9980625rem;top:6.50048828125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VfdOh1cTcsmMEVCKr5Op8w4baEaMAM { width:17.625rem;height:1.5996125rem;top:15.71240234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqeudWkv71Z8cLEs2T78BJxHdWacaEuk { width:5.375rem;height:5.375rem;top:-1.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQdfUzdv4LoWU829GZMWgiv1LlT4Qzn { width:17.625rem;height:7.9980625rem;top:27.599609375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBd3fzzw4Pp2wH2pGhKWhTPXQ324lTdb { width:5.375rem;height:5.375rem;top:20.17480625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8nhP4XLKmRJr1BhiK247NTecF6Q44D { width:17.625rem;height:1.5996125rem;top:36.22265625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU05Enb2kq5dFkFADCwkPfXcOrU1szuh { width:19.5rem;height:13.125rem;top:41.572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62meIkHQp3HMSeAUczsZZnsCXHn13TW { width:17.625rem;height:6.3984375rem;top:45.634765625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJ5x6qNikW38FSzeaFdSmnNenJCzVIh { width:5.375rem;height:5.375rem;top:41.572265625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hevXOURHiW3xGmG22fSQ7BzkOaQAJVz1 { width:17.625rem;height:1.5996125rem;top:52.697265625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8NVVLiUsg269Tt0HyRxqMFfDX9ZTAIt { width:5.875rem;height:4.375rem;top:1.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhN4No6xEXKA1OM9zwriSiRuSI5BF9Il { width:4.4375rem;height:5.9375rem;top:20.7246109375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkWQT2PtuZq04WlLEkfKoF1ZQQTeMs8K { width:6.875rem;height:4.5625rem;top:40.6220703125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:20rem;height:2.92480625rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRtumHiQXs8DTskczI1BM8EL1e75RnMs { width:19.5rem;height:13.125rem;top:24.8486328125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:20rem;height:20rem;top:19.5849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfynwInSxmgD6aqoZSy0VOoIFSp07vfe { width:20rem;height:9.624025rem;top:7.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suZxWImGbM1kTA6BetskzGSpl3DEnN0p { width:20rem;height:32.1875rem;top:42.5224609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#suZxWImGbM1kTA6BetskzGSpl3DEnN0p li:before{  }
 }@media only screen and (max-width: 763px) { #gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A { display:block; }#gSSrPey0J2sVHH8oJMAT6WE3vIaVGb6A > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eisJde7rOubOAx2znHP8RefmZKnmzsMv { width:18.75rem;height:17rem;top:14.9619375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Iq7wTHcBIsUtTOWd0HuhRT5PFIwLIs { width:13.6875rem;height:6rem;top:14.9619140625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4G0PAMXoJ02ZeioNu9sysVvEbgDhD1l { width:18.75rem;height:1.29980625rem;top:22.0244375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAVH86mBXHFGWyMx6HGlnHUELMzQseM8 { width:16.25rem;height:6.3984375rem;top:24.5869375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfigDHPxtwSgfZg1dszkyqo3SXIELTBi { width:18.75rem;height:17rem;top:33.2119375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7nPxsedMZRBTq0V7x2UTS2vFTT1rMTM { width:16.25rem;height:6.3984375rem;top:43.0244375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo6xK6OZP7KJp2QbyKD7BxilT57rHTxB { width:18.75rem;height:1.29980625rem;top:40.4619375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP3y8kPbQTzmD9oanQ4M5D5yvLdNP5cq { width:14.125rem;height:6.1875rem;top:33.2119140625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wODnSCFOJ3lKPTnJvSvTv9MOgHS2bFXl { width:18.75rem;height:17rem;top:51.4619375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1gEgsy1oO9PblPmR3f1U1SRdFJtzgs2 { width:16.25rem;height:6.3984375rem;top:61.2744375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Lz7p25W1K9yzpUnzKxf0TGAuKO7hXv { width:18.75rem;height:1.29980625rem;top:58.7119375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRFpp3XQmfVVTTEOdwlddUFGUhl8Aafb { width:3.125rem;height:1.4375rem;top:69.7119375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv3VrZFqhgyg31IcNalGtlTi8f53RDmA { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otaHDVRlCxpVsTHo5fnc6KplXv5xq8nJ { width:20rem;height:8.7744375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbXR0HaP4Ocqp6lRVzsncOS4wR0XnAIC { width:14.125rem;height:6.1875rem;top:51.4619140625rem;left:2.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { width:20rem;height:1.4624rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { width:20rem;height:2rem;top:5.64892578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH7TGm33p1dzQDtNUOgo82RnxybHLobS { width:19rem;height:5.1875rem;top:9.02392578125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55EgbL7Uq784KaLZdIZFkVholC0utiJ { display:block; }
 }@media only screen and (max-width: 763px) { #vRu4BksbbFKGidm8J2Mo43KWXt3QbLUL { width:20rem;height:7.312rem;top:17.52392578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { width:17.5625rem;height:26.375rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { width:20rem;height:2.2749rem;top:28.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { width:20rem;height:60rem;top:32.3994125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { width:12.5rem;height:1.13720625rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }