.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:93,146,255;--color-primary-1:0,122,255;--color-primary-2:41,70,116;--color-primary-3:33,45,58;--color-primary-4:1,16,35;--color-secondary-0:255,246,217;--color-secondary-1:255,226,128;--color-secondary-2:255,196,0;--color-secondary-3:128,98,0;--color-secondary-4:38,29,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(344deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(344deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(344deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(344deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(344deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container { background-color: transparent; background-image: none; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container > .video-iframe-container { display: none; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row > .video-iframe-container { display: none; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .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); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container { border-width: 0; border-radius: 0; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#hQS20KVeFxPdxARlP4c0dJ0XoZzsvWKa { color:rgba(var(--color-tertiary-0),1);display:block;width:71.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.5625rem;left:1.90625rem;height:11.4550625rem;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; }
#XO6HHL6Awf1urImqbz3Mq7EPJz6oATJR { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:12.78125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QWTb6ke6VDxFVMxaBqpJUC37V1bQacGc { box-sizing:content-box;height:2.5625rem;width:20.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.3687500953675rem;left:27.21875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#bTlxtGiwEAbtOwCJfSqa4wu4UgD7hQRW { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.8125rem;left:27.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JrvZPEhvR7oz0ATXb0yenAgnxJ3iiJx7 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:30.375rem;left:7.8125rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KnX8igo3oFLKVdKBSbSE5AQTca9UIxvc { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:32.5rem;left:4.5rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wb1FdIzhqS0w2UtTNHn4OhxN2obG7ok7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:36.375rem;left:34.0625rem; }
#qEWgdmskZT2s4omhSAWdr4Rf1MhJftDJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:36.375rem;left:35.4375rem; }
#o5rtimtgIbS2d3AXnIqQib02hJu38TLi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.375rem;left:36.8125rem; }
#QJDAw7ADWP1gRT2HuyTnOUPJcscZpRqf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36.375rem;left:38.1875rem; }
#BZAri26G0SNLURkxwwqarZRM69e2qSmZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36.375rem;left:39.5625rem; }
#zxBe1OtCDa29Jbe708PqCsa9kMNKAyW8 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:38.375rem;left:7.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZK4c5wP8Sg4VMGNRtdkSQlcJ0mw2FGd { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:40.5rem;left:7.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iP5cRScoSP8F1vI0PfIk89C0Ik7Wi4aO { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:29.75rem;left:23.875rem;display:block; }
#iG5gC8khkgLyadtddiWKv2VHDXoQoI0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa { position:relative;display:block; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa { background-color: transparent; background-image: none; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .row .container > .video-iframe-container { display: none; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .row > .video-iframe-container { display: none; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .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); }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa { border-width: 0; border-radius: 0; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .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; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:96.8125rem;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; }#fXwUltEZRSsuvZvyrkdJa0ba3L3mQ17T { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:25.186718940735rem;left:16.25rem;height:32.29441875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UpVWor9qH2SeE6AzsPkE0uxFS6l1TFyS { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.68593788147rem;left:8.96875rem;height:10.724125rem;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; }
#oXzTuVcPrTbHZhLpsusxcDcrnyNUAsss { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:13.1875rem;height:4.63125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJ3crWhmBosBHSavZTsoigt3Sv2fKwzN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:7.5625rem;left:8.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwmdwxxGcVHC9WPNdOmyHTwrUaAq723a { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:33.03125rem;height:4.63125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTTxGkiL9mt6UHt0NPKPMP4TDG7GGcws { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5625rem;left:28.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0WhXh1aO5vnFt2EZTLKruhVAfQxQeRW { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.25rem;left:54.875rem;height:4.63125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oqSheNdf0EwUTTzwsCT51bZ1LFzRSzfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.5625rem;left:47.737499237061rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8lxwT3dUVosiRnKKMP3pU7Wkn5BGDOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:65.25rem;left:16.25rem; }
#LHhXxMtWUJfpm8lSPRxbHS8sHpbhgKUu { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:65.25rem;left:19rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MMMzkKz2snhPsdQ13IyPKmTL8wTlQwFP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:68.6875rem;left:16.25rem; }
#QuHdThPBlvT0NIiktVpe47Qr7v5tC1GW { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:68.6875rem;left:19rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SJkIC3Z3rEHl7vVqlTN76r2fWDahb19x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:72.125rem;left:16.25rem; }
#J8rGR55U3g63ycBgTE6awd9RzBQJmKK4 { color:#21201e;display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:72.125rem;left:19rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M4w3cnId8rydbJ6LZ6RzAL3FhW2mPmH3 { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:75.3125rem;left:16.25rem;height:3.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Siw0P0piP556lSxwHCzfhxAAXRUctOcv { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:26rem;left:23.875rem;display:none; }
#AQOrB2npzfgRyTM1QB2UstdbFFbg1Mah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOiurQGcvwzwINStUCnXT23NITQMBInr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:87.8125rem;left:34.0625rem; }
#aJT96p79PKVTGHdm4ewi2NSA40ilB4b0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:87.8125rem;left:35.4375rem; }
#rIia8HLooHR1h1pHkOUdr5K5JtpIKdnO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:87.8125rem;left:36.8125rem; }
#IOzKXv7e4unzCoBN3MmfNZ0dc3WFWxfM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:87.8125rem;left:38.1875rem; }
#sDZCMmzqVDFUFcm3tKpmrcFXPvZ2VqHF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:87.8125rem;left:39.5625rem; }
#RuCITUsAzpAOLIHm2EyrT1V3n9WQ35ev { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:89.8125rem;left:7.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#suzssI99QtMJT8kTBggKZ3cOIe5t6R65 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:91.9375rem;left:7.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhiKFhAtTvh91coVHElKslvyawRruohA { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:81.25rem;left:27.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#V3hqH7y6vA6QiMxGuJm4wO53F6n13EGJ { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:81.1875rem;left:23.875rem;display:block; }
#TTs42ll6zI3yERcQsS158pQh7IXTHRkX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKmBT1OmqxOLhdaAIlzw8ZVDvZ6kUs9F { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:83.9375rem;left:4.5rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgTZNv2RhfzLMK1N6caeb9OuxZz4ZuTr { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:81.8125rem;left:7.8125rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(344deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(344deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(344deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(344deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(344deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row .container { background-color: transparent; background-image: none; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row .container > .video-iframe-container { display: none; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row > .video-iframe-container { display: none; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .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); }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row .container { border-width: 0; border-radius: 0; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#OVVPn5d2A3C6Pq7HeKTkf7PzZN9nluFK { color:rgba(var(--color-tertiary-0),1);display:block;width:57.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:8.625rem;height:;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; }
#ciBp5VvzLeDvK1RTn3QDbeSDc1q8azhi { position:absolute;display:block;z-index:15008;height:14.4375rem;width:24.0625rem;top:13.499218463898rem;left:25.46875rem;display:block; }
#Ck33Wh2MBHNe0nI4eA7W3JE0QS3ddJ70 { position:absolute;display:block;z-index:15009;height:14.4375rem;width:24.0625rem;top:13.498438358307rem;left:0rem;display:block; }
#XR0d0eariMAadItgrIqFf70WveO84sfI { position:absolute;display:block;z-index:15009;height:14.4375rem;width:24.0625rem;top:13.5rem;left:50.9375rem;display:block; }
#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.73);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; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container { background-color: transparent; background-image: none; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container > .video-iframe-container { display: none; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row > .video-iframe-container { display: none; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .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); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container { border-width: 0; border-radius: 0; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#olQxWhkvQpc2H785O9aET055robtd3Gu { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9375004768372rem;left:11.28125rem;height:3.49375rem;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; }
#ztKN9Ox96MTNaqKpCm0ETyd39OKKFowR { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:8.4375rem;left:15.8125rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bMCbNsSy3MekFt8fxQIEgdIV5uGpBKkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12rem;left:15.8125rem; }
#CHKFELTTeWwe2uZv1VtIp4zfOLFPdUkf { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:11.25rem;left:18.5625rem;height:3.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p8JoyQR7TSSdNnhhOaaAEiBOTeWVp9Gn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.125rem;left:15.8125rem; }
#c78EE5zKA680w57qJ4E96eH7VViMTcSH { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:15.375rem;left:18.5625rem;height:1.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V228any94lSvkr38n5gaSDPdIFDbiZ0s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.0625rem;left:15.8125rem; }
#mBbuBSNbNt5p6FBPzUW3bNoAtCG5638m { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:19.3125rem;left:18.5625rem;height:3.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wCtLJMWlQ5cywdByDPzABZzFB9Hmt3zD { color:#21201e;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:23.75rem;left:15.8125rem;height:3.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vVV2HMXP2iIfvVoKC4bJenA8B97MGZpF { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:40.625rem;left:7.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdpTI1MmEV5x3AgySJqhi5uSiC9ADFL1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:36.5rem;left:36.8125rem; }
#U7w6TWEiAKXO4M9C7vUqW1Sbynvf6ITD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:36.5rem;left:38.1875rem; }
#X6mQncoGfmd2aOakygme8AwZoIkTapJy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:36.5rem;left:39.5625rem; }
#bmqgA39OEcv46fxtdxPmr21hTIqDxT86 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:38.5rem;left:7.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIdpVcgsyrSlNOOv0qTuKXwggT0Eg2H7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.5rem;left:35.4375rem; }
#pWr0MTxziTMrByNBErZZ6P2m0icmPZkJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:36.5rem;left:34.0625rem; }
#Sbtent8lACIafcZ9JUEaOaz4fMtdFcT3 { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.9375rem;left:27.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PdalLWUls1gID8r3qFAxRvJxDHFDDfUt { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:29.875rem;left:23.875rem;display:block; }
#bbGlTBX9Uob5r0ge7UAOQ6BKAGa2yd0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCASXg2oRe5cH4Ehh0QudoBleygbg4Hw { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:32.625rem;left:4.5rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pce9nUbNVazDplvBnp7qwR8A3E2XQnKc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:30.5rem;left:7.8125rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqbyeOd0OER8GXargQIfZua0J5xSclk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21201e;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; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row .container { background-color: transparent; background-image: none; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row .container > .video-iframe-container { display: none; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row > .video-iframe-container { display: none; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .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); }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row .container { border-width: 0; border-radius: 0; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#eNzVGtlGLhz8DUaX3Rzan0Rq9A4wdZED { background-color:#21201e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.93671989440919rem;left:28.75rem;display:block; }
#A8ODfyzf38iTidcN2mPDhTdrBBcD0HNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq { display:block; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQS20KVeFxPdxARlP4c0dJ0XoZzsvWKa { width:47.75rem;height:15.25rem;top:11.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO6HHL6Awf1urImqbz3Mq7EPJz6oATJR { top:7rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWTb6ke6VDxFVMxaBqpJUC37V1bQacGc { top:6.3125rem;left:11.1875rem;width:20.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlxtGiwEAbtOwCJfSqa4wu4UgD7hQRW { top:29.8125rem;left:12.5rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrvZPEhvR7oz0ATXb0yenAgnxJ3iiJx7 { top:30.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnX8igo3oFLKVdKBSbSE5AQTca9UIxvc { top:32.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1FdIzhqS0w2UtTNHn4OhxN2obG7ok7 { top:36.375rem;left:20.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWgdmskZT2s4omhSAWdr4Rf1MhJftDJ { top:36.375rem;left:21.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5rtimtgIbS2d3AXnIqQib02hJu38TLi { top:36.375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJDAw7ADWP1gRT2HuyTnOUPJcscZpRqf { top:36.375rem;left:24.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZAri26G0SNLURkxwwqarZRM69e2qSmZ { top:36.375rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxBe1OtCDa29Jbe708PqCsa9kMNKAyW8 { top:38.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZK4c5wP8Sg4VMGNRtdkSQlcJ0mw2FGd { top:40.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP5cRScoSP8F1vI0PfIk89C0Ik7Wi4aO { width:27.25rem;height:5.125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5gC8khkgLyadtddiWKv2VHDXoQoI0P { display:block; }
 }@media only screen and (max-width: 763px) { #XhNgLMigXn5pnGX22zVPTLifzuqS1FRa { display:block; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXwUltEZRSsuvZvyrkdJa0ba3L3mQ17T { top:25.125rem;left:2.625rem;width:43.3125rem;height:39.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpVWor9qH2SeE6AzsPkE0uxFS6l1TFyS { width:47.75rem;height:10.6875rem;top:12.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXzTuVcPrTbHZhLpsusxcDcrnyNUAsss { width:9.75rem;height:4.625rem;top:3.25rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ3crWhmBosBHSavZTsoigt3Sv2fKwzN { top:7.5625rem;left:0rem;width:18.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwmdwxxGcVHC9WPNdOmyHTwrUaAq723a { width:9.75rem;height:4.625rem;top:3.25rem;left:19.40625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTxGkiL9mt6UHt0NPKPMP4TDG7GGcws { top:7.5625rem;left:14.875rem;width:18.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0WhXh1aO5vnFt2EZTLKruhVAfQxQeRW { width:9.75rem;height:4.625rem;top:3.25rem;left:38rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqSheNdf0EwUTTzwsCT51bZ1LFzRSzfQ { top:7.5625rem;left:28.9375rem;width:18.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8lxwT3dUVosiRnKKMP3pU7Wkn5BGDOq { top:65.25rem;left:2.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhXxMtWUJfpm8lSPRxbHS8sHpbhgKUu { top:65.25rem;left:4.4375rem;width:43.3125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMMzkKz2snhPsdQ13IyPKmTL8wTlQwFP { top:68.6875rem;left:2.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHdThPBlvT0NIiktVpe47Qr7v5tC1GW { top:68.6875rem;left:4.4375rem;width:43.3125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJkIC3Z3rEHl7vVqlTN76r2fWDahb19x { top:72.125rem;left:2.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8rGR55U3g63ycBgTE6awd9RzBQJmKK4 { top:72.125rem;left:2.375rem;width:45.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4w3cnId8rydbJ6LZ6RzAL3FhW2mPmH3 { top:75.3125rem;left:2.625rem;width:43.3125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Siw0P0piP556lSxwHCzfhxAAXRUctOcv { width:27.25rem;height:5.125rem;top:26rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQOrB2npzfgRyTM1QB2UstdbFFbg1Mah { display:block; }
 }@media only screen and (max-width: 763px) { #SOiurQGcvwzwINStUCnXT23NITQMBInr { top:87.8125rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJT96p79PKVTGHdm4ewi2NSA40ilB4b0 { top:87.8125rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIia8HLooHR1h1pHkOUdr5K5JtpIKdnO { top:87.8125rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOzKXv7e4unzCoBN3MmfNZ0dc3WFWxfM { top:87.8125rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDZCMmzqVDFUFcm3tKpmrcFXPvZ2VqHF { top:87.8125rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuCITUsAzpAOLIHm2EyrT1V3n9WQ35ev { top:89.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suzssI99QtMJT8kTBggKZ3cOIe5t6R65 { top:91.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhiKFhAtTvh91coVHElKslvyawRruohA { top:81.25rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3hqH7y6vA6QiMxGuJm4wO53F6n13EGJ { width:27.25rem;height:5.125rem;top:81.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTs42ll6zI3yERcQsS158pQh7IXTHRkX { display:block; }
 }@media only screen and (max-width: 763px) { #KKmBT1OmqxOLhdaAIlzw8ZVDvZ6kUs9F { top:83.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgTZNv2RhfzLMK1N6caeb9OuxZz4ZuTr { top:81.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs { display:block; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVVPn5d2A3C6Pq7HeKTkf7PzZN9nluFK { width:47.75rem;height:;top:3.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciBp5VvzLeDvK1RTn3QDbeSDc1q8azhi { top:13.4375rem;left:11.84375rem;width:24.0625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck33Wh2MBHNe0nI4eA7W3JE0QS3ddJ70 { top:13.4375rem;left:0rem;width:24.0625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR0d0eariMAadItgrIqFf70WveO84sfI { top:13.5rem;left:23.6875rem;width:24.0625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ { display:block; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olQxWhkvQpc2H785O9aET055robtd3Gu { width:47.75rem;height:3.4375rem;top:3.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztKN9Ox96MTNaqKpCm0ETyd39OKKFowR { top:8.4375rem;left:2.1875rem;width:43.3125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMCbNsSy3MekFt8fxQIEgdIV5uGpBKkg { top:12rem;left:2.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHKFELTTeWwe2uZv1VtIp4zfOLFPdUkf { top:11.25rem;left:4.4375rem;width:43.3125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8JoyQR7TSSdNnhhOaaAEiBOTeWVp9Gn { top:16.125rem;left:2.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c78EE5zKA680w57qJ4E96eH7VViMTcSH { top:15.375rem;left:4.4375rem;width:43.3125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V228any94lSvkr38n5gaSDPdIFDbiZ0s { top:20.0625rem;left:2.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBbuBSNbNt5p6FBPzUW3bNoAtCG5638m { top:19.3125rem;left:4.4375rem;width:43.3125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCtLJMWlQ5cywdByDPzABZzFB9Hmt3zD { top:23.75rem;left:2.1875rem;width:43.3125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVV2HMXP2iIfvVoKC4bJenA8B97MGZpF { top:40.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdpTI1MmEV5x3AgySJqhi5uSiC9ADFL1 { top:36.5rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7w6TWEiAKXO4M9C7vUqW1Sbynvf6ITD { top:36.5rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6mQncoGfmd2aOakygme8AwZoIkTapJy { top:36.5rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmqgA39OEcv46fxtdxPmr21hTIqDxT86 { top:38.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIdpVcgsyrSlNOOv0qTuKXwggT0Eg2H7 { top:36.5rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWr0MTxziTMrByNBErZZ6P2m0icmPZkJ { top:36.5rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbtent8lACIafcZ9JUEaOaz4fMtdFcT3 { top:29.9375rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdalLWUls1gID8r3qFAxRvJxDHFDDfUt { width:27.25rem;height:5.125rem;top:29.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbGlTBX9Uob5r0ge7UAOQ6BKAGa2yd0V { display:block; }
 }@media only screen and (max-width: 763px) { #DCASXg2oRe5cH4Ehh0QudoBleygbg4Hw { top:32.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pce9nUbNVazDplvBnp7qwR8A3E2XQnKc { top:30.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqbyeOd0OER8GXargQIfZua0J5xSclk8 { display:block; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNzVGtlGLhz8DUaX3Rzan0Rq9A4wdZED { width:17.5rem;height:3.4375rem;top:0.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ODfyzf38iTidcN2mPDhTdrBBcD0HNT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #212d3a, #01012f);background-image: -moz-linear-gradient(156deg, #212d3a, #01012f);background-image: -ms-linear-gradient(156deg, #212d3a, #01012f);background-image: -o-linear-gradient(156deg, #212d3a, #01012f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d3a', endColorstr='#01012f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d3a', endColorstr='#01012f' );";background-image: linear-gradient(156deg, #212d3a, #01012f);background-size:cover !important;display:block; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container { background-color: transparent; background-image: none; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container > .video-iframe-container { display: none; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row > .video-iframe-container { display: none; }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .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); }#Atqrq9QbZ38QXaTAe7NvbvPTVCh77aCq > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQS20KVeFxPdxARlP4c0dJ0XoZzsvWKa { width:20rem;height:13.08125rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO6HHL6Awf1urImqbz3Mq7EPJz6oATJR { width:20rem;height:1.05625rem;top:4.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.3;font-family:montserrat;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QWTb6ke6VDxFVMxaBqpJUC37V1bQacGc { width:19rem;height:2.5625rem;top:4.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlxtGiwEAbtOwCJfSqa4wu4UgD7hQRW { width:18.125rem;height:5rem;top:24.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrvZPEhvR7oz0ATXb0yenAgnxJ3iiJx7 { width:20rem;height:2rem;top:25.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnX8igo3oFLKVdKBSbSE5AQTca9UIxvc { width:20rem;height:1.3rem;top:27.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1FdIzhqS0w2UtTNHn4OhxN2obG7ok7 { display:flex;width:1.375rem;height:1.375rem;top:31.125rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #qEWgdmskZT2s4omhSAWdr4Rf1MhJftDJ { display:flex;width:1.375rem;height:1.375rem;top:31.125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #o5rtimtgIbS2d3AXnIqQib02hJu38TLi { display:flex;width:1.375rem;height:1.375rem;top:31.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #QJDAw7ADWP1gRT2HuyTnOUPJcscZpRqf { display:flex;width:1.375rem;height:1.375rem;top:31.125rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #BZAri26G0SNLURkxwwqarZRM69e2qSmZ { display:flex;width:1.375rem;height:1.375rem;top:31.125rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #zxBe1OtCDa29Jbe708PqCsa9kMNKAyW8 { width:20rem;height:3rem;top:33.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZK4c5wP8Sg4VMGNRtdkSQlcJ0mw2FGd { width:20rem;height:1.3rem;top:36.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iP5cRScoSP8F1vI0PfIk89C0Ik7Wi4aO { width:20rem;height:5.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5gC8khkgLyadtddiWKv2VHDXoQoI0P { display:block; }
 }@media only screen and (max-width: 763px) { #XhNgLMigXn5pnGX22zVPTLifzuqS1FRa { display:block; }#XhNgLMigXn5pnGX22zVPTLifzuqS1FRa > .row .container { width:20rem;height:118.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXwUltEZRSsuvZvyrkdJa0ba3L3mQ17T { width:20rem;height:46.5rem;top:30.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UpVWor9qH2SeE6AzsPkE0uxFS6l1TFyS { width:20rem;height:6.825rem;top:21.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXzTuVcPrTbHZhLpsusxcDcrnyNUAsss { width:9.75rem;height:2.6rem;top:2.0625rem;left:5.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ3crWhmBosBHSavZTsoigt3Sv2fKwzN { width:18.8125rem;height:1.5rem;top:4.625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwmdwxxGcVHC9WPNdOmyHTwrUaAq723a { width:9.75rem;height:2.6rem;top:8.1875rem;left:5.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTxGkiL9mt6UHt0NPKPMP4TDG7GGcws { width:18.8125rem;height:1.5rem;top:10.75rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P0WhXh1aO5vnFt2EZTLKruhVAfQxQeRW { width:9.75rem;height:2.6rem;top:13.8125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqSheNdf0EwUTTzwsCT51bZ1LFzRSzfQ { width:18.8125rem;height:3rem;top:16.4375rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8lxwT3dUVosiRnKKMP3pU7Wkn5BGDOq { display:flex;width:1.75rem;height:1.75rem;top:79.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LHhXxMtWUJfpm8lSPRxbHS8sHpbhgKUu { width:17.4375rem;height:3rem;top:78.4375rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #MMMzkKz2snhPsdQ13IyPKmTL8wTlQwFP { display:flex;width:1.75rem;height:1.75rem;top:83.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QuHdThPBlvT0NIiktVpe47Qr7v5tC1GW { width:17.375rem;height:3rem;top:83.25rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #SJkIC3Z3rEHl7vVqlTN76r2fWDahb19x { display:flex;width:1.75rem;height:1.75rem;top:89.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J8rGR55U3g63ycBgTE6awd9RzBQJmKK4 { width:17.5rem;height:4.5rem;top:88.3125rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #M4w3cnId8rydbJ6LZ6RzAL3FhW2mPmH3 { width:20rem;height:4.5rem;top:94.56249809265rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Siw0P0piP556lSxwHCzfhxAAXRUctOcv { width:19rem;height:5.125rem;top:100.5625rem;left:0.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #AQOrB2npzfgRyTM1QB2UstdbFFbg1Mah { display:block; }
 }@media only screen and (max-width: 763px) { #SOiurQGcvwzwINStUCnXT23NITQMBInr { display:flex;width:1.375rem;height:1.375rem;top:108rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #aJT96p79PKVTGHdm4ewi2NSA40ilB4b0 { display:flex;width:1.375rem;height:1.375rem;top:108rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #rIia8HLooHR1h1pHkOUdr5K5JtpIKdnO { display:flex;width:1.375rem;height:1.375rem;top:108rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #IOzKXv7e4unzCoBN3MmfNZ0dc3WFWxfM { display:flex;width:1.375rem;height:1.375rem;top:108rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #sDZCMmzqVDFUFcm3tKpmrcFXPvZ2VqHF { display:flex;width:1.375rem;height:1.375rem;top:108rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #RuCITUsAzpAOLIHm2EyrT1V3n9WQ35ev { width:20rem;height:3rem;top:110.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suzssI99QtMJT8kTBggKZ3cOIe5t6R65 { width:20rem;height:1.3rem;top:114.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhiKFhAtTvh91coVHElKslvyawRruohA { width:18.3125rem;height:5rem;top:101.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3hqH7y6vA6QiMxGuJm4wO53F6n13EGJ { width:19rem;height:5.125rem;top:101.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTs42ll6zI3yERcQsS158pQh7IXTHRkX { display:block; }
 }@media only screen and (max-width: 763px) { #KKmBT1OmqxOLhdaAIlzw8ZVDvZ6kUs9F { width:20rem;height:1.3rem;top:104.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgTZNv2RhfzLMK1N6caeb9OuxZz4ZuTr { width:20rem;height:2rem;top:102.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs { display:block; }#TVly4RCrySJTJ1R1BTPC3Icr2B8wIODs > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVVPn5d2A3C6Pq7HeKTkf7PzZN9nluFK { width:20rem;height:8.125rem;top:2.4375004768372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciBp5VvzLeDvK1RTn3QDbeSDc1q8azhi { width:20rem;height:16.1875rem;top:30.112488269806rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck33Wh2MBHNe0nI4eA7W3JE0QS3ddJ70 { width:20rem;height:16.1875rem;top:12.283605575561rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR0d0eariMAadItgrIqFf70WveO84sfI { width:20rem;height:14.4375rem;top:48.221096038818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container { background-color: transparent; background-image: none; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container > .video-iframe-container { display: none; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row > .video-iframe-container { display: none; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .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); }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container { border-width: 0; border-radius: 0; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzMbOVo0LtIOOV3W3xKufbd8aVvQTHsJ > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olQxWhkvQpc2H785O9aET055robtd3Gu { width:20rem;height:4.3875rem;top:2.6859378814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ztKN9Ox96MTNaqKpCm0ETyd39OKKFowR { width:20rem;height:3rem;top:8.3601608276369rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bMCbNsSy3MekFt8fxQIEgdIV5uGpBKkg { display:flex;width:1.75rem;height:1.75rem;top:13.72265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHKFELTTeWwe2uZv1VtIp4zfOLFPdUkf { width:17.0625rem;height:4.5rem;top:12.34765625rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #p8JoyQR7TSSdNnhhOaaAEiBOTeWVp9Gn { display:flex;width:1.75rem;height:1.75rem;top:20.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c78EE5zKA680w57qJ4E96eH7VViMTcSH { width:17.25rem;height:4.5rem;top:18.8125rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #V228any94lSvkr38n5gaSDPdIFDbiZ0s { display:flex;width:1.75rem;height:1.75rem;top:26.672657012939rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mBbuBSNbNt5p6FBPzUW3bNoAtCG5638m { width:17.375rem;height:6rem;top:25.297657012939rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #wCtLJMWlQ5cywdByDPzABZzFB9Hmt3zD { width:20rem;height:6rem;top:32.859375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vVV2HMXP2iIfvVoKC4bJenA8B97MGZpF { width:20rem;height:1.3rem;top:53rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdpTI1MmEV5x3AgySJqhi5uSiC9ADFL1 { display:flex;width:1.375rem;height:1.375rem;top:47.625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #U7w6TWEiAKXO4M9C7vUqW1Sbynvf6ITD { display:flex;width:1.375rem;height:1.375rem;top:47.625rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #X6mQncoGfmd2aOakygme8AwZoIkTapJy { display:flex;width:1.375rem;height:1.375rem;top:47.625rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #bmqgA39OEcv46fxtdxPmr21hTIqDxT86 { width:20rem;height:1.5rem;top:50.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIdpVcgsyrSlNOOv0qTuKXwggT0Eg2H7 { display:flex;width:1.375rem;height:1.375rem;top:47.625rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #pWr0MTxziTMrByNBErZZ6P2m0icmPZkJ { display:flex;width:1.375rem;height:1.375rem;top:47.625rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #Sbtent8lACIafcZ9JUEaOaz4fMtdFcT3 { width:18.0625rem;height:5rem;top:41.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdalLWUls1gID8r3qFAxRvJxDHFDDfUt { width:19rem;height:5.125rem;top:45.110153198243rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbGlTBX9Uob5r0ge7UAOQ6BKAGa2yd0V { display:block; }
 }@media only screen and (max-width: 763px) { #DCASXg2oRe5cH4Ehh0QudoBleygbg4Hw { width:20rem;height:1.3rem;top:44rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pce9nUbNVazDplvBnp7qwR8A3E2XQnKc { width:20rem;height:2rem;top:42rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqbyeOd0OER8GXargQIfZua0J5xSclk8 { display:block; }#nqbyeOd0OER8GXargQIfZua0J5xSclk8 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNzVGtlGLhz8DUaX3Rzan0Rq9A4wdZED { width:17.5rem;height:3.4375rem;top:1.65625rem;left:1.2492188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ODfyzf38iTidcN2mPDhTdrBBcD0HNT { display:block; }
 }