.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,222,229;--color-primary-1:128,147,167;--color-primary-2:0,38,79;--color-primary-3:0,19,40;--color-primary-4:0,6,12;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"THE BOLD FONT";--paragraphs-font-family:"Arial"; }@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-tertiary-0),1);background-image:none;position:relative;display:block; }
#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container { display: none; }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .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); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3c5c8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { background-color: transparent; background-image: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container > .video-iframe-container { display: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container { display: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .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); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { border-width: 0; border-radius: 0; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:25.5625rem;width:60rem;position:relative;display:block; }#sOhvnTfrcMHJq1A13LPnI0cTrK65MsX7 { display:block;width:28.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:10.34765625rem;left:0.6552734375rem;height:2.75rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aKNpgQPqrf9uTv3F9pbpm5Ft7p3BspXW { position:absolute;display:block;z-index:15004;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.8115rem;width:9.812rem;top:2.43408203125rem;left:0.654296875rem;overflow:hidden;display:block; }
#eQZ3w1laUs5NXaeyWrXaMkNkqEifHZ3b { display:block;width:28.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.23828125rem;left:0.7802734375rem;height:2.03125rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#Avf70DkfV6wd009LyROxITcoSLM98PiS { display:block;width:28.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),1);top:13.09765625rem;left:0.65625rem;height:3.65625rem;color:#a5ff30;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#TWlvcyTT1STzkHsXdTTt3hqvVB39SOev { display:block;width:28.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),1);top:16.56640625rem;left:0.65625rem;height:4.0625rem;color:#ffde00;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#fFz4IaaCMggh4RvGuQp69tq35JlwCLks { display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:8.78515625rem;left:30.6875rem;height:14.296875rem;color:#d80000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew { 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;display:block; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row .container { background-color: transparent; background-image: none; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row .container > .video-iframe-container { display: none; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row > .video-iframe-container { display: none; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .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); }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row .container { border-width: 0; border-radius: 0; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.25rem;width:60rem;position:relative;display:block; }#GJNJMeX1WOvbKocvFPKZnKgRNpQJwwQP { display:block;width:60rem;position:absolute;font-family:"open sans condensed";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:1.08203125rem;left:0rem;height:;color:#fae7a2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container { background-color: transparent; background-image: none; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container > .video-iframe-container { display: none; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row > .video-iframe-container { display: none; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .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); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container { border-width: 0; border-radius: 0; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48.75rem;width:60rem;position:relative;display:block; }#MFxU7a5oT1Rwc50t7oVR7KwGBOAmeWlQ { 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:2.24975625rem;width:14.74975rem;top:14.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#aFLXpCOEGVC4UDS3W2VTEf5b47vk6g0e { 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:4.624025rem;width:14.6230625rem;top:40.5478515625rem;left:3.1201171875rem;overflow:hidden;display:block; }
#FTBOKutykWhXJyCTHPLnIJITEl76mlD3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68676875rem;width:15.7495rem;top:4.8125rem;left:2.75rem;overflow:hidden;display:block; }
#rH61RZGblwBCuFTst6mrtALwOVE5ytZU { position:absolute;display:block;z-index:15019;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:5.75rem;width:14.5625rem;top:3.3125rem;left:42.0625rem;overflow:hidden;display:block; }
#AVOryJnHiF037K8vEKNQapwUAzUAzLIm { position:absolute;display:block;z-index:15026;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:4.936525rem;width:11.8105625rem;top:3.6875rem;left:24.25rem;overflow:hidden;display:block; }
#fDgCkZnZ3xfeIFHFaBDItseCyTMmPLNn { position:absolute;display:block;z-index:15040;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:4.249025rem;width:11.25rem;top:22.625rem;left:24.5625rem;overflow:hidden;display:block; }
#o2bUIdpVeyJgSVCtxpkrA7E9etd7Im2G { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3120125rem;width:14.624rem;top:32.75rem;left:42.75rem;overflow:hidden;display:block; }
#qmCNnZEPEMcTQqIbPfRV8SNS8m9iQDTN { position:absolute;display:block;z-index:15042;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.74926875rem;width:14.56175rem;top:33rem;left:3.3125rem;overflow:hidden;display:block; }
#OBnksWz29CL8TTeukDHv8egqberR5KIL { position:absolute;display:block;z-index:15043;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:4.87426875rem;width:15.249rem;top:22.3125rem;left:2.9375rem;overflow:hidden;display:block; }
#gfAzh6MVnm57nGNulis1yQgL3TThL94a { position:absolute;display:block;z-index:15044;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:4.811525rem;width:13.9365rem;top:22.375rem;left:42.375rem;overflow:hidden;display:block; }
#pxXWey2FaiWP94A1xEvNAoestrKrPCO2 { position:absolute;display:block;z-index:15045;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:5.124025rem;width:9.124rem;top:13.3125rem;left:25.625rem;overflow:hidden;display:block; }
#sP6VIlUnZ9iCxFSTfaKGWE7w3qKXHoMg { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:14.9365rem;top:14.5625rem;left:41.875rem;overflow:hidden;display:block; }
#IJHMgsHphpIgspHDwAlOQDtkWNzSCfB7 { position:absolute;display:block;z-index:15047;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:4.875rem;width:34.3125rem;top:40.4228515625rem;left:22.821010044643rem;overflow:hidden;display:block; }
#NB7ecTXNE1ARh3QS3QUlRHG2a2sGrNpg { position:absolute;display:block;z-index:15048;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:2.1875rem;width:15.125rem;top:32.8115234375rem;left:22.5927734375rem;overflow:hidden;display:block; }
#CisPa3XLtqE8m5hhiLf7NlObuAFOw2cE { box-sizing:content-box;height:4.875rem;width:0.125rem;position:absolute;display:block;z-index:15049;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:40.421875rem;left:19.96875rem;display:block; }
#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn { 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;display:block; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row .container { background-color: transparent; background-image: none; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row .container > .video-iframe-container { display: none; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row > .video-iframe-container { display: none; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .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); }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row .container { border-width: 0; border-radius: 0; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.25rem;width:60rem;position:relative;display:block; }#Fhsw1D0ezrp7UM7ntEFXPNrWdeee6AQI { display:block;width:60rem;position:absolute;font-family:"open sans condensed";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:1.08203125rem;left:0rem;height:3.0875rem;color:#fae7a2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loqsRxFGTVX79MHPWIS939s1UxQP5RVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row .container { background-color: transparent; background-image: none; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row .container > .video-iframe-container { display: none; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row > .video-iframe-container { display: none; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .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); }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row .container { border-width: 0; border-radius: 0; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.625rem;width:60rem;position:relative;display:block; }#TBRGzAWvr1V7ItavX5LybrqA3qZH8Fsk { 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:8.875rem;width:12.8125rem;top:2rem;left:7.4375rem;overflow:hidden;display:block; }
#vNDoswfgXkD3KCDcbcCT5tpZFlwQy7Xe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.96875rem;left:30rem;height:10.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row .container { background-color: transparent; background-image: none; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row .container > .video-iframe-container { display: none; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row > .video-iframe-container { display: none; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .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); }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row .container { border-width: 0; border-radius: 0; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.1875rem;width:60rem;position:relative;display:block; }#xs4prXyphkK4oE1ZTocGIUvrXfXbvnVt { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.28125rem;left:1.96875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 { position:relative;display:block; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 { background-color: transparent; background-image: none; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .row .container > .video-iframe-container { display: none; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .row > .video-iframe-container { display: none; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .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); }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 { border-width: 0; border-radius: 0; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .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; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .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:var(--paragraphs-font-family);height:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tbX2dGvsp5BikvN5t5ecvzI8xkvbkvVL { 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:8.9375rem;width:8.9375rem;top:1.21875rem;left:5.40625rem;overflow:hidden;display:block; }
#w5IcW5088G7rgdCcGBA76Rf27amJRfeM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:11.21484375rem;left:1.25rem;height:3.1494125rem;display:block; }
#m9aoT3ILQIMosCIgehlaHJxrIZk3Trm1 { 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:6.6865rem;width:10.8105625rem;top:1.6552734375rem;left:24.59375rem;overflow:hidden;display:block; }
#G3JpBTBM0soIErn97khOPPzvgUKJPIT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:11.21484375rem;left:20.65625rem;height:9.4453125rem;display:block; }
#dLJmCb1AOJAJxFqXluBvTAXF6dIQS0UJ { 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:6.3125rem;width:12.3125rem;top:2.53125rem;left:43.84375rem;overflow:hidden;display:block; }
#Wy8hlzXnLuuApqiWKdKDm9wtAunwhI6M { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.21484375rem;left:41.21875rem;height:7.87109375rem;display:block; }
#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row .container { background-color: transparent; background-image: none; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row .container > .video-iframe-container { display: none; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row > .video-iframe-container { display: none; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .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); }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row .container { border-width: 0; border-radius: 0; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.875rem;width:60rem;position:relative;display:block; }#OqVEO9boeTw1CinTXEb4RT9KMMeCbk5N { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:1.71875rem;height:21.92870625rem;display:block; }
#BfrRd64PUIxMZnfQEXz89dzh3w98SBFh { color:rgba(var(--color-tertiary-4),1);display:block;width:58.25rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.0316052436829rem;left:0.84375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { background-color: transparent; background-image: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .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); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { border-width: 0; border-radius: 0; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.3125rem;width:60rem;position:relative;display:block; }#m647C1JGTM4NA04hiQQTasPU4EEDearN { display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:14.747314453125rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#f7eaUuStywcy7psa5PzSMvMggymGXHId { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.812rem;width:14.24925rem;top:2.1875rem;left:22.87353515625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 { display:block; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOhvnTfrcMHJq1A13LPnI0cTrK65MsX7 { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNpgQPqrf9uTv3F9pbpm5Ft7p3BspXW { top:2.375rem;left:0rem;width:9.75rem;height:6.7684595393396rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQZ3w1laUs5NXaeyWrXaMkNkqEifHZ3b { width:20.1875rem;height:3.875rem;top:12.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avf70DkfV6wd009LyROxITcoSLM98PiS { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlvcyTT1STzkHsXdTTt3hqvVB39SOev { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFz4IaaCMggh4RvGuQp69tq35JlwCLks { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6z1URAwyhpCH9is5AsayboJpZNi2Ew { display:block; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJNJMeX1WOvbKocvFPKZnKgRNpQJwwQP { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 { display:block; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFxU7a5oT1Rwc50t7oVR7KwGBOAmeWlQ { top:14.0625rem;left:0rem;width:14.6875rem;height:2.2396470735304rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLXpCOEGVC4UDS3W2VTEf5b47vk6g0e { top:40.5rem;left:0rem;width:14.5625rem;height:4.604874256846rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBOKutykWhXJyCTHPLnIJITEl76mlD3 { top:4.8125rem;left:0rem;width:15.6875rem;height:2.6760340934345rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH61RZGblwBCuFTst6mrtALwOVE5ytZU { top:3.3125rem;left:33.1875rem;width:14.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVOryJnHiF037K8vEKNQapwUAzUAzLIm { top:3.6875rem;left:18.125rem;width:11.75rem;height:4.9112113627103rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDgCkZnZ3xfeIFHFaBDItseCyTMmPLNn { top:22.625rem;left:18.4375rem;width:11.25rem;height:4.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2bUIdpVeyJgSVCtxpkrA7E9etd7Im2G { top:32.75rem;left:33.1875rem;width:14.5625rem;height:2.3019516474405rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmCNnZEPEMcTQqIbPfRV8SNS8m9iQDTN { top:33rem;left:0rem;width:14.5rem;height:1.7416380523984rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBnksWz29CL8TTeukDHv8egqberR5KIL { top:22.3125rem;left:0rem;width:15.1875rem;height:4.8546662690752rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfAzh6MVnm57nGNulis1yQgL3TThL94a { top:22.375rem;left:33.875rem;width:13.875rem;height:4.7902923528146rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxXWey2FaiWP94A1xEvNAoestrKrPCO2 { top:13.3125rem;left:19.5rem;width:9.0625rem;height:5.0894866903222rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6VIlUnZ9iCxFSTfaKGWE7w3qKXHoMg { top:14.5625rem;left:32.875rem;width:14.875rem;height:2.6133847904958rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJHMgsHphpIgspHDwAlOQDtkWNzSCfB7 { top:40.375rem;left:10.6875rem;width:34.3125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB7ecTXNE1ARh3QS3QUlRHG2a2sGrNpg { top:32.75rem;left:16.4677734375rem;width:15.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CisPa3XLtqE8m5hhiLf7NlObuAFOw2cE { top:40.375rem;left:13.84375rem;width:0.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn { display:block; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fhsw1D0ezrp7UM7ntEFXPNrWdeee6AQI { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loqsRxFGTVX79MHPWIS939s1UxQP5RVA { display:block; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBRGzAWvr1V7ItavX5LybrqA3qZH8Fsk { top:2rem;left:4.375rem;width:12.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDoswfgXkD3KCDcbcCT5tpZFlwQy7Xe { top:0.9375rem;left:17.8125rem;width:29.9375rem;height:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 { display:block; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xs4prXyphkK4oE1ZTocGIUvrXfXbvnVt { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 { display:block; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbX2dGvsp5BikvN5t5ecvzI8xkvbkvVL { top:1.1875rem;left:3.34375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5IcW5088G7rgdCcGBA76Rf27amJRfeM { top:11.1875rem;left:0rem;width:17.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9aoT3ILQIMosCIgehlaHJxrIZk3Trm1 { top:1.625rem;left:18.40625rem;width:10.75rem;height:6.6490411576644rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3JpBTBM0soIErn97khOPPzvgUKJPIT3 { top:11.1875rem;left:13.0625rem;width:18.6875rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJmCb1AOJAJxFqXluBvTAXF6dIQS0UJ { top:2.5rem;left:33.53125rem;width:12.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy8hlzXnLuuApqiWKdKDm9wtAunwhI6M { top:11.1875rem;left:30.0625rem;width:17.5625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn { display:block; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqVEO9boeTw1CinTXEb4RT9KMMeCbk5N { top:4.5625rem;left:0rem;width:47.75rem;height:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfrRd64PUIxMZnfQEXz89dzh3w98SBFh { top:1rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:47.75rem;height:5.1875rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7eaUuStywcy7psa5PzSMvMggymGXHId { top:2.1875rem;left:16.74853515625rem;width:14.1875rem;height:9.769479095391rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 { background-color:rgba(255,255,255,0.15);background-image:none;display:block; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { background-color: transparent; background-image: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container > .video-iframe-container { display: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container { display: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .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); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOhvnTfrcMHJq1A13LPnI0cTrK65MsX7 { width:19.875rem;height:2.0625rem;top:12.74609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKNpgQPqrf9uTv3F9pbpm5Ft7p3BspXW { width:10.6875rem;height:7.4375rem;top:2.2489585280418rem;left:4.0625004172325rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQZ3w1laUs5NXaeyWrXaMkNkqEifHZ3b { width:20rem;height:1.625rem;top:20.7890625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Avf70DkfV6wd009LyROxITcoSLM98PiS { width:19.1875rem;height:2.25rem;top:14.871874809265rem;left:0.40625005960464rem;font-size:2.5rem;text-align:center;text-align-last:center;text-shadow:0.25rem 0.1875rem 0.3125rem #000000;color:#a5ff30;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #TWlvcyTT1STzkHsXdTTt3hqvVB39SOev { width:20rem;height:2.8125rem;top:17.40234375rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;text-shadow:0.25rem 0.1875rem 0.3125rem #000000;color:#ffde00;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #fFz4IaaCMggh4RvGuQp69tq35JlwCLks { width:19.5625rem;height:9.625rem;top:24.3515625rem;left:0.25rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:#fd3801;display:block; }
 }@media only screen and (max-width: 763px) { #mi6z1URAwyhpCH9is5AsayboJpZNi2Ew { display:block; }#mi6z1URAwyhpCH9is5AsayboJpZNi2Ew > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJNJMeX1WOvbKocvFPKZnKgRNpQJwwQP { width:20rem;height:3.5996125rem;top:0.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 { background-color:#ffffff;background-image:none;display:block; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container { background-color: transparent; background-image: none; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container > .video-iframe-container { display: none; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row > .video-iframe-container { display: none; }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .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); }#G4xVkIgLuUENMpqCv2WGePQkpFnLuPc2 > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFxU7a5oT1Rwc50t7oVR7KwGBOAmeWlQ { width:10.875rem;height:1.3125rem;top:17.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLXpCOEGVC4UDS3W2VTEf5b47vk6g0e { width:10.1865rem;height:3.186525rem;top:28.3115234375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBOKutykWhXJyCTHPLnIJITEl76mlD3 { width:11.37425rem;height:1.8109375rem;top:22.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH61RZGblwBCuFTst6mrtALwOVE5ytZU { width:10.6875rem;height:4.125rem;top:8.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVOryJnHiF037K8vEKNQapwUAzUAzLIm { width:9.6230625rem;height:4.249025rem;top:77.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDgCkZnZ3xfeIFHFaBDItseCyTMmPLNn { width:9.875rem;height:3.5625rem;top:41.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2bUIdpVeyJgSVCtxpkrA7E9etd7Im2G { width:11.0625rem;height:1.75rem;top:35.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmCNnZEPEMcTQqIbPfRV8SNS8m9iQDTN { width:12.8125rem;height:1.4375rem;top:72.0625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBnksWz29CL8TTeukDHv8egqberR5KIL { width:10.1875rem;height:3.125rem;top:85.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfAzh6MVnm57nGNulis1yQgL3TThL94a { width:12.375rem;height:4.1875rem;top:57.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxXWey2FaiWP94A1xEvNAoestrKrPCO2 { width:9.0625rem;height:5.08886875rem;top:49.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6VIlUnZ9iCxFSTfaKGWE7w3qKXHoMg { width:11.875rem;height:2rem;top:66.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJHMgsHphpIgspHDwAlOQDtkWNzSCfB7 { width:19.3125rem;height:2.75rem;top:2.900390625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB7ecTXNE1ARh3QS3QUlRHG2a2sGrNpg { width:12.75rem;height:1.75rem;top:92.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CisPa3XLtqE8m5hhiLf7NlObuAFOw2cE { width:0.125rem;height:2.75rem;top:2.900390625rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn { display:block; }#QGrtVgALDTbXSE5t2m03xW6A5pCZfvOn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fhsw1D0ezrp7UM7ntEFXPNrWdeee6AQI { width:20rem;height:1.800425rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #loqsRxFGTVX79MHPWIS939s1UxQP5RVA { display:block; }#loqsRxFGTVX79MHPWIS939s1UxQP5RVA > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBRGzAWvr1V7ItavX5LybrqA3qZH8Fsk { width:7rem;height:4.875rem;top:1.501953125rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDoswfgXkD3KCDcbcCT5tpZFlwQy7Xe { width:19.25rem;height:12.9980625rem;top:7.625rem;left:0.375rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 { display:block; }#DfpqmShgTzv5f5vGCbbIZJO8HXIQ39c1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xs4prXyphkK4oE1ZTocGIUvrXfXbvnVt { width:20rem;height:4.53515625rem;top:0.44319152832031rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 { display:block; }#eeyCXBUsp6Ay0B74imHSMJT45FWWfAN6 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbX2dGvsp5BikvN5t5ecvzI8xkvbkvVL { width:6.8125rem;height:6.8125rem;top:0.59375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5IcW5088G7rgdCcGBA76Rf27amJRfeM { width:17.75rem;height:2.5996125rem;top:8.35546875rem;left:1.15625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m9aoT3ILQIMosCIgehlaHJxrIZk3Trm1 { width:7.0625rem;height:4.1875rem;top:13.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3JpBTBM0soIErn97khOPPzvgUKJPIT3 { width:17.8125rem;height:7.7988125rem;top:18.8125rem;left:1.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dLJmCb1AOJAJxFqXluBvTAXF6dIQS0UJ { width:8.0625rem;height:4rem;top:29.25rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy8hlzXnLuuApqiWKdKDm9wtAunwhI6M { width:17.8125rem;height:6.499025rem;top:33.875rem;left:1.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn { display:block; }#o11BEKO4gwC0kyA8JWyh3inocr2UU7Sn > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqVEO9boeTw1CinTXEb4RT9KMMeCbk5N { width:19.433625rem;height:41.593775rem;top:3.7451171875rem;left:0.2822265625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BfrRd64PUIxMZnfQEXz89dzh3w98SBFh { width:20rem;height:2.03125rem;top:0.875rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;font-family:"open sans condensed";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:20rem;height:5.25rem;top:13.3115234375rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f7eaUuStywcy7psa5PzSMvMggymGXHId { width:10.3125rem;height:7.125rem;top:2.6240234375rem;left:4.84375rem;display:block; }
 }