.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:217,221,226;--color-primary-1:129,143,158;--color-primary-2:3,31,60;--color-primary-3:2,16,30;--color-primary-4:0,5,9;--color-secondary-0:247,250,223;--color-secondary-1:229,237,148;--color-secondary-2:203,219,41;--color-secondary-3:102,110,21;--color-secondary-4:30,33,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Albert Sans";--paragraphs-font-family:"Albert Sans"; }body { background-color:transparent;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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { position:absolute;display:block;z-index:15001;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:3.3125rem;width:7.875rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw { 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; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row .container { background-color: transparent; background-image: none; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row .container > .video-iframe-container { display: none; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row > .video-iframe-container { display: none; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .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); }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row .container { border-width: 0; border-radius: 0; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b { 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; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row .container { background-color: transparent; background-image: none; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row .container > .video-iframe-container { display: none; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row > .video-iframe-container { display: none; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .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); }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row .container { border-width: 0; border-radius: 0; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row .container { font-size:0.875rem;font-family:arial;height:223.125rem;width:75rem;position:relative;display:block; }#Unl0TIULxcfuf1xhTIxpZxwyxQlurSZO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:4.875rem;display:block; }
#XoRBDCR09gZIegb3SoHwCmphexmU7mZd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:2.5996125rem;display:block; }
#LTBaLbkfuPXOyW7ByCMkLT4AsByay4bi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.5rem;left:0rem;height:2.4375rem;display:block; }
#uJGBGmx6UKewaCLaVVxJKyUUsHECBnFR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0rem;height:2.5996125rem;display:block; }
#lldJXHh4p99CNILi4zDIBFS7r6bNAuT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.9375rem;left:0rem;height:;display:block; }#lldJXHh4p99CNILi4zDIBFS7r6bNAuT3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lldJXHh4p99CNILi4zDIBFS7r6bNAuT3 li:before{  }
#EgorKwOMogibhEhuFlq3ucoVTcTFNysq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.5625rem;left:0rem;height:2.4375rem;display:block; }
#QahIAiJNzDFuGrf2NTLuwwCr7qPokFLm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.875rem;left:0rem;height:2.03125rem;display:block; }
#Gi9yyineH30V5W81OEymXWKksI9Aws3P { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:;display:block; }#Gi9yyineH30V5W81OEymXWKksI9Aws3P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gi9yyineH30V5W81OEymXWKksI9Aws3P li:before{  }
#t9KaH0x0QUDc9TNc29gTJ0sgnkMAhpOJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:52.5625rem;left:0rem;height:2.03125rem;display:block; }
#i5adWXTChE7VrnmnZnndfl3ZDKnOtcCU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.5rem;left:0rem;height:;display:block; }#i5adWXTChE7VrnmnZnndfl3ZDKnOtcCU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i5adWXTChE7VrnmnZnndfl3ZDKnOtcCU li:before{  }
#d1hhZmVEVhQ5Rfazvfk2lGqBXQiBiPt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.6875rem;left:0rem;height:2.03125rem;display:block; }
#M6nPNE1J9OApzmwUaUmNOkLTOlVt2cBU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:63.5625rem;left:0rem;height:;display:block; }#M6nPNE1J9OApzmwUaUmNOkLTOlVt2cBU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M6nPNE1J9OApzmwUaUmNOkLTOlVt2cBU li:before{  }
#RTn7rOzybb8Fxx8HmVxgv7es6y6aprTl { color:rgba(var(--color-tertiary-4),1);display:block;width:73.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:69.0625rem;left:1.75rem;height:;display:block; }#RTn7rOzybb8Fxx8HmVxgv7es6y6aprTl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTn7rOzybb8Fxx8HmVxgv7es6y6aprTl li:before{  }
#SSoZOyJSJ3WhwlBuzk87VAlMde001B4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:77.125rem;left:0rem;height:2.4375rem;display:block; }
#bgT2VmkfhGSCfkgUTekbQrwReGu98eQL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:81.4375rem;left:0rem;height:1.29980625rem;display:block; }
#ar3lNtAxJOVEqRBb4de2cEx1SS12ZBaO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:85.8125rem;left:0rem;height:2.4375rem;display:block; }
#p9IEJBCsClE6Kf7I0b642VHdbmvJUDIw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:90.125rem;left:0rem;height:1.29980625rem;display:block; }
#L6ry37m5F1LAtyeLG8oGwzQxLXPrnhRn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:93.3125rem;left:0rem;height:;display:block; }
#PvOTHaxrWGTP9gDoLlRX719qk8xmHCPp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:97.25rem;left:0rem;height:;display:block; }#PvOTHaxrWGTP9gDoLlRX719qk8xmHCPp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PvOTHaxrWGTP9gDoLlRX719qk8xmHCPp li:before{  }
#ZxEWJTv4cIJfJ34x4fxFFphT4BSHqtUZ { position:absolute;display:block;z-index:15019;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:11.4375rem;width:75rem;top:100.375rem;left:0rem;overflow:hidden;display:block; }
#MVZvyFQ6E79WfhwH8W8sn9CqtrTB21Pa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:113.6875rem;left:0rem;height:;display:block; }
#Pe8c4iiOnmr56InaeLiJJUwB6z715I7p { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:117.625rem;left:0rem;height:;display:block; }#Pe8c4iiOnmr56InaeLiJJUwB6z715I7p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pe8c4iiOnmr56InaeLiJJUwB6z715I7p li:before{  }
#JHCWOlG8SCJgvF254dPQRDzofnCsZ7eU { color:rgba(var(--color-tertiary-4),1);display:block;width:73.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:120.1875rem;left:1.75rem;height:;display:block; }#JHCWOlG8SCJgvF254dPQRDzofnCsZ7eU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JHCWOlG8SCJgvF254dPQRDzofnCsZ7eU li:before{  }
#hmVy26KVAO8dAThTv1f6GFatOx7vVFt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:125rem;left:0rem;height:;display:block; }#hmVy26KVAO8dAThTv1f6GFatOx7vVFt0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hmVy26KVAO8dAThTv1f6GFatOx7vVFt0 li:before{  }
#JXqpokRc7R2Xeg4XDQPNdVu8vczBRE6p { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:128.1875rem;left:0rem;height:;display:block; }
#ZHZUep37lrmhWVDNUb6XmxnbPfTOw10x { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:132.0625rem;left:0rem;height:;display:block; }#ZHZUep37lrmhWVDNUb6XmxnbPfTOw10x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZHZUep37lrmhWVDNUb6XmxnbPfTOw10x li:before{  }
#narsT30fwpiiuqd6Bk9AWhh8imrA0Mm9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:138.5rem;left:0rem;height:;display:block; }
#TCOehrWrah0p2ECVqvWQcOELw750fVMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:142.375rem;left:0rem;height:;display:block; }#TCOehrWrah0p2ECVqvWQcOELw750fVMJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TCOehrWrah0p2ECVqvWQcOELw750fVMJ li:before{  }
#xG8IGRZEDabN949rrC36goNpdAo8uK3S { position:absolute;display:block;z-index:15028;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:51.6875rem;width:75rem;top:147.1875rem;left:0rem;overflow:hidden;display:block; }
#FpJNfs9U3anxccFVdsNtNHWJf0gpNgcA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:201.125rem;left:0rem;height:;display:block; }
#w4C2LqCbuvyLs2Bt6a8CTeStfVS86r3z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:205.0625rem;left:0rem;height:2.9121125rem;display:block; }#w4C2LqCbuvyLs2Bt6a8CTeStfVS86r3z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w4C2LqCbuvyLs2Bt6a8CTeStfVS86r3z li:before{  }
#P4qV4ThX91RtVbG4irfusfVw6xUlUOeo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:211.125rem;left:0rem;height:2.4375rem;display:block; }
#dCQOgWluQe3igJGwlL9DTXR01X2s44P9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:215.4375rem;left:0rem;height:1.29980625rem;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#031f3c;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; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { background-color: transparent; background-image: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { border-width: 0; border-radius: 0; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { 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:3.3125rem;width:7.875rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.625rem;left:68.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.625rem;left:64.875rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.625rem;left:61.125rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.625rem;left:72.5rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:1.13745rem;font-style:normal;display:block; }
#tVmUBLvs7fLcMLJko9bS9FIBr0wiceMc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.1875rem;left:73rem; }
#tVmUBLvs7fLcMLJko9bS9FIBr0wiceMc > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 1199px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { width:7.875rem;height:3.3125rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQHxVfuJ5xWmiX3eexMomx68VEMTapmw { display:block; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b { display:block; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row .container { width:47.75rem;height:214.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Unl0TIULxcfuf1xhTIxpZxwyxQlurSZO { width:47.75rem;height:7.3125rem;top:10rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XoRBDCR09gZIegb3SoHwCmphexmU7mZd { width:47.75rem;height:3.8994125rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTBaLbkfuPXOyW7ByCMkLT4AsByay4bi { width:47.75rem;height:2.4375rem;top:25.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJGBGmx6UKewaCLaVVxJKyUUsHECBnFR { width:47.75rem;height:2.5996125rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lldJXHh4p99CNILi4zDIBFS7r6bNAuT3 { width:47.75rem;height:9.0488125rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }#lldJXHh4p99CNILi4zDIBFS7r6bNAuT3 li:before{  }
 }@media only screen and (max-width: 1199px) { #EgorKwOMogibhEhuFlq3ucoVTcTFNysq { width:47.75rem;height:2.4375rem;top:45.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QahIAiJNzDFuGrf2NTLuwwCr7qPokFLm { width:47.75rem;height:2.03125rem;top:49.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gi9yyineH30V5W81OEymXWKksI9Aws3P { width:47.75rem;height:4.2119125rem;top:53.625rem;left:0rem;font-size:1rem;display:block; }#Gi9yyineH30V5W81OEymXWKksI9Aws3P li:before{  }
 }@media only screen and (max-width: 1199px) { #t9KaH0x0QUDc9TNc29gTJ0sgnkMAhpOJ { width:47.75rem;height:2.03125rem;top:59.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i5adWXTChE7VrnmnZnndfl3ZDKnOtcCU { width:47.75rem;height:2.5996125rem;top:63.625rem;left:0rem;font-size:1rem;display:block; }#i5adWXTChE7VrnmnZnndfl3ZDKnOtcCU li:before{  }
 }@media only screen and (max-width: 1199px) { #d1hhZmVEVhQ5Rfazvfk2lGqBXQiBiPt9 { width:47.75rem;height:2.03125rem;top:68.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6nPNE1J9OApzmwUaUmNOkLTOlVt2cBU { width:47.75rem;height:6.8115rem;top:72rem;left:0rem;font-size:1rem;display:block; }#M6nPNE1J9OApzmwUaUmNOkLTOlVt2cBU li:before{  }
 }@media only screen and (max-width: 1199px) { #RTn7rOzybb8Fxx8HmVxgv7es6y6aprTl { width:45.9375rem;height:6.13671875rem;top:78.8125rem;left:1.6875rem;font-size:1rem;display:block; }#RTn7rOzybb8Fxx8HmVxgv7es6y6aprTl li:before{  }
 }@media only screen and (max-width: 1199px) { #SSoZOyJSJ3WhwlBuzk87VAlMde001B4Q { width:47.75rem;height:2.4375rem;top:86.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgT2VmkfhGSCfkgUTekbQrwReGu98eQL { width:47.75rem;height:2.5996125rem;top:91.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ar3lNtAxJOVEqRBb4de2cEx1SS12ZBaO { width:47.75rem;height:2.4375rem;top:96.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9IEJBCsClE6Kf7I0b642VHdbmvJUDIw { width:47.75rem;height:2.5996125rem;top:101.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L6ry37m5F1LAtyeLG8oGwzQxLXPrnhRn { width:47.75rem;height:2.03125rem;top:105.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvOTHaxrWGTP9gDoLlRX719qk8xmHCPp { width:47.75rem;height:2.5996125rem;top:109.5625rem;left:0rem;font-size:1rem;display:block; }#PvOTHaxrWGTP9gDoLlRX719qk8xmHCPp li:before{  }
 }@media only screen and (max-width: 1199px) { #ZxEWJTv4cIJfJ34x4fxFFphT4BSHqtUZ { width:47.75rem;height:7.28125rem;top:114.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVZvyFQ6E79WfhwH8W8sn9CqtrTB21Pa { width:47.75rem;height:2.03125rem;top:123.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pe8c4iiOnmr56InaeLiJJUwB6z715I7p { width:47.75rem;height:2.5996125rem;top:127.125rem;left:0rem;font-size:1rem;display:block; }#Pe8c4iiOnmr56InaeLiJJUwB6z715I7p li:before{  }
 }@media only screen and (max-width: 1199px) { #JHCWOlG8SCJgvF254dPQRDzofnCsZ7eU { width:45.9375rem;height:2.9121125rem;top:129.6875rem;left:1.8125rem;font-size:1rem;display:block; }#JHCWOlG8SCJgvF254dPQRDzofnCsZ7eU li:before{  }
 }@media only screen and (max-width: 1199px) { #hmVy26KVAO8dAThTv1f6GFatOx7vVFt0 { width:47.75rem;height:1.29980625rem;top:134.5rem;left:0rem;font-size:1rem;display:block; }#hmVy26KVAO8dAThTv1f6GFatOx7vVFt0 li:before{  }
 }@media only screen and (max-width: 1199px) { #JXqpokRc7R2Xeg4XDQPNdVu8vczBRE6p { width:47.75rem;height:2.03125rem;top:137.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHZUep37lrmhWVDNUb6XmxnbPfTOw10x { width:47.75rem;height:4.5244125rem;top:141.5625rem;left:0rem;font-size:1rem;display:block; }#ZHZUep37lrmhWVDNUb6XmxnbPfTOw10x li:before{  }
 }@media only screen and (max-width: 1199px) { #narsT30fwpiiuqd6Bk9AWhh8imrA0Mm9 { width:47.75rem;height:2.03125rem;top:148rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCOehrWrah0p2ECVqvWQcOELw750fVMJ { width:47.75rem;height:2.9121125rem;top:151.875rem;left:0rem;font-size:1rem;display:block; }#TCOehrWrah0p2ECVqvWQcOELw750fVMJ li:before{  }
 }@media only screen and (max-width: 1199px) { #xG8IGRZEDabN949rrC36goNpdAo8uK3S { width:47.75rem;height:32.90725rem;top:156.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpJNfs9U3anxccFVdsNtNHWJf0gpNgcA { width:47.75rem;height:2.03125rem;top:191.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4C2LqCbuvyLs2Bt6a8CTeStfVS86r3z { width:47.75rem;height:4.2119125rem;top:195.375rem;left:0rem;font-size:1rem;display:block; }#w4C2LqCbuvyLs2Bt6a8CTeStfVS86r3z li:before{  }
 }@media only screen and (max-width: 1199px) { #P4qV4ThX91RtVbG4irfusfVw6xUlUOeo { width:47.75rem;height:2.4375rem;top:202.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCQOgWluQe3igJGwlL9DTXR01X2s44P9 { width:47.75rem;height:2.5996125rem;top:207rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:7.875rem;height:3.3125rem;top:3.25rem;left:20.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:26.3125rem;height:1.29980625rem;top:18.5625rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { width:2.5rem;height:2.5rem;top:14.8125rem;left:16.6875rem;font-size:1.75rem;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { width:2.5rem;height:2.5rem;top:14.8125rem;left:20.625rem;font-size:1.75rem;display:block; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { width:2.5rem;height:2.5rem;top:14.8125rem;left:24.625rem;font-size:1.75rem;display:block; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { width:2.5rem;height:2.5rem;top:14.8125rem;left:28.5625rem;font-size:1.75rem;display:block; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { width:23.5rem;height:1.13745rem;top:20.875rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVmUBLvs7fLcMLJko9bS9FIBr0wiceMc { width:2rem;height:2rem;top:3.25rem;left:45.75rem;display:block; }
#tVmUBLvs7fLcMLJko9bS9FIBr0wiceMc > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); } }@media only screen and (max-width: 763px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z860dbSH9yn48Kvk2LxT6lP113LGH51Z { width:7.875rem;height:3.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQHxVfuJ5xWmiX3eexMomx68VEMTapmw { display:block; }#xQHxVfuJ5xWmiX3eexMomx68VEMTapmw > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b { display:block; }#FIstSxAcwsibcRNm6CDcN9WAEqOvvw5b > .row .container { width:20rem;height:258.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Unl0TIULxcfuf1xhTIxpZxwyxQlurSZO { width:20rem;height:14.625rem;top:8.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoRBDCR09gZIegb3SoHwCmphexmU7mZd { width:20rem;height:7.7988125rem;top:25.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBaLbkfuPXOyW7ByCMkLT4AsByay4bi { width:20rem;height:4.875rem;top:36.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJGBGmx6UKewaCLaVVxJKyUUsHECBnFR { width:20rem;height:6.499rem;top:43rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lldJXHh4p99CNILi4zDIBFS7r6bNAuT3 { width:20rem;height:15.547875rem;top:50.0625rem;left:0rem;font-size:1rem;display:block; }#lldJXHh4p99CNILi4zDIBFS7r6bNAuT3 li:before{  }
 }@media only screen and (max-width: 763px) { #EgorKwOMogibhEhuFlq3ucoVTcTFNysq { width:20rem;height:4.875rem;top:68.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QahIAiJNzDFuGrf2NTLuwwCr7qPokFLm { width:20rem;height:2.03125rem;top:74.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9yyineH30V5W81OEymXWKksI9Aws3P { width:20rem;height:8.1113125rem;top:78.75rem;left:0rem;font-size:1rem;display:block; }#Gi9yyineH30V5W81OEymXWKksI9Aws3P li:before{  }
 }@media only screen and (max-width: 763px) { #t9KaH0x0QUDc9TNc29gTJ0sgnkMAhpOJ { width:20rem;height:2.03125rem;top:88.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5adWXTChE7VrnmnZnndfl3ZDKnOtcCU { width:20rem;height:3.8994125rem;top:92.625rem;left:0rem;font-size:1rem;display:block; }#i5adWXTChE7VrnmnZnndfl3ZDKnOtcCU li:before{  }
 }@media only screen and (max-width: 763px) { #d1hhZmVEVhQ5Rfazvfk2lGqBXQiBiPt9 { width:20rem;height:4.0625rem;top:98.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6nPNE1J9OApzmwUaUmNOkLTOlVt2cBU { width:20rem;height:12.01075rem;top:104.375rem;left:0rem;font-size:1rem;display:block; }#M6nPNE1J9OApzmwUaUmNOkLTOlVt2cBU li:before{  }
 }@media only screen and (max-width: 763px) { #RTn7rOzybb8Fxx8HmVxgv7es6y6aprTl { width:18.4375rem;height:10.036125rem;top:116.375rem;left:1.5625rem;font-size:1rem;display:block; }#RTn7rOzybb8Fxx8HmVxgv7es6y6aprTl li:before{  }
 }@media only screen and (max-width: 763px) { #SSoZOyJSJ3WhwlBuzk87VAlMde001B4Q { width:20rem;height:4.875rem;top:128.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgT2VmkfhGSCfkgUTekbQrwReGu98eQL { width:20rem;height:5.19921875rem;top:135rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar3lNtAxJOVEqRBb4de2cEx1SS12ZBaO { width:20rem;height:4.875rem;top:143.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9IEJBCsClE6Kf7I0b642VHdbmvJUDIw { width:20rem;height:5.19921875rem;top:150.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ry37m5F1LAtyeLG8oGwzQxLXPrnhRn { width:20rem;height:2.03125rem;top:155.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvOTHaxrWGTP9gDoLlRX719qk8xmHCPp { width:20rem;height:3.8994125rem;top:164.6875rem;left:0rem;font-size:1rem;display:block; }#PvOTHaxrWGTP9gDoLlRX719qk8xmHCPp li:before{  }
 }@media only screen and (max-width: 763px) { #ZxEWJTv4cIJfJ34x4fxFFphT4BSHqtUZ { width:20rem;height:3.04980625rem;top:159.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVZvyFQ6E79WfhwH8W8sn9CqtrTB21Pa { width:20rem;height:4.0625rem;top:170.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8c4iiOnmr56InaeLiJJUwB6z715I7p { width:20rem;height:2.5996125rem;top:176.4375rem;left:0rem;font-size:1rem;display:block; }#Pe8c4iiOnmr56InaeLiJJUwB6z715I7p li:before{  }
 }@media only screen and (max-width: 763px) { #JHCWOlG8SCJgvF254dPQRDzofnCsZ7eU { width:18.4375rem;height:2.9121125rem;top:179rem;left:1.5625rem;font-size:1rem;display:block; }#JHCWOlG8SCJgvF254dPQRDzofnCsZ7eU li:before{  }
 }@media only screen and (max-width: 763px) { #hmVy26KVAO8dAThTv1f6GFatOx7vVFt0 { width:20rem;height:3.8994125rem;top:181.9375rem;left:0rem;font-size:1rem;display:block; }#hmVy26KVAO8dAThTv1f6GFatOx7vVFt0 li:before{  }
 }@media only screen and (max-width: 763px) { #JXqpokRc7R2Xeg4XDQPNdVu8vczBRE6p { width:20rem;height:2.03125rem;top:187.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHZUep37lrmhWVDNUb6XmxnbPfTOw10x { width:20rem;height:9.723625rem;top:191.625rem;left:0rem;font-size:1rem;display:block; }#ZHZUep37lrmhWVDNUb6XmxnbPfTOw10x li:before{  }
 }@media only screen and (max-width: 763px) { #narsT30fwpiiuqd6Bk9AWhh8imrA0Mm9 { width:20rem;height:2.03125rem;top:203.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOehrWrah0p2ECVqvWQcOELw750fVMJ { width:20rem;height:4.2119125rem;top:207.125rem;left:0rem;font-size:1rem;display:block; }#TCOehrWrah0p2ECVqvWQcOELw750fVMJ li:before{  }
 }@media only screen and (max-width: 763px) { #xG8IGRZEDabN949rrC36goNpdAo8uK3S { width:20rem;height:13.7831875rem;top:213.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpJNfs9U3anxccFVdsNtNHWJf0gpNgcA { width:20rem;height:2.03125rem;top:228.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4C2LqCbuvyLs2Bt6a8CTeStfVS86r3z { width:20rem;height:6.8115rem;top:232.75rem;left:0rem;font-size:1rem;display:block; }#w4C2LqCbuvyLs2Bt6a8CTeStfVS86r3z li:before{  }
 }@media only screen and (max-width: 763px) { #P4qV4ThX91RtVbG4irfusfVw6xUlUOeo { width:20rem;height:2.4375rem;top:242.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQOgWluQe3igJGwlL9DTXR01X2s44P9 { width:20rem;height:6.499rem;top:247rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:7.875rem;height:3.3125rem;top:2.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:20rem;height:2.5996125rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:2.75rem;font-size:1.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:6.6875rem;font-size:1.75rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { display:flex;width:2.5rem;height:2.5rem;top:14.6875rem;left:10.6875rem;font-size:1.75rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ftN0vnhX0PAoqwE5ril8bJmGtVLr7lfh { width:20rem;height:2.2734375rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVmUBLvs7fLcMLJko9bS9FIBr0wiceMc { display:flex;width:2rem;height:2rem;top:2.6875rem;left:18rem; }
#tVmUBLvs7fLcMLJko9bS9FIBr0wiceMc > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }