.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:251,222,219;--color-primary-1:242,144,135;--color-primary-2:229,32,14;--color-primary-3:115,16,7;--color-primary-4:34,5,2;--color-secondary-0:217,218,218;--color-secondary-1:129,130,131;--color-secondary-2:3,5,7;--color-secondary-3:2,3,4;--color-secondary-4:0,1,1;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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: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;position:relative;display:block; }
#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn > .row > .video-iframe-container { display: none; }#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn > .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); }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL { 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; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row .container { background-color: transparent; background-image: none; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row .container > .video-iframe-container { display: none; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row > .video-iframe-container { display: none; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .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); }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row .container { border-width: 0; border-radius: 0; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#dbTIM5Z4VBMBquvd5gN8eeqfihffaQ3v { color:rgba(var(--color-tertiary-0),1);display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:0.1875rem;left:0rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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;display:block; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row .container { background-color: transparent; background-image: none; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row .container > .video-iframe-container { display: none; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row > .video-iframe-container { display: none; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .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); }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row .container { border-width: 0; border-radius: 0; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row .container { width:60rem;height:60.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZO3MZ0RiU57gPGfsVeLssDLNTr3Op7m9 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:49.242190361023rem;left:11.87109375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J02Mm10MtyU7zRdUBCM4kgVCnqX0VbQd { 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:10rem;width:50.6875rem;top:4.5595703125rem;left:4.998046875rem;overflow:hidden;display:block; }
#GgA2c7Tf51Pgt9iw7bpvHGmyfo8UxpXw { z-index:15004;top:53.63671875rem;left:30.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LBOFc0xdlVAZeiyUHvrPoCh3KULwrCpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HM9TN2lbxcuZvsOyrp1wxE341NMXJPbZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.5625rem;width:55rem;top:18.6806640625rem;left:2.43359375rem;display:block; }
#dusNf5VtXP4IP5ptSKiyOXMITiFiJSdO { z-index:15005;top:53.57421875rem;left:12.3984375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SP174dbT4eFqTJGQoLX3osOgmbmA3pCt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDEzL0NvZtiMwKSvRiimI5T1Og4lbWZL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.0611953735351rem;left:0rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#URImTN8GJoeJfE6e1fmyQoCVPlbAuS6R { color:rgba(var(--color-tertiary-0),1);display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:15.621094226837rem;left:0.27734375rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vs8B3wsTf6pDJWPJlPNTdGPok5FgTMGc { position:absolute;display:block;z-index:15009;height:4.375rem;width:60rem;top:0.265625rem;left:0rem;display:block; }
#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { background-color: transparent; background-image: none; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container > .video-iframe-container { display: none; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row > .video-iframe-container { display: none; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .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); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { border-width: 0; border-radius: 0; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#oyHukyuRaq552DgdygQWzVu27LJMLZSu { 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:8.25rem;width:15.9375rem;top:0rem;left:22.031251907349rem;overflow:hidden;display:block; }
#AAF0HEJrTky0tQRNaH3Tqne7ty0B1m0p { box-sizing:content-box;height:29.75rem;width:59.6875rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.489582061767rem;left:-1.4869804382324rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Giu4NmOp0SMqcyFuNqgETFAtockJaeid { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.924475rem;top:6.8125rem;left:23.53125rem;text-align:center;text-align-last:center;display:block; }
#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row .container { background-color: transparent; background-image: none; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row .container > .video-iframe-container { display: none; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row > .video-iframe-container { display: none; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .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); }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row .container { border-width: 0; border-radius: 0; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row .container { font-size:0.875rem;font-family:arial;height:244.9375rem;width:60rem;position:relative;display:block; }#SwFD40dZHpuk9PFb1c0KCGIBmaWOxV6U { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2934081554413rem;left:1.1875rem;height:1.94986875rem;font-style:normal;display:block; }
#w3X347uz5eS0eOzdbb4DZ4ST43cHdhvE { color:rgba(var(--color-tertiary-0),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.1875rem;height:7.3111875rem;font-style:normal;display:block; }
#XAAzQ5ao35mVHPaIONAPQbouTLmWCB5z { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:180.6875rem;left:2.1875rem;height:1.4622375rem;font-style:normal;display:block; }
#IngVKxtSBIifKbH6ErzMwhTRVZSI9ynm { 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:1.875rem;width:8.1875rem;top:178.25rem;left:1.9375rem;overflow:hidden;display:block; }
#RCzXnNhe4fz1BrfUBx42vOQW8qWGBqwc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:175.875rem;left:1.9375rem;height:1.94986875rem;font-style:normal;display:block; }
#LHW0nsdA6u6pbC8MddESK3Abg3StVp6F { position:absolute;display:block;z-index:15017;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:16.6875rem;top:61.625rem;left:35.625rem;overflow:hidden;display:block; }
#ZVQVZFZk6NA7XHqNNCV7duvbHdV5oWBc { position:absolute;display:block;z-index:15016;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:17.125rem;top:61.625007629394rem;left:17.8125rem;overflow:hidden;display:block; }
#pTn5zcZqScTVf4o5miNW2ik3zcU6pOSa { color:rgba(var(--color-tertiary-0),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:56.812507629394rem;left:1.5rem;height:4.38671875rem;font-style:normal;display:block; }
#Iox1sJzS9XNXbra1gMZzWCTgE7TrtxLc { position:absolute;display:block;z-index:15015;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:9.4375rem;top:61.625007629394rem;left:7.5625rem;overflow:hidden;display:block; }
#m2Srp20T8tiOwKtIzwTVCu6wegBvQX7z { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:54.437507629394rem;left:1.375rem;overflow:hidden;display:block; }
#cmK8cysPKVXXI5CXsSeLPcnnV6cq9ime { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:52.125007629394rem;left:1.5625rem;height:1.94986875rem;font-style:normal;display:block; }
#wXQkAXSIAlhr0xCxRWUwsxhMNph9dMEL { position:absolute;display:block;z-index:15022;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:9.375rem;top:227.9375rem;left:30.375rem;overflow:hidden;display:block; }
#BEz9eRFpA0VUrGXInEvBCLo5TV90wUtK { color:rgba(var(--color-tertiary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:223.3125rem;left:2.4375rem;height:2.92448125rem;font-style:normal;display:block; }
#XnpqzVaN5yQedkTNeJ8NgZ3LOM53BVxw { position:absolute;display:block;z-index:15021;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:9.375rem;top:227.9375rem;left:19.875rem;overflow:hidden;display:block; }
#H3TWXt2M5KGdbQLvA5AZKLMHm5l8RtiB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:217.9375rem;left:2.375rem;height:1.94986875rem;font-style:normal;display:block; }
#EVFob0gkOLsQVPLpTCapRW3DUO2H1qFe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:129.50000953674rem;left:1.5rem;height:1.94986875rem;font-style:normal;display:block; }
#axAfNFmWPd0WxwJGiGTt7WZcFwGrHz2D { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:131.75000953674rem;left:1.5rem;overflow:hidden;display:block; }
#ngIWWqVS27LlghhnJ2f9FtabsvR87zr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:134.12500953674rem;left:1.75rem;height:4.38671875rem;font-style:normal;display:block; }
#FvXFONUeg4DKNuHiht2fQciA5lgPglw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:82.1875rem;left:1.25rem;height:1.94986875rem;font-style:normal;display:block; }
#Rl2denasqkCHPKX5hCrgzz0CGzOKpDZa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:84.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#RpI6GJ9fHpfe0iLGTChJw7MbC02oFR7I { color:rgba(var(--color-tertiary-0),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:87.0625rem;left:1.4375rem;height:5.84895625rem;font-style:normal;display:block; }
#T282KeeFcVe5M2FLTZlgaJGJcq6ULXfn { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:39.9375rem;left:1.5rem;height:4.38671875rem;font-style:normal;display:block; }
#d2DIldIpLC3J8dbBJ55Xh7r45JPgw3I8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:37.5rem;left:1.3125rem;overflow:hidden;display:block; }
#kzzpoHc2VTLsGNtX1mqg3VQ7l0VDyNEA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:35.3125rem;left:1.4375rem;height:1.94986875rem;font-style:normal;display:block; }
#wUEKz4Xd63r4fgJCgSoCfS3nSDD32ZQq { position:absolute;display:block;z-index:15023;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:9.25rem;top:108.8125rem;left:34.625rem;overflow:hidden;display:block; }
#atzQt4vOscHK8pCnr2UMgvKRX5WxiVnE { position:absolute;display:block;z-index:15022;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:16.625rem;top:108.81250762939rem;left:17.25rem;overflow:hidden;display:block; }
#cR4dZBB4fDSRogMAtQoTi5nQzq2lI8y3 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:104.12500762939rem;left:1.375rem;height:2.92448125rem;font-style:normal;display:block; }
#Bc0bpID68afET4I2pTAFlE3xmtGWPiRz { position:absolute;display:block;z-index:15021;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:9.375rem;top:108.8125rem;left:7.125rem;overflow:hidden;display:block; }
#VtQcqm4ivBobTMJxqNCropocZCEoUmyl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:101.68750762939rem;left:1.1875rem;overflow:hidden;display:block; }
#fiyZ0wC2OJ0cBPIxUmd7hpntENpiuGOu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:99.625007629394rem;left:1.1875rem;height:1.94986875rem;font-style:normal;display:block; }
#Q5Iat3BEJckMea3CmUANTb1S8NZFXiRH { position:absolute;display:block;z-index:15028;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:16.5625rem;top:155.875rem;left:39.5625rem;overflow:hidden;display:block; }
#PUrIvbrhKiBFz3zeGnQag3LJMB1VQevs { position:absolute;display:block;z-index:15027;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:16.75rem;top:155.875rem;left:21.875rem;overflow:hidden;display:block; }
#vB34iuskU1PMuPrLS4W70znlRqZfHn4q { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:151.875rem;left:1.875rem;height:2.92448125rem;font-style:normal;display:block; }
#t5eczJSFtGSTuqQcnSfVx07PtIS5rSsc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:149.5rem;left:1.6875rem;overflow:hidden;display:block; }
#bsTMnU89taTsX4GAfEInDFzDhs1nqyKH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:147rem;left:1.625rem;height:1.94986875rem;font-style:normal;display:block; }
#LGPkz7WdRWNqPcbEvLBUypBfeTEy2PRE { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:194.1875rem;left:2.125rem;height:2.92448125rem;font-style:normal;display:block; }
#qIctRhpEdFGrCVRtFbpTUSIk4ieySyhh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:191.75rem;left:1.875rem;overflow:hidden;display:block; }
#tWP6umb48G74fJWPbVGwpZ3C7EioN22I { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:189.5rem;left:2rem;height:1.94986875rem;font-style:normal;display:block; }
#RuEnGD3x6MxTw7qkdZTfCzinpaMNznoR { position:absolute;display:block;z-index:15030;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:16.5625rem;top:197.68751525879rem;left:21.46875rem;overflow:hidden;display:block; }
#FXoKALvvuN2pIUdvmIAaqyEN1aOn98Bg { position:absolute;display:block;z-index:15030;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:8.0625rem;top:155.875rem;left:4.0625rem;overflow:hidden;display:block; }
#wNzLKuMiBTrNBwTsKlU5WsF1HigucNsE { position:absolute;display:block;z-index:15031;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:7.9375rem;top:155.875rem;left:13.0625rem;overflow:hidden;display:block; }
#hdEeLGSwKtax8xbc1zixJmb4ZGOkPNEL { position:absolute;display:block;z-index:15023;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:9.375rem;top:108.8125rem;left:44.6875rem;overflow:hidden;display:block; }
#PThkzIbUpakdr6xH25cOz1ERkffdlzTS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.9375rem;top:3.4375rem;left:1.125rem;overflow:hidden;display:block; }
#MdvJLZ9vMT6rbnTvZmvJsLTGZfMWo2Kp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:220.5rem;left:2.375rem;overflow:hidden;display:block; }
#ch7nLWTNaFwQZTvEDhdAaOFF5KZtT7pT { position:absolute;display:block;z-index:15009;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:11.375rem;top:14.5rem;left:7.1875rem;overflow:hidden;display:block; }
#VhckeuHRGkkLPprcQJZdeGf680papLd2 { position:absolute;display:block;z-index:15010;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:16.6875rem;top:14.5rem;left:19.4375rem;overflow:hidden;display:block; }
#LxE4WI9SW46kkDJO9EoNzds0a2xtF8QN { position:absolute;display:block;z-index:15011;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:16.6875rem;top:14.5rem;left:37rem;overflow:hidden;display:block; }
#NPF3WRug4l3oWyF0qMGJumagI3ZH0RBa { box-sizing:content-box;height:11.8125rem;width:59.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.625003814698rem;left:-1.625rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ReFvXC28TkRkMuTeckZeA1HCezteQEJc { box-sizing:content-box;height:25.375rem;width:59.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:49.187502861023rem;left:-1.6875rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VWcJiFUcDyW1gWsTBSvLTlIhMnDUiDAM { box-sizing:content-box;height:13.375rem;width:59.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:79.062507629394rem;left:-1.75rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LsOVFxkIk2CeUgG4C0DTgrLhHK6N3ZTo { box-sizing:content-box;height:24.625rem;width:59.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:97.000007629394rem;left:-1.625rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CcJyla2ZuFk0DMyHT6ORZzG1gupGq4sb { box-sizing:content-box;height:13.0625rem;width:59.375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:126.43750953674rem;left:-1.5625rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pqPKcr2PT6GgEclM4Z8OL5l0c6L6fzLB { box-sizing:content-box;height:24.0625rem;width:59.4375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:144.25000095367rem;left:-1.625rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tZvJ3bF6hu2Icf6VOKOPq0lheKzLuUn0 { box-sizing:content-box;height:8.75rem;width:59.4375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:173.06250190735rem;left:-1.5625rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FR5yifduBU91PDT5BlWoxUT38CIJqJ1X { box-sizing:content-box;height:23.6875rem;width:59.4375rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:186.60416793823rem;left:-1.51953125rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#okNBCB7vSBzSmQWieKowSd5REBQrztAS { box-sizing:content-box;height:25.375rem;width:59.5rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;top:215.06164550781rem;left:-1.4774303436279rem;border-top:1.875rem solid rgba(var(--color-tertiary-0),1);border-left:1.875rem solid rgba(var(--color-tertiary-0),1);border-right:1.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row .container { background-color: transparent; background-image: none; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row .container > .video-iframe-container { display: none; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row > .video-iframe-container { display: none; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .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); }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row .container { border-width: 0; border-radius: 0; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#xXwtUlwwQKbpMUWiORGJV97F9VyO5Usb { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.35546875rem;left:6.0625rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PvNBc1tq4t5q4xHDRyCfJ28ThkTxk02o { z-index:15007;top:6.5rem;left:13.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Dof5h7oIaTcoSuMfJBTDaivSqSq4i7ca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHGqCct7SOEiBlGe7QTgxL0RLcGRvGaz { z-index:15006;top:6.5625rem;left:31.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h6nxEJqWvWQiSVRFIkxC4oJ1E9JP8bkp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row .container { background-color: transparent; background-image: none; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row .container > .video-iframe-container { display: none; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row > .video-iframe-container { display: none; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .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); }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row .container { border-width: 0; border-radius: 0; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#VTQuGlAORTcEOw9SBfGypAkOfON00iqN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.098953247070312rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row .container { background-color: transparent; background-image: none; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row .container > .video-iframe-container { display: none; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row > .video-iframe-container { display: none; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .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); }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row .container { border-width: 0; border-radius: 0; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#qycsD6UiV1JZD7RyTDsIQtWakBaFlNt6 { 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:3.0625rem;width:2.9375rem;top:0rem;left:0.25rem;overflow:hidden;display:block; }
#FdCd0Nxx2dL8nFZN3Lq7lbV9sK7mWua7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:3.4375rem;height:1.625rem;font-style:normal;display:block; }
#vQuGJHVyh7SLkClTqOI21v9XcLPdikGZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.1875rem;left:0rem;height:7.1979375rem;font-style:normal;display:block; }
#qF1SyA8gWCX4DbEOVa06HpSTohe2BK7R { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.0625rem;left:20rem;height:7.1979375rem;font-style:normal;display:block; }
#Q1lBkCeWhtSMAC1kMA0St8iChlVg94tR { 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:3.0625rem;width:2.9375rem;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#vu4wWeR2QT4A46LXtwCfD5FV2iNTHfdx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:23.75rem;height:1.625rem;font-style:normal;display:block; }
#peM60IbKqnzrQ0SEHG40GXmy24RyXOHL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:2.98828125rem;left:40rem;height:5.3984375rem;font-style:normal;display:block; }
#SzBRIJVbLrJyfHanGNeyygKA0TmDNsKg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1rem;left:43.75rem;height:1.625rem;font-style:normal;display:block; }
#PpQmw9to1MIPAmc8kKaayH4Xms2OiMF9 { 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:3.0625rem;width:2.9375rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#bbv9urt6QNysaut5xuKUDkIDTD7radX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row .container { background-color: transparent; background-image: none; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row .container > .video-iframe-container { display: none; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row > .video-iframe-container { display: none; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .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); }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row .container { border-width: 0; border-radius: 0; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:block; }#tc8ZkaOLsLpDOi8QxQo7nlC5QtpNDAw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:4.5625rem;left:20.3125rem;height:5.3984375rem;font-style:normal;display:block; }
#wmyCEAihGEysCXL2THr5yK0DEGEFkrFT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:24.0625rem;height:3.25rem;font-style:normal;display:block; }
#MHttPCvcg0z1wdTcWHKcrtaRsh1XJl91 { 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:3.0625rem;width:2.9375rem;top:0.5rem;left:20.561195373535rem;overflow:hidden;display:block; }
#nGM9XqwHw09eOIzmWIcEOcI39DF0iSLP { 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:3.0625rem;width:2.9375rem;top:0.5rem;left:0.25rem;overflow:hidden;display:block; }
#tKhHTLAzpkhtM1Vzo7X3TxfR6RkhQQFe { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:4.5625rem;left:40rem;height:1.79980625rem;font-style:normal;display:block; }
#z3TXBZDFqW5RMSD6tq8dbTBQdhpRMgO6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1237030029297rem;left:3.1875rem;height:1.625rem;font-style:normal;display:block; }
#BVCXdfV5zctoJiuTdNdrp8sdgN78m4q9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:43.75rem;height:3.25rem;font-style:normal;display:block; }
#JHM4KLz0KKL9cvyeywUFhdZQd8vaRGGW { 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:3.0625rem;width:2.9375rem;top:0.6875rem;left:40.25rem;overflow:hidden;display:block; }
#u11ib8lF6sCfDp0UepdFNXFdbEL9G5Og { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.0625rem;left:40rem;height:7.1979375rem;font-style:normal;display:block; }
#sGDxFWacbD8NI02nEfolVvrEt7LxeXF1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:4.1875rem;left:0rem;height:8.997375rem;font-style:normal;display:block; }
#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row .container { background-color: transparent; background-image: none; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row .container > .video-iframe-container { display: none; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row > .video-iframe-container { display: none; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .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); }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row .container { border-width: 0; border-radius: 0; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:60rem;position:relative;display:block; }#hOdfWQAezdbG4WBWgfdSa3FgDwMa3wOg { color:rgba(var(--color-tertiary-0),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:21.125rem;left:1.9375rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FtTrfd9I8WM8T2mrsIC6Icm99m7JdfDz { position:absolute;display:block;z-index:15004;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:28.6875rem;top:1.1640625rem;left:0.48698043823242rem;overflow:hidden;display:block; }
#NUyT6bZfQluHFZMP0W3JunRsCiAyi4yE { position:absolute;display:block;z-index:15005;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:28.6875rem;top:1.1640625rem;left:30.582035064698rem;overflow:hidden;display:block; }
#RQzWOlBZ19PFS63h59NmEf3s26eL5uTD { position:absolute;display:block;z-index:15005;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.3125rem;width:54.375rem;top:36.290365219116rem;left:3.25rem;overflow:hidden;display:block; }
#Pq57N6AMALADJmeuR0GbmWGGXBCWzpoc { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:68.5078163147rem;left:7.8216133117675rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row .container { background-color: transparent; background-image: none; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row .container > .video-iframe-container { display: none; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row > .video-iframe-container { display: none; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .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); }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row .container { border-width: 0; border-radius: 0; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#mArwRLICeB8kcBUVEXWL4ZhWDoGnv9x6 { z-index:15009;top:6.3125rem;left:13.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cwKVwb7P4cW1KRZT0vUtgKRlpzSBdxZh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HARWDMT1nLdKXdDB3Ae9HIIlwCcld7Dy { z-index:15008;top:6.3125rem;left:31.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LNALUQJt3P4VGqJvsn2KV6HJTU2sgU4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kG4gX26Go8DlhCykd9hdxWtqpoxmy6nd { 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:6.25rem;width:6.25rem;top:13.59375rem;left:12.08203125rem;overflow:hidden;display:block; }
#kngzFqgHtL55K6cSM33X9TRUZumKAtUo { 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:3.375rem;width:19.8125rem;top:15.03125rem;left:20.09375rem;overflow:hidden;display:block; }
#dIsXV2FclZE2LKoV3qpb2p7FXbSSv6Hk { 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:7.25rem;width:6.9375rem;top:13.09375rem;left:43.3125rem;overflow:hidden;display:block; }
#KHF8RnbPyIFdAPqMOdVqtgqGfvuNMkZn { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:1.3437576293945rem;left:0rem;height:24.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row .container { background-color: transparent; background-image: none; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row .container > .video-iframe-container { display: none; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row > .video-iframe-container { display: none; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .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); }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row .container { border-width: 0; border-radius: 0; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;position:relative;display:block; }#ovrxo3vSkh7BWEhbmSNn0TNHgcmEp3kK { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.9375019073486rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL { display:block; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbTIM5Z4VBMBquvd5gN8eeqfihffaQ3v { width:47.75rem;height:2.1875rem;top:0.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ { display:block; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO3MZ0RiU57gPGfsVeLssDLNTr3Op7m9 { width:36.9375rem;height:;top:49.1875rem;left:5.74609375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J02Mm10MtyU7zRdUBCM4kgVCnqX0VbQd { width:47.75rem;height:9.4204685573369rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgA2c7Tf51Pgt9iw7bpvHGmyfo8UxpXw { top:53.625rem;left:24.125rem;width:15.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBOFc0xdlVAZeiyUHvrPoCh3KULwrCpl { display:block; }
 }@media only screen and (max-width: 763px) { #HM9TN2lbxcuZvsOyrp1wxE341NMXJPbZ { top:18.625rem;left:0rem;width:47.75rem;height:26.533806818182rem;display:block; }
 }@media only screen and (max-width: 763px) { #dusNf5VtXP4IP5ptSKiyOXMITiFiJSdO { top:53.5625rem;left:6.2734375rem;width:15.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP174dbT4eFqTJGQoLX3osOgmbmA3pCt { display:block; }
 }@media only screen and (max-width: 763px) { #GDEzL0NvZtiMwKSvRiimI5T1Og4lbWZL { width:20rem;height:;top:24.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #URImTN8GJoeJfE6e1fmyQoCVPlbAuS6R { width:47.75rem;height:2.375rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs8B3wsTf6pDJWPJlPNTdGPok5FgTMGc { top:0.25rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW { display:block; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyHukyuRaq552DgdygQWzVu27LJMLZSu { top:0rem;left:15.906251907349rem;width:15.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAF0HEJrTky0tQRNaH3Tqne7ty0B1m0p { top:11.4375rem;left:0rem;width:44rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giu4NmOp0SMqcyFuNqgETFAtockJaeid { top:6.8125rem;left:17.406250476837rem;width:12.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP { display:block; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwFD40dZHpuk9PFb1c0KCGIBmaWOxV6U { top:1.25rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3X347uz5eS0eOzdbb4DZ4ST43cHdhvE { top:5.9375rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAAzQ5ao35mVHPaIONAPQbouTLmWCB5z { top:180.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IngVKxtSBIifKbH6ErzMwhTRVZSI9ynm { top:178.25rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCzXnNhe4fz1BrfUBx42vOQW8qWGBqwc { top:175.875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHW0nsdA6u6pbC8MddESK3Abg3StVp6F { top:61.625rem;left:14.5625rem;width:16.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQVZFZk6NA7XHqNNCV7duvbHdV5oWBc { top:61.625rem;left:0rem;width:17.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTn5zcZqScTVf4o5miNW2ik3zcU6pOSa { top:56.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iox1sJzS9XNXbra1gMZzWCTgE7TrtxLc { top:61.625rem;left:5.5rem;width:9.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Srp20T8tiOwKtIzwTVCu6wegBvQX7z { top:54.4375rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmK8cysPKVXXI5CXsSeLPcnnV6cq9ime { top:52.125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXQkAXSIAlhr0xCxRWUwsxhMNph9dMEL { top:227.9375rem;left:21.875rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEz9eRFpA0VUrGXInEvBCLo5TV90wUtK { top:223.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnpqzVaN5yQedkTNeJ8NgZ3LOM53BVxw { top:227.9375rem;left:6rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3TWXt2M5KGdbQLvA5AZKLMHm5l8RtiB { top:217.9375rem;left:0.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVFob0gkOLsQVPLpTCapRW3DUO2H1qFe { top:129.5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axAfNFmWPd0WxwJGiGTt7WZcFwGrHz2D { top:131.75rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngIWWqVS27LlghhnJ2f9FtabsvR87zr3 { top:134.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvXFONUeg4DKNuHiht2fQciA5lgPglw7 { top:82.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2denasqkCHPKX5hCrgzz0CGzOKpDZa { top:84.4375rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpI6GJ9fHpfe0iLGTChJw7MbC02oFR7I { top:87.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T282KeeFcVe5M2FLTZlgaJGJcq6ULXfn { top:39.9375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2DIldIpLC3J8dbBJ55Xh7r45JPgw3I8 { top:37.5rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzpoHc2VTLsGNtX1mqg3VQ7l0VDyNEA { top:35.3125rem;left:0rem;width:20.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUEKz4Xd63r4fgJCgSoCfS3nSDD32ZQq { top:108.8125rem;left:22rem;width:9.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atzQt4vOscHK8pCnr2UMgvKRX5WxiVnE { top:108.8125rem;left:0rem;width:16.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR4dZBB4fDSRogMAtQoTi5nQzq2lI8y3 { top:104.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc0bpID68afET4I2pTAFlE3xmtGWPiRz { top:108.8125rem;left:5.0625rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtQcqm4ivBobTMJxqNCropocZCEoUmyl { top:101.6875rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiyZ0wC2OJ0cBPIxUmd7hpntENpiuGOu { top:99.625rem;left:0rem;width:22.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Iat3BEJckMea3CmUANTb1S8NZFXiRH { top:155.875rem;left:14.6875rem;width:16.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUrIvbrhKiBFz3zeGnQag3LJMB1VQevs { top:155.875rem;left:14.5rem;width:16.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB34iuskU1PMuPrLS4W70znlRqZfHn4q { top:151.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5eczJSFtGSTuqQcnSfVx07PtIS5rSsc { top:149.5rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsTMnU89taTsX4GAfEInDFzDhs1nqyKH { top:147rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGPkz7WdRWNqPcbEvLBUypBfeTEy2PRE { top:194.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIctRhpEdFGrCVRtFbpTUSIk4ieySyhh { top:191.75rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWP6umb48G74fJWPbVGwpZ3C7EioN22I { top:189.5rem;left:0rem;width:20.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuEnGD3x6MxTw7qkdZTfCzinpaMNznoR { top:197.6875rem;left:14.6875rem;width:16.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXoKALvvuN2pIUdvmIAaqyEN1aOn98Bg { top:155.875rem;left:2rem;width:8.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNzLKuMiBTrNBwTsKlU5WsF1HigucNsE { top:155.875rem;left:7.4375rem;width:7.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdEeLGSwKtax8xbc1zixJmb4ZGOkPNEL { top:108.8125rem;left:34.375rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PThkzIbUpakdr6xH25cOz1ERkffdlzTS { top:3.4375rem;left:0rem;width:8.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdvJLZ9vMT6rbnTvZmvJsLTGZfMWo2Kp { top:220.5rem;left:0.3125rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7nLWTNaFwQZTvEDhdAaOFF5KZtT7pT { top:14.5rem;left:4rem;width:11.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhckeuHRGkkLPprcQJZdeGf680papLd2 { top:14.5rem;left:0rem;width:16.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxE4WI9SW46kkDJO9EoNzds0a2xtF8QN { top:14.5rem;left:14.5625rem;width:16.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPF3WRug4l3oWyF0qMGJumagI3ZH0RBa { top:32.625rem;left:0rem;width:44rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFvXC28TkRkMuTeckZeA1HCezteQEJc { top:49.1875rem;left:0rem;width:44rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcJiFUcDyW1gWsTBSvLTlIhMnDUiDAM { top:79.0625rem;left:0rem;width:44rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOVFxkIk2CeUgG4C0DTgrLhHK6N3ZTo { top:97rem;left:0rem;width:44rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJyla2ZuFk0DMyHT6ORZzG1gupGq4sb { top:126.4375rem;left:0rem;width:44rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqPKcr2PT6GgEclM4Z8OL5l0c6L6fzLB { top:144.25rem;left:0rem;width:44rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvJ3bF6hu2Icf6VOKOPq0lheKzLuUn0 { top:173.0625rem;left:0rem;width:44rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR5yifduBU91PDT5BlWoxUT38CIJqJ1X { top:186.5625rem;left:0rem;width:44rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okNBCB7vSBzSmQWieKowSd5REBQrztAS { top:215rem;left:0rem;width:44rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2WR0yz8EQRrP184ufeft5ca4LtFz0KT { display:block; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXwtUlwwQKbpMUWiORGJV97F9VyO5Usb { width:47.75rem;height:4.5rem;top:0.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvNBc1tq4t5q4xHDRyCfJ28ThkTxk02o { top:6.5rem;left:7.375rem;width:15.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dof5h7oIaTcoSuMfJBTDaivSqSq4i7ca { display:block; }
 }@media only screen and (max-width: 763px) { #HHGqCct7SOEiBlGe7QTgxL0RLcGRvGaz { top:6.5625rem;left:25.1875rem;width:15.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6nxEJqWvWQiSVRFIkxC4oJ1E9JP8bkp { display:block; }
 }@media only screen and (max-width: 763px) { #STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze { display:block; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTQuGlAORTcEOw9SBfGypAkOfON00iqN { width:47.75rem;height:2.875rem;top:0.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 { display:block; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qycsD6UiV1JZD7RyTDsIQtWakBaFlNt6 { width:2.9375rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdCd0Nxx2dL8nFZN3Lq7lbV9sK7mWua7 { width:15.625rem;height:1.625rem;top:1.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQuGJHVyh7SLkClTqOI21v9XcLPdikGZ { width:19.375rem;height:7.1875rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF1SyA8gWCX4DbEOVa06HpSTohe2BK7R { width:19.375rem;height:7.1875rem;top:3.0625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lBkCeWhtSMAC1kMA0St8iChlVg94tR { width:2.9375rem;height:3.0625rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4wWeR2QT4A46LXtwCfD5FV2iNTHfdx { width:15.625rem;height:1.625rem;top:1.125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peM60IbKqnzrQ0SEHG40GXmy24RyXOHL { width:19.375rem;height:5.375rem;top:2.9375rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBRIJVbLrJyfHanGNeyygKA0TmDNsKg { width:15.625rem;height:1.625rem;top:1rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpQmw9to1MIPAmc8kKaayH4Xms2OiMF9 { width:2.9375rem;height:3.0625rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbv9urt6QNysaut5xuKUDkIDTD7radX9 { display:block; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc8ZkaOLsLpDOi8QxQo7nlC5QtpNDAw4 { width:19.375rem;height:5.375rem;top:4.5625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmyCEAihGEysCXL2THr5yK0DEGEFkrFT { width:15.625rem;height:3.25rem;top:1.3125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHttPCvcg0z1wdTcWHKcrtaRsh1XJl91 { width:2.9375rem;height:3.0625rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGM9XqwHw09eOIzmWIcEOcI39DF0iSLP { width:2.9375rem;height:3.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhHTLAzpkhtM1Vzo7X3TxfR6RkhQQFe { width:19.375rem;height:1.75rem;top:4.5625rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TXBZDFqW5RMSD6tq8dbTBQdhpRMgO6 { width:15.625rem;height:1.625rem;top:2.0625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVCXdfV5zctoJiuTdNdrp8sdgN78m4q9 { width:15.625rem;height:3.25rem;top:1.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHM4KLz0KKL9cvyeywUFhdZQd8vaRGGW { width:2.9375rem;height:3.0625rem;top:0.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11ib8lF6sCfDp0UepdFNXFdbEL9G5Og { width:19.375rem;height:7.1875rem;top:5.0625rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGDxFWacbD8NI02nEfolVvrEt7LxeXF1 { width:19.375rem;height:8.9375rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ { display:block; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOdfWQAezdbG4WBWgfdSa3FgDwMa3wOg { width:47.75rem;height:14rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTrfd9I8WM8T2mrsIC6Icm99m7JdfDz { width:28.6875rem;height:18.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUyT6bZfQluHFZMP0W3JunRsCiAyi4yE { width:28.6875rem;height:18.375rem;top:1.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzWOlBZ19PFS63h59NmEf3s26eL5uTD { width:47.375rem;height:25.538936781609rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq57N6AMALADJmeuR0GbmWGGXBCWzpoc { top:68.5rem;left:0rem;width:45.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 { display:block; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mArwRLICeB8kcBUVEXWL4ZhWDoGnv9x6 { top:6.3125rem;left:7.4375rem;width:15.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwKVwb7P4cW1KRZT0vUtgKRlpzSBdxZh { display:block; }
 }@media only screen and (max-width: 763px) { #HARWDMT1nLdKXdDB3Ae9HIIlwCcld7Dy { top:6.3125rem;left:25.1875rem;width:15.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNALUQJt3P4VGqJvsn2KV6HJTU2sgU4v { display:block; }
 }@media only screen and (max-width: 763px) { #kG4gX26Go8DlhCykd9hdxWtqpoxmy6nd { top:13.5625rem;left:5.95703125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngzFqgHtL55K6cSM33X9TRUZumKAtUo { top:15rem;left:13.96875rem;width:19.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIsXV2FclZE2LKoV3qpb2p7FXbSSv6Hk { top:13.0625rem;left:37.1875rem;width:6.9375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHF8RnbPyIFdAPqMOdVqtgqGfvuNMkZn { width:47.75rem;height:24.75rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih { display:block; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovrxo3vSkh7BWEhbmSNn0TNHgcmEp3kK { top:1.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rbbiRfIDVrt6Qz0ymwAfXqmCXlH8rQoL > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbTIM5Z4VBMBquvd5gN8eeqfihffaQ3v { width:17.874375rem;height:2.20051875rem;top:1.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ { display:block; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ { border-width: 0; border-radius: 0; }#XrvczxRHBv6qcWQ0X6mKZrfe4VgkOFSQ > .row .container { width:20rem;height:52.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO3MZ0RiU57gPGfsVeLssDLNTr3Op7m9 { width:20rem;height:1.3997375rem;top:40.8974375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J02Mm10MtyU7zRdUBCM4kgVCnqX0VbQd { width:19.124375rem;height:3.8745125rem;top:21.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgA2c7Tf51Pgt9iw7bpvHGmyfo8UxpXw { top:48.1085375rem;left:4.0625rem;width:11.875rem;height:3.3748375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBOFc0xdlVAZeiyUHvrPoCh3KULwrCpl { display:block; }
 }@media only screen and (max-width: 763px) { #HM9TN2lbxcuZvsOyrp1wxE341NMXJPbZ { height:10.2498125rem;width:18.3121875rem;top:29.3984375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dusNf5VtXP4IP5ptSKiyOXMITiFiJSdO { top:43.5463625rem;left:4.125rem;width:11.687rem;height:3.312175rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP174dbT4eFqTJGQoLX3osOgmbmA3pCt { display:block; }
 }@media only screen and (max-width: 763px) { #GDEzL0NvZtiMwKSvRiimI5T1Og4lbWZL { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #URImTN8GJoeJfE6e1fmyQoCVPlbAuS6R { width:20rem;height:1.3997375rem;top:26.7495125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs8B3wsTf6pDJWPJlPNTdGPok5FgTMGc { width:20rem;height:4.375rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW { display:block; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW { border-width: 0; border-radius: 0; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { width:20rem;height:11.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyHukyuRaq552DgdygQWzVu27LJMLZSu { width:11.936875rem;height:6.124675rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAF0HEJrTky0tQRNaH3Tqne7ty0B1m0p { width:16.25rem;height:29.75rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Giu4NmOp0SMqcyFuNqgETFAtockJaeid { top:6.8116874694825rem;left:3.5310872793197rem;width:12.937rem;height:2.5992875rem;z-index:15001;color:#ffffff;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP { display:none; }#ZyzRmWbBdB2eoS6Wr4WU6OmO7CfmGuJP > .row .container { width:20rem;height:259.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SwFD40dZHpuk9PFb1c0KCGIBmaWOxV6U { width:12.5rem;height:1.29948125rem;top:195.9391875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3X347uz5eS0eOzdbb4DZ4ST43cHdhvE { width:20rem;height:15.59375rem;top:201.2380125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAAzQ5ao35mVHPaIONAPQbouTLmWCB5z { width:20rem;height:2.59895625rem;top:250.1581575rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IngVKxtSBIifKbH6ErzMwhTRVZSI9ynm { width:6.5625rem;height:1.5rem;top:137.3775rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCzXnNhe4fz1BrfUBx42vOQW8qWGBqwc { width:12.5rem;height:1.29948125rem;top:135.0025rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHW0nsdA6u6pbC8MddESK3Abg3StVp6F { width:9.4375rem;height:7.0625rem;top:31.345875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQVZFZk6NA7XHqNNCV7duvbHdV5oWBc { width:10.0625rem;height:7.25rem;top:31.345875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTn5zcZqScTVf4o5miNW2ik3zcU6pOSa { width:20rem;height:10.3958125rem;top:26.533375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iox1sJzS9XNXbra1gMZzWCTgE7TrtxLc { width:5.5rem;height:7.25rem;top:31.345875rem;left:9.2500004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Srp20T8tiOwKtIzwTVCu6wegBvQX7z { width:6.5625rem;height:1.5rem;top:24.158375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmK8cysPKVXXI5CXsSeLPcnnV6cq9ime { width:12.5rem;height:1.29948125rem;top:21.845875rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXQkAXSIAlhr0xCxRWUwsxhMNph9dMEL { width:5.5rem;height:7.3125rem;top:182.44096923828rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEz9eRFpA0VUrGXInEvBCLo5TV90wUtK { width:20rem;height:6.497375rem;top:177.81596923828rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnpqzVaN5yQedkTNeJ8NgZ3LOM53BVxw { width:5.4375rem;height:7.25rem;top:182.44096923828rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3TWXt2M5KGdbQLvA5AZKLMHm5l8RtiB { width:12.5rem;height:1.29948125rem;top:172.44096923828rem;left:3.8522136211395rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVFob0gkOLsQVPLpTCapRW3DUO2H1qFe { width:12.5rem;height:1.29948125rem;top:90.844625rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axAfNFmWPd0WxwJGiGTt7WZcFwGrHz2D { width:6.5625rem;height:1.5rem;top:93.094625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngIWWqVS27LlghhnJ2f9FtabsvR87zr3 { width:20rem;height:9.096375rem;top:95.469625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvXFONUeg4DKNuHiht2fQciA5lgPglw7 { width:12.5rem;height:1.29948125rem;top:49.4080625rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2denasqkCHPKX5hCrgzz0CGzOKpDZa { width:6.5625rem;height:1.5rem;top:51.6580625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpI6GJ9fHpfe0iLGTChJw7MbC02oFR7I { width:20rem;height:12.9948125rem;top:235.913345rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T282KeeFcVe5M2FLTZlgaJGJcq6ULXfn { width:20rem;height:9.096375rem;top:8.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2DIldIpLC3J8dbBJ55Xh7r45JPgw3I8 { width:6.5625rem;height:1.5rem;top:6.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzpoHc2VTLsGNtX1mqg3VQ7l0VDyNEA { width:20rem;height:1.29948125rem;top:3.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUEKz4Xd63r4fgJCgSoCfS3nSDD32ZQq { width:5.25rem;height:7.0625rem;top:74.0949375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atzQt4vOscHK8pCnr2UMgvKRX5WxiVnE { width:9.5rem;height:7.125rem;top:74.0949375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR4dZBB4fDSRogMAtQoTi5nQzq2lI8y3 { width:20rem;height:3.8984375rem;top:69.4074375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bc0bpID68afET4I2pTAFlE3xmtGWPiRz { width:5.4375rem;height:7.25rem;top:74.0949375rem;left:8.7500004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtQcqm4ivBobTMJxqNCropocZCEoUmyl { width:6.5625rem;height:1.5rem;top:66.9699375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiyZ0wC2OJ0cBPIxUmd7hpntENpiuGOu { width:12.5rem;height:1.29948125rem;top:64.9074375rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Iat3BEJckMea3CmUANTb1S8NZFXiRH { width:9.625rem;height:7.1875rem;top:117.4405rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUrIvbrhKiBFz3zeGnQag3LJMB1VQevs { width:9.6875rem;height:7.1875rem;top:117.4405rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB34iuskU1PMuPrLS4W70znlRqZfHn4q { width:20rem;height:7.796875rem;top:113.4405rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5eczJSFtGSTuqQcnSfVx07PtIS5rSsc { width:6.5625rem;height:1.5rem;top:111.0655rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsTMnU89taTsX4GAfEInDFzDhs1nqyKH { width:12.5rem;height:1.29948125rem;top:108.5655rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGPkz7WdRWNqPcbEvLBUypBfeTEy2PRE { width:20rem;height:5.19791875rem;top:151.64831298828rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIctRhpEdFGrCVRtFbpTUSIk4ieySyhh { width:6.5625rem;height:1.5rem;top:149.21081298828rem;left:3.39453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWP6umb48G74fJWPbVGwpZ3C7EioN22I { width:20rem;height:1.29948125rem;top:146.96081298828rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RuEnGD3x6MxTw7qkdZTfCzinpaMNznoR { width:9.5625rem;height:7.1875rem;top:155.14831298828rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXoKALvvuN2pIUdvmIAaqyEN1aOn98Bg { width:4.6875rem;height:7.25rem;top:117.4405rem;left:5.6875004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNzLKuMiBTrNBwTsKlU5WsF1HigucNsE { width:4.625rem;height:7.25rem;top:117.4405rem;left:14.687500476837rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdEeLGSwKtax8xbc1zixJmb4ZGOkPNEL { width:5.4375rem;height:7.25rem;top:74.0949375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PThkzIbUpakdr6xH25cOz1ERkffdlzTS { width:6.5625rem;height:1.5rem;top:198.4880125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdvJLZ9vMT6rbnTvZmvJsLTGZfMWo2Kp { width:6.5625rem;height:1.5rem;top:175.00346923828rem;left:3.8522136211395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7nLWTNaFwQZTvEDhdAaOFF5KZtT7pT { width:6.625rem;height:7.25rem;top:218.0812625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhckeuHRGkkLPprcQJZdeGf680papLd2 { width:9.875rem;height:7.25rem;top:226.99730375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxE4WI9SW46kkDJO9EoNzds0a2xtF8QN { width:5.5rem;height:4.125rem;top:254.00662625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPF3WRug4l3oWyF0qMGJumagI3ZH0RBa { width:16.25rem;height:10.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFvXC28TkRkMuTeckZeA1HCezteQEJc { width:16.25rem;height:22.375rem;top:18.908375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcJiFUcDyW1gWsTBSvLTlIhMnDUiDAM { width:16.25rem;height:11rem;top:46.2830625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOVFxkIk2CeUgG4C0DTgrLhHK6N3ZTo { width:16.25rem;height:20.5rem;top:62.2824375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJyla2ZuFk0DMyHT6ORZzG1gupGq4sb { width:16.25rem;height:10.3125rem;top:87.782125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqPKcr2PT6GgEclM4Z8OL5l0c6L6fzLB { width:16.25rem;height:21.375rem;top:105.8155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvJ3bF6hu2Icf6VOKOPq0lheKzLuUn0 { width:16.25rem;height:6.875rem;top:132.19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR5yifduBU91PDT5BlWoxUT38CIJqJ1X { width:16.25rem;height:20.5rem;top:144.065rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okNBCB7vSBzSmQWieKowSd5REBQrztAS { width:16.25rem;height:21.375rem;top:169.5646875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2WR0yz8EQRrP184ufeft5ca4LtFz0KT { display:none; }#d2WR0yz8EQRrP184ufeft5ca4LtFz0KT > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xXwtUlwwQKbpMUWiORGJV97F9VyO5Usb { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvNBc1tq4t5q4xHDRyCfJ28ThkTxk02o { top:6.3981125rem;left:2.375rem;width:15.1875rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dof5h7oIaTcoSuMfJBTDaivSqSq4i7ca { display:block; }
 }@media only screen and (max-width: 763px) { #HHGqCct7SOEiBlGe7QTgxL0RLcGRvGaz { top:11.9606125rem;left:2.375rem;width:15.1875rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6nxEJqWvWQiSVRFIkxC4oJ1E9JP8bkp { display:block; }
 }@media only screen and (max-width: 763px) { #STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze { display:block; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze { border-width: 0; border-radius: 0; }#STykJD3b2AKrdAwUeJd7nAdOD0lQm8ze > .row .container { width:20rem;height:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTQuGlAORTcEOw9SBfGypAkOfON00iqN { width:20rem;height:1.867675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 { display:block; }#eHffLmqdxbiBkDIZKDIW0FL6iaKwJa81 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qycsD6UiV1JZD7RyTDsIQtWakBaFlNt6 { width:2.999675rem;height:3.125rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdCd0Nxx2dL8nFZN3Lq7lbV9sK7mWua7 { width:15.625rem;height:1.4615875rem;top:5.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQuGJHVyh7SLkClTqOI21v9XcLPdikGZ { width:19.375rem;height:6.39975rem;top:8.335775rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF1SyA8gWCX4DbEOVa06HpSTohe2BK7R { width:19.375rem;height:6.39975rem;top:23.0713rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lBkCeWhtSMAC1kMA0St8iChlVg94tR { width:2.999675rem;height:3.125rem;top:15.985525rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4wWeR2QT4A46LXtwCfD5FV2iNTHfdx { width:15.625rem;height:1.4615875rem;top:20.360525rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peM60IbKqnzrQ0SEHG40GXmy24RyXOHL { width:19.375rem;height:4.79980625rem;top:33.431825rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBRIJVbLrJyfHanGNeyygKA0TmDNsKg { width:15.625rem;height:1.4615875rem;top:30.72105rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpQmw9to1MIPAmc8kKaayH4Xms2OiMF9 { width:2.999675rem;height:3.125rem;top:39.48163125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbv9urt6QNysaut5xuKUDkIDTD7radX9 { display:block; }#bbv9urt6QNysaut5xuKUDkIDTD7radX9 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc8ZkaOLsLpDOi8QxQo7nlC5QtpNDAw4 { width:19.375rem;height:4.79980625rem;top:24.6712375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmyCEAihGEysCXL2THr5yK0DEGEFkrFT { width:15.625rem;height:1.4615875rem;top:21.9604625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHttPCvcg0z1wdTcWHKcrtaRsh1XJl91 { width:2.999675rem;height:3.125rem;top:17.5854625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGM9XqwHw09eOIzmWIcEOcI39DF0iSLP { width:2.999675rem;height:3.125rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhHTLAzpkhtM1Vzo7X3TxfR6RkhQQFe { width:19.375rem;height:0;top:35.03384375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3TXBZDFqW5RMSD6tq8dbTBQdhpRMgO6 { width:15.625rem;height:1.4615875rem;top:5.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVCXdfV5zctoJiuTdNdrp8sdgN78m4q9 { width:15.625rem;height:1.4615875rem;top:35.03338125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHM4KLz0KKL9cvyeywUFhdZQd8vaRGGW { width:2.9370125rem;height:3.0623375rem;top:30.72104375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11ib8lF6sCfDp0UepdFNXFdbEL9G5Og { width:19.375rem;height:6.39975rem;top:37.74415625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGDxFWacbD8NI02nEfolVvrEt7LxeXF1 { width:19.375rem;height:7.9996875rem;top:8.335775rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ { display:block; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ { border-width: 0; border-radius: 0; }#dodT9gJM4evtKnqMTGTgdJ0f0x9AJSSZ > .row .container { width:20rem;height:61.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOdfWQAezdbG4WBWgfdSa3FgDwMa3wOg { width:17.8125rem;height:27.19886875rem;top:7.91666625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTrfd9I8WM8T2mrsIC6Icm99m7JdfDz { width:7.9996875rem;height:5rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUyT6bZfQluHFZMP0W3JunRsCiAyi4yE { width:7.9996875rem;height:5rem;top:55.06021375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzWOlBZ19PFS63h59NmEf3s26eL5uTD { width:19.6248125rem;height:10.58025rem;top:36.36472875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq57N6AMALADJmeuR0GbmWGGXBCWzpoc { width:20rem;height:5.19856875rem;top:48.611645rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 { display:block; }#EkSQazdupNyfIi2KaBQSFFJ6TZd3JRS6 > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mArwRLICeB8kcBUVEXWL4ZhWDoGnv9x6 { top:21.997875rem;left:4.75rem;width:10.437rem;height:2.87435rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwKVwb7P4cW1KRZT0vUtgKRlpzSBdxZh { display:block; }
 }@media only screen and (max-width: 763px) { #HARWDMT1nLdKXdDB3Ae9HIIlwCcld7Dy { top:26.122225rem;left:4.75rem;width:10.437rem;height:2.87435rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNALUQJt3P4VGqJvsn2KV6HJTU2sgU4v { display:block; }
 }@media only screen and (max-width: 763px) { #kG4gX26Go8DlhCykd9hdxWtqpoxmy6nd { width:3.49935rem;height:3.49935rem;top:30.246575rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngzFqgHtL55K6cSM33X9TRUZumKAtUo { width:10.686875rem;height:1.749675rem;top:34.995925rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIsXV2FclZE2LKoV3qpb2p7FXbSSv6Hk { width:3.9998375rem;height:4.1870125rem;top:37.9956rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHF8RnbPyIFdAPqMOdVqtgqGfvuNMkZn { width:20rem;height:19.4978875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih { display:block; }#AmTHvW7BDSQlylFvwgcwsEKnn4wbNmih > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovrxo3vSkh7BWEhbmSNn0TNHgcmEp3kK { width:20rem;height:2.59928125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }