.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:219,221,230;--color-primary-1:135,143,172;--color-primary-2:15,31,88;--color-primary-3:8,16,44;--color-primary-4:2,5,13;--color-secondary-0:239,218,218;--color-secondary-1:202,133,133;--color-secondary-2:149,11,10;--color-secondary-3:75,6,5;--color-secondary-4:22,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw { position:relative;display:block; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw { background-color: transparent; background-image: none; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row .container > .video-iframe-container { display: none; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row > .video-iframe-container { display: none; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .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); }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw { border-width: 0; border-radius: 0; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hPQAK5QhiDk04JiUgC1G4xCIbnrleTuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:69.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:1.78125rem;left:2.71875rem;height:4.54921875rem;text-align:center;text-align-last:center;display:block; }
#MIOLhwSuIXW0gZS8iFy6Ib9iTVXQ3fIi { position:absolute;display:block;z-index:15013;height:3.125rem;width:5.5625rem;top:0rem;left:69.4375rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#clbrQH1USQobCTSnNTgc3k6pUhf2FnZD { color:#e56100;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.68554639816281rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#tRVMlzFKSPqS5Zbqqt114ecbIqv5MMTT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.875rem;left:0rem;height:1.7859375rem;text-align:left;text-align-last:left;display:block; }
#NOPxudHI5zJbK2greG5GBEk9ud9L91tm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:23.125rem;left:0rem; }
#H7bfLfpKbNh3x50IypqMmUs1MbGkNeTC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.3125rem;left:3rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#XluewsXJIaGy5K0OiabdGSgQBvvQLm2D { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.4375rem;left:3rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#ncPM13UFuTfq6Bw5EJkuSF5zfTq5211m { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.625rem;left:3rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#i8s9D4QELFhFso1Ree7lraoI6PsAnK6C { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.8125rem;left:3rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#nPWrGCgXEoz0vcviEZNU9rxRsaaO8fg0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.625rem;left:0rem; }
#uHkMpGdNLbt7ms5TK3f7FNELm0TTHJ6k { color:rgba(var(--color-tertiary-0),1);display:block;width:33.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:43rem;left:3rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#yvJPeuHkM67wXvSA21b4ZP19tcMHXRy0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74960625rem;width:1.74960625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:40.0625rem;left:0rem; }
#p5SGrbZuNkOrH8ylfAwQ8gnMHFXqwBE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:40.1875rem;left:3rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#pdB0zeI1kHQGuE1Q5qO1z4R3yxM2zFT6 { position:absolute;display:block;z-index:15012;height:0.625rem;width:0.625rem;top:0rem;left:74.375rem;display:none; }
#DWCifdzgJ7SnI4tFpMKNDvcTVDdOlT3O { color:#e56100;display:block;width:73.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:9.4476552009581rem;left:1.3746109008789rem;height:8.7rem;text-align:center;text-align-last:center;display:block; }
#eIFMgwCc08iZKXgvpJlOiWvBaeiXpIWS { position:absolute;display:block;z-index:15013;height:26.1875rem;width:22.625rem;top:19.875rem;left:46.4677734375rem;display:block; }
#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP { position:relative;display:block; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP { background-color: transparent; background-image: none; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row .container > .video-iframe-container { display: none; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row > .video-iframe-container { display: none; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .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); }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP { border-width: 0; border-radius: 0; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tKSqwuH2GZQkSoBsx9f6zMozlyqyG5xo { color:#e56100;display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.4375rem;height:3.4921875rem;text-align:left;text-align-last:left;display:block; }
#RXFpNeSTIxauFPA3QPXbB4Bu2hnXRQp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.8125rem;left:23.5625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#tQwTS4dHErqDTUgSXUtF6hy9Lf659aCl { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:11.875rem;left:23.5625rem;height:20.475rem;text-align:left;text-align-last:left;display:block; }
#rRCeMpvy6O8ZTgrKo8GVofTxwHR8dmvC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:24.3125rem;top:4.3125rem;left:-4.4375rem;overflow:hidden;display:block; }
#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N { 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;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; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row .container { background-color: transparent; background-image: none; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row .container > .video-iframe-container { display: none; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row > .video-iframe-container { display: none; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .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); }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row .container { border-width: 0; border-radius: 0; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#JHA8lEB3kyC3HKrvHR2ZMW9V4suFEmQT { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6875rem;left:8.71875rem;height:1.7859375rem;text-align:center;text-align-last:center;display:block; }
#xaRwePZdGm96dOvk1L5Jf2QCZl8XtTVU { position:absolute;display:block;z-index:15012;height:0.625rem;width:0.625rem;top:0rem;left:74.375rem;display:none; }
#TsEKDkhJuFv5TVOKfXoWuJWpfbTIid9N { color:#e56100;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.7359375rem;text-align:center;text-align-last:center;display:block; }
#oyTTbQSH4Hpmt7ptpCxzdKJTDvSUqRnb { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:2;letter-spacing:0;top:16.75rem;left:33.25rem;height:10.003125rem;text-align:left;text-align-last:left;display:block; }
#WksgsGKTaixbgOhelb8VWRrMDrrVvhKT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:16.0625rem;left:12.9375rem;overflow:hidden;display:block; }
#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row .container { background-color: transparent; background-image: none; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row .container > .video-iframe-container { display: none; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row > .video-iframe-container { display: none; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .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); }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row .container { border-width: 0; border-radius: 0; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#kOusKisoDNl4KxFFky2r4T13X9psrZV4 { color:#e56100;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.46875rem;left:0rem;height:6.984375rem;text-align:center;text-align-last:center;display:block; }
#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row .container { background-color: transparent; background-image: none; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row .container > .video-iframe-container { display: none; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row > .video-iframe-container { display: none; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .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); }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row .container { border-width: 0; border-radius: 0; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#oIBCEnEqlnqo4g7TCruuWawAuLddRxiC { box-sizing:content-box;height:19.0625rem;width:21.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.6875rem;left:1.59375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ItUQF69vUTVCHyPWAMByUxBe3s4movQ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.28125rem;left:3.4375rem;height:3.25078125rem;text-align:center;text-align-last:center;display:block; }
#ANybtzvDufu0wN5zODZchEnHl2KKGMuM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.09375rem;left:3.65625rem;height:4.14491875rem;text-align:center;text-align-last:center;display:block; }
#aK5Zrag5cezrB70MH3GMc0oW2PQVT7vy { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.59375rem;left:4.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#L9wCeCTEEJtzubX4ufTzvu1crbtFCXJ5 { box-sizing:content-box;height:19.0625rem;width:21.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.6875rem;left:26.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#m6UyDOMTOMszlTLhy93fOc3861IrNoF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.125rem;left:28.6875rem;height:5.5265625rem;text-align:center;text-align-last:center;display:block; }
#hZR4Rte66mgD4XTNxpJvavFhDqb8Alpl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.3125rem;left:28.4375rem;height:3.25078125rem;text-align:center;text-align-last:center;display:block; }
#uzw821NKqMuw60lixDW9N8HALaBcJrwz { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.625rem;left:29.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HgqFdPEfqK47GzBsUqETZeDH2Ifb2UES { box-sizing:content-box;height:19.0625rem;width:21.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.6875rem;left:51.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tdTZA5MrgU9Jm4Po6I8x2EOmtT3n1hpF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.09375rem;left:52.40625rem;height:4.14491875rem;text-align:center;text-align-last:center;display:block; }
#lDnNBUGvwJsuEMVv0dTkK2VT0LRMFEG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.3125rem;left:53.4375rem;height:4.87616875rem;text-align:center;text-align-last:center;display:block; }
#fQ8TE7oOfWOOKv38PPolNb4TSHcf7pHl { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.625rem;left:54.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#GggExlVywhI5eamIPrutitTAqxVWF53r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row .container { background-color: transparent; background-image: none; }#GggExlVywhI5eamIPrutitTAqxVWF53r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row .container > .video-iframe-container { display: none; }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row > .video-iframe-container { display: none; }#GggExlVywhI5eamIPrutitTAqxVWF53r > .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); }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row .container { border-width: 0; border-radius: 0; }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#FuVNw099Xvnt5gvShpDLsq1MQSZrbqTA { background-color:rgba(var(--color-secondary-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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.8125rem;height:5.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.34375rem;left:19.09375rem;display:block; }
#Mum4SQgUyDTGkvzyvkTQbXku70lSsuFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 { position:relative;display:block; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 { background-color: transparent; background-image: none; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row .container > .video-iframe-container { display: none; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row > .video-iframe-container { display: none; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .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); }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 { border-width: 0; border-radius: 0; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ui6u3tnmMIb3bQHlWtTGvhcD2SmdgIyo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:0rem;left:1.90625rem;overflow:hidden;display:block; }
#TiI3HceEwcwOswtrO03wSDIyeS0U9e4J { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.375rem;left:59.375rem;height:1.39921875rem;text-align:left;text-align-last:left;display:block; }
#vNx7f0alkmqSrRrkpR7OZRURDUZDztL3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.125rem;left:59.375rem;height:1.39921875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W3TQE5L5twf9IGqlkqtQTsxevOII1rQw { display:block; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPQAK5QhiDk04JiUgC1G4xCIbnrleTuJ { top:1.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOLhwSuIXW0gZS8iFy6Ib9iTVXQ3fIi { top:0rem;left:42.1875rem;width:5.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clbrQH1USQobCTSnNTgc3k6pUhf2FnZD { top:0.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRVMlzFKSPqS5Zbqqt114ecbIqv5MMTT { top:19.875rem;left:0rem;width:31.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOPxudHI5zJbK2greG5GBEk9ud9L91tm { top:23.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bfLfpKbNh3x50IypqMmUs1MbGkNeTC { top:23.3125rem;left:0rem;width:32.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XluewsXJIaGy5K0OiabdGSgQBvvQLm2D { top:25.4375rem;left:0rem;width:30.5rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPM13UFuTfq6Bw5EJkuSF5zfTq5211m { top:34.625rem;left:0rem;width:32.25rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8s9D4QELFhFso1Ree7lraoI6PsAnK6C { top:30.8125rem;left:0rem;width:37.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPWrGCgXEoz0vcviEZNU9rxRsaaO8fg0 { top:30.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHkMpGdNLbt7ms5TK3f7FNELm0TTHJ6k { top:43rem;left:0rem;width:33.9375rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvJPeuHkM67wXvSA21b4ZP19tcMHXRy0 { top:40.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5SGrbZuNkOrH8ylfAwQ8gnMHFXqwBE5 { top:40.1875rem;left:0rem;width:32.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdB0zeI1kHQGuE1Q5qO1z4R3yxM2zFT6 { top:0rem;left:34.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWCifdzgJ7SnI4tFpMKNDvcTVDdOlT3O { top:9.4375rem;left:0rem;width:47.75rem;height:8.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFMgwCc08iZKXgvpJlOiWvBaeiXpIWS { top:19.875rem;left:25.125rem;width:22.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP { display:block; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKSqwuH2GZQkSoBsx9f6zMozlyqyG5xo { top:3.75rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFpNeSTIxauFPA3QPXbB4Bu2hnXRQp0 { top:8.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwTS4dHErqDTUgSXUtF6hy9Lf659aCl { top:11.875rem;left:0rem;width:47.75rem;height:25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRCeMpvy6O8ZTgrKo8GVofTxwHR8dmvC { top:4.3125rem;left:0rem;width:24.3125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N { display:block; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHA8lEB3kyC3HKrvHR2ZMW9V4suFEmQT { top:9.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaRwePZdGm96dOvk1L5Jf2QCZl8XtTVU { top:0rem;left:34.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEKDkhJuFv5TVOKfXoWuJWpfbTIid9N { top:4.6875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTTbQSH4Hpmt7ptpCxzdKJTDvSUqRnb { top:16.75rem;left:15.4375rem;width:32.3125rem;height:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksgsGKTaixbgOhelb8VWRrMDrrVvhKT { top:16.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs { display:block; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOusKisoDNl4KxFFky2r4T13X9psrZV4 { top:3.4375rem;left:0rem;width:47.75rem;height:6.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V { display:block; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIBCEnEqlnqo4g7TCruuWawAuLddRxiC { top:0.6875rem;left:0rem;width:21.8125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItUQF69vUTVCHyPWAMByUxBe3s4movQ4 { top:7.25rem;left:0rem;width:18.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANybtzvDufu0wN5zODZchEnHl2KKGMuM { top:13.0625rem;left:0rem;width:17.625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK5Zrag5cezrB70MH3GMc0oW2PQVT7vy { top:1.5625rem;left:0rem;width:16rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9wCeCTEEJtzubX4ufTzvu1crbtFCXJ5 { top:0.6875rem;left:9.9375rem;width:21.8125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6UyDOMTOMszlTLhy93fOc3861IrNoF2 { top:13.125rem;left:14.125rem;width:17.625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZR4Rte66mgD4XTNxpJvavFhDqb8Alpl { top:7.3125rem;left:13.625rem;width:18.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzw821NKqMuw60lixDW9N8HALaBcJrwz { top:1.625rem;left:15.75rem;width:16rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgqFdPEfqK47GzBsUqETZeDH2Ifb2UES { top:0.6875rem;left:25.8125rem;width:21.8125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTZA5MrgU9Jm4Po6I8x2EOmtT3n1hpF { top:13.0625rem;left:27.4375rem;width:20.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDnNBUGvwJsuEMVv0dTkK2VT0LRMFEG1 { top:7.3125rem;left:29.5rem;width:18.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8TE7oOfWOOKv38PPolNb4TSHcf7pHl { top:1.625rem;left:31.625rem;width:16rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GggExlVywhI5eamIPrutitTAqxVWF53r { display:block; }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuVNw099Xvnt5gvShpDLsq1MQSZrbqTA { width:36.8125rem;height:5.5rem;top:1.3125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mum4SQgUyDTGkvzyvkTQbXku70lSsuFT { display:block; }
 }@media only screen and (max-width: 763px) { #KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 { display:block; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ui6u3tnmMIb3bQHlWtTGvhcD2SmdgIyo { top:0rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiI3HceEwcwOswtrO03wSDIyeS0U9e4J { top:3.375rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNx7f0alkmqSrRrkpR7OZRURDUZDztL3 { top:5.125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W3TQE5L5twf9IGqlkqtQTsxevOII1rQw { display:block; }#W3TQE5L5twf9IGqlkqtQTsxevOII1rQw > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPQAK5QhiDk04JiUgC1G4xCIbnrleTuJ { width:20rem;height:5.9484375rem;top:1.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOLhwSuIXW0gZS8iFy6Ib9iTVXQ3fIi { width:5.5625rem;height:3.125rem;top:0.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:104.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clbrQH1USQobCTSnNTgc3k6pUhf2FnZD { width:19.187125rem;height:13.0019375rem;top:1.7437496185302rem;left:0.8121092915535rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRVMlzFKSPqS5Zbqqt114ecbIqv5MMTT { width:19.998046875rem;height:2.925rem;top:63.375rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NOPxudHI5zJbK2greG5GBEk9ud9L91tm { display:flex;width:1.74960625rem;height:1.74960625rem;top:67.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H7bfLfpKbNh3x50IypqMmUs1MbGkNeTC { width:17.124625rem;height:2.76328125rem;top:67.375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XluewsXJIaGy5K0OiabdGSgQBvvQLm2D { width:19.9991875rem;height:5.19375rem;top:71.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPM13UFuTfq6Bw5EJkuSF5zfTq5211m { width:19.9991875rem;height:5.19375rem;top:83.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8s9D4QELFhFso1Ree7lraoI6PsAnK6C { width:17.312125rem;height:4.14491875rem;top:78.4375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPWrGCgXEoz0vcviEZNU9rxRsaaO8fg0 { display:flex;width:1.74960625rem;height:1.74960625rem;top:78.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHkMpGdNLbt7ms5TK3f7FNELm0TTHJ6k { width:19.9990234375rem;height:6.4921875rem;top:93.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvJPeuHkM67wXvSA21b4ZP19tcMHXRy0 { display:flex;width:1.74960625rem;height:1.74960625rem;top:90.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p5SGrbZuNkOrH8ylfAwQ8gnMHFXqwBE5 { width:17.1866875rem;height:2.76328125rem;top:89.625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdB0zeI1kHQGuE1Q5qO1z4R3yxM2zFT6 { width:6.3125rem;height:2.5rem;top:0rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWCifdzgJ7SnI4tFpMKNDvcTVDdOlT3O { width:19.9980625rem;height:9rem;top:16.368748664856rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFMgwCc08iZKXgvpJlOiWvBaeiXpIWS { width:20rem;height:32.0625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP { display:block; }#Jy2bREq1wmcV9GnPxXnWqPr0AoeTH3TP > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKSqwuH2GZQkSoBsx9f6zMozlyqyG5xo { width:20rem;height:2.4375rem;top:3.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXFpNeSTIxauFPA3QPXbB4Bu2hnXRQp0 { width:20rem;height:4.461325rem;top:7.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwTS4dHErqDTUgSXUtF6hy9Lf659aCl { width:20rem;height:44.61325rem;top:12.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRCeMpvy6O8ZTgrKo8GVofTxwHR8dmvC { width:20rem;height:26.992287917737rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N { display:block; }#ZKUudkXC46B43NA0q0ptL1Keu8JJfk3N > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHA8lEB3kyC3HKrvHR2ZMW9V4suFEmQT { width:16.5rem;height:3.084375rem;top:10.75rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaRwePZdGm96dOvk1L5Jf2QCZl8XtTVU { width:6.3125rem;height:2.5rem;top:0rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsEKDkhJuFv5TVOKfXoWuJWpfbTIid9N { width:20rem;height:7.8011875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTTbQSH4Hpmt7ptpCxzdKJTDvSUqRnb { width:20rem;height:10.83515rem;top:15.4375rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WksgsGKTaixbgOhelb8VWRrMDrrVvhKT { width:18.0625rem;height:18.0625rem;top:29.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs { display:block; }#pTgZsASAkxX5TWPrgaTssq1gSFEdwuqs > .row .container { width:20rem;height:16.850409301758rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOusKisoDNl4KxFFky2r4T13X9psrZV4 { width:20rem;height:15.6023125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V { display:block; }#erHV0Xuh7TMW5hysKXoT2p5bbUAI8S2V > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIBCEnEqlnqo4g7TCruuWawAuLddRxiC { width:20rem;height:19.25rem;top:1.7666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItUQF69vUTVCHyPWAMByUxBe3s4movQ4 { width:17.875rem;height:4.87616875rem;top:8.2041015625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANybtzvDufu0wN5zODZchEnHl2KKGMuM { width:17.6865234375rem;height:5.5265625rem;top:13.6416015625rem;left:1.15625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aK5Zrag5cezrB70MH3GMc0oW2PQVT7vy { width:16rem;height:4.875rem;top:2.75rem;left:2rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9wCeCTEEJtzubX4ufTzvu1crbtFCXJ5 { width:20rem;height:19.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6UyDOMTOMszlTLhy93fOc3861IrNoF2 { width:18.625rem;height:5.5265625rem;top:34.0625rem;left:0.6875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hZR4Rte66mgD4XTNxpJvavFhDqb8Alpl { width:18.125rem;height:4.87616875rem;top:28.5625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzw821NKqMuw60lixDW9N8HALaBcJrwz { width:16rem;height:4.875rem;top:23.0625rem;left:2rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgqFdPEfqK47GzBsUqETZeDH2Ifb2UES { width:20rem;height:20.5rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTZA5MrgU9Jm4Po6I8x2EOmtT3n1hpF { width:18.4375rem;height:6.9081875rem;top:54.4375rem;left:0.8125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lDnNBUGvwJsuEMVv0dTkK2VT0LRMFEG1 { width:18.125rem;height:4.87616875rem;top:48.6875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8TE7oOfWOOKv38PPolNb4TSHcf7pHl { width:16rem;height:4.875rem;top:43.25rem;left:2rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GggExlVywhI5eamIPrutitTAqxVWF53r { display:block; }#GggExlVywhI5eamIPrutitTAqxVWF53r > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuVNw099Xvnt5gvShpDLsq1MQSZrbqTA { width:20rem;height:3.625rem;top:1.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mum4SQgUyDTGkvzyvkTQbXku70lSsuFT { display:block; }
 }@media only screen and (max-width: 763px) { #KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 { display:block; }#KOrsSGpbiKHx2DBqq6Gc0D2wtCLptgP3 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ui6u3tnmMIb3bQHlWtTGvhcD2SmdgIyo { width:9.125rem;height:9.125rem;top:1.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiI3HceEwcwOswtrO03wSDIyeS0U9e4J { width:15.625rem;height:1.39921875rem;top:11.625rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNx7f0alkmqSrRrkpR7OZRURDUZDztL3 { width:15.625rem;height:1.39921875rem;top:13rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }