.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:250,225,214;--color-primary-1:236,225,206;--color-primary-2:232,103,50;--color-primary-3:139,62,30;--color-primary-4:46,21,10;--color-secondary-0:255,254,253;--color-secondary-1:254,252,247;--color-secondary-2:253,248,239;--color-secondary-3:127,124,120;--color-secondary-4:38,37,36;--color-tertiary-0:255,255,255;--color-tertiary-1:253,248,239;--color-tertiary-2:152,149,143;--color-tertiary-3:125,121,115;--color-tertiary-4:70,63,61;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ecf1f1;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); }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row .container { background-color: transparent; background-image: none; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row .container > .video-iframe-container { display: none; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row > .video-iframe-container { display: none; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .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); }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row .container { border-width: 0; border-radius: 0; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#CvueFqtxGxlmQbkXXJASERQHxxTGKfry { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.9375rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#Q6OgOP7Ug8E8NdzQZN6EkbCrkpq1RGa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0966796875rem;left:49.75rem;height:1.05615rem;font-style:normal;display:block; }
#JL50u57ghfHkFImvTTIWHxcvIe9Ove8V { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0966796875rem;left:37.3125rem;height:1.05615rem;font-style:normal;display:block; }
#K1T5WkmTRsKc4A34GlpzbcwEWummuV3i { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0966796875rem;left:31.4375rem;height:1.05615rem;font-style:normal;display:block; }
#rgkzJPd68AJQd1rCyQdXJBUpZSzVHseS { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0966796875rem;left:44rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-1),1);background-image:none;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:29.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#ViwREy0qxHKToVbNFvPpWGTGL70aqHbz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:11.25rem;display:block; }
#P9ZkyAEsxW1I16Pdaf0XSXs1da8mK3Tl { 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:17.5625rem;width:19rem;top:6rem;left:34.75rem;overflow:hidden;display:block; }
#Ms6TU0X55JHCGpxU2x9CN1BzmuUR1rTI { color:rgba(var(--color-primary-2),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:19.1015625rem;left:0rem;height:4.7998rem;font-style:normal;display:block; }
#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 { background-color:rgba(var(--color-primary-2),1);background-image:none;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; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row .container { background-color: transparent; background-image: none; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row .container > .video-iframe-container { display: none; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row > .video-iframe-container { display: none; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .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); }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row .container { border-width: 0; border-radius: 0; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#HpgfMGITGTbt2GWCa4Hz9O4mggX2ylae { color:rgba(var(--color-tertiary-1),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6.619140625rem;left:0rem;height:13.5rem;font-style:normal;display:block; }
#H2VdrD66qz5alQmpFfASeDI8FP6Hmc42 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.33349609375rem;left:34.3125rem;height:5.84911875rem;font-style:normal;display:block; }
#iitNwP203DDI4kJ3e0xBvt2shpfZznVa { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:7.798825rem;font-style:normal;display:block; }
#LApVOak8PK4Fnr53Tpz7rXAh7Jf2c5iw { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.125rem;left:34.3125rem;height:3.4121125rem;font-style:normal;display:block; }
#Jo1lZAUamfBElBE7eAfwCe79gpZRXiXV { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.25rem;left:34.3125rem;height:2.76171875rem;font-style:normal;display:block; }
#oChB07RnFfcmUqEvZ8lWhfxxb8PcG2DZ { position:absolute;display:block;z-index:15009;height:12.5625rem;width:22.5625rem;top:11.125rem;left:34.3125rem;display:block; }
#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A { background-color:rgba(var(--color-tertiary-1),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; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row .container { background-color: transparent; background-image: none; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row .container > .video-iframe-container { display: none; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row > .video-iframe-container { display: none; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .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); }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row .container { border-width: 0; border-radius: 0; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row .container { font-size:0.875rem;font-family:arial;height:86.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#DJ186cRQkOFH0sTUMGcx8xLI05VPRCKO { color:#8d2b24;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.6875rem;left:6.1875rem;height:0;font-style:normal;display:block; }
#qkugrORZyIReKqTSh3PsSeo5TaDUshWa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:12rem;top:34.09375rem;left:21.65625rem;overflow:hidden;display:block; }
#pGII3yMDpuydv7cHOWAlTR0ofP5kJ72D { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:11.8125rem;top:34.125rem;left:0rem;overflow:hidden;display:block; }
#mcDAR1gdL5UIbLQrpIEwWRgHpLDsohbC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:12.125rem;top:2.9375rem;left:44.375rem;overflow:hidden;display:block; }
#CgaPgZECMJwzWyslVwBWtWfnshTcawg7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:11.875rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#ZcdHTHvm5lsNw4ncq0hWvdnE3XZ2Fc4e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11.9375rem;top:3.03125rem;left:21.65625rem;overflow:hidden;display:block; }
#ZdSofd1qnNKWF6axNqsccDqfM1AB8NpE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:16.6875rem;top:70.125rem;left:11.125rem;overflow:hidden;display:block; }
#V9sauqbfFbS6QeGltkT0hNSBTmnNitDi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:12.0625rem;top:34rem;left:43.3125rem;overflow:hidden;display:block; }
#eDI1xGhK0fK4gpyVldeaHMLTGfOzC17u { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.26416015625rem;left:2.0625rem;height:14.29786875rem;font-style:normal;display:block; }
#ubBAGQfI7hdgKkioFHZg69XKXCruWqCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.1875rem;left:0rem; }
#QlD67tAL4WqvLWxcslsqcnQd8Nosu6Ti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.875rem;left:0rem; }
#FZL1qkxeLC0xOK7tW8qmJZMTWRyEQ6CF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.26416015625rem;left:0rem; }
#H2lXfZhUTeyd2SlVgWARWOLbsqRfXKO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.0625rem;height:1.70605625rem;font-style:normal;display:block; }
#vy3v22RCDqDSlC66SKhhuG0rzLleeUAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.5625rem;left:0rem; }
#qTJcDcxZTOAx1LJu8g6XK4FGpmA577dF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:23.71142578125rem;left:0rem; }
#r7WsCoU6dx5a6WRsldZJKt9q0r4s9Ptp { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.25rem;left:22.4375rem;height:11.69825625rem;font-style:normal;display:block; }
#TVn0xyQU4fKptzJGHqcTUkBdybz9A89i { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.875rem;left:22.4375rem;height:1.70605625rem;font-style:normal;display:block; }
#WqccocMCVd7EDUThLxk9ivRfQOvI5Vv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.25rem;left:20.5625rem; }
#vwJOhdn6UcqQMr4xihfuoQJrDg1sW6wb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.875rem;left:20.5625rem; }
#HOwWD0FtDFJzA0dbux02MyaCCBdlQgtu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.75rem;left:20.5625rem; }
#Nv6TS6HwvdlrUtWEih6eOOTbkGriBNBO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.625rem;left:20.5625rem; }
#a0ioCyfPuqzhrM7AUaL3Zdn9auNq7gMo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.875rem;left:45rem;height:1.70605625rem;font-style:normal;display:block; }
#aTQsNPGC7lWDdHlxDHyrm5qT0rcBIKTO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.26416015625rem;left:45rem;height:11.69825625rem;font-style:normal;display:block; }
#q57wqybqriMzMQggDtEwHKnGQ8Ihp8MW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:27.625rem;left:43.0625rem; }
#b41b15ueQA0IATTdNhS5xRtFAkuCsgfh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.33642578125rem;left:43.0625rem; }
#dzZpSQ2ro9UIoRhiE1Jpo4s9iImFE7xD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.08642578125rem;left:43.0625rem; }
#C6kQCKpHrgkITNWO9u1X8vIw2KUZIMUV { 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:15028;opacity:1;top:16.92041015625rem;left:42.84375rem; }
#StCa11nkrV5MG04529gmwrr1MEhnppp3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.5rem;left:42.625rem; }
#v4VgK6OBmVWtiPzfux9igIMQgQCbaaib { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:45.875rem;left:2.0625rem;height:1.70605625rem;font-style:normal;display:block; }
#DFIRK2HI6LACNGeNG0Lpf546xca2Zv2D { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:48.1435546875rem;left:2.5rem;height:16.89748125rem;font-style:normal;display:block; }
#NkFsmU5KV33BqnKTlWDDtnOLBGUw9VLR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:47.5810546875rem;left:0rem; }
#ZGvaLH1L0yXFMAHvf0VftagPx4nIzGtT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:50.0625rem;left:0rem; }
#lTybkcMgL28RHt2bOuMvuAiLX8zNrwF3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:63.79052734375rem;left:0.8125rem; }
#if08A03e6W4y4pmUcCaZ7B4TtKqCrUIe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:61.14892578125rem;left:0.75rem; }
#JtTce1424hlnZAkFX2qfSqDG0Z7f68P9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:53.21142578125rem;left:0.6875rem; }
#TpC1aPBrT5E2yDo1T6nTuTtkObMnEUCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:55.810546875rem;left:0.5625rem; }
#CAoEBpqyddiAxBiZssKC2KCaUBgIDnAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:58.466796875rem;left:0.6875rem; }
#rWI9EiWlirNE9zmxiVGK0AimzODuHvTt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:45.875rem;left:22.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#iQTygVWdTtJFERCu0k1RhLd6OoMXuEHr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:48.1435546875rem;left:22.90625rem;height:14.2978625rem;font-style:normal;display:block; }
#s9OM6bDSvup1ZicRRSEz2dW1O7QyD37l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:47.5810546875rem;left:20.6875rem; }
#kD9DBxobtW8pTJdQU5AA5G5XFeQcLdND { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:50.0625rem;left:20.3125rem; }
#VeAI8ZuOTA0wNLcwQkRuEspDHqdwANHf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:53.21142578125rem;left:21.0625rem; }
#XdqS0BsgqCcqIMDhUQ2IJdhuOJrPX0zn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:55.904296875rem;left:21.125rem; }
#yRCVoSKUnPIkBNGlGZfSLUoO0bcdsOeS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:61.18017578125rem;left:21.1875rem; }
#fbtaZZn5WFDdT6rwDIlb2nAOyEVGKJW6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:45.875rem;left:43.875rem;height:1.70605625rem;font-style:normal;display:block; }
#WoymBharTG56TzLP3hh44o3ysUuJD9uJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:48.1435546875rem;left:43.875rem;height:12.9980625rem;font-style:normal;display:block; }
#elKPpzgFsK3RbTpn00fuRV0Jrva4hdTs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:48.1435546875rem;left:42rem; }
#SFSgsDzyZHBqhkLmOKxxWm8kTvL9iDhl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:59.89892578125rem;left:42.0625rem; }
#UD8OOOcrgNsBtQQ2uEpCrcvXOlWdlMpV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:54.64892578125rem;left:41.9375rem; }
#aGwzySKJgFgGRf5iF9eK9Wn8yeqJ3l1N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:52.25rem;left:42.0625rem; }
#pGw4CfsZ7B56D2KwIO5acp07EBXGQ7FJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:70.125rem;left:31.375rem;height:1.70605625rem;font-style:normal;display:block; }
#IcvoO9topTc5g1U2aL1OmL5aTAK4rh5C { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:72.4375rem;left:31.375rem;height:6.499025rem;font-style:normal;display:block; }
#JCTDnp2OVrczHxhWEJDsKLUXVQrN1wV7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:77.6875rem;left:29.625rem; }
#R8M6NfrMbQkQIc8rSr6VyRP37J8UWph9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:72.4375rem;left:29.5625rem; }
#UTHwqb8FIaHGGOWQ2oxr4cDGT8c4tS8z { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:41.5rem;top:67.75rem;left:9.25rem;display:block; }
#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB { background-color:rgba(var(--color-tertiary-0),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; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row .container { background-color: transparent; background-image: none; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row .container > .video-iframe-container { display: none; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row > .video-iframe-container { display: none; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .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); }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row .container { border-width: 0; border-radius: 0; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;overflow:visible;position:relative;display:block; }#aSKGdcnDkg88ox4NNUi900PxNc1XBTC0 { color:#8d2b24;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:9.5rem;left:6.1875rem;height:0;font-style:normal;display:block; }
#IXxhJ3yhgotVDB5hmhe8bzK7PKekhhF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.3125rem;height:2.4375rem;font-style:normal;display:block; }
#wdNpk8pMxHe1AHS4M4fuqfSM8Pu3RZTT { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.3125rem;height:7.7988125rem;font-style:normal;display:block; }
#FEX6z7lvo8Ltv6JvVOoxwSumoOLVpMue { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.9375rem;left:21.5625rem;height:6.499rem;font-style:normal;display:block; }
#FDHtOQcvWsJTtV7zg9WwPlWQI7wJ7pS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:7.9375rem;left:42.375rem;height:6.499025rem;font-style:normal;display:block; }
#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row .container { background-color: transparent; background-image: none; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row .container > .video-iframe-container { display: none; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row > .video-iframe-container { display: none; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .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); }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row .container { border-width: 0; border-radius: 0; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#f9aghWzHiVaByD98vOpPext7UXwCRNi0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.625rem;top:9.6875rem;left:27.3125rem;overflow:hidden;display:block; }
#FCyDbdPs0kPZsQIiA3GBe3sVg4fVT0AL { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.75rem;left:23.75rem;height:1.05615rem;font-style:normal;display:block; }
#pFgU6EIhD8p212C1TxxiE75MxNtXCdAq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.5rem;left:21.5rem; }
#pFgU6EIhD8p212C1TxxiE75MxNtXCdAq > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#T5sHfizbfWkiICID9Dc3xI4RUc3rJi5K { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:23.25rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8wFIUCavBZyfV6Lt25GKKik8cM4LPZG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4365234375rem;left:23.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row .container { background-color: transparent; background-image: none; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row .container > .video-iframe-container { display: none; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row > .video-iframe-container { display: none; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .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); }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row .container { border-width: 0; border-radius: 0; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#BPRxNIqD3kB27V3tQTxwTILw1cWMbnWs { background-color:rgba(var(--color-primary-1),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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5rem;left:21.34375rem;display:block; }
#i9Nls1kUE0r6WRlrvxfGfVQElcdQoE2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dqC9CXchHPetRt1OQq28qXBCWyKTCTKa { display:block; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvueFqtxGxlmQbkXXJASERQHxxTGKfry { width:6.9375rem;height:3.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6OgOP7Ug8E8NdzQZN6EkbCrkpq1RGa9 { width:10.25rem;height:1rem;top:2.0625rem;left:37.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL50u57ghfHkFImvTTIWHxcvIe9Ove8V { width:5.4375rem;height:1rem;top:2.0625rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1T5WkmTRsKc4A34GlpzbcwEWummuV3i { width:3.9375rem;height:1rem;top:2.0625rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgkzJPd68AJQd1rCyQdXJBUpZSzVHseS { width:4.5rem;height:1rem;top:2.0625rem;left:34.8125rem;font-size:0.9375rem;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) { #ViwREy0qxHKToVbNFvPpWGTGL70aqHbz { width:31.6875rem;height:11.25rem;top:6.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ZkyAEsxW1I16Pdaf0XSXs1da8mK3Tl { width:19rem;height:17.5625rem;top:6rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6TU0X55JHCGpxU2x9CN1BzmuUR1rTI { width:32.8125rem;height:4.75rem;top:19.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 { display:block; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpgfMGITGTbt2GWCa4Hz9O4mggX2ylae { width:23.0625rem;height:13.5rem;top:6.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2VdrD66qz5alQmpFfASeDI8FP6Hmc42 { width:24.0625rem;height:5.8125rem;top:3.3125rem;left:23.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iitNwP203DDI4kJ3e0xBvt2shpfZznVa { width:23.8125rem;height:7.75rem;top:23.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LApVOak8PK4Fnr53Tpz7rXAh7Jf2c5iw { width:21.375rem;height:3.375rem;top:26.125rem;left:26.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1lZAUamfBElBE7eAfwCe79gpZRXiXV { width:21.375rem;height:2.75rem;top:30.25rem;left:26.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oChB07RnFfcmUqEvZ8lWhfxxb8PcG2DZ { width:22.5625rem;height:12.5625rem;top:11.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A { display:block; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ186cRQkOFH0sTUMGcx8xLI05VPRCKO { width:23.625rem;height:0;top:6.6875rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkugrORZyIReKqTSh3PsSeo5TaDUshWa { width:12rem;height:11.0625rem;top:34.0625rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGII3yMDpuydv7cHOWAlTR0ofP5kJ72D { width:11.8125rem;height:10.9375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcDAR1gdL5UIbLQrpIEwWRgHpLDsohbC { width:12.125rem;height:11.1875rem;top:2.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgaPgZECMJwzWyslVwBWtWfnshTcawg7 { width:11.875rem;height:10.9375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdHTHvm5lsNw4ncq0hWvdnE3XZ2Fc4e { width:11.9375rem;height:11rem;top:3rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdSofd1qnNKWF6axNqsccDqfM1AB8NpE { width:16.6875rem;height:11.0625rem;top:70.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sauqbfFbS6QeGltkT0hNSBTmnNitDi { width:12.0625rem;height:11.125rem;top:34rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDI1xGhK0fK4gpyVldeaHMLTGfOzC17u { width:17rem;height:14.25rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubBAGQfI7hdgKkioFHZg69XKXCruWqCF { width:1.3125rem;height:1.3125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlD67tAL4WqvLWxcslsqcnQd8Nosu6Ti { width:1.4375rem;height:1.4375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZL1qkxeLC0xOK7tW8qmJZMTWRyEQ6CF { width:1.0625rem;height:1.0625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2lXfZhUTeyd2SlVgWARWOLbsqRfXKO7 { width:12.5rem;height:1.6875rem;top:14.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy3v22RCDqDSlC66SKhhuG0rzLleeUAu { width:1.4375rem;height:1.4375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJcDcxZTOAx1LJu8g6XK4FGpmA577dF { width:1.375rem;height:1.375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7WsCoU6dx5a6WRsldZJKt9q0r4s9Ptp { width:17rem;height:11.6875rem;top:17.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVn0xyQU4fKptzJGHqcTUkBdybz9A89i { width:12.5rem;height:1.6875rem;top:14.875rem;left:16.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqccocMCVd7EDUThLxk9ivRfQOvI5Vv5 { width:1.0625rem;height:1.0625rem;top:17.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwJOhdn6UcqQMr4xihfuoQJrDg1sW6wb { width:1.4375rem;height:1.4375rem;top:19.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOwWD0FtDFJzA0dbux02MyaCCBdlQgtu { width:1.375rem;height:1.375rem;top:23.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv6TS6HwvdlrUtWEih6eOOTbkGriBNBO { width:1.3125rem;height:1.3125rem;top:27.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ioCyfPuqzhrM7AUaL3Zdn9auNq7gMo { width:14.625rem;height:1.6875rem;top:14.875rem;left:33.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQsNPGC7lWDdHlxDHyrm5qT0rcBIKTO { width:14.875rem;height:11.6875rem;top:17.25rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q57wqybqriMzMQggDtEwHKnGQ8Ihp8MW { width:1.3125rem;height:1.3125rem;top:27.625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b41b15ueQA0IATTdNhS5xRtFAkuCsgfh { width:1.4375rem;height:1.4375rem;top:22.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzZpSQ2ro9UIoRhiE1Jpo4s9iImFE7xD { width:1.375rem;height:1.375rem;top:25.0625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6kQCKpHrgkITNWO9u1X8vIw2KUZIMUV { width:1.75rem;height:1.75rem;top:16.875rem;left:36.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StCa11nkrV5MG04529gmwrr1MEhnppp3 { width:2.1875rem;height:2.1875rem;top:19.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4VgK6OBmVWtiPzfux9igIMQgQCbaaib { width:14.625rem;height:1.6875rem;top:45.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFIRK2HI6LACNGeNG0Lpf546xca2Zv2D { width:14.1875rem;height:16.875rem;top:48.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFsmU5KV33BqnKTlWDDtnOLBGUw9VLR { width:1.8125rem;height:1.8125rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGvaLH1L0yXFMAHvf0VftagPx4nIzGtT { width:2.1875rem;height:2.1875rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTybkcMgL28RHt2bOuMvuAiLX8zNrwF3 { width:1.3125rem;height:1.3125rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #if08A03e6W4y4pmUcCaZ7B4TtKqCrUIe { width:1.375rem;height:1.375rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtTce1424hlnZAkFX2qfSqDG0Z7f68P9 { width:1.4375rem;height:1.4375rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpC1aPBrT5E2yDo1T6nTuTtkObMnEUCK { width:1.5625rem;height:1.5625rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAoEBpqyddiAxBiZssKC2KCaUBgIDnAD { width:1.1875rem;height:1.1875rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWI9EiWlirNE9zmxiVGK0AimzODuHvTt { width:14.625rem;height:1.6875rem;top:45.875rem;left:16.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQTygVWdTtJFERCu0k1RhLd6OoMXuEHr { width:14.1875rem;height:14.25rem;top:48.125rem;left:16.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9OM6bDSvup1ZicRRSEz2dW1O7QyD37l { width:1.8125rem;height:1.8125rem;top:47.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD9DBxobtW8pTJdQU5AA5G5XFeQcLdND { width:2.1875rem;height:2.1875rem;top:50.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeAI8ZuOTA0wNLcwQkRuEspDHqdwANHf { width:1.4375rem;height:1.4375rem;top:53.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqS0BsgqCcqIMDhUQ2IJdhuOJrPX0zn { width:1.375rem;height:1.375rem;top:55.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRCVoSKUnPIkBNGlGZfSLUoO0bcdsOeS { width:1.3125rem;height:1.3125rem;top:61.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbtaZZn5WFDdT6rwDIlb2nAOyEVGKJW6 { width:16.125rem;height:1.6875rem;top:45.875rem;left:31.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoymBharTG56TzLP3hh44o3ysUuJD9uJ { width:14.4375rem;height:12.9375rem;top:48.125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elKPpzgFsK3RbTpn00fuRV0Jrva4hdTs { width:1.375rem;height:1.375rem;top:48.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSgsDzyZHBqhkLmOKxxWm8kTvL9iDhl { width:1.3125rem;height:1.3125rem;top:59.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD8OOOcrgNsBtQQ2uEpCrcvXOlWdlMpV { width:1.4375rem;height:1.4375rem;top:54.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGwzySKJgFgGRf5iF9eK9Wn8yeqJ3l1N { width:1.1875rem;height:1.1875rem;top:52.25rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGw4CfsZ7B56D2KwIO5acp07EBXGQ7FJ { width:18.1875rem;height:1.6875rem;top:70.125rem;left:25.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvoO9topTc5g1U2aL1OmL5aTAK4rh5C { width:14.1875rem;height:6.4375rem;top:72.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCTDnp2OVrczHxhWEJDsKLUXVQrN1wV7 { width:1.3125rem;height:1.3125rem;top:77.6875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8M6NfrMbQkQIc8rSr6VyRP37J8UWph9 { width:1.4375rem;height:1.4375rem;top:72.4375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTHwqb8FIaHGGOWQ2oxr4cDGT8c4tS8z { width:41.5rem;height:15.25rem;top:67.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB { display:block; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSKGdcnDkg88ox4NNUi900PxNc1XBTC0 { width:23.625rem;height:0;top:9.5rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxhJ3yhgotVDB5hmhe8bzK7PKekhhF7 { width:25.8125rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNpk8pMxHe1AHS4M4fuqfSM8Pu3RZTT { width:18rem;height:9.375rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEX6z7lvo8Ltv6JvVOoxwSumoOLVpMue { width:19.125rem;height:6.5rem;top:7.9375rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDHtOQcvWsJTtV7zg9WwPlWQI7wJ7pS7 { width:17.625rem;height:6.5rem;top:7.9375rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUyXeikstwHSs7cNVcgmmpkJHS19q7LI { display:block; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9aghWzHiVaByD98vOpPext7UXwCRNi0 { width:5.625rem;height:2.5rem;top:9.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCyDbdPs0kPZsQIiA3GBe3sVg4fVT0AL { width:13.75rem;height:1rem;top:5.75rem;left:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFgU6EIhD8p212C1TxxiE75MxNtXCdAq { width:1.625rem;height:1.625rem;top:5.5rem;left:18.4375rem;display:block; }
#pFgU6EIhD8p212C1TxxiE75MxNtXCdAq > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #T5sHfizbfWkiICID9Dc3xI4RUc3rJi5K { width:13.75rem;height:1rem;top:7.125rem;left:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wFIUCavBZyfV6Lt25GKKik8cM4LPZG { width:13.75rem;height:1.25rem;top:2.375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 { display:block; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPRxNIqD3kB27V3tQTxwTILw1cWMbnWs { width:17.5rem;height:3.4375rem;top:1.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Nls1kUE0r6WRlrvxfGfVQElcdQoE2m { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dqC9CXchHPetRt1OQq28qXBCWyKTCTKa { position:relative;z-index:auto;display:block; }#dqC9CXchHPetRt1OQq28qXBCWyKTCTKa > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvueFqtxGxlmQbkXXJASERQHxxTGKfry { width:7.25rem;height:2.875rem;top:1.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6OgOP7Ug8E8NdzQZN6EkbCrkpq1RGa9 { width:12.8125rem;height:1.21875rem;top:9.5rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JL50u57ghfHkFImvTTIWHxcvIe9Ove8V { width:13.9375rem;height:1.21875rem;top:6.625rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1T5WkmTRsKc4A34GlpzbcwEWummuV3i { width:4.8125rem;height:1.21875rem;top:5.0625rem;left:7.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rgkzJPd68AJQd1rCyQdXJBUpZSzVHseS { width:4.5rem;height:1.21875rem;top:8.0625rem;left:7.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fdf8ef;background-image:none;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 { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViwREy0qxHKToVbNFvPpWGTGL70aqHbz { width:19.125rem;height:6.375rem;top:1.7119140625rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9ZkyAEsxW1I16Pdaf0XSXs1da8mK3Tl { width:14.0625rem;height:13rem;top:13.875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6TU0X55JHCGpxU2x9CN1BzmuUR1rTI { width:20rem;height:3.1494125rem;top:9.3369140625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#e86732;display:block; }
 }@media only screen and (max-width: 763px) { #gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 { display:block; }#gLyyJ7ixK8BVaUh5yC40TWeAFAAGTZf6 > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpgfMGITGTbt2GWCa4Hz9O4mggX2ylae { width:20rem;height:3rem;top:3.54248046875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H2VdrD66qz5alQmpFfASeDI8FP6Hmc42 { width:20rem;height:4.3872rem;top:31.10498046875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iitNwP203DDI4kJ3e0xBvt2shpfZznVa { width:20rem;height:5.84960625rem;top:7.61669921875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LApVOak8PK4Fnr53Tpz7rXAh7Jf2c5iw { width:20rem;height:3.4121125rem;top:37.0126953125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1lZAUamfBElBE7eAfwCe79gpZRXiXV { width:20rem;height:2.76171875rem;top:41.3779296875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oChB07RnFfcmUqEvZ8lWhfxxb8PcG2DZ { width:20rem;height:12.5625rem;top:16.2021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A { display:block; }#c6Ul22Ah8skKEchd6EeXwRmR7OKCtm2A > .row .container { width:20rem;height:219.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ186cRQkOFH0sTUMGcx8xLI05VPRCKO { width:20rem;height:0;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkugrORZyIReKqTSh3PsSeo5TaDUshWa { width:11.875rem;height:10.9375rem;top:127.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGII3yMDpuydv7cHOWAlTR0ofP5kJ72D { width:11.8125rem;height:10.9375rem;top:91.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcDAR1gdL5UIbLQrpIEwWRgHpLDsohbC { width:12.125rem;height:11.1875rem;top:61.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgaPgZECMJwzWyslVwBWtWfnshTcawg7 { width:11.875rem;height:10.9375rem;top:1.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdHTHvm5lsNw4ncq0hWvdnE3XZ2Fc4e { width:11.9375rem;height:11rem;top:32.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdSofd1qnNKWF6axNqsccDqfM1AB8NpE { width:16.6875rem;height:11.0625rem;top:195.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sauqbfFbS6QeGltkT0hNSBTmnNitDi { width:12.0625rem;height:11.125rem;top:158.875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDI1xGhK0fK4gpyVldeaHMLTGfOzC17u { width:17rem;height:14.29786875rem;top:15.8056640625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubBAGQfI7hdgKkioFHZg69XKXCruWqCF { display:flex;width:1.3125rem;height:1.3125rem;top:57.2392578125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #QlD67tAL4WqvLWxcslsqcnQd8Nosu6Ti { display:flex;width:1.4375rem;height:1.4375rem;top:49.9306640625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #FZL1qkxeLC0xOK7tW8qmJZMTWRyEQ6CF { display:flex;width:1.0625rem;height:1.0625rem;top:47.166015625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #H2lXfZhUTeyd2SlVgWARWOLbsqRfXKO7 { width:12.5rem;height:1.70605625rem;top:13.375rem;left:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy3v22RCDqDSlC66SKhhuG0rzLleeUAu { display:flex;width:1.4375rem;height:1.4375rem;top:25.7431640625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qTJcDcxZTOAx1LJu8g6XK4FGpmA577dF { display:flex;width:1.375rem;height:1.375rem;top:53.4931640625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #r7WsCoU6dx5a6WRsldZJKt9q0r4s9Ptp { width:17rem;height:11.69825625rem;top:47.166015625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVn0xyQU4fKptzJGHqcTUkBdybz9A89i { width:12.5rem;height:1.70605625rem;top:44.8125rem;left:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqccocMCVd7EDUThLxk9ivRfQOvI5Vv5 { display:flex;width:1.0625rem;height:1.0625rem;top:15.8056640625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vwJOhdn6UcqQMr4xihfuoQJrDg1sW6wb { display:flex;width:1.4375rem;height:1.4375rem;top:18.3681640625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #HOwWD0FtDFJzA0dbux02MyaCCBdlQgtu { display:flex;width:1.375rem;height:1.375rem;top:22.14208984375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #Nv6TS6HwvdlrUtWEih6eOOTbkGriBNBO { display:flex;width:1.3125rem;height:1.3125rem;top:28.603515625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #a0ioCyfPuqzhrM7AUaL3Zdn9auNq7gMo { width:14.625rem;height:1.70605625rem;top:73.75rem;left:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQsNPGC7lWDdHlxDHyrm5qT0rcBIKTO { width:14.875rem;height:11.69825625rem;top:76.67626953125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q57wqybqriMzMQggDtEwHKnGQ8Ihp8MW { display:flex;width:1.3125rem;height:1.3125rem;top:86.87451171875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #b41b15ueQA0IATTdNhS5xRtFAkuCsgfh { display:flex;width:1.4375rem;height:1.4375rem;top:81.806640625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #dzZpSQ2ro9UIoRhiE1Jpo4s9iImFE7xD { display:flex;width:1.375rem;height:1.375rem;top:84.4375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #C6kQCKpHrgkITNWO9u1X8vIw2KUZIMUV { display:flex;width:1.75rem;height:1.75rem;top:76.30126953125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #StCa11nkrV5MG04529gmwrr1MEhnppp3 { display:flex;width:2.1875rem;height:2.1875rem;top:78.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v4VgK6OBmVWtiPzfux9igIMQgQCbaaib { width:14.625rem;height:1.70605625rem;top:103.5625rem;left:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFIRK2HI6LACNGeNG0Lpf546xca2Zv2D { width:14.1875rem;height:16.89748125rem;top:106.3662109375rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFsmU5KV33BqnKTlWDDtnOLBGUw9VLR { display:flex;width:1.8125rem;height:1.8125rem;top:106.0625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ZGvaLH1L0yXFMAHvf0VftagPx4nIzGtT { display:flex;width:2.1875rem;height:2.1875rem;top:108.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #lTybkcMgL28RHt2bOuMvuAiLX8zNrwF3 { display:flex;width:1.3125rem;height:1.3125rem;top:121.76318359375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #if08A03e6W4y4pmUcCaZ7B4TtKqCrUIe { display:flex;width:1.375rem;height:1.375rem;top:174.0556640625rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #JtTce1424hlnZAkFX2qfSqDG0Z7f68P9 { display:flex;width:1.4375rem;height:1.4375rem;top:111.5rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TpC1aPBrT5E2yDo1T6nTuTtkObMnEUCK { display:flex;width:1.5625rem;height:1.5625rem;top:113.908203125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #CAoEBpqyddiAxBiZssKC2KCaUBgIDnAD { display:flex;width:1.1875rem;height:1.1875rem;top:116.7431640625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #rWI9EiWlirNE9zmxiVGK0AimzODuHvTt { width:14.625rem;height:1.70605625rem;top:139.5439453125rem;left:3.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQTygVWdTtJFERCu0k1RhLd6OoMXuEHr { width:14.1875rem;height:14.2978625rem;top:141.82666015625rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9OM6bDSvup1ZicRRSEz2dW1O7QyD37l { display:flex;width:1.8125rem;height:1.8125rem;top:141.4375rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #kD9DBxobtW8pTJdQU5AA5G5XFeQcLdND { display:flex;width:2.1875rem;height:2.1875rem;top:143.9375rem;left:0.71875rem; }
 }@media only screen and (max-width: 763px) { #VeAI8ZuOTA0wNLcwQkRuEspDHqdwANHf { display:flex;width:1.4375rem;height:1.4375rem;top:146.875rem;left:1.21875rem; }
 }@media only screen and (max-width: 763px) { #XdqS0BsgqCcqIMDhUQ2IJdhuOJrPX0zn { display:flex;width:1.375rem;height:1.375rem;top:119.1875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #yRCVoSKUnPIkBNGlGZfSLUoO0bcdsOeS { display:flex;width:1.3125rem;height:1.3125rem;top:185.5537109375rem;left:1.34375rem; }
 }@media only screen and (max-width: 763px) { #fbtaZZn5WFDdT6rwDIlb2nAOyEVGKJW6 { width:16.125rem;height:1.70605625rem;top:171.287109375rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoymBharTG56TzLP3hh44o3ysUuJD9uJ { width:14.4375rem;height:12.9980625rem;top:174.0556640625rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elKPpzgFsK3RbTpn00fuRV0Jrva4hdTs { display:flex;width:1.375rem;height:1.375rem;top:149.6875rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #SFSgsDzyZHBqhkLmOKxxWm8kTvL9iDhl { display:flex;width:1.3125rem;height:1.3125rem;top:154.43701171875rem;left:1.34375rem; }
 }@media only screen and (max-width: 763px) { #UD8OOOcrgNsBtQQ2uEpCrcvXOlWdlMpV { display:flex;width:1.4375rem;height:1.4375rem;top:180.5556640625rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #aGwzySKJgFgGRf5iF9eK9Wn8yeqJ3l1N { display:flex;width:1.1875rem;height:1.1875rem;top:177.9375rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #pGw4CfsZ7B56D2KwIO5acp07EBXGQ7FJ { width:18.1875rem;height:1.70605625rem;top:192rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvoO9topTc5g1U2aL1OmL5aTAK4rh5C { width:14.1875rem;height:6.499025rem;top:208.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCTDnp2OVrczHxhWEJDsKLUXVQrN1wV7 { display:flex;width:1.3125rem;height:1.3125rem;top:213.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #R8M6NfrMbQkQIc8rSr6VyRP37J8UWph9 { display:flex;width:1.4375rem;height:1.4375rem;top:208.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UTHwqb8FIaHGGOWQ2oxr4cDGT8c4tS8z { width:20rem;height:26.5rem;top:190.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB { display:block; }#ESeWZKNqqofUb5zNpq7z1wfTRDaFqaMB > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSKGdcnDkg88ox4NNUi900PxNc1XBTC0 { width:20rem;height:0;top:6.54980625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxhJ3yhgotVDB5hmhe8bzK7PKekhhF7 { width:14.1875rem;height:4.875rem;top:2.5498046875rem;left:1rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNpk8pMxHe1AHS4M4fuqfSM8Pu3RZTT { width:18rem;height:9.411125rem;top:9.7998046875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEX6z7lvo8Ltv6JvVOoxwSumoOLVpMue { width:18.8125rem;height:6.5615rem;top:21.2099609375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDHtOQcvWsJTtV7zg9WwPlWQI7wJ7pS7 { width:17.625rem;height:6.561525rem;top:29.708984375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUyXeikstwHSs7cNVcgmmpkJHS19q7LI { position:relative;z-index:auto;display:block; }#CUyXeikstwHSs7cNVcgmmpkJHS19q7LI > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9aghWzHiVaByD98vOpPext7UXwCRNi0 { width:6.5rem;height:2.8125rem;top:8.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCyDbdPs0kPZsQIiA3GBe3sVg4fVT0AL { width:13.8125rem;height:1.05615rem;top:3.8125rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFgU6EIhD8p212C1TxxiE75MxNtXCdAq { display:flex;width:1.625rem;height:1.625rem;top:3.5rem;left:1.9375rem; }
#pFgU6EIhD8p212C1TxxiE75MxNtXCdAq > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #T5sHfizbfWkiICID9Dc3xI4RUc3rJi5K { width:13.75rem;height:1.05615rem;top:5.9375rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wFIUCavBZyfV6Lt25GKKik8cM4LPZG { width:13.75rem;height:1.29980625rem;top:1.125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Oz29Qu1TqTaChJcfnX8EZFmtTC5k9RB3 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPRxNIqD3kB27V3tQTxwTILw1cWMbnWs { width:17.5rem;height:3.4375rem;top:1.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Nls1kUE0r6WRlrvxfGfVQElcdQoE2m { display:block; }
 }