.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:252,223,225;--color-primary-1:247,147,156;--color-primary-2:238,39,56;--color-primary-3:119,20,28;--color-primary-4:36,6,8;--color-secondary-0:234,245,227;--color-secondary-1:186,222,161;--color-secondary-2:116,189,67;--color-secondary-3:58,95,34;--color-secondary-4:17,28,10;--color-tertiary-0:255,255,255;--color-tertiary-1:254,244,180;--color-tertiary-2:252,219,4;--color-tertiary-3:126,110,2;--color-tertiary-4:25,22,0;--headlines-font-family:"raleway";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#yF6zMqGRel1gVEpESfDg9eq6S9QQVCTG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:16.625rem;top:1.3125rem;left:56.75rem;overflow:hidden;display:block; }
#qh0dgCuGf5kBghpbprXSi6ZkcNgzb14o { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:5.5625004768372rem;left:50.929168701172rem;overflow:hidden;display:block; }
#a8PzABIMI7rPxAswTC7S1XkzefSuRrbX { color:#000000;display:block;width:50rem;position:absolute;font-family:fraunces;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.3056640625rem;height:;text-align:right;text-align-last:right;display:block; }
#sRyPnbvLRr14ex2XVhaaQ6qiP5xvR3dv { color:#000000;display:block;width:51.5rem;position:absolute;font-family:fraunces;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625000953674rem;left:3.5541667938233rem;height:6rem;display:block; }
#vowq5uvvcSw0ADbzQdToanLWAONiNcab { box-sizing:content-box;height:0.0625rem;width:39.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.468750953674rem;left:12.9375rem;display:block; }
#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d { position:relative;display:block; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d { background-color: transparent; background-image: none; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row .container > .video-iframe-container { display: none; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row > .video-iframe-container { display: none; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .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); }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d { border-width: 0; border-radius: 0; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AJdIpfwdEiFXDqELatQTvnBdsC4sNKIa { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:29.125rem;top:0.9375rem;left:21.75rem;overflow:hidden;display:block; }
#HnTlrD6Q8Al3P91UqF7JIepV2399iPBV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.3125rem;left:23.21875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#NoBTS1BT0ZzUUnuqZsJRhihztDq7J6Vb { color:rgba(var(--color-primary-2),1);display:block;width:39.1875rem;position:absolute;font-family:fraunces;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.375rem;left:16.71875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#V5daHKhC9adzO8TMZWMus1ecQJRv6E5L { color:rgba(var(--color-primary-2),1);display:block;width:46.625rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.8125rem;left:14.1875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS { position:relative;display:block; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS { background-color: transparent; background-image: none; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row .container > .video-iframe-container { display: none; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row > .video-iframe-container { display: none; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .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); }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS { border-width: 0; border-radius: 0; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:74.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MOAbe0RTcWQSz5xq0JTlnMVRstMLsZiQ { box-sizing:content-box;height:42.375rem;width:22.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.51) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:1.9375rem;display:block; }
#gTcS2DeLXlgmfb56ekOHPUVULqub9sT6 { box-sizing:content-box;height:45.1875rem;width:22.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.3125rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.1875rem;left:26.3125rem;display:block; }
#ozL97xx37rNSpoK0izsk5nDObIhduH2V { box-sizing:content-box;height:60.625rem;width:22.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:50.625rem;display:block; }
#onZxCXfiz6LgiuWC6Gx8CVGuXNPSZHmv { box-sizing:content-box;height:5.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:5.3125rem;display:block; }
#FkEcmxD0ZZqFGF7aVIVzgLpM2BNDPR5E { box-sizing:content-box;height:5.875rem;width:15.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:29.6875rem;display:block; }
#FkUgZAoOaW2aILgTTJMqFi3bVeIEb031 { box-sizing:content-box;height:5.875rem;width:15.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:54rem;display:block; }
#ZJa97e75lKmA1oynxmQhlfwl4TXvB3Am { box-sizing:content-box;height:36.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.25rem;left:2.75rem;display:block; }
#nOOBhvwpl6GlLCQQFh2pOxMbJUMrSaRo { box-sizing:content-box;height:39rem;width:20.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.25rem;left:27.125rem;display:block; }
#DGK17ZhumIMsVVF146LCTtUdXzUodfCy { box-sizing:content-box;height:54.5625rem;width:20.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.25rem;left:51.4375rem;display:block; }
#xh0ZGie6tZE4ChRmci1OdVoNPUAwrbub { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:fraunces;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:10.5625rem;left:9.875rem;height:4.875rem;display:block; }
#eEz44gLDUTzWhVwv3E2STDVvfmVsZhc0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:fraunces;font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:10.5rem;left:32.5625rem;height:4.875rem;display:block; }
#RoozNLFaJSm47wsTtuIokRRp6thMTKP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:fraunces;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:10.4375rem;left:57.125rem;height:4.875rem;display:block; }
#bN56w3C687C29XVfZf0Ufx9n6mduvwyc { box-sizing:content-box;height:6.25rem;width:16.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);top:3.75rem;left:4.5rem;display:block; }
#ZxaretFTmo0kTmrpXvB51ubBmZZd27b4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.5625rem;left:29.125rem;height:7.6875rem;text-align:center;text-align-last:center;display:block; }
#KaNlowrZeJ79CKaknB2tmgGk1hn4zEd0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.125rem;left:53rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#wvNOcIVlmzuyIP40Zb8SeiQJKrdZtXtn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:20.8125rem;left:4.3125rem;height:20.625rem;display:block; }
#yrvExnlvTBMoxaLyKQQsBTMMv6FuMd8l { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:16.1875rem;left:28rem;height:28rem;display:block; }
#zgwJW0VV3arhU1z5aeNTbwBsvXx6iqTV { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:16.1875rem;left:52.375rem;height:43.75rem;display:block; }
#nvtOk5ioK8JOonuJ32OXy9KBDRJmhINH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.875rem;left:4.25rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#GkcPTTskikcotEX81EGW9vsMvZzitmde { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:51.3125rem;left:4.40625rem;display:block; }
#ZxVLDkLUTq9gP0bpeVcXikpbTsR3DvXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGXbshVhLS1MxyUZ7OblRl9gvy4gpInT { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:54.125rem;left:28.75rem;display:block; }
#FwLuSCyCLD1HLZksSLSG3UM5iX9BVEGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0ko3NWiUr3VKg1iAmzyGvLCqAzvBgov { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:69.4375rem;left:53.09375rem;display:block; }
#uuxw43BBB0dqGxTVGTxlPOcJJbagEiqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2uUKf1iXyrzo2iOSiJyQEm4rg44sEam { box-sizing:content-box;height:41.9375rem;width:22.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5625rem;left:1.9375rem;display:none; }
#l8i7mRmk6cwih7MClE8i99TopBzrQmKS { box-sizing:content-box;height:36.25rem;width:20.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:2.75rem;display:none; }
#PF07CxbXggPvi2SuDCXyBDfm5nbCPZJi { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:50.437504768372rem;left:4.40625rem;display:none; }
#nOuHZq6KAPdR975MI30kXMq7Vtd6mZKQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsrvZ4NJbxOKUeoBs90AATmPEU46Dmbx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.875rem;left:7rem;height:3.575rem;text-align:center;text-align-last:center;display:none; }
#CfswDolinR2xDzqrC0O6JkuxOMwSdCId { box-sizing:content-box;height:8.625rem;width:15.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.875rem;left:5.3125rem;display:none; }
#xA9FMpFLglkHGnOWZZmT6IE6bnqpANxo { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:fraunces;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:9.6875019073488rem;left:9.84375rem;height:4.875rem;display:none; }
#zinw2q5yT3BSUlzn1aQkKA3GAw7rkPtK { box-sizing:content-box;height:8.625rem;width:15.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.875rem;left:5.3125rem;display:none; }
#FvJv1TGQV5uSU3TR5JIV41i4L0zbJTVr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:fraunces;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:9.6875019073488rem;left:9.84375rem;height:4.875rem;display:none; }
#FJERWzlmgcZ0K1bLJSXlwiiqO9aKV7uQ { box-sizing:content-box;height:41.9375rem;width:22.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5625rem;left:1.9375rem;display:none; }
#q310i813sxFGhKGgM8PmAwkaywIBNAEO { box-sizing:content-box;height:36.25rem;width:20.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:2.75rem;display:none; }
#SHRXUXNkdCZOkFoeT0PchARrK3BZCUfh { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:50.437504768372rem;left:4.40625rem;display:none; }
#AR3KoAIGa2yVOotg9oMtgoah1VZXTKbA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MdguAgaDGNksTnbqpNHo8LHP43SgN8tV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:fraunces;font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.25rem;left:55.6875rem;height:4.225rem;text-align:center;text-align-last:center;display:none; }
#Nt2L5QgCZRu459kvngsu4AuLPAEwOqix { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:fraunces;font-size:2.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.0625rem;left:4.5rem;height:6.125rem;text-align:center;text-align-last:center;display:block; }
#B1b5QAsrxUMrg6MeOcWzhJn2tDCSACfn { box-sizing:content-box;height:8.25rem;width:16.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);top:2rem;left:28.6875rem;display:block; }
#zbIfA2L04MV5Mm9ask6H4GqwBgAQPol8 { color:rgba(var(--color-primary-2),1);display:block;width:17.375rem;position:absolute;font-family:fraunces;font-size:2.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:41.8125rem;left:4.5rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#pcFXPVUI4mHX3Rpen0OSbCNMc8sT00lz { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:fraunces;font-size:2.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:44.75rem;left:28.8125rem;height:6.125rem;text-align:center;text-align-last:center;display:block; }
#Oyi8vNZv2PXMknt0I5ax9JT540XvX816 { box-sizing:content-box;height:8.9375rem;width:17.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);top:1.1875rem;left:52.8125rem;display:block; }
#dCQSacPrUgFHs6bQoW9AU8MRsJUL2Ea9 { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:fraunces;font-size:2.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:60.1875rem;left:53.15625rem;height:6.125rem;text-align:center;text-align-last:center;display:block; }
#LRFxN2l2qpZrx1dZrwTsf1UDRadckUnP { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:fraunces;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:47.8125rem;left:3.15625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aWvrgGJn6tu6KDpcuJHuceDg9SV4dzxT { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:fraunces;font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:50.6875rem;left:27.5rem;height:;text-align:center;text-align-last:center;font-style:italic;display:block; }
#o28h519m2FBGXOIL9yMXTwk4RK3vGTL2 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:fraunces;font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:66rem;left:51.84375rem;height:;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZNkvDMTfCik8Gu9mTJA2kU1Mvt3sLItM { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.75rem;left:3.625rem;display:none; }
#TnkyZ6IA8h3qsSPNBbL9TdyE3pV8TFmo { box-sizing:content-box;height:0.0625rem;width:39.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.468750953674rem;left:12.9375rem;display:none; }
#Bph9cl4UgbBxs8wK21yh6m1mawDdaSWr { box-sizing:content-box;height:0.0625rem;width:39.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.468750953674rem;left:12.9375rem;display:none; }
#efxuLtMotdlJMkOH9lsU2KpvvsI7oXJ4 { box-sizing:content-box;height:0.0625rem;width:39.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.468750953674rem;left:12.9375rem;display:none; }
#v2W7rH5hg1RQ7Z5sGxcrHk61qn5Pd4CX { box-sizing:content-box;height:0.0625rem;width:39.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.468750953674rem;left:12.9375rem;display:none; }
#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg { position:relative;display:block; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg { background-color: transparent; background-image: none; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row .container > .video-iframe-container { display: none; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row > .video-iframe-container { display: none; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .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); }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg { border-width: 0; border-radius: 0; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FUxuFf2k5il9VRONTxRm3bP4c82ofK5g { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.1875rem;width:21.25rem;top:1.375rem;left:4.65625rem;overflow:hidden;display:block; }
#Z9A7NyQUrkd8KsgLPvoyzlspVExLnmfO { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:fraunces;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:27.40625rem;height:9rem;display:block; }
#oc8TdDQJ8Wg1eCtizNsganf8P13mBf92 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:27.40625rem;height:3.3125rem;display:block; }
#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.95);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; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row .container { background-color: transparent; background-image: none; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row .container > .video-iframe-container { display: none; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row > .video-iframe-container { display: none; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .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); }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row .container { border-width: 0; border-radius: 0; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#ZGileGDBtocZNwLz0BKRrhx34AAwXLsp { 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: 0.0625rem 0.0625rem 0.1875rem #e1e000 ;height:3.4375rem;width:14.3125rem;top:2rem;left:1.875rem;overflow:hidden;display:block; }
#oz0lfS5dDETCXAf45v3nf1xnCsmoJMqQ { color:rgba(var(--color-primary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.875rem;height:6.25rem;display:block; }
#cSucM7dh6OlsvfoB5PQAfKcq4F6OUK9R { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.03125rem;left:20.625rem;height:1.4375rem;font-style:normal;display:block; }
#t74EA22fVFmVMWRKRae3N0TPrm50kt7P { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.5rem;left:20.625rem;display:block; }
#MTQTTSTFHUmCr4zLAgTpOMqGgcgdpQL5 { color:rgba(var(--color-secondary-4),1);display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5rem;left:22rem;height:1.25rem;font-style:normal;display:block; }
#S5qZof6TdZDfPzHOLEwvgR7x7QbTceeW { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.25rem;left:20.625rem;display:block; }
#dFwvvs7xCQo4hxS9KKaEd73krRaBaoPT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:22rem;height:1.25rem;font-style:normal;display:block; }
#qDAOZizxAwBxBrr8AXhHTwDV53yJwJl0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:9rem;left:20.625rem;display:block; }
#dVKauJhCX59BrsoIslp0xupJkpUZsdWu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9rem;left:22rem;height:1.25rem;font-style:normal;display:block; }
#TDRzZG8GmNwH7oGH7oyIs1mAO6W5gim0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.96875rem;left:21.96875rem;height:1.25rem;font-style:normal;display:block; }
#dBXTcVnTdtIP7LSlz28SLxHoMcD4VGVG { color:rgba(var(--color-secondary-4),1);display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:39.375rem;height:1.4375rem;font-style:normal;display:block; }
#vlJNISeZd5v8Dx9HBe6TKrqB55uMiuHe { color:rgba(var(--color-secondary-4),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:5.5rem;left:39.375rem;height:8.25rem;display:block; }
#vFQM0HTb4aJTOueH4XiMKZ2gLoNv6Fn5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:48.6875rem;top:16.59375rem;left:7.3125rem;display:block; }
#LWOh3TJ9sRyx4s0Tmt0nsoofKDBw8ndF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.3125rem;left:8.6875rem;height:1.125rem;display:block; }
#k5i1FzMFynOnVyGk4ElTiTlwSqkGB12F { color:#970808;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.6875rem;height:1.125rem;display:block; }
#W6q0D2ab1tZDwedDNOgHEIoeeRAzIhTS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.03125rem;left:56.875rem;height:11.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yF6zMqGRel1gVEpESfDg9eq6S9QQVCTG { top:1.3125rem;left:31.125rem;width:16.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh0dgCuGf5kBghpbprXSi6ZkcNgzb14o { top:5.5625rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8PzABIMI7rPxAswTC7S1XkzefSuRrbX { top:5.5625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRyPnbvLRr14ex2XVhaaQ6qiP5xvR3dv { top:14.625rem;left:0rem;width:47.75rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vowq5uvvcSw0ADbzQdToanLWAONiNcab { top:13.4375rem;left:0rem;width:39.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enSSD1nmawZPRyZcS63HEI5S8K2rZA1d { display:block; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJdIpfwdEiFXDqELatQTvnBdsC4sNKIa { top:0.9375rem;left:8.125rem;width:29.125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnTlrD6Q8Al3P91UqF7JIepV2399iPBV { top:13.3125rem;left:9.59375rem;width:26.1875rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoBTS1BT0ZzUUnuqZsJRhihztDq7J6Vb { top:17.375rem;left:3.09375rem;width:39.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5daHKhC9adzO8TMZWMus1ecQJRv6E5L { top:20.8125rem;left:0.5625rem;width:46.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS { display:block; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOAbe0RTcWQSz5xq0JTlnMVRstMLsZiQ { top:13.125rem;left:0rem;width:22.4375rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTcS2DeLXlgmfb56ekOHPUVULqub9sT6 { top:13.1875rem;left:12.6875rem;width:22.4375rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozL97xx37rNSpoK0izsk5nDObIhduH2V { top:13.125rem;left:25.3125rem;width:22.4375rem;height:60.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onZxCXfiz6LgiuWC6Gx8CVGuXNPSZHmv { top:9.4375rem;left:0rem;width:15.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEcmxD0ZZqFGF7aVIVzgLpM2BNDPR5E { top:9.4375rem;left:16.0625rem;width:15.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkUgZAoOaW2aILgTTJMqFi3bVeIEb031 { top:9.4375rem;left:32.0625rem;width:15.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJa97e75lKmA1oynxmQhlfwl4TXvB3Am { top:14.25rem;left:0rem;width:20.8125rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOOBhvwpl6GlLCQQFh2pOxMbJUMrSaRo { top:14.25rem;left:13.5rem;width:20.8125rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGK17ZhumIMsVVF146LCTtUdXzUodfCy { top:14.25rem;left:26.9375rem;width:20.8125rem;height:54.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0ZGie6tZE4ChRmci1OdVoNPUAwrbub { top:10.5625rem;left:0rem;width:6.625rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEz44gLDUTzWhVwv3E2STDVvfmVsZhc0 { top:10.5rem;left:18.9375rem;width:7.5rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoozNLFaJSm47wsTtuIokRRp6thMTKP8 { top:10.4375rem;left:40.1875rem;width:7.5625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN56w3C687C29XVfZf0Ufx9n6mduvwyc { top:3.75rem;left:0rem;width:16.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxaretFTmo0kTmrpXvB51ubBmZZd27b4 { top:2.5625rem;left:15.5rem;width:16.75rem;height:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNlowrZeJ79CKaknB2tmgGk1hn4zEd0 { top:2.125rem;left:30rem;width:17.75rem;height:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNOcIVlmzuyIP40Zb8SeiQJKrdZtXtn { top:20.8125rem;left:0rem;width:17.75rem;height:20.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrvExnlvTBMoxaLyKQQsBTMMv6FuMd8l { top:16.1875rem;left:14.375rem;width:19rem;height:28rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgwJW0VV3arhU1z5aeNTbwBsvXx6iqTV { top:16.1875rem;left:28.75rem;width:19rem;height:43.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvtOk5ioK8JOonuJ32OXy9KBDRJmhINH { top:15.875rem;left:0rem;width:17.875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkcPTTskikcotEX81EGW9vsMvZzitmde { width:17.5rem;height:3.4375rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVLDkLUTq9gP0bpeVcXikpbTsR3DvXb { display:block; }
 }@media only screen and (max-width: 763px) { #mGXbshVhLS1MxyUZ7OblRl9gvy4gpInT { width:17.5rem;height:3.4375rem;top:54.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwLuSCyCLD1HLZksSLSG3UM5iX9BVEGx { display:block; }
 }@media only screen and (max-width: 763px) { #O0ko3NWiUr3VKg1iAmzyGvLCqAzvBgov { width:17.5rem;height:3.4375rem;top:69.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuxw43BBB0dqGxTVGTxlPOcJJbagEiqT { display:block; }
 }@media only screen and (max-width: 763px) { #l2uUKf1iXyrzo2iOSiJyQEm4rg44sEam { top:12.5625rem;left:0rem;width:22.4375rem;height:41.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8i7mRmk6cwih7MClE8i99TopBzrQmKS { top:13.6875rem;left:0rem;width:20.8125rem;height:36.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PF07CxbXggPvi2SuDCXyBDfm5nbCPZJi { width:17.5rem;height:3.4375rem;top:50.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOuHZq6KAPdR975MI30kXMq7Vtd6mZKQ { display:block; }
 }@media only screen and (max-width: 763px) { #WsrvZ4NJbxOKUeoBs90AATmPEU46Dmbx { top:48.6875rem;left:0rem;width:9.75rem;height:;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfswDolinR2xDzqrC0O6JkuxOMwSdCId { top:8.875rem;left:0rem;width:15.6875rem;height:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xA9FMpFLglkHGnOWZZmT6IE6bnqpANxo { top:35.625rem;left:0rem;width:6.625rem;height:;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zinw2q5yT3BSUlzn1aQkKA3GAw7rkPtK { top:8.875rem;left:0rem;width:15.6875rem;height:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvJv1TGQV5uSU3TR5JIV41i4L0zbJTVr { top:81.4375rem;left:0rem;width:7.8125rem;height:;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJERWzlmgcZ0K1bLJSXlwiiqO9aKV7uQ { top:12.5625rem;left:0rem;width:22.4375rem;height:41.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q310i813sxFGhKGgM8PmAwkaywIBNAEO { top:13.6875rem;left:0rem;width:20.8125rem;height:36.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHRXUXNkdCZOkFoeT0PchARrK3BZCUfh { width:17.5rem;height:3.4375rem;top:50.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AR3KoAIGa2yVOotg9oMtgoah1VZXTKbA { display:block; }
 }@media only screen and (max-width: 763px) { #MdguAgaDGNksTnbqpNHo8LHP43SgN8tV { top:104.375rem;left:0rem;width:7.625rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nt2L5QgCZRu459kvngsu4AuLPAEwOqix { top:4.0625rem;left:0rem;width:17.375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1b5QAsrxUMrg6MeOcWzhJn2tDCSACfn { top:2rem;left:15.0625rem;width:16.875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbIfA2L04MV5Mm9ask6H4GqwBgAQPol8 { top:41.8125rem;left:0rem;width:17.375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFXPVUI4mHX3Rpen0OSbCNMc8sT00lz { top:44.75rem;left:15.1875rem;width:17.375rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyi8vNZv2PXMknt0I5ax9JT540XvX816 { top:1.1875rem;left:29.6875rem;width:17.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQSacPrUgFHs6bQoW9AU8MRsJUL2Ea9 { top:60.1875rem;left:30.375rem;width:17.375rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRFxN2l2qpZrx1dZrwTsf1UDRadckUnP { top:47.8125rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWvrgGJn6tu6KDpcuJHuceDg9SV4dzxT { top:50.6875rem;left:13.875rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o28h519m2FBGXOIL9yMXTwk4RK3vGTL2 { top:66rem;left:27.75rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNkvDMTfCik8Gu9mTJA2kU1Mvt3sLItM { top:3.75rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnkyZ6IA8h3qsSPNBbL9TdyE3pV8TFmo { top:13.4375rem;left:0rem;width:39.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bph9cl4UgbBxs8wK21yh6m1mawDdaSWr { top:13.4375rem;left:0rem;width:39.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #efxuLtMotdlJMkOH9lsU2KpvvsI7oXJ4 { top:13.4375rem;left:0rem;width:39.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2W7rH5hg1RQ7Z5sGxcrHk61qn5Pd4CX { top:13.4375rem;left:0rem;width:39.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg { display:block; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUxuFf2k5il9VRONTxRm3bP4c82ofK5g { top:1.375rem;left:0rem;width:21.25rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9A7NyQUrkd8KsgLPvoyzlspVExLnmfO { top:6.875rem;left:1.6875rem;width:46.0625rem;height:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8TdDQJ8Wg1eCtizNsganf8P13mBf92 { top:2.6875rem;left:1.0625rem;width:46.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F { display:block; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGileGDBtocZNwLz0BKRrhx34AAwXLsp { top:2rem;left:0rem;width:14.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz0lfS5dDETCXAf45v3nf1xnCsmoJMqQ { top:6.875rem;left:0rem;width:13.75rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSucM7dh6OlsvfoB5PQAfKcq4F6OUK9R { top:3rem;left:10.125rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t74EA22fVFmVMWRKRae3N0TPrm50kt7P { top:5.5rem;left:11.9375rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTQTTSTFHUmCr4zLAgTpOMqGgcgdpQL5 { top:5.5rem;left:11.9375rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qZof6TdZDfPzHOLEwvgR7x7QbTceeW { top:7.25rem;left:11.9375rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFwvvs7xCQo4hxS9KKaEd73krRaBaoPT { top:7.25rem;left:11.9375rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDAOZizxAwBxBrr8AXhHTwDV53yJwJl0 { top:9rem;left:11.9375rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVKauJhCX59BrsoIslp0xupJkpUZsdWu { top:9rem;left:11.9375rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDRzZG8GmNwH7oGH7oyIs1mAO6W5gim0 { top:10.9375rem;left:11.9375rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBXTcVnTdtIP7LSlz28SLxHoMcD4VGVG { top:3.0625rem;left:23.875rem;width:8.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlJNISeZd5v8Dx9HBe6TKrqB55uMiuHe { top:5.5rem;left:22.25rem;width:13.5625rem;height:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFQM0HTb4aJTOueH4XiMKZ2gLoNv6Fn5 { top:16.5625rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWOh3TJ9sRyx4s0Tmt0nsoofKDBw8ndF { top:20.3125rem;left:0rem;width:20.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5i1FzMFynOnVyGk4ElTiTlwSqkGB12F { top:18.5rem;left:0rem;width:28.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6q0D2ab1tZDwedDNOgHEIoeeRAzIhTS { top:3rem;left:30.25rem;width:17.5rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yF6zMqGRel1gVEpESfDg9eq6S9QQVCTG { width:11.0625rem;height:6.8125rem;top:1.0625rem;left:4.4687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh0dgCuGf5kBghpbprXSi6ZkcNgzb14o { width:8.3125rem;height:8.3125rem;top:3.2250001430511rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8PzABIMI7rPxAswTC7S1XkzefSuRrbX { width:16.8125rem;height:13.5rem;top:11.537109375rem;left:1.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sRyPnbvLRr14ex2XVhaaQ6qiP5xvR3dv { width:18.75rem;height:8.125rem;top:24.474609375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vowq5uvvcSw0ADbzQdToanLWAONiNcab { width:17.875rem;height:0.125rem;top:23.787109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enSSD1nmawZPRyZcS63HEI5S8K2rZA1d { display:block; }#enSSD1nmawZPRyZcS63HEI5S8K2rZA1d > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJdIpfwdEiFXDqELatQTvnBdsC4sNKIa { width:17.5625rem;height:7.0625rem;top:1.25rem;left:1.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HnTlrD6Q8Al3P91UqF7JIepV2399iPBV { width:20rem;height:2rem;top:9rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoBTS1BT0ZzUUnuqZsJRhihztDq7J6Vb { width:20rem;height:3.25rem;top:11.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5daHKhC9adzO8TMZWMus1ecQJRv6E5L { width:20rem;height:7.6875rem;top:16.09375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS { display:block; }#gMrmqhOkKtbKzZVMeUO13UzfzfdNdwOS > .row .container { width:20rem;height:169.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOAbe0RTcWQSz5xq0JTlnMVRstMLsZiQ { width:20rem;height:36.625rem;top:8.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTcS2DeLXlgmfb56ekOHPUVULqub9sT6 { width:6.3125rem;height:13.25rem;top:139.1875rem;left:6.875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ozL97xx37rNSpoK0izsk5nDObIhduH2V { width:5rem;height:10.5rem;top:144rem;left:4.3125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #onZxCXfiz6LgiuWC6Gx8CVGuXNPSZHmv { width:13rem;height:4.8125rem;top:6rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEcmxD0ZZqFGF7aVIVzgLpM2BNDPR5E { width:3.75rem;height:2.0625rem;top:145.3125rem;left:8.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FkUgZAoOaW2aILgTTJMqFi3bVeIEb031 { width:15.6875rem;height:8.625rem;top:145.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJa97e75lKmA1oynxmQhlfwl4TXvB3Am { width:18.3125rem;height:31.8125rem;top:9.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOOBhvwpl6GlLCQQFh2pOxMbJUMrSaRo { width:20rem;height:30.125rem;top:17.8125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #DGK17ZhumIMsVVF146LCTtUdXzUodfCy { width:20rem;height:36.3125rem;top:116.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0ZGie6tZE4ChRmci1OdVoNPUAwrbub { width:6.625rem;height:3.625rem;top:7.1875rem;left:6.6875rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEz44gLDUTzWhVwv3E2STDVvfmVsZhc0 { width:0.625rem;height:2.5625rem;top:144.5rem;left:7.5625rem;font-size:2rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #RoozNLFaJSm47wsTtuIokRRp6thMTKP8 { width:7.5625rem;height:2.5625rem;top:146.5625rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN56w3C687C29XVfZf0Ufx9n6mduvwyc { width:15.125rem;height:5.5625rem;top:0.96875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxaretFTmo0kTmrpXvB51ubBmZZd27b4 { width:12.3125rem;height:5.0625rem;top:136.0625rem;left:4.3125rem;font-size:1.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KaNlowrZeJ79CKaknB2tmgGk1hn4zEd0 { width:12.3125rem;height:3.75rem;top:140.625rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNOcIVlmzuyIP40Zb8SeiQJKrdZtXtn { width:16.6875rem;height:18.5625rem;top:14.75rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrvExnlvTBMoxaLyKQQsBTMMv6FuMd8l { width:16.6875rem;height:27rem;top:59.75rem;left:1.65625rem;font-size:1.125rem;z-index:15041;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zgwJW0VV3arhU1z5aeNTbwBsvXx6iqTV { width:17.4375rem;height:39.0625rem;top:115.5rem;left:1.28125rem;font-size:1.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #nvtOk5ioK8JOonuJ32OXy9KBDRJmhINH { width:15.8125rem;height:3.25rem;top:10.8125rem;left:2.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkcPTTskikcotEX81EGW9vsMvZzitmde { width:15rem;height:2.8125rem;top:41.375rem;left:2.5rem;border-top:0.375rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-0),1);border-right:0.375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVLDkLUTq9gP0bpeVcXikpbTsR3DvXb { display:block; }
 }@media only screen and (max-width: 763px) { #mGXbshVhLS1MxyUZ7OblRl9gvy4gpInT { width:1.7625rem;height:1.7625rem;top:146.5625rem;left:10.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FwLuSCyCLD1HLZksSLSG3UM5iX9BVEGx { display:block; }
 }@media only screen and (max-width: 763px) { #O0ko3NWiUr3VKg1iAmzyGvLCqAzvBgov { width:17.5rem;height:3.4375rem;top:140.625rem;left:2.5rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #uuxw43BBB0dqGxTVGTxlPOcJJbagEiqT { display:block; }
 }@media only screen and (max-width: 763px) { #l2uUKf1iXyrzo2iOSiJyQEm4rg44sEam { width:20rem;height:42.75rem;top:56.8125rem;left:0.03125rem;z-index:14985;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #l8i7mRmk6cwih7MClE8i99TopBzrQmKS { width:18.3125rem;height:37.4375rem;top:57.6875rem;left:0.875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #PF07CxbXggPvi2SuDCXyBDfm5nbCPZJi { width:15rem;height:2.8125rem;top:95.75rem;left:2.5rem;z-index:15040;color:rgba(var(--color-tertiary-2),1);box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-0),1);border-right:0.375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #nOuHZq6KAPdR975MI30kXMq7Vtd6mZKQ { display:block; }
 }@media only screen and (max-width: 763px) { #WsrvZ4NJbxOKUeoBs90AATmPEU46Dmbx { width:16.5rem;height:7.5rem;top:47.9375rem;left:1.75rem;font-size:2.125rem;z-index:15053;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CfswDolinR2xDzqrC0O6JkuxOMwSdCId { width:13.0625rem;height:6rem;top:53.4375rem;left:3.53125rem;z-index:15028;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xA9FMpFLglkHGnOWZZmT6IE6bnqpANxo { width:7.8125rem;height:3.625rem;top:55.875rem;left:6.03125rem;font-size:2.8125rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #zinw2q5yT3BSUlzn1aQkKA3GAw7rkPtK { width:13.9375rem;height:6.5rem;top:108.4375rem;left:3.125rem;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FvJv1TGQV5uSU3TR5JIV41i4L0zbJTVr { width:7.8125rem;height:3.625rem;top:111.34375rem;left:6.03125rem;font-size:2.8125rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FJERWzlmgcZ0K1bLJSXlwiiqO9aKV7uQ { width:19.9375rem;height:54.4375rem;top:112.625rem;left:0.0625rem;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #q310i813sxFGhKGgM8PmAwkaywIBNAEO { width:18.1875rem;height:49.5625rem;top:113.4375rem;left:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #SHRXUXNkdCZOkFoeT0PchARrK3BZCUfh { width:15rem;height:2.8125rem;top:163.5751953125rem;left:2.5rem;z-index:15048;color:rgba(var(--color-secondary-2),1);box-shadow: 0.25rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #AR3KoAIGa2yVOotg9oMtgoah1VZXTKbA { display:block; }
 }@media only screen and (max-width: 763px) { #MdguAgaDGNksTnbqpNHo8LHP43SgN8tV { width:16.75rem;height:9rem;top:102.09375rem;left:1.625rem;font-size:1.875rem;z-index:15055;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2L5QgCZRu459kvngsu4AuLPAEwOqix { width:17.375rem;height:5.125rem;top:138.9921875rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1b5QAsrxUMrg6MeOcWzhJn2tDCSACfn { width:17.3125rem;height:8.0625rem;top:47.0625rem;left:0.96875rem;z-index:15052;border-top:0.375rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-0),1);border-right:0.375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #zbIfA2L04MV5Mm9ask6H4GqwBgAQPol8 { width:20rem;height:7.5625rem;top:33.2421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFXPVUI4mHX3Rpen0OSbCNMc8sT00lz { width:17.375rem;height:5.125rem;top:87.3671875rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyi8vNZv2PXMknt0I5ax9JT540XvX816 { width:17.1875rem;height:9.3125rem;top:101.3125rem;left:0.96875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #dCQSacPrUgFHs6bQoW9AU8MRsJUL2Ea9 { width:17.375rem;height:5.125rem;top:155.1796875rem;left:1.3125rem;font-size:2rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #LRFxN2l2qpZrx1dZrwTsf1UDRadckUnP { width:20rem;height:2.4375rem;top:38.3671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWvrgGJn6tu6KDpcuJHuceDg9SV4dzxT { width:20rem;height:2.4375rem;top:92.4921875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o28h519m2FBGXOIL9yMXTwk4RK3vGTL2 { width:20rem;height:2.4375rem;top:160.3125rem;left:0rem;font-size:1.875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ZNkvDMTfCik8Gu9mTJA2kU1Mvt3sLItM { top:1.4375rem;left:0rem;width:20rem;height:4.875rem;z-index:15051;color:rgba(var(--color-tertiary-0),1);font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:fraunces;display:block; }
 }@media only screen and (max-width: 763px) { #TnkyZ6IA8h3qsSPNBbL9TdyE3pV8TFmo { width:17.875rem;height:0.125rem;top:0.34375rem;left:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Bph9cl4UgbBxs8wK21yh6m1mawDdaSWr { width:17.875rem;height:0.125rem;top:46.28125rem;left:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #efxuLtMotdlJMkOH9lsU2KpvvsI7oXJ4 { width:17.875rem;height:0.125rem;top:100.90625rem;left:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #v2W7rH5hg1RQ7Z5sGxcrHk61qn5Pd4CX { width:17.875rem;height:0.125rem;top:168.46875rem;left:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg { display:block; }#uJOBITerfXdHnIwH9r1BsGQQuVJHfOfg > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUxuFf2k5il9VRONTxRm3bP4c82ofK5g { width:19.625rem;height:14.949632352941rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9A7NyQUrkd8KsgLPvoyzlspVExLnmfO { width:20rem;height:21rem;top:26.76171875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8TdDQJ8Wg1eCtizNsganf8P13mBf92 { width:14.9375rem;height:7.6875rem;top:17.94921875rem;left:2.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F { display:block; }#K8MTTIt2PxeJdOLH3RBCwPIzhLhG7t7F > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGileGDBtocZNwLz0BKRrhx34AAwXLsp { width:7.5rem;height:1.875rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz0lfS5dDETCXAf45v3nf1xnCsmoJMqQ { width:13.75rem;height:4.5rem;top:4.375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSucM7dh6OlsvfoB5PQAfKcq4F6OUK9R { width:10.1875rem;height:1.4375rem;top:16.975rem;left:4.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t74EA22fVFmVMWRKRae3N0TPrm50kt7P { width:1.375rem;height:1.375rem;top:19.6875rem;left:9.3125rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #MTQTTSTFHUmCr4zLAgTpOMqGgcgdpQL5 { width:8.6875rem;height:1.25rem;top:22.3125rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5qZof6TdZDfPzHOLEwvgR7x7QbTceeW { width:1.375rem;height:1.375rem;top:24.8625rem;left:9.3125rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dFwvvs7xCQo4hxS9KKaEd73krRaBaoPT { width:8.6875rem;height:1.25rem;top:27.4875rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDAOZizxAwBxBrr8AXhHTwDV53yJwJl0 { width:1.375rem;height:1.375rem;top:30.0375rem;left:9.3125rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dVKauJhCX59BrsoIslp0xupJkpUZsdWu { width:8.6875rem;height:1.25rem;top:32.6625rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDRzZG8GmNwH7oGH7oyIs1mAO6W5gim0 { width:12.4375rem;height:1.25rem;top:35.2125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBXTcVnTdtIP7LSlz28SLxHoMcD4VGVG { width:8.3125rem;height:1.4375rem;top:37.7625rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlJNISeZd5v8Dx9HBe6TKrqB55uMiuHe { width:14.0625rem;height:7.875rem;top:40.475rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFQM0HTb4aJTOueH4XiMKZ2gLoNv6Fn5 { width:18.75rem;height:0.125rem;top:10.175rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWOh3TJ9sRyx4s0Tmt0nsoofKDBw8ndF { width:18.75rem;height:0.9375rem;top:14.75rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5i1FzMFynOnVyGk4ElTiTlwSqkGB12F { width:18.75rem;height:1.875rem;top:11.55rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6q0D2ab1tZDwedDNOgHEIoeeRAzIhTS { width:17.5rem;height:12.5rem;top:50.375rem;left:1.25rem;font-size:1rem;display:block; }
 }