.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:255,233,217;--color-primary-1:255,180,128;--color-primary-2:255,105,0;--color-primary-3:128,53,0;--color-primary-4:38,16,0;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb1d4f91-8fa8-4506-8020-45fce122bb3f/AH109084WIDE1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH.adaptive-delivery-prevent-bg, #Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH.lazyload, #Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH.lazyloading { background-image: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container { background-color: transparent; background-image: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.39); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container > .video-iframe-container { display: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.39); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row > .video-iframe-container { display: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .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); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container { border-width: 0; border-radius: 0; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#CGaeJkm7WVLUD2hsEKbwDpqtwsCzFOK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.5625rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#AoRpxDFUV9qyCNQRBLS2xBECPO1kryAf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#BD5BB6xurU8524TQLNdzizQvTSzRb1VJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.749rem;height:3.8745125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.5625rem;left:10.6875rem;display:block; }
#Mr2OG5aCA9V7GcGdNSgiw9gUUku5pG0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W12BzlEWLpRJrUAEDs90Ppb0gfi05Plo { position:absolute;display:block;z-index:15005;height:8.1875rem;width:75rem;top:39.9375rem;left:0rem;display:block; }
#yEyrPIX3eW3rumMd3HU7Z0TKlqltNz1C { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#NGkUtUWm5ItS9dz7unuMLh1x6ZR6KH75 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#bmmGRnKfCJ3NtZl2JZHpkLxxLVWfvBO4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#ZXW9K8tPFETkhKdhrhXNTAPBQNcGie04 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.5rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#WUKiMcFe2p5m2TZqruFLm58BeGM2ma6T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:39.375rem;top:9.625rem;left:1.625rem;overflow:hidden;display:block; }
#kIpDAgM9Gm0KkhTlloPhIAK4W3iN2nAi { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#MJePswzPkhWopDGB6pXqpi9iBQZ1IXap { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:15.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#oo2kQJeNEui2OZwy0OwkLn3WrFR8Xhpt { box-sizing:content-box;height:28.81225rem;width:31.62475rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.49);background-image:none;top:7.3504638671875rem;left:5.2490234375rem;display:block; }
#UeWLD7h6KCyUctfbSv0GzUO6Py4xe89l { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6.125rem;top:18.125rem;left:8.375rem;overflow:hidden;display:block; }
#RA8umnl7O0WKfbBVBhlddf3nRbl7WSgh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.25rem;top:21.5rem;left:9.3125rem;overflow:hidden;display:block; }
#FPFua6w4PEartFgn6q3ovLZRt1y4mdxL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.6875rem;top:24.375rem;left:9.125rem;overflow:hidden;display:block; }
#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row .container { background-color: transparent; background-image: none; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row .container > .video-iframe-container { display: none; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row > .video-iframe-container { display: none; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .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); }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row .container { border-width: 0; border-radius: 0; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#uZqW4TIny83zE9RFH9ngRewdzU4ptM7A { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:75rem;display:none; }
#BPseXuKbZGoEASz2peg19kJKTRpUfkc3 { position:absolute;display:block;z-index:15055;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:1.437375rem;width:11.93725rem;top:1.4373779296875rem;left:2.4359130859375rem;overflow:hidden;display:block; }
#Z5kRsMPzlFeBVNr1IlB3yHE7hIfmUUBB { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.812125rem;height:2.43713125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.9368896484375rem;left:61.812133789062rem;display:block; }
#RHMIpZwq2bDIOMn0bv93WsS3TRGmMzhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz { 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; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row .container { background-color: transparent; background-image: none; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row .container > .video-iframe-container { display: none; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row > .video-iframe-container { display: none; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .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); }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row .container { border-width: 0; border-radius: 0; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#GnHGFVs44UpFNhfarfrDZ4bnUMmO7GsK { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#yoTeOhfzXBwalZlasyDg6TnbnUJPXoUQ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#bfpWqCI3TFHxdAW2NSgp0sXnCieXMfca { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.312rem;width:13.687rem;top:12.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#PORWavK3KpnOtlrqHsf732WD5xpThkUR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3115rem;width:14.5610625rem;top:12.6875rem;left:20.9375rem;overflow:hidden;display:block; }
#a7I8gVrFQwsos8lKmgz6HoGctIMaeHt1 { 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:9.4985625rem;width:14.0625rem;top:12.6875rem;left:40.3125rem;overflow:hidden;display:block; }
#NJMokx7KDkI6JD030sFy9hf77Vy4mwyl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.2485625rem;width:13.6235625rem;top:12.75rem;left:59.4375rem;overflow:hidden;display:block; }
#RLCxCuyoRkhLPx82Gl1z2kuyhgJoU5QU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:14.125rem;top:24.125rem;left:1.6875rem;overflow:hidden;display:block; }
#W8JO76GwfyNXRfkHUQix5ai2Se92Z2DF { 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:9.7485625rem;width:14.2485625rem;top:24.1875rem;left:21.3125rem;overflow:hidden;display:block; }
#x3PaMiuTXJ1rJuGCyb6QDdb21I6ObdyE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.7485625rem;width:14.2485625rem;top:24.125rem;left:40.5rem;overflow:hidden;display:block; }
#xD9mqwqKb6RwscaOcLPxXsdGlb0rF290 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4365rem;width:14.4360625rem;top:23.375rem;left:59.1875rem;overflow:hidden;display:block; }
#VoFSyzlHJqOg3pTtfT64T4xx1vORqvUI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4360625rem;height:2.936525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.0625rem;left:29.78173828125rem;display:block; }
#mvWxDDGAf25hZHHGLiKyTmWTbgFu8GWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZD2Chf2AbnwEJ8SuyidFPOTF761Em01p { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:31.3125rem;overflow:hidden;display:block; }
#HCPspVIqs9IRrD4LSGncez9PAqh30fBf { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22.1875rem;left:33.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#GUWIdO9lyf9ZhSS7O4dR7DkpOniwx8gx { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22rem;left:26.0625rem;overflow:hidden;display:block; }
#O8ZWvgKa31mfbnT8xvIG9KT5KNOJzTzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:22.1875rem;left:27.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#OcvOcSSKIP4kV9LB1mIiZSzEHXKKgxI7 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:block; }
#wy4XTppTRehtcT75kvC4qnXgGbThQCrV { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:22.125rem;left:21.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#x0gmauSqgdbGQXffUoL5iiiL8yvt4H3i { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22.1875rem;left:11.625rem;overflow:hidden;display:block; }
#yKh3vFqVWNgEGcWDyJaomq95qvTJ1z6c { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#V3FQsJmx89Scwf7WecNDPLGPkp0Ke0Sr { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#tcD3upuCM6uVuQb6LHz61BgGdFZrGEhz { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:22.375rem;left:8.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#vKukQlZKF3WaVKCKHZRPTKuvMH8CmS5C { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22.1875rem;left:0.3125rem;overflow:hidden;display:block; }
#XwvkzIacUW8cgvllqZcl7NOi06ARZlSF { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:2.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#JefPXcTD9zzruo3477d4Zo1PKcgSvr76 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:block; }
#n2l0MOJFboa8svixmLAQNiDsQtocWSgI { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:22.1875rem;left:52.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#vewT9qgiLnKfcueiKcSWc6FJKcbmAek6 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:block; }
#d72t1kONfOPpTKaneoJ4PGyKWUKX2PEN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#zx8ErAPlxxb3UOw0m0aEmM2p7GLLyOCE { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22.0625rem;left:39.125rem;overflow:hidden;display:block; }
#VRabpMTUHixrWc9eArU6iSrq5FrMryOF { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#DshZ888CKOwd2noncbzxX3ptUU2RgT7T { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.1875rem;left:71.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#NSBrwIeaBEZfAo0UUddXMQfNf0Plt6ll { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:69.5625rem;overflow:hidden;display:block; }
#zFNU5oRS74f3eJWMpO4tQBCfmdo0Rvhs { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22rem;left:64.3125rem;overflow:hidden;display:block; }
#dro1edf5LNzPTKdgzXrskNxgLClMWRvG { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:22.1875rem;left:66.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#l1vSp96pHuN6g8fmGC2ih8N3SMBobcko { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22.0625rem;left:58.25rem;overflow:hidden;display:block; }
#Gt5xANttgRGf3xB99DTgTtieLkn6cTaf { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:22.1875rem;left:60.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#KOBdLopUT7Tc551XRD6HTugBnMJBkPIC { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.0625rem;left:13.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#bsGqKMiJF2FS91dwG6VnMIAWyFMHXepc { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:33.875rem;left:11.875rem;overflow:hidden;display:block; }
#IoOVeIaOmukDeQWqIWF2WqoqJbWJ6GCp { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34.0625rem;left:8.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#WZSGT3NQTieZcQSwXA1KAWqhptBIV7CR { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:33.875rem;left:6.75rem;overflow:hidden;display:block; }
#CH62xcyc3C0tDC9ZOwy21XcQRR9y7S5O { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:33.875rem;left:0.5625rem;overflow:hidden;display:block; }
#iXSt9ovqTBZHmzmCs6KcduR8IRyQmhqe { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:34rem;left:2.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#a77NEDt8yFqafTN7uuQUuxnCw13TJTFU { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:33.875rem;left:31.5625rem;overflow:hidden;display:block; }
#gCsnv2aGX3Q5ar2JpsiHEEfSuAZU1xTF { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:34.0625rem;left:33.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#RRJvce46fZgOlRfEkb7sge58EMN9xHRs { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:33.9375rem;left:26.375rem;overflow:hidden;display:block; }
#K7fUOinFGdPZXJq0WG35Poxc3otrUnCP { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:34.0625rem;left:28.25rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#skWxG3aQXM9MGhUt68dxUFvl1uZGEz9c { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:33.9375rem;left:20.25rem;overflow:hidden;display:block; }
#uuUsUgTf3UgshAvHbWrwRe2TGzd8wAs6 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:34.0625rem;left:22rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#WV7C7iwL6DsAoi3M24G432nlJCPT8QHw { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:33.875rem;left:50.6875rem;overflow:hidden;display:block; }
#sKsXBdFJeXGlciT8mewlEZJiTl5tzevl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:34.0625rem;left:52.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#vz6L2eT1oBSvM7VTKGKeyyu1tFDQVZOC { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:33.9375rem;left:45.5rem;overflow:hidden;display:block; }
#VR2rWOleK9FI8tvSInh1qgy3TsOd6Znl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:34.125rem;left:47.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#eFrVhZT0Mh0Z1Zvd7eeug3k4UIA6v1gg { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:33.9375rem;left:39.375rem;overflow:hidden;display:block; }
#O5OAt20DRPd6qJJ4gNpNBdBMwKrRJcSl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:34.0625rem;left:41.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#TU82GC95gOA6d05s9fSWG7vGw7zpbpEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2495125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:34rem;left:71.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#A7y5Ol5Hh5Rhb9eIvbbEZdxK0PTErqxb { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:33.8125rem;left:69.625rem;overflow:hidden;display:block; }
#kHgD63LnrAB2M34efqlVvaBALTFqPRmz { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:33.875rem;left:64.3125rem;overflow:hidden;display:block; }
#L44VTi6XgdX7d695yH82lvnFAvNXzEvP { color:rgba(var(--color-tertiary-4),1);display:block;width:3.061525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:34.0625rem;left:66.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Sf3QKuz6LP0FTrFCIbi94G3pwl7Ja6Xq { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:33.9375rem;left:58.375rem;overflow:hidden;display:block; }
#RPPzi97L1metgJyPyzCsCd7XidZLrxHR { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:34.0625rem;left:60.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ys2uQAmDz2Scfk90GWOq0UUPsB0TVAor { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#GZZTKurehXOpNlf99MpakQ2wQsdUdqoX { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#OGghcvPzzLbT6GPonl4Kr9xvLPrZQ9N7 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#BT9blQNyLLkQMEmQyM5UzvDge0SxaGQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#oH9mxW3GNTuXXxIPZz5l7pTiJLDsfHxT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#a5FB6adQOJVPvFprfly6wwxIePGTVpdP { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#TyRTO6GtyNwzfOdnaecQkozJmlEZXqKB { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#iLFZRM0pJ6TwMexfCKQkacgALILn4GR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#hX84WQh4pdOaPOkuwEpenP5Js7UStgdh { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#EJa034qegtlwPtfnfr9uJWznGuIRREzz { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#w0JIfNcSbrH2HRIo5OlxJn2tbV4RaB3y { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#S2wvzHWs4Mn2g0v1Tx1GQSchvzBPOdnH { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#I67g4IHDaPS0RezhmG7QfyQCqOrTcmwz { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#XWZdsthkguvLQ9sIsuJ0qFR4gyEfIasg { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#wABl0ZKJnJWp0ttoLAXIdicgmZGUPTPX { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#niXME3XautWp4zxsw0IhG86pgAtpcSJ3 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#iuzknpsd9zcuQhLeWc6uUS45Whm2rJMO { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Ga3SDMx7NRbaBPa8DBrFhUkDbBvQ8gBm { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#MBAqxeitb6yqXDnx7Tzm29Atc2ummJhF { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#RHdVwn9W2X48S2wmEzlUAWDdGKve5BJB { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#ZLnuvPxzcwOxRGblLtUJ1W7u400oWuqe { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#tzVoFS3S2K2JQgfyGLV70oaBE9RE7dVd { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#k09CEwzTBqqikVZhQiEiiht85I23bBPG { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#gNIeH4v8XdgPIIAtPs1T98mZ6ZCTridJ { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#rMB325Erixos7a3ZTO967Is44cXad5FF { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#BVUinIopiSb4aZN5kTePFbZxFWPP4lfV { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#PspBXeqVguG7608oWiwcThAcHtZBAPIA { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#UWiCmGRwXKSUggJLGk5U6HJLk4lTLghJ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#tVv1uqvbG1NM8W6coHqKDVleNMn586qL { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#bTwR4L07hnBa0K2XIqbZ7I5X4tztTLl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#JrFUHC3tew8OgP1ym6RaTB6DRNU78pRB { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#spJMgOGkUp3ZLpVi1XORMRF20ikyKRMR { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#T7oow4TPvMAnKlfhE8TExqdGaVBDvrZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#TZau4413XE5Tdi9cpBJ7OW1NGEEy3aTN { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#ATbqPXwLT4067ZC9iOH6teS89CdAthG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#faXqdrJxtnLWn0D7zbR6iplnwSEEyOI4 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#kAhMEvHuzxz4Z4JDfvURHbOlRzcLQZbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Ii03pWP3gDNuTfpVZ0PrcrnmxtPase7O { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#McW6ClfkT4ro18aTQyO8AVTtF6Cu2hxc { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#wBpic90sbVqz9EhSN2JyGehtIiuN8rBC { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#tmVRUM6fzgeiqGPeHpKtNAFeEJilT5kZ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#LfKSS7P8hEvWEIXDar5DNaL60AKM5hB9 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#WvaMdGmSuF2ioU365bpweAwrgKToCpsc { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row .container { background-color: transparent; background-image: none; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row .container > .video-iframe-container { display: none; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row > .video-iframe-container { display: none; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .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); }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row .container { border-width: 0; border-radius: 0; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#LFFAiPJGqfixQUV8yfFcZp10vTCgTcn4 { color:rgba(var(--color-secondary-2),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:1.80078125rem;left:19.34375rem;height:3.0371125rem;text-align:center;text-align-last:center;display:block; }
#lglgsTTR2L8fBofQOdQNSkvLFeTu4vsK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4360625rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.375rem;left:29.78173828125rem;display:block; }
#dZ8adoV7OWO0Z7fddQdttTKOkucvGmnX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5pmceaZ1fhOLy10LWpoX34iiCNAJkIF { 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:8.875rem;width:29.625rem;top:6.4375rem;left:6.5625rem;overflow:hidden;display:block; }
#FaHpoTq3k0kcbSwDvaNKErU1FThpJM23 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.3125rem;left:10.4375rem;height:4.2246rem;text-align:center;text-align-last:center;display:block; }
#F7HICsMPcQqKTqB9g0kesy7c9xfcTh9D { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:15.3125rem;left:23.875rem;height:4.2246rem;text-align:center;text-align-last:center;display:block; }
#Nm00l0zGA9VoS5m4xcR9AbMzfM1AgGbQ { position:absolute;display:block;z-index:15008;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:8.25rem;width:17.5625rem;top:19.5rem;left:12.5625rem;overflow:hidden;display:block; }
#Oxxyr1mVnTvbGduwVd6esfIgR5Pycswa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:28.3125rem;left:22.125rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#NcGbNTtkGd7ZfZu1tfpiOoIseDwutFgA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:27.8125rem;left:13.1875rem;height:3.16845rem;text-align:center;text-align-last:center;display:block; }
#Twh0BTbIJucGT10IJPoOpEsAixJUpeaC { position:absolute;display:block;z-index:15008;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:9.5625rem;width:12.75rem;top:18.875rem;left:54.375rem;overflow:hidden;display:block; }
#Tma2elN3LSaaXk3ISiRITyQC9DPW0XM7 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:13.375rem;top:18.875rem;left:37.4375rem;overflow:hidden;display:block; }
#xmdNXTL3z0nqf9LxxT2zI11U0Znps7bN { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:17.625rem;top:6.625rem;left:35.3125rem;overflow:hidden;display:block; }
#ofGq3Axmfpc5b3EwuaxiAa02E6ATWJLB { position:absolute;display:block;z-index:15010;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:8.0625rem;width:15.375rem;top:6.8125rem;left:53.0625rem;overflow:hidden;display:block; }
#WoWysZu1rmu8Bmw2vT1XHJqMVd1lgnET { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.125rem;left:38.8125rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#gIz3owEgzpuRv4UcOhghF7T75B4XtlxP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:28.875rem;left:39.625rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#mhcJ99u7aO4qw70wrptmw1O5wMQtzUqc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:28.875rem;left:55.8125rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#g70G9K5ryFh1ExTsRwvDNTSoSMikSkVF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.875rem;left:55.5rem;height:3.16845rem;text-align:center;text-align-last:center;display:block; }
#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.89);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; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row .container { background-color: transparent; background-image: none; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row .container > .video-iframe-container { display: none; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row > .video-iframe-container { display: none; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .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); }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row .container { border-width: 0; border-radius: 0; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 { 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; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row .container { background-color: transparent; background-image: none; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row .container > .video-iframe-container { display: none; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row > .video-iframe-container { display: none; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .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); }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row .container { border-width: 0; border-radius: 0; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#ak7PHnkin4MZO69UT7uirFBTteGafzC2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.625rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#hq64DWV6zqTDfFbiaqNZyuZTNNU0xhsw { position:absolute;display:block;z-index:15001;height:19.9370625rem;width:35.625rem;top:19.31033039093rem;left:1.2472877502441rem;display:block; }
#hyg7x6OaAT4A4JO5vAOKt8ifO4PrTmMt { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.375rem;height:5.76855625rem;text-align:left;text-align-last:left;display:block; }
#Tm3ZVrXUV2JDihrxu1TainduV3aVbkv1 { color:rgba(var(--color-primary-2),1);display:block;width:28.936625rem;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:12.5625rem;left:40.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HoCSVRbT0cKOwewzDINuXwVanTKlIuas { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.6875rem;left:40.375rem;height:14rem;display:block; }
#Hkysntayq32w4S7bR9a1WN7kFAuvBKoR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.6875rem;left:40.375rem;height:7.5rem;display:block; }
#KoLKgZ59a76FcbvlZy6GT6FrEgBTSoOH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.0625rem;left:40.375rem;display:block; }
#JJ40zZmVwgUOVscVfWayiLbetDsPQygd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwpTUyFlmSFXffz3v182U3AdrK4AKEwG { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#QRLeRCo15InXK1PkBMnb7Ous6g669ZvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxrOEFcCxqnJKRpAgM2VR8aF5kmkd7gM { box-sizing:content-box;height:1.4375rem;width:6rem;position:absolute;display:block;z-index:15029;background-color:#c6ff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:40.375rem;display:block; }
#aEgPTaPcw1WB0471gclRXi07FrHITh3O { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:7.375rem;left:40.375rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw { 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; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row .container { background-color: transparent; background-image: none; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row .container > .video-iframe-container { display: none; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row > .video-iframe-container { display: none; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .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); }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row .container { border-width: 0; border-radius: 0; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#sybipvWbcdysJhHyJVNqE2JiFb5Pkk4b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.6875rem;top:4.123046875rem;left:37.40234375rem;overflow:hidden;display:block; }
#mTM8SzgcDwQ5afnAnNfwPahKUTospkHn { position:absolute;display:block;z-index:15001;height:19.875rem;width:35.5625rem;top:18.560653686524rem;left:37.433270454407rem;display:block; }
#LhId7hfINBnGWttLHGIMlteds5JTkRbq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.375rem;height:5.76875rem;display:block; }
#L2ugnm5o3bM1LPTwmyMTVogGtMRghiRT { color:rgba(var(--color-primary-2),1);display:block;width:27.374125rem;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:12.6875rem;left:2.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pSCC4MMRRBwing65PgkJGcrIsPOvUCQK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.375rem;height:13rem;display:block; }
#Ss2b1wTUCP3UFRLTqCIIDfS9Ncag9yzc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.375rem;height:5.625rem;display:block; }
#twiiWu0kKT4nn1saHA4odVd9TqLTkVq6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.625rem;left:2.375rem;display:block; }
#UtnUT7pkVxsHRCzJ1mt5gOQMVXMC63CG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDdVc5qhNT4b05CPx4ig1lTJszXw2fV5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#g97ALtVmd3Vrk8A7LrQ6CXyqTIlzv1m4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.92);background-image:none;position:relative;border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row .container { background-color: transparent; background-image: none; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row .container > .video-iframe-container { display: none; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row > .video-iframe-container { display: none; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .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); }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row .container { border-width: 0; border-radius: 0; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row > .video-iframe-container { border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#DJ0IP957WMtyKuV7bqQQhpPx2xub9u4v { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0625rem;left:16.25rem;height:0;text-align:center;text-align-last:center;display:block; }
#UTn0Jx6RkrqhOuICa6Ilg96ia0qdM3TH { box-sizing:content-box;height:4.3125rem;width:31.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:24rem;left:42.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#x2mNdQxXw8mmwBMdZWELvLrNLcGnxGUT { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:5.0371125rem;display:block; }
#kKZNRLHW1hNWfAUtQyl19g5q4aXDbwH2 { color:rgba(var(--color-primary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.86865rem;display:block; }
#zIM3JWsozpVNBiuMEtL3HdoBR4KOnBoD { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:5.19921875rem;display:block; }
#ng1krJT0XcPDHp5W8DBEkt0ita6TWJZh { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.59375rem;left:44.03125rem;height:;text-align:justify;text-align-last:initial;display:block; }
#BTcQ4sv2cbFtrDvUvwfuQBQOfws6quFK { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.9375rem;left:0rem;display:block; }
#V5hqziThvHENxxuWffpJhQgWC92G5xXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygSyFpUyytTTf5hldIihkh59Arlbl9n4 { box-sizing:content-box;height:2.3125rem;width:30.8125rem;position:absolute;display:block;z-index:15021;background-color:#c6ff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:0rem;display:block; }
#rfuwwG1Tc6LcXrikQufx1Jga8v3kT6mS { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:0.34375rem;height:2.51855625rem;display:block; }
#A0bMJR9kGF5rbGtFLB84OgQdEUinCm9S { position:absolute;display:block;z-index:15023;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:20.6875rem;width:31.25rem;top:2.3125rem;left:42.875rem;overflow:hidden;display:block; }
#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row .container { background-color: transparent; background-image: none; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row .container > .video-iframe-container { display: none; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row > .video-iframe-container { display: none; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .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); }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row .container { border-width: 0; border-radius: 0; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#dSaL1TuvKAbg9p4ekbloRaD1XXPTFazi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:9.53125rem;left:54.125rem;overflow:hidden;display:block; }
#MaLXhWa4osps3vVnAvc96lzBXPhCxkPH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.25rem;left:53.125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJ0RQQ3CbhovXLxUxVLxkEAR8dKc5yVV { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.25rem;left:28.125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXcGsTPnbvO2SmAyJottKBia3XdHsnbW { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:9.53125rem;left:29.125rem;overflow:hidden;display:block; }
#dUxAkTpT1CWrlZxXPhl6zUpBMiLt1dof { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:9.4375rem;left:4.03125rem;overflow:hidden;display:block; }
#sGUBuDe5ceS0TCd0aLw1hVoFGCe1934z { color:#000000;display:block;width:9.25rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.25rem;left:7.25rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odqNvXD9xXU76v79mvPw4RXuRdObkcwT { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:barlow;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.18701171875rem;left:3.59375rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y48IJPHuTymMnMDnkG7aRLq3O9EHXdTM { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.40625rem;left:4.75rem;display:block; }
#k5OqHnK6DpQNhX5ilAGF7CpI8AcmRT9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEBeemsnB9DOmxDy2Badc4C5Z2EoD3Zi { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.375rem;left:54.78125rem;display:block; }
#tIPkk2hZuLT9AeS0X37QD9AkyziSmVgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWgcgIikt8kK4irzJVeZ0HkERe79R6Im { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.4375rem;left:29.75rem;display:block; }
#zSkiAZHV2D32izJGGxFScL5C8H2hSEv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMNyRAW9TZ0Wszx0FsJX5RUgPPfvGJqL { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:barlow;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:30.18701171875rem;left:30.09375rem;height:3.89941875rem;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; }
#CxTwUSB0pCQtFOkrSKIZ8VrSCdJxdEqa { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:barlow;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:30.18701171875rem;left:54.40625rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xpyxJ7TWi2z7qDZiI2GdLL42ud1tJ9dW { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.37451171875rem;left:18.28125rem;height:;text-align:center;text-align-last:center;display:block; }
#RMbGMW6NR7AsEnhdrK5N4ADAT9Crrnxd { box-sizing:content-box;height:0.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15017;background-color:#ff6900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:8.8125rem;display:block; }
#EBJhTymgHlP5fHRbCOs2VNReTxTVkQe8 { box-sizing:content-box;height:0.1875rem;width:11.6875rem;position:absolute;display:block;z-index:15017;background-color:#ff6900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:56.625rem;display:block; }
#tUtO20oWirDXR3vhTrIgKpzREzsRlkEX { box-sizing:content-box;height:0.1875rem;width:12.125rem;position:absolute;display:block;z-index:15018;background-color:#ff6900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:31.5rem;display:block; }
#eyvmfuOPGLhMpseETxeuehKU6xXbgFZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.37451171875rem;left:26.28125rem;height:;text-align:center;text-align-last:center;display:block; }
#iSEcgViPTw7417ysIqpKyUQckQeGhg8T { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.755859375rem;left:4.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sahQnNhvC3W1Irt24r4bKWD2J3aZhB5H { box-sizing:content-box;height:1.9375rem;width:10rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:4rem;display:block; }
#BKTAXqnD3Vo7z1oIO8AhizdvE1ATotlR { box-sizing:content-box;height:1.9375rem;width:10rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:29.125rem;display:block; }
#caDT2Xi86qaippvA2ZBFABcqpvFhXyar { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.8125rem;left:29.25rem;height:;text-align:center;text-align-last:center;display:block; }
#EMfBnlngGT34sS4ehKIMheI4MZkGrfrV { box-sizing:content-box;height:1.9375rem;width:10rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:54.125rem;display:block; }
#Wn7ZX1UWMSQqA09GkovNCcnK5i2GiTiw { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.8125rem;left:54.25rem;height:;text-align:center;text-align-last:center;display:block; }
#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8353ae8c-25d0-479e-89da-1de6cd7b0c53/Untitleddesign49.svg");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; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU.adaptive-delivery-prevent-bg, #R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU.lazyload, #R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU.lazyloading { background-image: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container { background-color: transparent; background-image: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container > .video-iframe-container { display: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row > .video-iframe-container { display: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .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); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container { border-width: 0; border-radius: 0; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU::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; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#T1u8HxJCyhWWXJw55O3y0rwEmnqkRwfL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:14rem;left:14.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Mp0pAuXC9L08U1k9POz745TTGy5c9L55 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:9.625rem;left:4.25rem;height:4.38736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S1rFgcKVdoEylX92L72rwPSzGbeImRTv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4.1875rem;left:5.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#RlO31csXDqTzAoPsmayorIo26E3XPBid { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.52;top:4.125rem;left:12.375rem; }
#q4m0w5fe2JaBnWlSJcktn1eV8QOZBqiu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4.0625rem;left:18.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#yqeLTKbegWg3g2tmrlenwvZZeKmrJpcm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.52;top:4rem;left:25.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#lAnbgdy2wpAfuTM69Zc5szNhrEqyN0V4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#V1ldGnrgKVBArnLda36n9XGunfD0y2e1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#VrKeflpsUhrmOupXkrsyCVBhtaJhVIoT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:18.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lJy76D3Awobez9FrIQcDxrKtNZUdx8TH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#rUhneCa5ffAKWSl9Pm4u4ngPplaxNo5n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#dr7IydXgws2ruh6D9gcK2n7XKPbCnMsX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#up2aifAg6QQU2fTRbwG9pHwiEybk4DDm { box-sizing:content-box;height:8.5rem;width:41rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:40rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#R8o2KVvOzbyTBTWp1RqAJVcr6AuhP5BX { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:30.5rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zwgXbGM9tK0z9FyciCZQH22cfLkFOImK { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:42.375rem;left:16.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lDINd7OJhnAv9etaiolUqTbNFdWBBUWx { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#DFrrSazFTaA3HRT9lP3BEuhKXqEgQBMT { box-sizing:content-box;height:9.625rem;width:40.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:28.25rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#yQbHsGnJfodXQQcGitdk6kxDob4DyV4S { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:19.875rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQKTPALiOyK8hfTmavxVXrtDCulyzQA7 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:31.25rem;left:3.8125rem;overflow:hidden;display:block; }
#grFiku2SU4pnTNFU7GCI6D66ZhfhnTqA { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:20.625rem;left:3.8125rem;overflow:hidden;display:block; }
#J5Igzv0ev7qAaFoh3drSrDw8xLTTN7TA { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15092;opacity:1;top:31.25rem;left:7.625rem; }
#FKoSAQdlRkggLZJWqeOp8WzBvCNg3EBy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15093;opacity:1;top:31.25rem;left:9rem; }
#V5bA08N8kAQ57MlnxMIpklFRDD1oTtyX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15094;opacity:1;top:31.25rem;left:10.375rem; }
#NJZL6U48LL1f2SzdMQT9E0m7cGkX6kTJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:31.25rem;left:11.6875rem; }
#w0xeogS4Tz9NiVimWsqCTHqe1TZiE3gy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:31.25rem;left:13.0625rem; }
#EM2rxVpcSKPP6uMN4hygscSuI3v2ZizX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:42.5rem;left:14.25rem; }
#p4TWLbOgNAUvO5pK8cmCzU5AhBLZ4xwa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:42.5rem;left:12.875rem; }
#viignTI2ZGNhIDPwAOssgRAUyF1GfaeP { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:42.5rem;left:11.5rem; }
#TTgO9CSTDD2t3ZussAZIb2MZPGhCIU4D { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:42.5rem;left:10.125rem; }
#nuOMqWPHHOST5Z5fPu8OId3GsUlyU0ew { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:42.5rem;left:8.8125rem; }
#J8bVt0ubW1XVpnlwLoAQoobesCQMHBqQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15102;opacity:1;top:21.1875rem;left:8.0625rem; }
#RFFx7I4TNAPbJWev2HmAkXLMHdbLaS33 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:42.5rem;left:4.3125rem;overflow:hidden;display:block; }
#pAIrKbXUSVeuHVn7Ptxy261FLuSZ2u6l { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:8.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#N3TUa1rPbsS0zw3beK2mspkyHmtFvgxT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:43.8125rem;left:8.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ieTMiikSGNxSxVMs7c1Xi8455cZfRabf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:32.625rem;left:7.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#pmLkGsv73h5VVDMePrEB5F2ZTGUcqfnD { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:21.1875rem;left:12.1875rem; }
#H3TdAkxfhQR3Bri20NOChQCarbDZ76sS { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:21.1875rem;left:10.8125rem; }
#rOlOk7ksROJEPTU3HfJFUwdOQkM32aMs { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:21.1875rem;left:9.4375rem; }
#WSuvOoB30BrbrxcSImCR7lVPDTJJDiBV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:21.1875rem;left:13.5625rem; }
#gsdzyMlkwCkopqbXb3Vtads1TP1x6kKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.52;top:3.9375rem;left:32.1875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Ofhd2zRz0FOPRHkRMTbARGDKughoWopH { position:absolute;display:block;z-index:15031;height:42.875rem;width:25.6875rem;top:5.8125rem;left:46.4375rem;display:block; }
#ghSru0LRokP4130UEIhptNrJcQ2yT4Zv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#zibQMZ2GpkqzHZNdtwmDfC2Q4AqrlNz4 { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#Xqxd71y4zQsDiC3FgUo9tXJFKWTqtb3L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cGIezPgTNM0wrOC6gtwoGAEboFGNsDMy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:8.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rkg62UR1KS71y0EbKP6K4LM54RpHJNKu { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:20.625rem;left:3.8125rem;overflow:hidden;display:none; }
#F9FR0J8kXTv2fAaAW0bB9JIIDvRVlsF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:19.875rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FrUt4l7NT6FhU4o8l2AL8D50gGK1oMJx { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#Mi1C9QSBNTaTsCOqgAkCROANDw9LPFOp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nCAn9eJkNThE63lJzm7ZZKwIQHo4rOLz { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#Jq29kTfflmR8IBOdEi1qKhl0TXLKeO7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rc1wVRDzV3x5d0lzvPKx4siXIaKUTWIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:32.625rem;left:7.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TqlTUgbEhBLdc7OoWLTS9mLcacriTf2i { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:31.25rem;left:3.8125rem;overflow:hidden;display:none; }
#pH30Tis7ReaakmItSUi8R45fUcDnGhi6 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:30.5rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Xwtsb8XitW7qhIyTvXnPSJznDTTmuWgs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:43.8125rem;left:8.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FDa5K7xbOuLG1kWTHiEp7WggiJnvetOz { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:42.375rem;left:16.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dz2efo7DavxEWt3vtVIULAbkTb27T2ZJ { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:42.5rem;left:4.3125rem;overflow:hidden;display:none; }
#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/771c23ad-79df-4708-8fb8-e34a1e9656a9/GIFTCARDSECTION7.svg");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; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M.adaptive-delivery-prevent-bg, #Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M.lazyload, #Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M.lazyloading { background-image: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container { background-color: transparent; background-image: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container > .video-iframe-container { display: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row > .video-iframe-container { display: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .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); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container { border-width: 0; border-radius: 0; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M::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; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#wnTO8l81a8VTOau4QUTr98HQDUH4EUIh { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:4.125rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#BTLeI7ySFnDWDunz54v6aBknJ6BghDuz { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6289072036743rem;left:4.125rem;height:3.4125rem;display:block; }
#V7uukHF6GbZhFviSVcHOeKJRe7b6nJdc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.312500953674rem;left:4.125rem;display:block; }
#rCbfBobLhDscPv9xxEg0g5QhyqNvOO3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5onLF0OPbbvX5cvbQIVhRIcSRft2uTT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0611982345581rem;left:25rem;height:3.981325rem;display:block; }
#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d02101c-bcf1-439b-9e9b-e34aa6f8e870/BurtBrothersUtah153.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I.adaptive-delivery-prevent-bg, #HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I.lazyload, #HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I.lazyloading { background-image: none; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row .container { background-color: transparent; background-image: none; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.84); }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row .container > .video-iframe-container { display: none; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.84); }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row > .video-iframe-container { display: none; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .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); }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row .container { border-width: 0; border-radius: 0; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zaLFf53fVgfLy3sCE9sm7ISHLsdu3wS7 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:12.4375rem;left:9.4375rem;height:1.5rem;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; }
#Qpfx4KzgOILqTB6nSRQDUhHhTpqdR7Iw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:14.1875rem;left:9.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pwVCvyDgnoPVnMVoht9uu6h6NqNAUVFD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:anton;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:13.125rem;left:5.875rem;height:2.5rem;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; }
#V0FPlvWScAvEndclZVVsA8InteRNAszf { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:20.0625rem;left:9.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b34Q8TuJeboIUb6zWT5T4pU336f07bBg { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:18.25rem;left:9.5rem;height:1.5rem;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; }
#JyW0a1ov2gTAXlka0tKRuu6irxeubcwd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:25.125rem;left:9.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SWgg63TneE53CzwnFzGpe339EWuMXOdP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:23.4375rem;left:9.5rem;height:1.5rem;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; }
#qnVO8wp39GPQxyKcR8xMTPJAGIXT4SBt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:31rem;left:9.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a8zN9Hey0SSpuwDa3b00bPfWnwgTG1aP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:29.1875rem;left:9.5rem;height:1.5rem;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; }
#sGF1QJLzKpWCVNdmqXvJxoCd20UiS2eh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:36.0625rem;left:9.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MCTlfEnfMpLMzOfvvW2cMp7HFd4UdLVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:34.3125rem;left:9.5rem;height:1.5rem;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; }
#PTUNmLfZTPfNFqfQ3K2uyZPTdDfih4RM { position:absolute;display:block;z-index:15030;height:39.1245rem;width:23.3745rem;top:0rem;left:46.9375rem;display:block; }
#HqQ48Q1zSZoFfriGncyfXNW5RohHMHbX { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:12.375rem;left:4.625rem;display:block; }
#v1Fx3cDXOP6veD0Kv8oOg4cpTxt5nTl1 { color:rgba(var(--color-tertiary-0),1);display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.875rem;height:4.95605625rem;text-align:center;text-align-last:center;display:block; }
#wWK82THJyGBpypVaJgsJ6UDCDcvz5c38 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:18.25rem;left:4.6875rem;display:block; }
#lauivdtGJ1XTPHvJygWW0sqzea97KMIb { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:anton;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:19rem;left:5.9375rem;height:2.5rem;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; }
#Z8ymQ0FS6cZOMcKeeaNNNkmvLJ0xTlR6 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:23.6875rem;left:4.5625rem;display:block; }
#QoPdsvAhQygFGDyG7iBiGoRWOc0g4CZm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:anton;font-size:2.5rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:24.4375rem;left:5.8125rem;height:2.5rem;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; }
#hms7o1Wah4wx6XTnpt7sBfmTlnQw8Udp { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:29.1875rem;left:4.5625rem;display:block; }
#s1xwtMP2tpHX5RTB4qoX5QvqOGmC5aGc { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:anton;font-size:2.5rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:29.9375rem;left:5.8125rem;height:2.5rem;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; }
#Nv9d8T23e79ciy7mfMcTXSaczVHhyBCU { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:34.5rem;left:4.625rem;display:block; }
#sBXGoWZ47yau6MkN4HE5AyckL1XHNpb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:anton;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:35.25rem;left:5.9375rem;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; }
#Hp8VQTDLWGM1cCZyDkK6CJlT96FO6He0 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:12.375rem;left:4.625rem;display:none; }
#JENpD2OM6XrsEw9AgNgmpI0CHFs29N30 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:12.375rem;left:4.625rem;display:none; }
#mxshKvMqSz4uwftvrNSa3dc5hk30p6zk { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:12.375rem;left:4.625rem;display:none; }
#KA3SJAC187RBA52teI3Wt1Uc1exTTzGC { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:12.375rem;left:4.625rem;display:none; }
#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 { 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; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row .container { background-color: transparent; background-image: none; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row .container > .video-iframe-container { display: none; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row > .video-iframe-container { display: none; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .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); }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row .container { border-width: 0; border-radius: 0; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#dedede;background-image:none;vertical-align:top; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-trigger.adaptive-delivery-prevent-bg, #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-trigger.lazyload, #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-trigger.lazyloading { background-image: none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.311968803406rem;left:15.000000953674rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #LL8QCJO3vTDw644T4BtCkolk46lpsgrA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #fQGM3hcgqmCkUJpoa1FE8KyfoVtefmKq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #wH5VQTnHMqOC2bnV7dF4g9IOBflRheH5 { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bK1ctMqsK0UiZ0ES100Th2MbcNo5vOul {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #nrLoLJda9BDgJ5sTz8SV66rz9rgRcUGc {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #FLhzEifgGHNMAMobehLIvVSyTZrnk03l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #hhWTLAnOhKtK0dWzUixW1t3pGFiu2v3h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #UVgoDw5cEFmHLqGHFTns7Q3XVdN9bcdL { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #Mw911D3t3Jw6EoJRSE4lOqbkRgHvXINJ {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #NsJgX07l9mvnS12x3elViiV90XHtTpEt { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #G6xQ5nlUPIrrQD46b2vRIRzDvBmON1iW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #C5G4nnzhT40kH2D3fAMTpHigc9V0soqW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GEdEhrhWTLPT3ltL5VG3GIMMXJqL4ITC { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #sP9JOgi8lOZLQWaoFHGUZXyiNRCPTtGO {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #suUzdxSoSuPMq3TgT2kKF0wFnbbFeHrH { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #t6WbbODDdQxz6ECmT6Gk4hvfEqx9xTWA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #TTBLH2Ape4OTbzH15QHRGRbhiswiTDJm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #D4sbBn895ImR48aWzQTHs5oOmBHseO5f { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #D13AfLb1pHlDPLqenmMKzBTMqsda5Tn2 {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #WgxuT7g3TtwFE0PCwyKqCqCzGR3Nv3cg { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bT7qtWXavdTcNcOi2moBBlUIcd8ld82N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #JM87AviqIP4nrMvwULF6hciir2nHz8VT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #zFMNkwk2BGDF4e2tTBXvew5UJT2L437s { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #m4hUV9LvlHFKOBqgZ0DDMV5lTxlh6TTp {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #l2aa8BkAipci24pOLrXdfocF6NGdxXtN { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #DnUTchKfd0KSflGsBs3TQ7PODiUAXpo7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #VGwkDwpmMb4r5WHL89ptslqSPSF9HdGR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #senKwNkd4sFqZEZUW18Tay0UwbS2fQ9F { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #Uuvs2PtHpqP3PzRgeVxvk0itaTGMIkMu {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #BUT0VfdtcS9SK4Ef921lJVc8pFmQGe4D { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #alCAWGSHPSSAuUgkkesCnER6pLF2Tu5T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #NWkSkTpmzGoeBx36yRqzMxDLbmdGWnC8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #HuJIis4LI89SqLQWFLRGu5Pl62d5ATIK { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #z231NCRfCTCugOBC1VpRX7hE92H1uyDP {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #c7eHIZxEa44HaQJ8Bdv6zSmslpv8MhFD { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #iuyxDTTXxZodST3tEKrryRtniKLgGA6S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #ZVNBlRlFAIBmBdkZ5hnt3qPWduXt6612 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #S3FEbsRoWz94mTp8BycThdWvB4z47zoZ { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #pNnw871NwQhzTaV0GGGl7oqBpDlxuJam {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #f21ALs5LAdUoJxOeCmunDHyriJfTVZWU { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #lhncLUlu8xysvxMi936pCWvPPSV6EgVM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bR2cTAyoQzqcAXZxBCDIqqzW6Z7HDxmV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GKeZnDAxAFtGw7zW7g8ttV5hIUWg96pd { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #fXxGZd1e9rz09q04ndWfVS5ifcbRxfVt {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #vpLqgseo6JBToGKn9WVhGGURrsdDoTIQ { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #r7UsxnF3Ex0cCr2Ihzbx55s9CHE7wE3s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #nD8aEKSwFR0zRMG6zvDbGG0aziECqDNp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #KwL0ue3mG60eMHn865Vk8m5rcJhzg4pX { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #SKkPafdIT07tuBT0RWQ6lOsdn0Em7cAR {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GiT23S2ennUKiaKMgL7F9XAz9ZB686IH { display:none; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #mdpEiD1QdIULP4pbgsntSS95Jc2a2cCv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #VJp6G2HPiDlk8JxSTHw8M1TOxvTrZ8kk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #tI7JGPctwvKd71GVTb1SlNglaMQTi49E { display:block;position:relative; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #dL5d5K6qg9R4EAMXnW1w3mACSEq9ORRU {  }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bsw1IfK41Wi4eFUbCg2KcNU5nPaTGEGc { display:none; }
#tXB0gcoivx0fAEQb2KgXRBoT1HJ1Qhad { color:rgba(var(--color-primary-2),1);display:block;width:36.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1277122497559rem;left:19.312066078186rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#bkLCZR09D2fLwJn0KP6Imz2k6N60QQRU { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7827682495119rem;left:8.9366331100462rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5l2vzlxQUxLeBAvPvnvfCScwA6eqEEy { box-sizing:content-box;height:0.1875rem;width:73.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:67.50000190735rem;left:0.6875rem;display:block; }
#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup { 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;z-index:auto;display:block; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row .container { background-color: transparent; background-image: none; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row .container > .video-iframe-container { display: none; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row > .video-iframe-container { display: none; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .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); }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row .container { border-width: 0; border-radius: 0; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#rNbQdT5Z79C7vXBdTTzO2mArSLom1NeV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.3125rem;top:2.03125rem;left:4.686279296875rem;overflow:hidden;display:block; }
#SZ21U4zlAXDApP6Mt4e7vLnbvwGV6TyQ { color:rgba(var(--color-tertiary-4),0.91);display:block;width:6.75rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#Ehe3FLHceVw3ng2rJA9fTo3mbHymao9r { color:rgba(50,72,160,0.91);display:block;width:7.9375rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.375rem;height:1.29980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH { display:block; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGaeJkm7WVLUD2hsEKbwDpqtwsCzFOK9 { top:10.6875rem;left:0rem;width:37rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRpxDFUV9qyCNQRBLS2xBECPO1kryAf { top:14.25rem;left:0rem;width:35.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD5BB6xurU8524TQLNdzizQvTSzRb1VJ { width:20.6875rem;height:3.8125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr2OG5aCA9V7GcGdNSgiw9gUUku5pG0U { display:block; }
 }@media only screen and (max-width: 763px) { #W12BzlEWLpRJrUAEDs90Ppb0gfi05Plo { top:39.9375rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEyrPIX3eW3rumMd3HU7Z0TKlqltNz1C { top:17.125rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGkUtUWm5ItS9dz7unuMLh1x6ZR6KH75 { top:19.875rem;left:0rem;width:16.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmmGRnKfCJ3NtZl2JZHpkLxxLVWfvBO4 { top:22.6875rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXW9K8tPFETkhKdhrhXNTAPBQNcGie04 { top:25.5rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUKiMcFe2p5m2TZqruFLm58BeGM2ma6T { top:9.625rem;left:0rem;width:39.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIpDAgM9Gm0KkhTlloPhIAK4W3iN2nAi { display:none; }
 }@media only screen and (max-width: 763px) { #MJePswzPkhWopDGB6pXqpi9iBQZ1IXap { top:15.5625rem;left:0rem;width:6rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo2kQJeNEui2OZwy0OwkLn3WrFR8Xhpt { top:7.3125rem;left:0rem;width:31.5625rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeWLD7h6KCyUctfbSv0GzUO6Py4xe89l { top:18.125rem;left:0rem;width:6.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA8umnl7O0WKfbBVBhlddf3nRbl7WSgh { top:21.5rem;left:0rem;width:4.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPFua6w4PEartFgn6q3ovLZRt1y4mdxL { top:24.375rem;left:0rem;width:4.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 { display:none; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uZqW4TIny83zE9RFH9ngRewdzU4ptM7A { width:47.75rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPseXuKbZGoEASz2peg19kJKTRpUfkc3 { top:1.375rem;left:0rem;width:11.875rem;height:1.4298794215586rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5kRsMPzlFeBVNr1IlB3yHE7hIfmUUBB { width:11.75rem;height:2.375rem;top:0.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHMIpZwq2bDIOMn0bv93WsS3TRGmMzhB { display:block; }
 }@media only screen and (max-width: 763px) { #aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz { display:block; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnHGFVs44UpFNhfarfrDZ4bnUMmO7GsK { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTeOhfzXBwalZlasyDg6TnbnUJPXoUQ { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfpWqCI3TFHxdAW2NSgp0sXnCieXMfca { top:12.6875rem;left:0rem;width:13.625rem;height:9.2696589705184rem;display:block; }
 }@media only screen and (max-width: 763px) { #PORWavK3KpnOtlrqHsf732WD5xpThkUR { top:12.6875rem;left:7.3125rem;width:14.5rem;height:9.2724517870863rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7I8gVrFQwsos8lKmgz6HoGctIMaeHt1 { top:12.6875rem;left:26.6875rem;width:14.0625rem;height:9.4985625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJMokx7KDkI6JD030sFy9hf77Vy4mwyl { top:12.75rem;left:34.1875rem;width:13.5625rem;height:9.2071092936411rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCxCuyoRkhLPx82Gl1z2kuyhgJoU5QU { top:24.125rem;left:0rem;width:14.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8JO76GwfyNXRfkHUQix5ai2Se92Z2DF { top:24.1875rem;left:7.6875rem;width:14.1875rem;height:9.7067848401374rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3PaMiuTXJ1rJuGCyb6QDdb21I6ObdyE { top:24.125rem;left:26.875rem;width:14.1875rem;height:9.7067848401374rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD9mqwqKb6RwscaOcLPxXsdGlb0rF290 { top:23.375rem;left:33.375rem;width:14.375rem;height:10.392355082974rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoFSyzlHJqOg3pTtfT64T4xx1vORqvUI { width:15.375rem;height:2.875rem;top:38.0625rem;left:16.15673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvWxDDGAf25hZHHGLiKyTmWTbgFu8GWA { display:block; }
 }@media only screen and (max-width: 763px) { #ZD2Chf2AbnwEJ8SuyidFPOTF761Em01p { top:22rem;left:17.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCPspVIqs9IRrD4LSGncez9PAqh30fBf { top:22.1875rem;left:19.5625rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUWIdO9lyf9ZhSS7O4dR7DkpOniwx8gx { top:22rem;left:12.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZWvgKa31mfbnT8xvIG9KT5KNOJzTzJ { top:22.1875rem;left:14.25rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvOcSSKIP4kV9LB1mIiZSzEHXKKgxI7 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy4XTppTRehtcT75kvC4qnXgGbThQCrV { top:22.125rem;left:8.125rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0gmauSqgdbGQXffUoL5iiiL8yvt4H3i { top:22.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKh3vFqVWNgEGcWDyJaomq95qvTJ1z6c { top:22.375rem;left:0rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3FQsJmx89Scwf7WecNDPLGPkp0Ke0Sr { top:22.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcD3upuCM6uVuQb6LHz61BgGdFZrGEhz { top:22.375rem;left:0rem;width:2.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKukQlZKF3WaVKCKHZRPTKuvMH8CmS5C { top:22.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvkzIacUW8cgvllqZcl7NOi06ARZlSF { top:22.375rem;left:0rem;width:3.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JefPXcTD9zzruo3477d4Zo1PKcgSvr76 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2l0MOJFboa8svixmLAQNiDsQtocWSgI { top:22.1875rem;left:38.6875rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vewT9qgiLnKfcueiKcSWc6FJKcbmAek6 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d72t1kONfOPpTKaneoJ4PGyKWUKX2PEN { top:22.25rem;left:33.3125rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8ErAPlxxb3UOw0m0aEmM2p7GLLyOCE { top:22.0625rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRabpMTUHixrWc9eArU6iSrq5FrMryOF { top:22.1875rem;left:27.25rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DshZ888CKOwd2noncbzxX3ptUU2RgT7T { top:22.1875rem;left:44.5rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSBrwIeaBEZfAo0UUddXMQfNf0Plt6ll { top:22rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFNU5oRS74f3eJWMpO4tQBCfmdo0Rvhs { top:22rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dro1edf5LNzPTKdgzXrskNxgLClMWRvG { top:22.1875rem;left:44.6875rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1vSp96pHuN6g8fmGC2ih8N3SMBobcko { top:22.0625rem;left:44.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt5xANttgRGf3xB99DTgTtieLkn6cTaf { top:22.1875rem;left:44.0625rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOBdLopUT7Tc551XRD6HTugBnMJBkPIC { top:34.0625rem;left:0.125rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsGqKMiJF2FS91dwG6VnMIAWyFMHXepc { top:33.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoOVeIaOmukDeQWqIWF2WqoqJbWJ6GCp { top:34.0625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZSGT3NQTieZcQSwXA1KAWqhptBIV7CR { top:33.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH62xcyc3C0tDC9ZOwy21XcQRR9y7S5O { top:33.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXSt9ovqTBZHmzmCs6KcduR8IRyQmhqe { top:34rem;left:0rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a77NEDt8yFqafTN7uuQUuxnCw13TJTFU { top:33.875rem;left:17.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCsnv2aGX3Q5ar2JpsiHEEfSuAZU1xTF { top:34.0625rem;left:19.8125rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRJvce46fZgOlRfEkb7sge58EMN9xHRs { top:33.9375rem;left:12.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7fUOinFGdPZXJq0WG35Poxc3otrUnCP { top:34.0625rem;left:14.625rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWxG3aQXM9MGhUt68dxUFvl1uZGEz9c { top:33.9375rem;left:6.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuUsUgTf3UgshAvHbWrwRe2TGzd8wAs6 { top:34.0625rem;left:8.375rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7C7iwL6DsAoi3M24G432nlJCPT8QHw { top:33.875rem;left:37.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKsXBdFJeXGlciT8mewlEZJiTl5tzevl { top:34.0625rem;left:38.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz6L2eT1oBSvM7VTKGKeyyu1tFDQVZOC { top:33.9375rem;left:31.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR2rWOleK9FI8tvSInh1qgy3TsOd6Znl { top:34.125rem;left:33.75rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrVhZT0Mh0Z1Zvd7eeug3k4UIA6v1gg { top:33.9375rem;left:25.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5OAt20DRPd6qJJ4gNpNBdBMwKrRJcSl { top:34.0625rem;left:27.5625rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU82GC95gOA6d05s9fSWG7vGw7zpbpEQ { top:34rem;left:44.5625rem;width:3.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7y5Ol5Hh5Rhb9eIvbbEZdxK0PTErqxb { top:33.8125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgD63LnrAB2M34efqlVvaBALTFqPRmz { top:33.875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L44VTi6XgdX7d695yH82lvnFAvNXzEvP { top:34.0625rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf3QKuz6LP0FTrFCIbi94G3pwl7Ja6Xq { top:33.9375rem;left:44.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPPzi97L1metgJyPyzCsCd7XidZLrxHR { top:34.0625rem;left:44.3125rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys2uQAmDz2Scfk90GWOq0UUPsB0TVAor { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZZTKurehXOpNlf99MpakQ2wQsdUdqoX { top:25.625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGghcvPzzLbT6GPonl4Kr9xvLPrZQ9N7 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BT9blQNyLLkQMEmQyM5UzvDge0SxaGQ7 { top:25.625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oH9mxW3GNTuXXxIPZz5l7pTiJLDsfHxT { top:25.625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5FB6adQOJVPvFprfly6wwxIePGTVpdP { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyRTO6GtyNwzfOdnaecQkozJmlEZXqKB { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLFZRM0pJ6TwMexfCKQkacgALILn4GR4 { top:22.375rem;left:0rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hX84WQh4pdOaPOkuwEpenP5Js7UStgdh { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJa034qegtlwPtfnfr9uJWznGuIRREzz { top:14.875rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0JIfNcSbrH2HRIo5OlxJn2tbV4RaB3y { top:14.875rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2wvzHWs4Mn2g0v1Tx1GQSchvzBPOdnH { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I67g4IHDaPS0RezhmG7QfyQCqOrTcmwz { top:47.5625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWZdsthkguvLQ9sIsuJ0qFR4gyEfIasg { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wABl0ZKJnJWp0ttoLAXIdicgmZGUPTPX { top:47.5625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #niXME3XautWp4zxsw0IhG86pgAtpcSJ3 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuzknpsd9zcuQhLeWc6uUS45Whm2rJMO { top:47.5625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga3SDMx7NRbaBPa8DBrFhUkDbBvQ8gBm { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBAqxeitb6yqXDnx7Tzm29Atc2ummJhF { top:58.6875rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHdVwn9W2X48S2wmEzlUAWDdGKve5BJB { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLnuvPxzcwOxRGblLtUJ1W7u400oWuqe { top:58.6875rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzVoFS3S2K2JQgfyGLV70oaBE9RE7dVd { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k09CEwzTBqqikVZhQiEiiht85I23bBPG { top:58.6875rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNIeH4v8XdgPIIAtPs1T98mZ6ZCTridJ { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMB325Erixos7a3ZTO967Is44cXad5FF { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVUinIopiSb4aZN5kTePFbZxFWPP4lfV { top:69.8125rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PspBXeqVguG7608oWiwcThAcHtZBAPIA { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWiCmGRwXKSUggJLGk5U6HJLk4lTLghJ { top:69.8125rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVv1uqvbG1NM8W6coHqKDVleNMn586qL { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTwR4L07hnBa0K2XIqbZ7I5X4tztTLl0 { top:69.8125rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrFUHC3tew8OgP1ym6RaTB6DRNU78pRB { top:80.625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #spJMgOGkUp3ZLpVi1XORMRF20ikyKRMR { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7oow4TPvMAnKlfhE8TExqdGaVBDvrZ8 { top:80.625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZau4413XE5Tdi9cpBJ7OW1NGEEy3aTN { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATbqPXwLT4067ZC9iOH6teS89CdAthG5 { top:80.625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #faXqdrJxtnLWn0D7zbR6iplnwSEEyOI4 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAhMEvHuzxz4Z4JDfvURHbOlRzcLQZbJ { top:91.4375rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ii03pWP3gDNuTfpVZ0PrcrnmxtPase7O { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #McW6ClfkT4ro18aTQyO8AVTtF6Cu2hxc { top:91.4375rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBpic90sbVqz9EhSN2JyGehtIiuN8rBC { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmVRUM6fzgeiqGPeHpKtNAFeEJilT5kZ { top:91.4375rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfKSS7P8hEvWEIXDar5DNaL60AKM5hB9 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvaMdGmSuF2ioU365bpweAwrgKToCpsc { top:36.5rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW { display:block; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFFAiPJGqfixQUV8yfFcZp10vTCgTcn4 { top:1.75rem;left:5.71875rem;width:36.3125rem;height:3rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lglgsTTR2L8fBofQOdQNSkvLFeTu4vsK { width:15.375rem;height:2.875rem;top:33.375rem;left:16.15673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ8adoV7OWO0Z7fddQdttTKOkucvGmnX { display:block; }
 }@media only screen and (max-width: 763px) { #W5pmceaZ1fhOLy10LWpoX34iiCNAJkIF { top:6.4375rem;left:0rem;width:29.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaHpoTq3k0kcbSwDvaNKErU1FThpJM23 { top:15.3125rem;left:0rem;width:9.5625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7HICsMPcQqKTqB9g0kesy7c9xfcTh9D { top:15.3125rem;left:10.25rem;width:8.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm00l0zGA9VoS5m4xcR9AbMzfM1AgGbQ { top:19.5rem;left:0rem;width:17.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxxyr1mVnTvbGduwVd6esfIgR5Pycswa { top:28.3125rem;left:8.5rem;width:7.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcGbNTtkGd7ZfZu1tfpiOoIseDwutFgA { top:27.8125rem;left:0rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twh0BTbIJucGT10IJPoOpEsAixJUpeaC { top:18.875rem;left:35rem;width:12.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tma2elN3LSaaXk3ISiRITyQC9DPW0XM7 { top:18.875rem;left:23.8125rem;width:13.375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmdNXTL3z0nqf9LxxT2zI11U0Znps7bN { top:6.625rem;left:21.6875rem;width:17.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGq3Axmfpc5b3EwuaxiAa02E6ATWJLB { top:6.8125rem;left:32.375rem;width:15.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoWysZu1rmu8Bmw2vT1XHJqMVd1lgnET { top:15.125rem;left:25.1875rem;width:10.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIz3owEgzpuRv4UcOhghF7T75B4XtlxP { top:28.875rem;left:26rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhcJ99u7aO4qw70wrptmw1O5wMQtzUqc { top:28.875rem;left:37.8125rem;width:9.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70G9K5ryFh1ExTsRwvDNTSoSMikSkVF { top:14.875rem;left:37.1875rem;width:10.5625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k { display:block; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 { display:block; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak7PHnkin4MZO69UT7uirFBTteGafzC2 { top:4.9375rem;left:0rem;width:35.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq64DWV6zqTDfFbiaqNZyuZTNNU0xhsw { top:19.25rem;left:0rem;width:35.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyg7x6OaAT4A4JO5vAOKt8ifO4PrTmMt { top:7.8125rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm3ZVrXUV2JDihrxu1TainduV3aVbkv1 { top:12.5625rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoCSVRbT0cKOwewzDINuXwVanTKlIuas { top:15.6875rem;left:14.9375rem;width:32.8125rem;height:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkysntayq32w4S7bR9a1WN7kFAuvBKoR { top:20.6875rem;left:17.875rem;width:29.875rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLKgZ59a76FcbvlZy6GT6FrEgBTSoOH { width:15.375rem;height:2.875rem;top:31.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ40zZmVwgUOVscVfWayiLbetDsPQygd { display:block; }
 }@media only screen and (max-width: 763px) { #TwpTUyFlmSFXffz3v182U3AdrK4AKEwG { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRLeRCo15InXK1PkBMnb7Ous6g669ZvZ { display:block; }
 }@media only screen and (max-width: 763px) { #TxrOEFcCxqnJKRpAgM2VR8aF5kmkd7gM { top:7.1875rem;left:26.75rem;width:6rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgPTaPcw1WB0471gclRXi07FrHITh3O { top:7.375rem;left:26.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw { display:block; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sybipvWbcdysJhHyJVNqE2JiFb5Pkk4b { top:4.0625rem;left:11.5625rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTM8SzgcDwQ5afnAnNfwPahKUTospkHn { top:18.5rem;left:12.1875rem;width:35.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhId7hfINBnGWttLHGIMlteds5JTkRbq { top:8.125rem;left:0rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ugnm5o3bM1LPTwmyMTVogGtMRghiRT { top:12.6875rem;left:0rem;width:27.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSCC4MMRRBwing65PgkJGcrIsPOvUCQK { top:15.8125rem;left:0rem;width:32.9375rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss2b1wTUCP3UFRLTqCIIDfS9Ncag9yzc { top:21.8125rem;left:0rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twiiWu0kKT4nn1saHA4odVd9TqLTkVq6 { width:15.375rem;height:2.875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtnUT7pkVxsHRCzJ1mt5gOQMVXMC63CG { display:block; }
 }@media only screen and (max-width: 763px) { #iDdVc5qhNT4b05CPx4ig1lTJszXw2fV5 { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g97ALtVmd3Vrk8A7LrQ6CXyqTIlzv1m4 { display:block; }
 }@media only screen and (max-width: 763px) { #OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx { display:block; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ0IP957WMtyKuV7bqQQhpPx2xub9u4v { top:7.0625rem;left:0rem;width:38.4375rem;height:0;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTn0Jx6RkrqhOuICa6Ilg96ia0qdM3TH { top:24rem;left:0rem;width:31.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2mNdQxXw8mmwBMdZWELvLrNLcGnxGUT { top:7.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZNRLHW1hNWfAUtQyl19g5q4aXDbwH2 { top:12.25rem;left:0rem;width:39.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIM3JWsozpVNBiuMEtL3HdoBR4KOnBoD { top:14.75rem;left:0rem;width:37.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng1krJT0XcPDHp5W8DBEkt0ita6TWJZh { top:24.5625rem;left:2.5rem;width:29.25rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcQ4sv2cbFtrDvUvwfuQBQOfws6quFK { width:17.5rem;height:3.4375rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5hqziThvHENxxuWffpJhQgWC92G5xXf { display:block; }
 }@media only screen and (max-width: 763px) { #ygSyFpUyytTTf5hldIihkh59Arlbl9n4 { top:4.9375rem;left:0rem;width:30.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfuwwG1Tc6LcXrikQufx1Jga8v3kT6mS { top:4.6875rem;left:0rem;width:30.125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bMJR9kGF5rbGtFLB84OgQdEUinCm9S { top:2.3125rem;left:0.5rem;width:31.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp { display:block; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSaL1TuvKAbg9p4ekbloRaD1XXPTFazi { width:16.75rem;height:16.75rem;top:9.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaLXhWa4osps3vVnAvc96lzBXPhCxkPH { width:18.75rem;height:1.8125rem;top:27.25rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0RQQ3CbhovXLxUxVLxkEAR8dKc5yVV { width:18.75rem;height:1.8125rem;top:27.25rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcGsTPnbvO2SmAyJottKBia3XdHsnbW { width:16.75rem;height:16.75rem;top:9.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUxAkTpT1CWrlZxXPhl6zUpBMiLt1dof { width:16.9375rem;height:16.9375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUBuDe5ceS0TCd0aLw1hVoFGCe1934z { width:9.25rem;height:1.8125rem;top:27.25rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odqNvXD9xXU76v79mvPw4RXuRdObkcwT { width:17.8125rem;height:5.1875rem;top:30.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y48IJPHuTymMnMDnkG7aRLq3O9EHXdTM { width:15.5rem;height:3rem;top:36.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5OqHnK6DpQNhX5ilAGF7CpI8AcmRT9Q { display:block; }
 }@media only screen and (max-width: 763px) { #nEBeemsnB9DOmxDy2Badc4C5Z2EoD3Zi { width:15.4375rem;height:3.0625rem;top:36.375rem;left:31.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIPkk2hZuLT9AeS0X37QD9AkyziSmVgg { display:block; }
 }@media only screen and (max-width: 763px) { #BWgcgIikt8kK4irzJVeZ0HkERe79R6Im { width:15.5rem;height:3rem;top:36.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSkiAZHV2D32izJGGxFScL5C8H2hSEv5 { display:block; }
 }@media only screen and (max-width: 763px) { #GMNyRAW9TZ0Wszx0FsJX5RUgPPfvGJqL { width:14.8125rem;height:3.875rem;top:30.125rem;left:16.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxTwUSB0pCQtFOkrSKIZ8VrSCdJxdEqa { width:16.1875rem;height:5.1875rem;top:30.125rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpyxJ7TWi2z7qDZiI2GdLL42ud1tJ9dW { top:1.3125rem;left:0rem;width:38.4375rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMbGMW6NR7AsEnhdrK5N4ADAT9Crrnxd { top:29rem;left:4.25rem;width:6.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBJhTymgHlP5fHRbCOs2VNReTxTVkQe8 { top:29rem;left:33.8125rem;width:11.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtO20oWirDXR3vhTrIgKpzREzsRlkEX { top:29rem;left:17.8125rem;width:12.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyvmfuOPGLhMpseETxeuehKU6xXbgFZZ { top:1.3125rem;left:9.3125rem;width:22.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSEcgViPTw7417ysIqpKyUQckQeGhg8T { top:8.75rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sahQnNhvC3W1Irt24r4bKWD2J3aZhB5H { top:8.4375rem;left:0rem;width:10rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKTAXqnD3Vo7z1oIO8AhizdvE1ATotlR { top:8.4375rem;left:15.875rem;width:10rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caDT2Xi86qaippvA2ZBFABcqpvFhXyar { top:8.8125rem;left:15.875rem;width:9.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMfBnlngGT34sS4ehKIMheI4MZkGrfrV { top:8.4375rem;left:31.75rem;width:10rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7ZX1UWMSQqA09GkovNCcnK5i2GiTiw { top:8.8125rem;left:31.75rem;width:9.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU { display:block; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1u8HxJCyhWWXJw55O3y0rwEmnqkRwfL { width:18.625rem;height:1.1875rem;top:14rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0pAuXC9L08U1k9POz745TTGy5c9L55 { width:38.4375rem;height:4.375rem;top:9.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rFgcKVdoEylX92L72rwPSzGbeImRTv { top:4.1875rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlO31csXDqTzAoPsmayorIo26E3XPBid { top:4.125rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4m0w5fe2JaBnWlSJcktn1eV8QOZBqiu { top:4.0625rem;left:5.3125rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqeLTKbegWg3g2tmrlenwvZZeKmrJpcm { top:4rem;left:11.9375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAnbgdy2wpAfuTM69Zc5szNhrEqyN0V4 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1ldGnrgKVBArnLda36n9XGunfD0y2e1 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrKeflpsUhrmOupXkrsyCVBhtaJhVIoT { width:20rem;height:2.5625rem;top:3rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJy76D3Awobez9FrIQcDxrKtNZUdx8TH { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUhneCa5ffAKWSl9Pm4u4ngPplaxNo5n { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dr7IydXgws2ruh6D9gcK2n7XKPbCnMsX { width:18.625rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #up2aifAg6QQU2fTRbwG9pHwiEybk4DDm { top:40rem;left:0rem;width:41rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8o2KVvOzbyTBTWp1RqAJVcr6AuhP5BX { top:30.5rem;left:2.6875rem;width:26.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwgXbGM9tK0z9FyciCZQH22cfLkFOImK { top:42.375rem;left:2.9375rem;width:26rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDINd7OJhnAv9etaiolUqTbNFdWBBUWx { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFrrSazFTaA3HRT9lP3BEuhKXqEgQBMT { top:28.25rem;left:0rem;width:40.8125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQbHsGnJfodXQQcGitdk6kxDob4DyV4S { top:19.875rem;left:2.6875rem;width:26.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKTPALiOyK8hfTmavxVXrtDCulyzQA7 { top:31.25rem;left:0rem;width:3.4375rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grFiku2SU4pnTNFU7GCI6D66ZhfhnTqA { top:20.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Igzv0ev7qAaFoh3drSrDw8xLTTN7TA { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKoSAQdlRkggLZJWqeOp8WzBvCNg3EBy { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5bA08N8kAQ57MlnxMIpklFRDD1oTtyX { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJZL6U48LL1f2SzdMQT9E0m7cGkX6kTJ { top:31.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0xeogS4Tz9NiVimWsqCTHqe1TZiE3gy { top:31.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM2rxVpcSKPP6uMN4hygscSuI3v2ZizX { top:42.5rem;left:0.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4TWLbOgNAUvO5pK8cmCzU5AhBLZ4xwa { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viignTI2ZGNhIDPwAOssgRAUyF1GfaeP { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgO9CSTDD2t3ZussAZIb2MZPGhCIU4D { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuOMqWPHHOST5Z5fPu8OId3GsUlyU0ew { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8bVt0ubW1XVpnlwLoAQoobesCQMHBqQ { top:21.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFFx7I4TNAPbJWev2HmAkXLMHdbLaS33 { top:42.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAIrKbXUSVeuHVn7Ptxy261FLuSZ2u6l { top:22.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TUa1rPbsS0zw3beK2mspkyHmtFvgxT { top:43.8125rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieTMiikSGNxSxVMs7c1Xi8455cZfRabf { top:32.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmLkGsv73h5VVDMePrEB5F2ZTGUcqfnD { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3TdAkxfhQR3Bri20NOChQCarbDZ76sS { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOlOk7ksROJEPTU3HfJFUwdOQkM32aMs { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSuvOoB30BrbrxcSImCR7lVPDTJJDiBV { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsdzyMlkwCkopqbXb3Vtads1TP1x6kKs { top:3.9375rem;left:18.5625rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofhd2zRz0FOPRHkRMTbARGDKughoWopH { top:5.8125rem;left:22.0625rem;width:25.6875rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghSru0LRokP4130UEIhptNrJcQ2yT4Zv { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zibQMZ2GpkqzHZNdtwmDfC2Q4AqrlNz4 { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xqxd71y4zQsDiC3FgUo9tXJFKWTqtb3L { display:none; }
 }@media only screen and (max-width: 763px) { #cGIezPgTNM0wrOC6gtwoGAEboFGNsDMy { top:22.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkg62UR1KS71y0EbKP6K4LM54RpHJNKu { top:20.625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9FR0J8kXTv2fAaAW0bB9JIIDvRVlsF0 { top:19.875rem;left:2.6875rem;width:26.375rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrUt4l7NT6FhU4o8l2AL8D50gGK1oMJx { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mi1C9QSBNTaTsCOqgAkCROANDw9LPFOp { display:none; }
 }@media only screen and (max-width: 763px) { #nCAn9eJkNThE63lJzm7ZZKwIQHo4rOLz { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq29kTfflmR8IBOdEi1qKhl0TXLKeO7K { display:none; }
 }@media only screen and (max-width: 763px) { #rc1wVRDzV3x5d0lzvPKx4siXIaKUTWIZ { top:32.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqlTUgbEhBLdc7OoWLTS9mLcacriTf2i { top:31.25rem;left:0rem;width:3.4375rem;height:3.8745125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pH30Tis7ReaakmItSUi8R45fUcDnGhi6 { top:30.5rem;left:2.6875rem;width:26.5rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xwtsb8XitW7qhIyTvXnPSJznDTTmuWgs { top:43.8125rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDa5K7xbOuLG1kWTHiEp7WggiJnvetOz { top:42.375rem;left:2.9375rem;width:26rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz2efo7DavxEWt3vtVIULAbkTb27T2ZJ { top:42.5rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M { display:block; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnTO8l81a8VTOau4QUTr98HQDUH4EUIh { top:9rem;left:0rem;width:34.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLeI7ySFnDWDunz54v6aBknJ6BghDuz { top:5.625rem;left:0rem;width:32.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7uukHF6GbZhFviSVcHOeKJRe7b6nJdc { width:12.3125rem;height:3rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCbfBobLhDscPv9xxEg0g5QhyqNvOO3d { display:block; }
 }@media only screen and (max-width: 763px) { #w5onLF0OPbbvX5cvbQIVhRIcSRft2uTT { top:5rem;left:11.375rem;width:17.3125rem;height:3.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I { display:block; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaLFf53fVgfLy3sCE9sm7ISHLsdu3wS7 { top:12.4375rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpfx4KzgOILqTB6nSRQDUhHhTpqdR7Iw { top:14.1875rem;left:0rem;width:30.125rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwVCvyDgnoPVnMVoht9uu6h6NqNAUVFD { top:13.125rem;left:0rem;width:1.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0FPlvWScAvEndclZVVsA8InteRNAszf { top:20.0625rem;left:0rem;width:29.3125rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b34Q8TuJeboIUb6zWT5T4pU336f07bBg { top:18.25rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyW0a1ov2gTAXlka0tKRuu6irxeubcwd { top:25.125rem;left:0rem;width:31.6875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWgg63TneE53CzwnFzGpe339EWuMXOdP { top:23.4375rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnVO8wp39GPQxyKcR8xMTPJAGIXT4SBt { top:31rem;left:0rem;width:31.6875rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8zN9Hey0SSpuwDa3b00bPfWnwgTG1aP { top:29.1875rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGF1QJLzKpWCVNdmqXvJxoCd20UiS2eh { top:36.0625rem;left:0rem;width:31.6875rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCTlfEnfMpLMzOfvvW2cMp7HFd4UdLVQ { top:34.3125rem;left:0rem;width:31.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUNmLfZTPfNFqfQ3K2uyZPTdDfih4RM { top:0rem;left:24.4375rem;width:23.3125rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqQ48Q1zSZoFfriGncyfXNW5RohHMHbX { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Fx3cDXOP6veD0Kv8oOg4cpTxt5nTl1 { top:5.0625rem;left:0rem;width:44rem;height:4.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWK82THJyGBpypVaJgsJ6UDCDcvz5c38 { top:18.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lauivdtGJ1XTPHvJygWW0sqzea97KMIb { top:19rem;left:0rem;width:1.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ymQ0FS6cZOMcKeeaNNNkmvLJ0xTlR6 { top:23.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoPdsvAhQygFGDyG7iBiGoRWOc0g4CZm { top:24.4375rem;left:0rem;width:1.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hms7o1Wah4wx6XTnpt7sBfmTlnQw8Udp { top:29.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1xwtMP2tpHX5RTB4qoX5QvqOGmC5aGc { top:29.9375rem;left:0rem;width:1.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9d8T23e79ciy7mfMcTXSaczVHhyBCU { top:34.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXGoWZ47yau6MkN4HE5AyckL1XHNpb6 { top:35.25rem;left:0rem;width:1.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp8VQTDLWGM1cCZyDkK6CJlT96FO6He0 { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JENpD2OM6XrsEw9AgNgmpI0CHFs29N30 { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxshKvMqSz4uwftvrNSa3dc5hk30p6zk { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KA3SJAC187RBA52teI3Wt1Uc1exTTzGC { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 { display:block; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #LL8QCJO3vTDw644T4BtCkolk46lpsgrA {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #fQGM3hcgqmCkUJpoa1FE8KyfoVtefmKq {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #wH5VQTnHMqOC2bnV7dF4g9IOBflRheH5 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bK1ctMqsK0UiZ0ES100Th2MbcNo5vOul {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #nrLoLJda9BDgJ5sTz8SV66rz9rgRcUGc {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #FLhzEifgGHNMAMobehLIvVSyTZrnk03l {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #hhWTLAnOhKtK0dWzUixW1t3pGFiu2v3h {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #UVgoDw5cEFmHLqGHFTns7Q3XVdN9bcdL {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #Mw911D3t3Jw6EoJRSE4lOqbkRgHvXINJ {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #NsJgX07l9mvnS12x3elViiV90XHtTpEt {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #G6xQ5nlUPIrrQD46b2vRIRzDvBmON1iW {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #C5G4nnzhT40kH2D3fAMTpHigc9V0soqW {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GEdEhrhWTLPT3ltL5VG3GIMMXJqL4ITC {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #sP9JOgi8lOZLQWaoFHGUZXyiNRCPTtGO {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #suUzdxSoSuPMq3TgT2kKF0wFnbbFeHrH {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #t6WbbODDdQxz6ECmT6Gk4hvfEqx9xTWA {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #TTBLH2Ape4OTbzH15QHRGRbhiswiTDJm {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #D4sbBn895ImR48aWzQTHs5oOmBHseO5f {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #D13AfLb1pHlDPLqenmMKzBTMqsda5Tn2 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #WgxuT7g3TtwFE0PCwyKqCqCzGR3Nv3cg {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bT7qtWXavdTcNcOi2moBBlUIcd8ld82N {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #JM87AviqIP4nrMvwULF6hciir2nHz8VT {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #zFMNkwk2BGDF4e2tTBXvew5UJT2L437s {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #m4hUV9LvlHFKOBqgZ0DDMV5lTxlh6TTp {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #l2aa8BkAipci24pOLrXdfocF6NGdxXtN {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #DnUTchKfd0KSflGsBs3TQ7PODiUAXpo7 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #VGwkDwpmMb4r5WHL89ptslqSPSF9HdGR {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #senKwNkd4sFqZEZUW18Tay0UwbS2fQ9F {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #Uuvs2PtHpqP3PzRgeVxvk0itaTGMIkMu {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #BUT0VfdtcS9SK4Ef921lJVc8pFmQGe4D {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #alCAWGSHPSSAuUgkkesCnER6pLF2Tu5T {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #NWkSkTpmzGoeBx36yRqzMxDLbmdGWnC8 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #HuJIis4LI89SqLQWFLRGu5Pl62d5ATIK {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #z231NCRfCTCugOBC1VpRX7hE92H1uyDP {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #c7eHIZxEa44HaQJ8Bdv6zSmslpv8MhFD {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #iuyxDTTXxZodST3tEKrryRtniKLgGA6S {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #ZVNBlRlFAIBmBdkZ5hnt3qPWduXt6612 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #S3FEbsRoWz94mTp8BycThdWvB4z47zoZ {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #pNnw871NwQhzTaV0GGGl7oqBpDlxuJam {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #f21ALs5LAdUoJxOeCmunDHyriJfTVZWU {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #lhncLUlu8xysvxMi936pCWvPPSV6EgVM {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bR2cTAyoQzqcAXZxBCDIqqzW6Z7HDxmV {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GKeZnDAxAFtGw7zW7g8ttV5hIUWg96pd {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #fXxGZd1e9rz09q04ndWfVS5ifcbRxfVt {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #vpLqgseo6JBToGKn9WVhGGURrsdDoTIQ {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #r7UsxnF3Ex0cCr2Ihzbx55s9CHE7wE3s {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #nD8aEKSwFR0zRMG6zvDbGG0aziECqDNp {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #KwL0ue3mG60eMHn865Vk8m5rcJhzg4pX {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #SKkPafdIT07tuBT0RWQ6lOsdn0Em7cAR {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GiT23S2ennUKiaKMgL7F9XAz9ZB686IH {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #mdpEiD1QdIULP4pbgsntSS95Jc2a2cCv {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #VJp6G2HPiDlk8JxSTHw8M1TOxvTrZ8kk {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #tI7JGPctwvKd71GVTb1SlNglaMQTi49E {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #dL5d5K6qg9R4EAMXnW1w3mACSEq9ORRU {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bsw1IfK41Wi4eFUbCg2KcNU5nPaTGEGc {  }
 }@media only screen and (max-width: 763px) { #tXB0gcoivx0fAEQb2KgXRBoT1HJ1Qhad { top:3.125rem;left:5.6870660781861rem;width:36.3125rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkLCZR09D2fLwJn0KP6Imz2k6N60QQRU { top:6.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5l2vzlxQUxLeBAvPvnvfCScwA6eqEEy { top:67.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup { display:block; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNbQdT5Z79C7vXBdTTzO2mArSLom1NeV { width:18.3125rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ21U4zlAXDApP6Mt4e7vLnbvwGV6TyQ { width:6.6875rem;height:1.25rem;top:2.5rem;left:40.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehe3FLHceVw3ng2rJA9fTo3mbHymao9r { width:7.875rem;height:1.25rem;top:2.5rem;left:39.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/adbc2f70-7e61-47c1-8110-94c5a6f3a81e/MobileHeaderPhotoV2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH.adaptive-delivery-prevent-bg, #Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH.lazyload, #Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH.lazyloading { background-image: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container { background-color: transparent; background-image: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.02); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container > .video-iframe-container { display: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.02); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row > .video-iframe-container { display: none; }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .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); }#Z9PniD3vzrULMWODGU3oBw9TGs9NNXEH > .row .container { width:20rem;height:46.748046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGaeJkm7WVLUD2hsEKbwDpqtwsCzFOK9 { width:17.875rem;height:2.5996125rem;top:8.4375rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoRpxDFUV9qyCNQRBLS2xBECPO1kryAf { width:18.8125rem;height:2.76171875rem;top:10.625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BD5BB6xurU8524TQLNdzizQvTSzRb1VJ { width:12.1228125rem;height:2.31079375rem;top:23.25rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr2OG5aCA9V7GcGdNSgiw9gUUku5pG0U { display:block; }
 }@media only screen and (max-width: 763px) { #W12BzlEWLpRJrUAEDs90Ppb0gfi05Plo { width:20rem;height:5.499675rem;top:32.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEyrPIX3eW3rumMd3HU7Z0TKlqltNz1C { width:13.6875rem;height:1.29980625rem;top:15rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NGkUtUWm5ItS9dz7unuMLh1x6ZR6KH75 { width:13.3125rem;height:1.29980625rem;top:16.9375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bmmGRnKfCJ3NtZl2JZHpkLxxLVWfvBO4 { width:16.0625rem;height:1.29980625rem;top:18.9375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZXW9K8tPFETkhKdhrhXNTAPBQNcGie04 { width:16.0623125rem;height:1.29980625rem;top:21rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WUKiMcFe2p5m2TZqruFLm58BeGM2ma6T { width:18.75rem;height:1.25rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIpDAgM9Gm0KkhTlloPhIAK4W3iN2nAi { top:39.873046875rem;left:0rem;width:20rem;height:6.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #MJePswzPkhWopDGB6pXqpi9iBQZ1IXap { width:5.0625rem;height:4.0625rem;top:13.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oo2kQJeNEui2OZwy0OwkLn3WrFR8Xhpt { width:20rem;height:28.8125rem;top:42.7490234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeWLD7h6KCyUctfbSv0GzUO6Py4xe89l { width:4.9375rem;height:4.0625rem;top:15.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RA8umnl7O0WKfbBVBhlddf3nRbl7WSgh { width:3.3125rem;height:2.6875rem;top:18.25rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FPFua6w4PEartFgn6q3ovLZRt1y4mdxL { width:3.5625rem;height:2.9375rem;top:20.3125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K8x9ItyoOkdH7xCzH7sIhr8eXc8QNJy8 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZqW4TIny83zE9RFH9ngRewdzU4ptM7A { top:0.6875rem;left:6.375rem;width:7.312rem;height:0.812375rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BPseXuKbZGoEASz2peg19kJKTRpUfkc3 { width:15.25rem;height:1.8125rem;top:4.87426796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5kRsMPzlFeBVNr1IlB3yHE7hIfmUUBB { width:10.1245rem;height:1.6870125rem;top:2.0625rem;left:4.9375rem;font-size:0.75rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #RHMIpZwq2bDIOMn0bv93WsS3TRGmMzhB { display:block; }
 }@media only screen and (max-width: 763px) { #aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz { display:block; }#aXMvg0ZMdORuotmhAkuwp2FB2TTsttPz > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnHGFVs44UpFNhfarfrDZ4bnUMmO7GsK { width:20rem;height:2.5996125rem;top:0.69970703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoTeOhfzXBwalZlasyDg6TnbnUJPXoUQ { width:20rem;height:1.5rem;top:3.29931640625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfpWqCI3TFHxdAW2NSgp0sXnCieXMfca { width:14.8125rem;height:9.9375rem;top:4.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PORWavK3KpnOtlrqHsf732WD5xpThkUR { width:15.5625rem;height:9.6875rem;top:15.8125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7I8gVrFQwsos8lKmgz6HoGctIMaeHt1 { width:14.375rem;height:9.5625rem;top:26.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJMokx7KDkI6JD030sFy9hf77Vy4mwyl { width:15rem;height:9.75rem;top:59.90625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCxCuyoRkhLPx82Gl1z2kuyhgJoU5QU { width:13.875rem;height:9.5rem;top:37.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8JO76GwfyNXRfkHUQix5ai2Se92Z2DF { width:14.75rem;height:9.8125rem;top:48.78125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3PaMiuTXJ1rJuGCyb6QDdb21I6ObdyE { width:14.3125rem;height:9.5rem;top:71rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD9mqwqKb6RwscaOcLPxXsdGlb0rF290 { width:13.1875rem;height:9.4375rem;top:81.84375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoFSyzlHJqOg3pTtfT64T4xx1vORqvUI { width:12.625rem;height:2.1875rem;top:94.349609375rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvWxDDGAf25hZHHGLiKyTmWTbgFu8GWA { display:block; }
 }@media only screen and (max-width: 763px) { #ZD2Chf2AbnwEJ8SuyidFPOTF761Em01p { width:1.375rem;height:1.375rem;top:26.9375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCPspVIqs9IRrD4LSGncez9PAqh30fBf { width:3.25rem;height:0;top:64.1933625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GUWIdO9lyf9ZhSS7O4dR7DkpOniwx8gx { width:1.4375rem;height:1.4375rem;top:26.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8ZWvgKa31mfbnT8xvIG9KT5KNOJzTzJ { width:3.0625rem;height:0;top:27.0625rem;left:10.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OcvOcSSKIP4kV9LB1mIiZSzEHXKKgxI7 { width:1.1875rem;height:1.1875rem;top:36.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy4XTppTRehtcT75kvC4qnXgGbThQCrV { width:3.6875rem;height:0;top:27.0625rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x0gmauSqgdbGQXffUoL5iiiL8yvt4H3i { width:1.25rem;height:1.25rem;top:14.625rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKh3vFqVWNgEGcWDyJaomq95qvTJ1z6c { width:3.25rem;height:0;top:36.5rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V3FQsJmx89Scwf7WecNDPLGPkp0Ke0Sr { width:1.4375rem;height:1.4375rem;top:14.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcD3upuCM6uVuQb6LHz61BgGdFZrGEhz { width:2.875rem;height:0;top:14.625rem;left:9.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vKukQlZKF3WaVKCKHZRPTKuvMH8CmS5C { width:1.1875rem;height:1.1875rem;top:14.6875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwvkzIacUW8cgvllqZcl7NOi06ARZlSF { width:3.75rem;height:0;top:14.6875rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JefPXcTD9zzruo3477d4Zo1PKcgSvr76 { width:1.3125rem;height:1.3125rem;top:36.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2l0MOJFboa8svixmLAQNiDsQtocWSgI { width:3.25rem;height:0;top:69.2871125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vewT9qgiLnKfcueiKcSWc6FJKcbmAek6 { width:1.4375rem;height:1.4375rem;top:36.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d72t1kONfOPpTKaneoJ4PGyKWUKX2PEN { width:3.0625rem;height:1.21875rem;top:36.5rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zx8ErAPlxxb3UOw0m0aEmM2p7GLLyOCE { width:1.375rem;height:1.375rem;top:66.6621125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRabpMTUHixrWc9eArU6iSrq5FrMryOF { width:3.6875rem;height:1.21875rem;top:36.5rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DshZ888CKOwd2noncbzxX3ptUU2RgT7T { width:3.25rem;height:0;top:74.3808625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NSBrwIeaBEZfAo0UUddXMQfNf0Plt6ll { width:1.5625rem;height:1.5625rem;top:53.6621125rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFNU5oRS74f3eJWMpO4tQBCfmdo0Rvhs { width:1.4375rem;height:1.4375rem;top:53.6621125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #dro1edf5LNzPTKdgzXrskNxgLClMWRvG { width:3.0625rem;height:0;top:53.8496125rem;left:11.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l1vSp96pHuN6g8fmGC2ih8N3SMBobcko { width:1.375rem;height:1.375rem;top:71.7558625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gt5xANttgRGf3xB99DTgTtieLkn6cTaf { width:3.6875rem;height:0;top:53.8496125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KOBdLopUT7Tc551XRD6HTugBnMJBkPIC { width:3.25rem;height:0;top:130.3496125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bsGqKMiJF2FS91dwG6VnMIAWyFMHXepc { width:1.5625rem;height:1.5625rem;top:86.5996125rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoOVeIaOmukDeQWqIWF2WqoqJbWJ6GCp { width:3.0625rem;height:0;top:86.7871125rem;left:12rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WZSGT3NQTieZcQSwXA1KAWqhptBIV7CR { width:1.4375rem;height:1.4375rem;top:86.5996125rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH62xcyc3C0tDC9ZOwy21XcQRR9y7S5O { width:1.375rem;height:1.375rem;top:127.7246125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXSt9ovqTBZHmzmCs6KcduR8IRyQmhqe { width:3.4375rem;height:0;top:86.7246125rem;left:5.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a77NEDt8yFqafTN7uuQUuxnCw13TJTFU { width:1.5625rem;height:1.5625rem;top:99.099609375rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCsnv2aGX3Q5ar2JpsiHEEfSuAZU1xTF { width:3.25rem;height:0;top:135.4433625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RRJvce46fZgOlRfEkb7sge58EMN9xHRs { width:1.4375rem;height:1.4375rem;top:99.1621125rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7fUOinFGdPZXJq0WG35Poxc3otrUnCP { width:3.0625rem;height:0;top:99.2871125rem;left:12.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #skWxG3aQXM9MGhUt68dxUFvl1uZGEz9c { width:1.375rem;height:1.375rem;top:132.8183625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuUsUgTf3UgshAvHbWrwRe2TGzd8wAs6 { width:3.4375rem;height:0;top:99.2871125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WV7C7iwL6DsAoi3M24G432nlJCPT8QHw { width:1.5625rem;height:1.5625rem;top:111.6621125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKsXBdFJeXGlciT8mewlEZJiTl5tzevl { width:3.25rem;height:0;top:140.5371125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vz6L2eT1oBSvM7VTKGKeyyu1tFDQVZOC { width:1.4375rem;height:1.4375rem;top:111.7246125rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VR2rWOleK9FI8tvSInh1qgy3TsOd6Znl { width:3.0625rem;height:0;top:111.9121125rem;left:12rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eFrVhZT0Mh0Z1Zvd7eeug3k4UIA6v1gg { width:1.375rem;height:1.375rem;top:137.9121125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5OAt20DRPd6qJJ4gNpNBdBMwKrRJcSl { width:3.4375rem;height:0;top:111.8496125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TU82GC95gOA6d05s9fSWG7vGw7zpbpEQ { width:3.1875rem;height:0;top:145.6308625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A7y5Ol5Hh5Rhb9eIvbbEZdxK0PTErqxb { width:1.5625rem;height:1.5625rem;top:124.9121125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHgD63LnrAB2M34efqlVvaBALTFqPRmz { width:1.4375rem;height:1.4375rem;top:124.9746125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #L44VTi6XgdX7d695yH82lvnFAvNXzEvP { width:3rem;height:0;top:125.1621125rem;left:11.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sf3QKuz6LP0FTrFCIbi94G3pwl7Ja6Xq { width:1.375rem;height:1.375rem;top:143.0058625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPPzi97L1metgJyPyzCsCd7XidZLrxHR { width:3.4375rem;height:0;top:125.1621125rem;left:5.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ys2uQAmDz2Scfk90GWOq0UUPsB0TVAor { width:1.4375rem;height:1.4375rem;top:25.5rem;left:7.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #GZZTKurehXOpNlf99MpakQ2wQsdUdqoX { width:3.25rem;height:1.21875rem;top:25.625rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #OGghcvPzzLbT6GPonl4Kr9xvLPrZQ9N7 { width:1.3125rem;height:1.3125rem;top:25.5625rem;left:13rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #BT9blQNyLLkQMEmQyM5UzvDge0SxaGQ7 { width:3.0625rem;height:1.21875rem;top:25.625rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #oH9mxW3GNTuXXxIPZz5l7pTiJLDsfHxT { width:3.6875rem;height:1.21875rem;top:25.625rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #a5FB6adQOJVPvFprfly6wwxIePGTVpdP { width:1.1875rem;height:1.1875rem;top:25.625rem;left:2.1875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #TyRTO6GtyNwzfOdnaecQkozJmlEZXqKB { width:1.4375rem;height:1.4375rem;top:14.75rem;left:7.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #iLFZRM0pJ6TwMexfCKQkacgALILn4GR4 { width:3.25rem;height:1.21875rem;top:14.875rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #hX84WQh4pdOaPOkuwEpenP5Js7UStgdh { width:1.3125rem;height:1.3125rem;top:14.8125rem;left:13rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #EJa034qegtlwPtfnfr9uJWznGuIRREzz { width:3.0625rem;height:1.21875rem;top:14.875rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #w0JIfNcSbrH2HRIo5OlxJn2tbV4RaB3y { width:3.6875rem;height:1.21875rem;top:14.875rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #S2wvzHWs4Mn2g0v1Tx1GQSchvzBPOdnH { width:1.1875rem;height:1.1875rem;top:14.875rem;left:2.1875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #I67g4IHDaPS0RezhmG7QfyQCqOrTcmwz { width:3.25rem;height:1.21875rem;top:47.5625rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #XWZdsthkguvLQ9sIsuJ0qFR4gyEfIasg { width:1.3125rem;height:1.3125rem;top:47.5rem;left:13rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #wABl0ZKJnJWp0ttoLAXIdicgmZGUPTPX { width:3.0625rem;height:1.21875rem;top:47.5625rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #niXME3XautWp4zxsw0IhG86pgAtpcSJ3 { width:1.4375rem;height:1.4375rem;top:47.4375rem;left:7.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #iuzknpsd9zcuQhLeWc6uUS45Whm2rJMO { width:3.6875rem;height:1.21875rem;top:47.5625rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3SDMx7NRbaBPa8DBrFhUkDbBvQ8gBm { width:1.1875rem;height:1.1875rem;top:47.5625rem;left:2.1875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #MBAqxeitb6yqXDnx7Tzm29Atc2ummJhF { width:3.25rem;height:1.21875rem;top:58.6875rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #RHdVwn9W2X48S2wmEzlUAWDdGKve5BJB { width:1.3125rem;height:1.3125rem;top:58.625rem;left:13rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #ZLnuvPxzcwOxRGblLtUJ1W7u400oWuqe { width:3.0625rem;height:1.21875rem;top:58.6875rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #tzVoFS3S2K2JQgfyGLV70oaBE9RE7dVd { width:1.4375rem;height:1.4375rem;top:58.5625rem;left:7.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #k09CEwzTBqqikVZhQiEiiht85I23bBPG { width:3.6875rem;height:1.21875rem;top:58.6875rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #gNIeH4v8XdgPIIAtPs1T98mZ6ZCTridJ { width:1.1875rem;height:1.1875rem;top:58.6875rem;left:2.1875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #rMB325Erixos7a3ZTO967Is44cXad5FF { width:1.1875rem;height:1.1875rem;top:69.8125rem;left:2.1875rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #BVUinIopiSb4aZN5kTePFbZxFWPP4lfV { width:3.6875rem;height:1.21875rem;top:69.8125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #PspBXeqVguG7608oWiwcThAcHtZBAPIA { width:1.4375rem;height:1.4375rem;top:69.6875rem;left:7.75rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #UWiCmGRwXKSUggJLGk5U6HJLk4lTLghJ { width:3.0625rem;height:1.21875rem;top:69.8125rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #tVv1uqvbG1NM8W6coHqKDVleNMn586qL { width:1.3125rem;height:1.3125rem;top:69.75rem;left:13rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #bTwR4L07hnBa0K2XIqbZ7I5X4tztTLl0 { width:3.25rem;height:1.21875rem;top:69.8125rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #JrFUHC3tew8OgP1ym6RaTB6DRNU78pRB { width:3.25rem;height:1.21875rem;top:80.625rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #spJMgOGkUp3ZLpVi1XORMRF20ikyKRMR { width:1.3125rem;height:1.3125rem;top:80.5625rem;left:13rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #T7oow4TPvMAnKlfhE8TExqdGaVBDvrZ8 { width:3.0625rem;height:1.21875rem;top:80.625rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #TZau4413XE5Tdi9cpBJ7OW1NGEEy3aTN { width:1.4375rem;height:1.4375rem;top:80.5rem;left:7.75rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #ATbqPXwLT4067ZC9iOH6teS89CdAthG5 { width:3.6875rem;height:1.21875rem;top:80.625rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #faXqdrJxtnLWn0D7zbR6iplnwSEEyOI4 { width:1.1875rem;height:1.1875rem;top:80.625rem;left:2.1875rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #kAhMEvHuzxz4Z4JDfvURHbOlRzcLQZbJ { width:3.25rem;height:1.21875rem;top:91.4375rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #Ii03pWP3gDNuTfpVZ0PrcrnmxtPase7O { width:1.3125rem;height:1.3125rem;top:91.375rem;left:13rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #McW6ClfkT4ro18aTQyO8AVTtF6Cu2hxc { width:3.0625rem;height:1.21875rem;top:91.4375rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #wBpic90sbVqz9EhSN2JyGehtIiuN8rBC { width:1.4375rem;height:1.4375rem;top:91.3125rem;left:7.75rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #tmVRUM6fzgeiqGPeHpKtNAFeEJilT5kZ { width:3.6875rem;height:1.21875rem;top:91.4375rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #LfKSS7P8hEvWEIXDar5DNaL60AKM5hB9 { width:1.1875rem;height:1.1875rem;top:91.4375rem;left:2.1875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #WvaMdGmSuF2ioU365bpweAwrgKToCpsc { width:3.25rem;height:1.21875rem;top:36.5rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW { display:block; }#sr8Oi4Zp1kgTez1I1qxHp8iqExDrlUNW > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFFAiPJGqfixQUV8yfFcZp10vTCgTcn4 { width:14.0625rem;height:4.61230625rem;top:2.875rem;left:2.96875rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lglgsTTR2L8fBofQOdQNSkvLFeTu4vsK { width:10.25rem;height:2.125rem;top:76.1875rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ8adoV7OWO0Z7fddQdttTKOkucvGmnX { display:block; }
 }@media only screen and (max-width: 763px) { #W5pmceaZ1fhOLy10LWpoX34iiCNAJkIF { width:20rem;height:5.9915611814346rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaHpoTq3k0kcbSwDvaNKErU1FThpJM23 { width:9.5625rem;height:4.2246rem;top:14.125rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7HICsMPcQqKTqB9g0kesy7c9xfcTh9D { width:8.4375rem;height:4.2246rem;top:14.125rem;left:10.5625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Nm00l0zGA9VoS5m4xcR9AbMzfM1AgGbQ { width:17.5625rem;height:8.25rem;top:18.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxxyr1mVnTvbGduwVd6esfIgR5Pycswa { width:7.4375rem;height:2.1123rem;top:26.625rem;left:11.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NcGbNTtkGd7ZfZu1tfpiOoIseDwutFgA { width:8.9375rem;height:3.16845rem;top:26.625rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Twh0BTbIJucGT10IJPoOpEsAixJUpeaC { width:12.75rem;height:9.5625rem;top:63.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tma2elN3LSaaXk3ISiRITyQC9DPW0XM7 { width:13.375rem;height:9.625rem;top:51.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmdNXTL3z0nqf9LxxT2zI11U0Znps7bN { width:17.625rem;height:8.5rem;top:40.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGq3Axmfpc5b3EwuaxiAa02E6ATWJLB { width:15.375rem;height:8.0625rem;top:29.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoWysZu1rmu8Bmw2vT1XHJqMVd1lgnET { width:10.5625rem;height:2.1123rem;top:49.4375rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIz3owEgzpuRv4UcOhghF7T75B4XtlxP { width:8.9375rem;height:2.1123rem;top:61.0625rem;left:5.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhcJ99u7aO4qw70wrptmw1O5wMQtzUqc { width:9.9375rem;height:2.1123rem;top:72.75rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g70G9K5ryFh1ExTsRwvDNTSoSMikSkVF { width:10.5625rem;height:3.16845rem;top:37.75rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k { display:block; }#k5eOqnKrmsDhkKx4eVDlTxCdkCgpDP2k > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 { display:block; }#u7NWfQqoIP6J0ITBMPATfzU3IFfLfrK1 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak7PHnkin4MZO69UT7uirFBTteGafzC2 { width:19.5625rem;height:7.6875rem;top:7.23779296875rem;left:0.1865234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hq64DWV6zqTDfFbiaqNZyuZTNNU0xhsw { width:20rem;height:11.875rem;top:15.1923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyg7x6OaAT4A4JO5vAOKt8ifO4PrTmMt { width:17.3745rem;height:3.57470625rem;top:1.375rem;left:2.625rem;font-size:2.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Tm3ZVrXUV2JDihrxu1TainduV3aVbkv1 { width:16.9995rem;height:2.1933625rem;top:4.375rem;left:3rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HoCSVRbT0cKOwewzDINuXwVanTKlIuas { width:17.0625rem;height:8.39845rem;top:27.69140625rem;left:1.46875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Hkysntayq32w4S7bR9a1WN7kFAuvBKoR { width:16.875rem;height:4.875rem;top:30.419921875rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLKgZ59a76FcbvlZy6GT6FrEgBTSoOH { width:15.374375rem;height:2.87489375rem;top:40.732965469361rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJ40zZmVwgUOVscVfWayiLbetDsPQygd { display:block; }
 }@media only screen and (max-width: 763px) { #TwpTUyFlmSFXffz3v182U3AdrK4AKEwG { width:12.1230625rem;height:2.3110375rem;top:37.39794921875rem;left:3.93798828125rem;font-size:0.875rem;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QRLeRCo15InXK1PkBMnb7Ous6g669ZvZ { display:block; }
 }@media only screen and (max-width: 763px) { #TxrOEFcCxqnJKRpAgM2VR8aF5kmkd7gM { width:6rem;height:1.4375rem;top:0.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgPTaPcw1WB0471gclRXi07FrHITh3O { width:5.9375rem;height:1.05615rem;top:0.75rem;left:14rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw { display:block; }#hiDqgGmp8DU5MpPkrnrBXn49D8TsffDw > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sybipvWbcdysJhHyJVNqE2JiFb5Pkk4b { width:20rem;height:7.875rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mTM8SzgcDwQ5afnAnNfwPahKUTospkHn { width:20rem;height:12.125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhId7hfINBnGWttLHGIMlteds5JTkRbq { width:13.937rem;height:3.57470625rem;top:0rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2ugnm5o3bM1LPTwmyMTVogGtMRghiRT { width:18.4375rem;height:1.94970625rem;top:3rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSCC4MMRRBwing65PgkJGcrIsPOvUCQK { width:17.75rem;height:7.82228125rem;top:27.375rem;left:1.125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ss2b1wTUCP3UFRLTqCIIDfS9Ncag9yzc { width:17.875rem;height:3.65625rem;top:30.75rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twiiWu0kKT4nn1saHA4odVd9TqLTkVq6 { width:15.374375rem;height:2.87489375rem;top:40.979816436767rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtnUT7pkVxsHRCzJ1mt5gOQMVXMC63CG { display:block; }
 }@media only screen and (max-width: 763px) { #iDdVc5qhNT4b05CPx4ig1lTJszXw2fV5 { width:12.1235rem;height:2.3112rem;top:36.75rem;left:3.9375rem;font-size:0.875rem;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #g97ALtVmd3Vrk8A7LrQ6CXyqTIlzv1m4 { display:block; }
 }@media only screen and (max-width: 763px) { #OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx { display:block; }#OTuik4rNARrpcHiWBAXZ6TuC3FDgTTyx > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ0IP957WMtyKuV7bqQQhpPx2xub9u4v { width:20rem;height:0;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTn0Jx6RkrqhOuICa6Ilg96ia0qdM3TH { width:17.5625rem;height:2rem;top:18rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2mNdQxXw8mmwBMdZWELvLrNLcGnxGUT { width:20rem;height:1.94970625rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZNRLHW1hNWfAUtQyl19g5q4aXDbwH2 { width:20rem;height:0.9746125rem;top:4.57470703125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIM3JWsozpVNBiuMEtL3HdoBR4KOnBoD { width:17.875rem;height:6.82225rem;top:21.0625rem;left:1.0625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ng1krJT0XcPDHp5W8DBEkt0ita6TWJZh { width:15.875rem;height:1.625rem;top:18.25rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcQ4sv2cbFtrDvUvwfuQBQOfws6quFK { width:11.3125rem;height:2.375rem;top:28.9375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5hqziThvHENxxuWffpJhQgWC92G5xXf { display:block; }
 }@media only screen and (max-width: 763px) { #ygSyFpUyytTTf5hldIihkh59Arlbl9n4 { width:14.9375rem;height:1.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfuwwG1Tc6LcXrikQufx1Jga8v3kT6mS { width:15.5rem;height:1.21875rem;top:1.23095703125rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A0bMJR9kGF5rbGtFLB84OgQdEUinCm9S { width:17.125rem;height:11.3125rem;top:5.96875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp { display:block; }#DfvCXVDFsmu6b7xHxpVQDgiOnq77HEFp > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSaL1TuvKAbg9p4ekbloRaD1XXPTFazi { width:15.3125rem;height:15.3125rem;top:63.75rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaLXhWa4osps3vVnAvc96lzBXPhCxkPH { width:18.75rem;height:1.625rem;top:80.341796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0RQQ3CbhovXLxUxVLxkEAR8dKc5yVV { width:18.75rem;height:1.625rem;top:50.73046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcGsTPnbvO2SmAyJottKBia3XdHsnbW { width:15.25rem;height:15.25rem;top:34.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUxAkTpT1CWrlZxXPhl6zUpBMiLt1dof { width:15.375rem;height:15.375rem;top:5.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUBuDe5ceS0TCd0aLw1hVoFGCe1934z { width:18.75rem;height:1.625rem;top:21.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odqNvXD9xXU76v79mvPw4RXuRdObkcwT { width:16.125rem;height:5.199225rem;top:23.75rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y48IJPHuTymMnMDnkG7aRLq3O9EHXdTM { width:12.25rem;height:2.3125rem;top:29.39892578125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5OqHnK6DpQNhX5ilAGF7CpI8AcmRT9Q { display:block; }
 }@media only screen and (max-width: 763px) { #nEBeemsnB9DOmxDy2Badc4C5Z2EoD3Zi { width:12.125rem;height:2.4375rem;top:89.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIPkk2hZuLT9AeS0X37QD9AkyziSmVgg { display:block; }
 }@media only screen and (max-width: 763px) { #BWgcgIikt8kK4irzJVeZ0HkERe79R6Im { width:12.125rem;height:2.375rem;top:58.75rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSkiAZHV2D32izJGGxFScL5C8H2hSEv5 { display:block; }
 }@media only screen and (max-width: 763px) { #GMNyRAW9TZ0Wszx0FsJX5RUgPPfvGJqL { width:14rem;height:3.89941875rem;top:53.7236328125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxTwUSB0pCQtFOkrSKIZ8VrSCdJxdEqa { width:14.5rem;height:5.199225rem;top:83.20947265625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpyxJ7TWi2z7qDZiI2GdLL42ud1tJ9dW { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMbGMW6NR7AsEnhdrK5N4ADAT9Crrnxd { width:6.1875rem;height:0.1875rem;top:23.05517578125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBJhTymgHlP5fHRbCOs2VNReTxTVkQe8 { width:11.6875rem;height:0.1875rem;top:82.2099609375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtO20oWirDXR3vhTrIgKpzREzsRlkEX { width:12.125rem;height:0.1875rem;top:52.4736328125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyvmfuOPGLhMpseETxeuehKU6xXbgFZZ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSEcgViPTw7417ysIqpKyUQckQeGhg8T { width:9.75rem;height:1.29980625rem;top:4.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sahQnNhvC3W1Irt24r4bKWD2J3aZhB5H { width:10rem;height:1.9375rem;top:4.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKTAXqnD3Vo7z1oIO8AhizdvE1ATotlR { width:10rem;height:1.9375rem;top:33.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caDT2Xi86qaippvA2ZBFABcqpvFhXyar { width:9.75rem;height:1.29980625rem;top:33.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMfBnlngGT34sS4ehKIMheI4MZkGrfrV { width:10rem;height:1.9375rem;top:62.966796875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7ZX1UWMSQqA09GkovNCcnK5i2GiTiw { width:9.75rem;height:1.29980625rem;top:63.28564453125rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/108e48c3-6f16-4704-920e-4f141f397a95/Untitled320x800px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU.adaptive-delivery-prevent-bg, #R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU.lazyload, #R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU.lazyloading { background-image: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container { background-color: transparent; background-image: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container > .video-iframe-container { display: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row > .video-iframe-container { display: none; }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .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); }#R4WeaO5L0mGhazOBTkrivpSm7nwNuFTU > .row .container { width:20rem;height:91.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1u8HxJCyhWWXJw55O3y0rwEmnqkRwfL { width:18.5625rem;height:0;top:45.3501rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Mp0pAuXC9L08U1k9POz745TTGy5c9L55 { width:19.9995rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #S1rFgcKVdoEylX92L72rwPSzGbeImRTv { display:flex;width:8.8125rem;height:8.8125rem;top:5.1001rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlO31csXDqTzAoPsmayorIo26E3XPBid { display:flex;width:8.8125rem;height:8.8125rem;top:15.1626rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4m0w5fe2JaBnWlSJcktn1eV8QOZBqiu { display:flex;width:8.8125rem;height:8.8125rem;top:25.2251rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqeLTKbegWg3g2tmrlenwvZZeKmrJpcm { display:flex;width:8.8125rem;height:8.8125rem;top:35.2876rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAnbgdy2wpAfuTM69Zc5szNhrEqyN0V4 { display:flex;width:4.5rem;height:4.5rem;top:0.65625rem;left:7.75rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #V1ldGnrgKVBArnLda36n9XGunfD0y2e1 { display:flex;width:4.375rem;height:4.375rem;top:0.71875rem;left:4.75rem;opacity:.55;z-index:15030; }
 }@media only screen and (max-width: 763px) { #VrKeflpsUhrmOupXkrsyCVBhtaJhVIoT { width:20rem;height:3.16894375rem;top:2.26953125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-weight:700;font-style:normal;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #lJy76D3Awobez9FrIQcDxrKtNZUdx8TH { display:flex;width:4.4375rem;height:4.4375rem;top:0.6875rem;left:1.6875rem;opacity:.55;z-index:15029; }
 }@media only screen and (max-width: 763px) { #rUhneCa5ffAKWSl9Pm4u4ngPplaxNo5n { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:10.875rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #dr7IydXgws2ruh6D9gcK2n7XKPbCnMsX { width:18.625rem;height:1.4624rem;top:5.15625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:italic;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #up2aifAg6QQU2fTRbwG9pHwiEybk4DDm { width:19.875rem;height:8.5rem;top:40rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #R8o2KVvOzbyTBTWp1RqAJVcr6AuhP5BX { width:20rem;height:auto;top:30.5rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #zwgXbGM9tK0z9FyciCZQH22cfLkFOImK { width:20rem;height:auto;top:42.375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #lDINd7OJhnAv9etaiolUqTbNFdWBBUWx { width:19.875rem;height:7.25rem;top:18.8125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #DFrrSazFTaA3HRT9lP3BEuhKXqEgQBMT { width:19.875rem;height:9.625rem;top:28.25rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #yQbHsGnJfodXQQcGitdk6kxDob4DyV4S { width:20rem;height:auto;top:19.875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #mQKTPALiOyK8hfTmavxVXrtDCulyzQA7 { width:3.4375rem;height:3.8745125rem;top:31.25rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #grFiku2SU4pnTNFU7GCI6D66ZhfhnTqA { width:3.75rem;height:3.75rem;top:20.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5Igzv0ev7qAaFoh3drSrDw8xLTTN7TA { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKoSAQdlRkggLZJWqeOp8WzBvCNg3EBy { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5bA08N8kAQ57MlnxMIpklFRDD1oTtyX { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJZL6U48LL1f2SzdMQT9E0m7cGkX6kTJ { display:flex;width:1.3125rem;height:1.3125rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0xeogS4Tz9NiVimWsqCTHqe1TZiE3gy { display:flex;width:1.3125rem;height:1.3125rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EM2rxVpcSKPP6uMN4hygscSuI3v2ZizX { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4TWLbOgNAUvO5pK8cmCzU5AhBLZ4xwa { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #viignTI2ZGNhIDPwAOssgRAUyF1GfaeP { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTgO9CSTDD2t3ZussAZIb2MZPGhCIU4D { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuOMqWPHHOST5Z5fPu8OId3GsUlyU0ew { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8bVt0ubW1XVpnlwLoAQoobesCQMHBqQ { display:flex;width:1.375rem;height:1.375rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFFx7I4TNAPbJWev2HmAkXLMHdbLaS33 { width:3.75rem;height:3.75rem;top:42.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAIrKbXUSVeuHVn7Ptxy261FLuSZ2u6l { width:14.3125rem;height:auto;top:22.625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3TUa1rPbsS0zw3beK2mspkyHmtFvgxT { width:14.3125rem;height:auto;top:43.8125rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieTMiikSGNxSxVMs7c1Xi8455cZfRabf { width:14.3125rem;height:auto;top:32.625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmLkGsv73h5VVDMePrEB5F2ZTGUcqfnD { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3TdAkxfhQR3Bri20NOChQCarbDZ76sS { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOlOk7ksROJEPTU3HfJFUwdOQkM32aMs { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSuvOoB30BrbrxcSImCR7lVPDTJJDiBV { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsdzyMlkwCkopqbXb3Vtads1TP1x6kKs { display:flex;width:8.875rem;height:8.875rem;top:3.9375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ofhd2zRz0FOPRHkRMTbARGDKughoWopH { width:20rem;height:42.875rem;top:7.13330078125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ghSru0LRokP4130UEIhptNrJcQ2yT4Zv { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:14.0625rem;opacity:.55;z-index:15032; }
 }@media only screen and (max-width: 763px) { #zibQMZ2GpkqzHZNdtwmDfC2Q4AqrlNz4 { width:19.875rem;height:13.8125rem;top:51.5rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Xqxd71y4zQsDiC3FgUo9tXJFKWTqtb3L { display:flex;top:61.375rem;left:4.75rem;width:4.125rem;height:4.125rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #cGIezPgTNM0wrOC6gtwoGAEboFGNsDMy { width:14.3125rem;height:1.3125rem;top:61.3125rem;left:4.75rem;font-size:0.875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #rkg62UR1KS71y0EbKP6K4LM54RpHJNKu { width:3.125rem;height:3.125rem;top:61.3125rem;left:0.6875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #F9FR0J8kXTv2fAaAW0bB9JIIDvRVlsF0 { width:18.625rem;height:7.875rem;top:52.6875rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #FrUt4l7NT6FhU4o8l2AL8D50gGK1oMJx { width:19.875rem;height:12.25rem;top:66.5rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Mi1C9QSBNTaTsCOqgAkCROANDw9LPFOp { display:flex;top:74.8125rem;left:4.75rem;width:4.125rem;height:4.125rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #nCAn9eJkNThE63lJzm7ZZKwIQHo4rOLz { width:19.875rem;height:10.5rem;top:80rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Jq29kTfflmR8IBOdEi1qKhl0TXLKeO7K { display:flex;top:86.4375rem;left:4.875rem;width:4.125rem;height:4.125rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #rc1wVRDzV3x5d0lzvPKx4siXIaKUTWIZ { width:14.3125rem;height:1.3125rem;top:74.8125rem;left:4.75rem;font-size:0.875rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #TqlTUgbEhBLdc7OoWLTS9mLcacriTf2i { width:2.875rem;height:3.25rem;top:74.8125rem;left:0.6875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #pH30Tis7ReaakmItSUi8R45fUcDnGhi6 { width:18.8125rem;height:6.5625rem;top:67.625rem;left:0.59375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #Xwtsb8XitW7qhIyTvXnPSJznDTTmuWgs { width:14.3125rem;height:1.3125rem;top:86.4375rem;left:4.75rem;font-size:0.875rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #FDa5K7xbOuLG1kWTHiEp7WggiJnvetOz { width:18.6875rem;height:5.25rem;top:80.9375rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #dz2efo7DavxEWt3vtVIULAbkTb27T2ZJ { width:3.125rem;height:3.125rem;top:86.4375rem;left:0.6875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007329a6-f6cc-4c52-af2f-2f07cc7cd8cf/GIFTCARDSECTION6.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M.adaptive-delivery-prevent-bg, #Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M.lazyload, #Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M.lazyloading { background-image: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container { background-color: transparent; background-image: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container > .video-iframe-container { display: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row > .video-iframe-container { display: none; }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .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); }#Po6Wx3NoDv8HD6bFzOczduWCXrAMu34M > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnTO8l81a8VTOau4QUTr98HQDUH4EUIh { width:17.75rem;height:2.92419375rem;top:6.302734375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLeI7ySFnDWDunz54v6aBknJ6BghDuz { width:20rem;height:2.03125rem;top:1.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7uukHF6GbZhFviSVcHOeKJRe7b6nJdc { width:9.4375rem;height:2.125rem;top:20.541015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCbfBobLhDscPv9xxEg0g5QhyqNvOO3d { display:block; }
 }@media only screen and (max-width: 763px) { #w5onLF0OPbbvX5cvbQIVhRIcSRft2uTT { width:17.3125rem;height:3.16894375rem;top:3.1875rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I { display:block; }#HTRMysQ0tsMsDXDzcHS8KxxF3N3kpz2I > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaLFf53fVgfLy3sCE9sm7ISHLsdu3wS7 { width:9.5625rem;height:1.25rem;top:40.9375rem;left:3rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qpfx4KzgOILqTB6nSRQDUhHhTpqdR7Iw { width:18.75rem;height:2.25rem;top:43.3125rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pwVCvyDgnoPVnMVoht9uu6h6NqNAUVFD { width:1.5625rem;height:1.5rem;top:40.9375rem;left:0.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0FPlvWScAvEndclZVVsA8InteRNAszf { width:18.75rem;height:2.25rem;top:50.1875rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #b34Q8TuJeboIUb6zWT5T4pU336f07bBg { width:15.5625rem;height:1.25rem;top:47.75rem;left:2.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JyW0a1ov2gTAXlka0tKRuu6irxeubcwd { width:18.75rem;height:3rem;top:56.5625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SWgg63TneE53CzwnFzGpe339EWuMXOdP { width:16.625rem;height:1.25rem;top:54.375rem;left:2.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qnVO8wp39GPQxyKcR8xMTPJAGIXT4SBt { width:18.75rem;height:2.25rem;top:63.6875rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #a8zN9Hey0SSpuwDa3b00bPfWnwgTG1aP { width:15.5625rem;height:1.25rem;top:61.375rem;left:2.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGF1QJLzKpWCVNdmqXvJxoCd20UiS2eh { width:18.75rem;height:1.5rem;top:69.9375rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MCTlfEnfMpLMzOfvvW2cMp7HFd4UdLVQ { width:15.5625rem;height:1.25rem;top:67.625rem;left:2.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTUNmLfZTPfNFqfQ3K2uyZPTdDfih4RM { width:20rem;height:32.625rem;top:4.125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HqQ48Q1zSZoFfriGncyfXNW5RohHMHbX { width:1.75rem;height:1.75rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Fx3cDXOP6veD0Kv8oOg4cpTxt5nTl1 { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWK82THJyGBpypVaJgsJ6UDCDcvz5c38 { width:3.75rem;height:3.75rem;top:66.3125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #lauivdtGJ1XTPHvJygWW0sqzea97KMIb { width:1.5rem;height:1.5rem;top:47.75rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ymQ0FS6cZOMcKeeaNNNkmvLJ0xTlR6 { width:3.75rem;height:3.75rem;top:71.5625rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoPdsvAhQygFGDyG7iBiGoRWOc0g4CZm { width:1.5rem;height:1.5rem;top:54.375rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hms7o1Wah4wx6XTnpt7sBfmTlnQw8Udp { width:3.75rem;height:3.75rem;top:76.8125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1xwtMP2tpHX5RTB4qoX5QvqOGmC5aGc { width:1.5rem;height:1.5rem;top:61.375rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9d8T23e79ciy7mfMcTXSaczVHhyBCU { width:3.75rem;height:3.75rem;top:82.0625rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBXGoWZ47yau6MkN4HE5AyckL1XHNpb6 { width:1.5rem;height:1.5rem;top:67.625rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hp8VQTDLWGM1cCZyDkK6CJlT96FO6He0 { width:1.75rem;height:1.75rem;top:47.5rem;left:0rem;z-index:14995;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JENpD2OM6XrsEw9AgNgmpI0CHFs29N30 { width:1.75rem;height:1.75rem;top:54.125rem;left:0rem;z-index:14996;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #mxshKvMqSz4uwftvrNSa3dc5hk30p6zk { width:1.75rem;height:1.75rem;top:61.125rem;left:0rem;z-index:14996;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #KA3SJAC187RBA52teI3Wt1Uc1exTTzGC { width:1.75rem;height:1.75rem;top:67.375rem;left:0rem;z-index:14997;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 { display:block; }#wCQS1TTiPFchI4T4i1RCq3cGEhGAXPs1 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#UTw5ErChUe7THCwJokuxfpFTnp48MBz5 { display:flex;height:auto;width:17.5rem;top:7.4599609375rem;left:0rem;gap:0.4375rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900; }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #LL8QCJO3vTDw644T4BtCkolk46lpsgrA {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #fQGM3hcgqmCkUJpoa1FE8KyfoVtefmKq {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #wH5VQTnHMqOC2bnV7dF4g9IOBflRheH5 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bK1ctMqsK0UiZ0ES100Th2MbcNo5vOul {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #nrLoLJda9BDgJ5sTz8SV66rz9rgRcUGc {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #FLhzEifgGHNMAMobehLIvVSyTZrnk03l {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #hhWTLAnOhKtK0dWzUixW1t3pGFiu2v3h {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #UVgoDw5cEFmHLqGHFTns7Q3XVdN9bcdL {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #Mw911D3t3Jw6EoJRSE4lOqbkRgHvXINJ {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #NsJgX07l9mvnS12x3elViiV90XHtTpEt {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #G6xQ5nlUPIrrQD46b2vRIRzDvBmON1iW {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #C5G4nnzhT40kH2D3fAMTpHigc9V0soqW {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GEdEhrhWTLPT3ltL5VG3GIMMXJqL4ITC {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #sP9JOgi8lOZLQWaoFHGUZXyiNRCPTtGO {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #suUzdxSoSuPMq3TgT2kKF0wFnbbFeHrH {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #t6WbbODDdQxz6ECmT6Gk4hvfEqx9xTWA {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #TTBLH2Ape4OTbzH15QHRGRbhiswiTDJm {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #D4sbBn895ImR48aWzQTHs5oOmBHseO5f {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #D13AfLb1pHlDPLqenmMKzBTMqsda5Tn2 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #WgxuT7g3TtwFE0PCwyKqCqCzGR3Nv3cg {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bT7qtWXavdTcNcOi2moBBlUIcd8ld82N {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #JM87AviqIP4nrMvwULF6hciir2nHz8VT {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #zFMNkwk2BGDF4e2tTBXvew5UJT2L437s {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #m4hUV9LvlHFKOBqgZ0DDMV5lTxlh6TTp {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #l2aa8BkAipci24pOLrXdfocF6NGdxXtN {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #DnUTchKfd0KSflGsBs3TQ7PODiUAXpo7 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #VGwkDwpmMb4r5WHL89ptslqSPSF9HdGR {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #senKwNkd4sFqZEZUW18Tay0UwbS2fQ9F {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #Uuvs2PtHpqP3PzRgeVxvk0itaTGMIkMu {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #BUT0VfdtcS9SK4Ef921lJVc8pFmQGe4D {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #alCAWGSHPSSAuUgkkesCnER6pLF2Tu5T {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #NWkSkTpmzGoeBx36yRqzMxDLbmdGWnC8 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #HuJIis4LI89SqLQWFLRGu5Pl62d5ATIK {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #z231NCRfCTCugOBC1VpRX7hE92H1uyDP {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #c7eHIZxEa44HaQJ8Bdv6zSmslpv8MhFD {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #iuyxDTTXxZodST3tEKrryRtniKLgGA6S {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #ZVNBlRlFAIBmBdkZ5hnt3qPWduXt6612 {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #S3FEbsRoWz94mTp8BycThdWvB4z47zoZ {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #pNnw871NwQhzTaV0GGGl7oqBpDlxuJam {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #f21ALs5LAdUoJxOeCmunDHyriJfTVZWU {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #lhncLUlu8xysvxMi936pCWvPPSV6EgVM {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bR2cTAyoQzqcAXZxBCDIqqzW6Z7HDxmV {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GKeZnDAxAFtGw7zW7g8ttV5hIUWg96pd {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #fXxGZd1e9rz09q04ndWfVS5ifcbRxfVt {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #vpLqgseo6JBToGKn9WVhGGURrsdDoTIQ {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #r7UsxnF3Ex0cCr2Ihzbx55s9CHE7wE3s {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #nD8aEKSwFR0zRMG6zvDbGG0aziECqDNp {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #KwL0ue3mG60eMHn865Vk8m5rcJhzg4pX {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #SKkPafdIT07tuBT0RWQ6lOsdn0Em7cAR {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #GiT23S2ennUKiaKMgL7F9XAz9ZB686IH {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #mdpEiD1QdIULP4pbgsntSS95Jc2a2cCv {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #VJp6G2HPiDlk8JxSTHw8M1TOxvTrZ8kk {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #tI7JGPctwvKd71GVTb1SlNglaMQTi49E {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #dL5d5K6qg9R4EAMXnW1w3mACSEq9ORRU {  }
 }@media only screen and (max-width: 763px) { #UTw5ErChUe7THCwJokuxfpFTnp48MBz5 #bsw1IfK41Wi4eFUbCg2KcNU5nPaTGEGc {  }
 }@media only screen and (max-width: 763px) { #tXB0gcoivx0fAEQb2KgXRBoT1HJ1Qhad { width:20rem;height:2.2753875rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkLCZR09D2fLwJn0KP6Imz2k6N60QQRU { width:20rem;height:2.4375rem;top:4.2109379768372rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5l2vzlxQUxLeBAvPvnvfCScwA6eqEEy { width:20rem;height:0.1875rem;top:56.942739136719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup { position:relative;z-index:auto;display:block; }#tKb3PhJzwNSHVsAyZrWHxAmsRPAucRup > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNbQdT5Z79C7vXBdTTzO2mArSLom1NeV { width:10.249625rem;height:1.124875rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ21U4zlAXDApP6Mt4e7vLnbvwGV6TyQ { width:6.74925rem;height:1.05615rem;top:1.25rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ehe3FLHceVw3ng2rJA9fTo3mbHymao9r { width:7.936375rem;height:1.05615rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }