.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77b7b060-8d9f-49f9-bc64-bce500ebe248/landscape4281005_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { background-color: transparent; background-image: none; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container > .video-iframe-container { display: none; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row > .video-iframe-container { display: none; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .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); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { border-width: 0; border-radius: 0; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#yhSM3xfSTNNsTBMvOOsvJAh6igsgegzv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.3125rem;width:11.625rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.03125rem;left:1.0625rem;overflow:hidden;display:block; }
#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e740a23d-911a-4eeb-9f12-c5915541e13c/Konkurs_foto_TPR_Baner_1920x1080_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.adaptive-delivery-prevent-bg, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyload, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyloading { background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { background-color: transparent; background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .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); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { border-width: 0; border-radius: 0; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { font-size:0.875rem;font-family:arial;height:66.9375rem;width:60rem;position:relative;display:block; }#CEq0coTevtkNkdU0v3rDtWeHdQ8pvyNb { background-color:#b27b0a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.8125rem 1.4375rem 1rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.25rem 0.1875rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:4.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:58.28125rem;left:0rem;display:block; }
#Rwdq13qL3gNLtbbRBVSkisgkKaBiB83U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b27b0a;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; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container { background-color: transparent; background-image: none; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container > .video-iframe-container { display: none; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row > .video-iframe-container { display: none; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .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); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container { border-width: 0; border-radius: 0; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#HL9T2PCM9HDBmaXevA0TlkOgXuDkkQNf { background-color:#009639;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.90625rem;left:18.812501907349rem;display:none; }
#By6s56nb5mTN47CiJLtSe39QkMwhZpLI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MJuNpZMPwcTqb625D8DRC3nqawVKia6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040c2c;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:none; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row .container { border-width: 0; border-radius: 0; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row .container { font-size:0.875rem;font-family:arial;height:74.4375rem;width:60rem;position:relative;display:none; }#QtuUhKfSqfVPJAVmedTkX88OMc1okPBu { position:absolute;display:block;z-index:15005;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:7.58749961853rem;display:block; }
#tmlk4UB2OaZXmzIVLG9darlkAIwuzNQv { position:absolute;display:block;z-index:15008;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:6.27499961853rem;display:block; }
#LZ9by2sgq4BqVTGUyetJR43hFz4EOMwd { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:7.96249961853rem;height:2.76171875rem;font-style:normal;display:block; }
#lHW1OWTQHzB3B4Wk7a84OBbnNTXMtmfG { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:31.25rem;top:23.887499928474rem;left:11.52499961853rem;display:block; }
#VsZfO64yEEagKR8h96lwwVVSfskUTS3N { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:11.52499961853rem;display:block; }
#oHVM0TmF3fpT667SQKGEPlQuLP3RFOaJ { position:absolute;display:block;z-index:15009;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:24.25rem;left:44.1875rem;display:block; }
#PWXcC9uxwy6OMbmFDTbpFlQoM6ont2Zz { position:absolute;display:block;z-index:15015;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#ohPcpl44KtsXWenJ076XThyEuVLEneI5 { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:44.562501907349rem;height:2.76171875rem;font-style:normal;display:block; }
#stCgiCMVxnFhmQugsshnSdBXgolv7rgf { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.90625rem;left:17.9375rem;height:3.65625rem;font-style:normal;display:block; }
#mJJ2CdSA3gcNCv7yR0TP82kDSZpNOdTq { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.062500953674rem;left:49.999219894409rem;display:block; }
#Bt9DPp8HtNUA4nhPcw6XgooXoUiMUrqz { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:34.375rem;top:35.812500953674rem;left:15.52499961853rem;display:block; }
#N5opEVsOL5qdwViJJ7ohT0tQiUMVf50l { position:absolute;display:block;z-index:15009;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:34.0625rem;left:7.625rem;display:block; }
#L2baiy2J54AwtVQPzxX1mw9xTocLSn6E { position:absolute;display:block;z-index:15012;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#w1IT1TQ0apRc12pansyEuVzQDKb6gH1k { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:8rem;height:2.76171875rem;font-style:normal;display:block; }
#WEBg86RQqRZmKcQHOTaeIHh9nM7Rqnop { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.21875rem;left:46.15625rem; }
#mLyc2zguEhTVkhlh5qTGTvwBEibut12s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:36.125rem;left:9.3369140625rem; }
#BAp9F2veaN61dBClWy0DygsknDdTQiJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.66796875rem;left:9.9306640625rem; }
#kKrwX6HxWdOBEe4yKhB47JkLdUMAsq24 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:44.625rem;left:45.9375rem; }
#D2o1DsNARcCc0DaOnK2KXwFlITkGE7eI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:47.875rem;left:48.6875rem; }
#b9OtLIaNo9iltGbWM1903racNWh4FTve { color:#b27b0a;display:block;width:52.625rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.75rem;left:6.2744140625rem;height:3.0869125rem;font-style:normal;display:block; }
#ZTKo5xDIxvXm64ASmcq9pzd921ECukC4 { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.32421875rem;left:18.0244140625rem;height:3.25rem;font-style:normal;display:block; }
#SllhNQilOKoODT0cGpMG5MdeNslVG9oa { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.57421875rem;left:11.5244140625rem;height:3.25rem;font-style:normal;display:block; }
#POuIPJ1enAzypEmd1ZT4gncmZclgb9QW { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.28125rem;left:11.4931640625rem;height:2.4375rem;font-style:normal;display:block; }
#tnBpvWVWWpkcWfAcIVaTKyTRB2FwpSrq { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:37.15625rem;left:18.0625rem;height:1.625rem;font-style:normal;display:block; }
#pvKp17RuiCUq5EXMm6Bq0Tz6cG389zVd { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.15625rem;left:18.0625rem;height:1.21875rem;font-style:normal;display:block; }
#TLLR5Iv3KTfAoOzKQiG7mM70DQwEy3t4 { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:41.875rem;left:11.4306640625rem;display:block; }
#OAUqAPyR1Qm6nty4nrcgIb9lJ7M4b8PL { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:31.25rem;top:45.6875rem;left:11.5244140625rem;display:block; }
#HL9Vl10ZymSxFvJRwpJpl9K1CCo5PVHx { position:absolute;display:block;z-index:15010;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:43.625rem;left:44.5625rem;display:block; }
#sDEbaNhwlT268QmWuIbOPPBcmI6I0Uia { position:absolute;display:block;z-index:15027;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:41.4375rem;left:42.8994140625rem;display:block; }
#y4bkpk89AREdiX6JpBd6D10qopF1wZTn { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:42.431640625rem;left:44.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#dMT9c4msWL9WLSIa0Qq1s1uB93GgO3SK { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:47.75rem;left:11.5244140625rem;height:1.625rem;font-style:normal;display:block; }
#ohZvHs8Fm73Ml9ycrbdZJV0T0573ryEb { color:#000000;display:block;width:32.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:49.78125rem;left:11.6181640625rem;height:11.375rem;font-style:normal;display:block; }
#XOOJc4w0T1fkQZ5zEd0kRHA6KGsUcmn4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:64.8125rem;left:27.7744140625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.125rem #e1e1e1); }
#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1c27;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; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row .container { background-color: transparent; background-image: none; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row .container > .video-iframe-container { display: none; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row > .video-iframe-container { display: none; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .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); }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row .container { border-width: 0; border-radius: 0; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row .container { font-size:0.875rem;font-family:arial;height:74.4375rem;width:60rem;position:relative;display:block; }#OfdAR5KD0aAQ5oaW04vJ0QFWTDdfgrvd { position:absolute;display:block;z-index:15005;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:7.58749961853rem;display:block; }
#vzOHe5gukJChuRyppyHHOehBHy0333aJ { position:absolute;display:block;z-index:15008;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:6.27499961853rem;display:block; }
#tTlHK7ekhC5eSp1sdlksGGswOZsSCWJW { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:7.96249961853rem;height:2.7625rem;font-style:normal;display:block; }
#TvXE5FnH8VxSlcI7L3Mw7mgfvwlM48xz { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:31.25rem;top:23.887499928474rem;left:11.52499961853rem;display:block; }
#KbOclp9MiqeCCEVLy8bPzC636wMWIHiR { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:11.52499961853rem;display:block; }
#GdboP8VK0g1qJ0ULEy0UQfi5EqGNbLov { position:absolute;display:block;z-index:15009;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:24.25rem;left:44.1875rem;display:block; }
#syTnXuPerRnL5mSJUnD4KJRylF0KmwfJ { position:absolute;display:block;z-index:15015;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#MkaSWkxysg1PwkOrvc0fEi1xo0zSymEc { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:44.562501907349rem;height:2.7625rem;font-style:normal;display:block; }
#eoFn1xePSrZJ0F7IrpwmtbI3RAlzOAw3 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.90625rem;left:17.9375rem;height:3.65625rem;font-style:normal;display:block; }
#KU2OqAc9o51Skqas2gkZN1CH2iAuvHXJ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.062500953674rem;left:49.999219894409rem;display:block; }
#rINh5klNrEu5t26VQVU7UV2KkSxpgHnw { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:34.375rem;top:35.812500953674rem;left:15.52499961853rem;display:block; }
#Cihtxg4M17owfSgn6lWzfau3axPbSNoy { position:absolute;display:block;z-index:15009;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:34.0625rem;left:7.625rem;display:block; }
#DC2yaTsf1MkIGFMtRCfB0t8MZhFaJnNL { position:absolute;display:block;z-index:15012;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#LhT4TDNW4khS5CF0FL8pTrB27CPVhbwe { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:8rem;height:2.7625rem;font-style:normal;display:block; }
#thS5Ny0zTuVRr9dkTD5POzn3437p0SEh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.21875rem;left:46.15625rem; }
#f84ks37OyufZdpONS4q2M4mxRaCxAd7r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:36.125rem;left:9.3369140625rem; }
#CgM0FJyZ3M7t8G02vq65rpIzatDtkJWF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.66796875rem;left:9.9306640625rem; }
#TNZv3qOfFDlOTxBambNWBHXqu1VyTDVg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:44.625rem;left:45.9375rem; }
#zNpQ7h4xrDyhA6N67p3VZOzdyBcKrFFb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:47.875rem;left:48.6875rem; }
#Caxl5AMotl4GpE9pAX8HGwD0a9DISUEl { color:#b27b0a;display:block;width:52.625rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.2744140625rem;height:3.0875rem;font-style:normal;display:block; }
#pTritsBO9AWrXh7Tt24hb16QJGwXLrop { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.32421875rem;left:18.0244140625rem;height:3.25rem;font-style:normal;display:block; }
#uDJ2ki6nd3WJr1ZEWIRiZsWW4qCC8A82 { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.57421875rem;left:11.5244140625rem;height:3.25rem;font-style:normal;display:block; }
#PKq2duHa7HbT1r3RIQkN1M5JdsDSRBqm { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.28125rem;left:11.4931640625rem;height:2.4375rem;font-style:normal;display:block; }
#tNZvO2ZTcNT0HD0sKtExXDbl6a0BPfIs { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:37.15625rem;left:18.0625rem;height:1.625rem;font-style:normal;display:block; }
#ivawMxGDfkFccaq5AeCEUUI05QCXXFBq { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.15625rem;left:18.0625rem;height:1.21875rem;font-style:normal;display:block; }
#BFXMiDOWawvxT6K4khdUszVZKPO4WGMn { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:41.875rem;left:11.4306640625rem;display:block; }
#RsR56tkpgTei864egi89G6QgFawusmST { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:31.25rem;top:45.6875rem;left:11.5244140625rem;display:block; }
#tKLDsNEd666apsFI8ayMERtzFVsZDqAn { position:absolute;display:block;z-index:15010;background-color:#b27b0a;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:7.8125rem;width:7.8125rem;top:43.625rem;left:44.5625rem;display:block; }
#mEhceoeExoK8RJAWf8wIDdr8ZmZ3aDNI { position:absolute;display:block;z-index:15027;background-color:#b27b0a;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:41.4375rem;left:42.8994140625rem;display:block; }
#mdnw7weeQlJOgz3p9oNpVhxl5aJGcz0k { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:42.431640625rem;left:44.5625rem;height:2.7625rem;font-style:normal;display:block; }
#t462Xy9cXew7MSEgsZHgF4TXTcCCZfnA { color:#b27b0a;display:block;width:26.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:47.75rem;left:11.5244140625rem;height:1.625rem;font-style:normal;display:block; }
#Cl24s3fmwKLTc90paCR3VWenV53HhBqX { color:#000000;display:block;width:32.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:49.78125rem;left:11.6181640625rem;height:11.375rem;font-style:normal;display:block; }
#kzbON5ml1WWs8ZLvI5DnW2nVVP7tnxL2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:64.8125rem;left:27.7744140625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.125rem #e1e1e1); }
#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1c27;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:none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { border-width: 0; border-radius: 0; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { font-size:0.875rem;font-family:arial;height:135rem;width:60rem;position:relative;display:none; }#FLpOLokZ8OdFIg9AkTpkaZfK54DhEheU { color:#e1e1e1;display:block;width:70.625rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:2.84765625rem;left:-5.3125rem;height:2.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8myzUtZAFqelc8MQbmyeWFIWA188kuH { border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;height:124.125rem;width:34.1875rem;position:absolute;display:block;z-index:15006;top:8.34375rem;left:12.65625rem;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-form-header {  }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:700;color:#000000;width:27.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.4; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-text {padding-top: 0; padding-bottom: 0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-select {padding-top: 0; padding-bottom: 0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ff0005;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.3125rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:27.1875rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:26.25rem;overflow:hidden;font-style:normal;line-height:1.4; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;vertical-align:middle;font-family:arial;font-size:0.9375rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:2.1; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-container:first-of-type{padding-top:0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-container:last-of-type{padding-bottom:0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:15rem;top:9.3125rem;z-index:15010;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr {display:block;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:15rem;top:9.3125rem;z-index:15010;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PMTcpOw2VLhAur73GrXyn3uPnd3tHksI { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #EuDqKsLDSFb9OXvedMXFrCU2E1Kmgo34 { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #gyhdgWXx2mTTMmh5NED4LZKcaM5ZqtMg { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PRf62slFX7gixq08ykReO1zSblG8VhCD { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #i58q6LqIfgO1g22Er4e7VIonCENxOZb1 { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #fSIkQXzI9yZD9ptlF3xaPALZJRRGT6pG { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ctmKU7wTffd239QJLUgbsi11FWTRGRMI { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #JgK8EAaC9ULXZt4JTOKmTmHgmWET2Osh { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XGD6LlScIAARzvfr7mJEMpskqoHsLWT7 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZNHOLe14QLPE2p4vHhHsBPwbUoLHU0sU { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ay3I1EPGs59s364cgfvVs98b6UDmuxK5 { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #aSXlZ6RsR5p6NWBmDhSNxo9cTVoEFbA4 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #n68C2tBMbtqRlzEw3ySzUOmc5HRHSIbt { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #q3tszi0kZTyW5G9tLNgfN4w91nvHvbcU { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #nSx3W3T86yge0MLav421iEAGlb17aVcl { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #cBXF61cdw2FWVIyp7N0N5fiGXvAL8HFp { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dx9tGpLqpaNp1pt5rluFiLTPOO0GvZ57 { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #JprBG4J6t5CHJ2ettDVIbQWanTZyPR9z { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #LJoPpKi68ys1v0z6vxKDwn24l60pSgmP { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #uhgHPlSRt5b6nBlzNUg8sx8khuOrCULA { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Ck9goTTNuht7JPrGVuRtVE6kGTuGvULE { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hTiLXrQecPMpRbGEVz4OAkSxxArXmQ9w { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #eOvcfB07LXyCrIfgT579msicUczyMLNe { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FKi31gq8838DkBWO0GM30yfLrt3fzUmb { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #h9OeJKPHBuDQkTemmJchxPC0NBKIbS9O { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XVfBWETPmlvaqbG3ET6EJ0GEl6Ntm6FT { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #OsUfF0Oci4er378lwUVI4QB6KryFEesd { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #huk5KAInNOrVuMrwC4GaDgwhVlpL6vb3 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #KLXMESqKJpA7nh2q1GRmNbdwvfpZ8rd8 { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TIltx9blVVH1igU09crn3J91v4sN0wbA { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #StaIunNkH5fistxtaP7fFiSihWyNn7kD { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #uJ29XqcUnrq7dF2RPaBbZT36DuENX2vD { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #KeWvLTlapJaZbURIiH4yDINvXDBRMAmg { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #vmiuTzwhrrdbrX1T52pTIQxBVF6fiBqW { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #m8p3tPkRVHtTscWTHwQsMDEGbPXzv9Lc { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #UEJuFXgFr1dC1fTzfh7pArCKCqaH41sI { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hdOvoKqu68WTyeTpE54yqIVEvNaImKuJ { position:relative;display:block;z-index:15000; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #zDXmZeAXRt3RFh8b0anDz0CRvliyVtDX { position:relative;display:block;z-index:15000; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #VskeF00TicCTDEW3952fg9780zKJiTCd { position:relative;display:block;z-index:15000; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #cQnkWF0Ik7cd4EvyM6om0aK7oDc2UnzU { position:relative;display:block;z-index:15000; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #gN5O1syagHw2O3cAhhlnXDb6fIrDFeRQ { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #kmSx4VMKqV5waPAmcUAHHlSsXwzFPOWA { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #vH8cybmMnqcZqDsf50wfFAAcsoFUnSJA { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ypxlzKnZ4z74RdKtKg7FIM78IeknXZqv { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #VoO9X5ETnGwsvWtX9kZka414fHrDA6dz { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #WdTIVIhMPdHzvgfTWxEa6QB9DZOQFDdO { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #NQotlcy908IHNn4llAqUbSIsXZsroD3o { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #BEJ33vRJClcWuhKfroCfbLBz9vr0Hcqu { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hpmAlb5ImmQF9tPoLPnONOJflmaL6Uvg { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZLmXKF0ifI39bIMcOK85rTIokztww0dT { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZLmXKF0ifI39bIMcOK85rTIokztww0dT .container-column{width:50%;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZBTuNbk0qmhHXyZDcQvcPXgUxd2M1N50 { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PBm1K9K8h7zFdB6QCxX07PUWuUQTsIKd { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #aAPcq9gvwhuhvTluJwhHVEtq0NhTAmzp { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ErC4DtmSSUvgeyrbhp2GJFMPMd44Fkaz { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TDRNoftFaQIUaysqM8Lq4PWsviSeixy7 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Oq3b1xBUWg4Axz5LIg0tOgGeGCqv7ibR { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #iKbJxKcsZKDwNRLcvkB3AHUwX910IThZ { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #MSNN1FKKZJobGZ0yKHVLxIQTPAi24HhS { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #tiLh0ulIo4c9dKTbmctJ265FM6p4nOok { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #pTux3wg9Dn1REpHkm8e8NMHml0GbiFKX { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Hz1ngyrgaqfao4U80PeqsuloIO8Wa9k0 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dzkSHgcEJJzVJa7mxwnfxuDRzLzEBt51 { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZfCqXzzQeUKl3T3m9wDlgyuZ2cGMG43p { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #a2KOiVzA1ztKt3xgVe7bVRTILeTnSgR9 { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Td1rl967IqoMD7U8GKFwQerJvbBw0F4v { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hBDsT3qr6mJxLWFfSRU9hmdaK19JTx3o { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hCTxMWvudQxWPTGIDE8oBsfOlbB6kZT2 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #QG4aK8rx5lTGt3TaUnqiQKz69l2dvNJS { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dwTfE3BDzkyt3BduE5S68g0FHpTwXiNS { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XKAQvgXwkJNl2z2HpC2VGLmsoUpNemMe { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #xMerFgh0nwb4TEZl9y2nlT1zQAm5LFGT { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #lqHkDdf5RQ0yXLvqKBqdFRMu6dGwahTa { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #lqHkDdf5RQ0yXLvqKBqdFRMu6dGwahTa .container-column{width:50%;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #UpaM8tvnUEzQCxtIfRNZOsbwN2XAxLIZ { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Pg0dJ5nmJ5EUaer8h2B5499ulIOpauKe { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #bJHOXib7ukJCNqPCGWmkKd9fP1mkpDwU { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FcQ7uCFFzh7QCBRPp873kzTOwA853Reu { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ODDbQaDwKBviqdMTP5qyaQA3TvCma2bX { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #sZlKbOKtZMBT1eUUsTi9fD11yTKTQOrh { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #WvLqQvVnP8dCr3MSOarNFUnATPmt07SP { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #MV1D995q2NWaBvexDEbSrZg9cNChVoX8 { position:relative;z-index:2; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #s0O2eJrEBR6HmmJJLVeP8XVKWy3ulI2U { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #o3eNS3J0GBzVCrc9g02e2GXn2pzn6x12 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FkeSWvzKxPU6v2xfwT9XR6VFOZzRJeDe { position:relative;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TVdzD628Cp7w2d5vJX0kM5cGMSLuUEgI { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #R1ZeVaicWJ2VKU8yyVLkXvCglaSTof8N { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #pKRxWXiGsFPNq2WwK1xo1T8lT82bpXc2 { position:relative; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #f9Euh4UrttxF62s9IGXhB9irzZ5t8bm4 { position:relative;display:block;z-index:15000; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #GH52vplIlrPHggTpFUTx8bGSaTPe11uh { position:relative;display:block;z-index:15000; }
#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .row .container { border-width: 0; border-radius: 0; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:none; }#OButkDgrH2V5i4D99EeOORXiqg6XuK8N { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:4rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:2.03515625rem;left:0rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arC48gqHytGufTV7NU2V6SX2OnTI1HZA { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.53515625rem;left:0rem;height:12.74903125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d714cd9-0789-4455-9817-9dbe8cb416da/fertilizer5201380_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:"open sans";height:43.6875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#o7JasqLCckiZG1QdZOtmEGfXnMoDfNxn { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:raleway;font-size:3.9375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:2.34765625rem;left:3.625rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7EOoTeyzNeyDHnKZRX6oGiK5RAKweSO { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:raleway;font-size:3.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:13.97265625rem;left:1.375rem;height:4.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7W5p30Qx3QUfI3vTDVTlG9Zi4qZDOoV { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:20.97265625rem;left:0.625rem;height:3.525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUuF6ZLoJv1LDCEMJLlQqLdnhMp37n7I { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:27.09765625rem;left:1.8125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { position:relative;display:none; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { border-width: 0; border-radius: 0; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .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; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;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:none; }#P8WAA6SqoOJnmgmZhyDTMMo3wFmTG4E6 { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.0992193222046rem;left:0rem;height:3.075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-number { border-top:0.295rem solid #2a2d3d;border-left:0.3rem solid #2a2d3d;border-right:0.3rem solid #2a2d3d;border-bottom:0.295rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.78625rem;padding-right:0.699375rem;padding-bottom:0.78625rem;padding-left:0.699375rem;display:block;align-items:center;width:4.1975rem;min-width:4.1975rem;height:4.2275rem;position:relative;font-family:arial;font-size:3.14625rem;font-weight:700;line-height:67.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.491875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.59625rem;height:1.67125rem;position:relative;font-family:arial;font-size:1.18rem;font-weight:700;line-height:26.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:28.8125rem;height:8.553125rem;padding-top:0.098125rem;padding-right:0.1rem;padding-bottom:0.098125rem;padding-left:0.1rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.2499952316284rem;left:14.25rem;z-index:15008; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #gtZpIZSi8nxiRTU3qGgkPNQLuzokHfuO { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cNpsAilFA4uWshntW61R023n1steZCh2 { width:auto; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #Di0uDOf4EfIRSuNy6TnUBRpOQQr2FP7v {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #wSGKTH2AuT5bHTWoDIHfOv5bCy4AlZfI { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #KMRbmTrf6xPAtmCBOeiNpDMC1v20AnTT {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #nSiXLUXKeGTCzg2rvrRZdpfFilG9pqfW {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #kMuA328Okz397k0E6ukCREDcnz3l4EDC { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #y5qVn7g3zP5InzCI61TSTwMVsiFcl9xA {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #A04oKrc8dQ87M8opbbgcMwkS2u19ECk1 {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #ec3wD5LSE6sbBIMCh5WUQhG3uMfCct1d { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #rb6mehXlAGSBDH7AbukQeTlpyB9fOTz6 {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cpxwkouR1NLi3zP3euOWz8uQ6eSttBsh {  }
#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { position:relative;display:none; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { border-width: 0; border-radius: 0; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TWzmAnSe9STXeqzhA7E5CO0wm5lQiyLZ { color:#000000;display:block;width:70.625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:0.72265625rem;left:-22.937500476837rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHUU1hus1dCPRgf2KdH2lzV4ABTrDMhD { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:4rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.5359382629394rem;left:0rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daQfvunXfSJgJvgUJyFNQ7xpu8Tkd4cR { color:#000000;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:11.456251144409rem;left:0rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kma3c0leA3nc7AQZBnLGkXI9Or1OHXZD { color:#000000;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:11.456251144409rem;left:27.187501907349rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7kvOTCmbfWgauR0pUGyvoKw6meWSfLZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:31.23046875rem;left:0rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrmKGT1dIklJZvT6GSWkULNtyeHBZ1cR { 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:17.3125rem;width:17.375rem;top:11.4560546875rem;left:32.8125rem;overflow:hidden;display:block; }
#I9xWskRXRBrsPVqudQx54IQBf2svQoE6 { 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:16.9375rem;width:13.625rem;top:11.4560546875rem;left:6.484375rem;overflow:hidden;display:block; }
#e8koxbhperZcu6S7PzMpscMWH4iZ3prs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.5rem;top:31.25rem;left:6.484375rem;overflow:hidden;display:block; }
#IZp07HZKFTczweCK87yJ25wskKIkv0D1 { background-color:#009639;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.3125rem;left:28.1240234375rem;display:none; }
#H2BO3GqdVSouHWB9h4cR0HGfLQ3azhCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv { position:relative;display:none; }#yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv { border-width: 0; border-radius: 0; }#yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv > .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; }#yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#VC0PHynIyyGoxk61ltLlRS8dLCxUpvFV { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:dosis;font-size:4.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.69375038147rem;left:10.53125rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009639;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; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { background-color: transparent; background-image: none; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container > .video-iframe-container { display: none; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row > .video-iframe-container { display: none; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .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); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { border-width: 0; border-radius: 0; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { font-size:0.875rem;font-family:"open sans";height:15.1875rem;width:60rem;position:relative;display:block; }#QNu3aWw6oqORvg44Bb1SrXD1SPG3mo7I { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:16.75rem;top:5.4375rem;left:1.25rem;overflow:hidden;display:block; }
#SyAKWX3btSNDpDWLaaT4aDQnDRmfO4hg { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:3.3125rem;left:34.5rem;display:block; }
#c3KNG8CeTPxTafKc1JPFTBKTcoNQuxPQ { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.53750038147rem;left:22.062501907349rem;height:1.3rem;color:#ffffff;display:block; }
#BBfWUwJTJsTiSGwJcMaSTS8sGL3Cf5lZ { display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2875003814697rem;left:37.625001907349rem;height:1.3rem;color:#ffffff;display:block; }
#cO1ysCoAnhz5hDwBXiybIflEZTED8mGf { z-index:15001;top:3.875rem;left:22.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.0625rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#WfhiWLu9WsVTGkiBSRKxTpEBSOgiiaDG { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#XzXdT0VGXhikRa3ngEcePZar2bZOdmZB { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.3125rem;left:18.9375rem;display:block; }
#R299ktnAuuJke4BG8xJFQLFspwi2RTuN { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.6250019073488rem;left:19.125001907349rem;display:block; }
#nkCAgDaf3UIHGJmBzT5ucDeURrMOgkKI { box-sizing:content-box;color:#ffffff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:7.6250019073488rem;left:34.562501907349rem;display:block; }
#suEFsUDrNLAkiqOzD0hgh8mx8OUwhHi8 { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.6250019073488rem;left:37.625001907349rem;height:3.65625rem;color:#ffffff;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D6puDTP5RFvq439NdlmAylHEJC8U8ZVh { display:block; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhSM3xfSTNNsTBMvOOsvJAh6igsgegzv { width:7.6875rem;height:1.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt { display:block; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEq0coTevtkNkdU0v3rDtWeHdQ8pvyNb { width:28.8125rem;height:4.5rem;top:58.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rwdq13qL3gNLtbbRBVSkisgkKaBiB83U { display:block; }
 }@media only screen and (max-width: 763px) { #VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l { display:block; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HL9T2PCM9HDBmaXevA0TlkOgXuDkkQNf { width:24.75rem;height:3.625rem;top:4.875rem;left:12.687501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #By6s56nb5mTN47CiJLtSe39QkMwhZpLI { display:block; }
 }@media only screen and (max-width: 763px) { #MJuNpZMPwcTqb625D8DRC3nqawVKia6v { display:block; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtuUhKfSqfVPJAVmedTkX88OMc1okPBu { top:12.3125rem;left:1.4624996185302rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmlk4UB2OaZXmzIVLG9darlkAIwuzNQv { top:10.875rem;left:0.14999961853027rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9by2sgq4BqVTGUyetJR43hFz4EOMwd { top:11.625rem;left:1.8374996185302rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHW1OWTQHzB3B4Wk7a84OBbnNTXMtmfG { top:23.875rem;left:5.3999996185303rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VsZfO64yEEagKR8h96lwwVVSfskUTS3N { top:20.125rem;left:5.3999996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHVM0TmF3fpT667SQKGEPlQuLP3RFOaJ { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXcC9uxwy6OMbmFDTbpFlQoM6ont2Zz { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohPcpl44KtsXWenJ076XThyEuVLEneI5 { top:23.8125rem;left:38.437501907349rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCgiCMVxnFhmQugsshnSdBXgolv7rgf { top:15.875rem;left:11.8125rem;width:30.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJ2CdSA3gcNCv7yR0TP82kDSZpNOdTq { top:32.0625rem;left:43.874219894409rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt9DPp8HtNUA4nhPcw6XgooXoUiMUrqz { top:35.8125rem;left:9.39999961853rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #N5opEVsOL5qdwViJJ7ohT0tQiUMVf50l { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2baiy2J54AwtVQPzxX1mw9xTocLSn6E { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1IT1TQ0apRc12pansyEuVzQDKb6gH1k { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBg86RQqRZmKcQHOTaeIHh9nM7Rqnop { width:3.875rem;height:3.875rem;top:26.1875rem;left:40.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLyc2zguEhTVkhlh5qTGTvwBEibut12s { width:4.3125rem;height:4.3125rem;top:36.125rem;left:3.2119140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAp9F2veaN61dBClWy0DygsknDdTQiJi { width:3.125rem;height:3.125rem;top:14.625rem;left:3.8056640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKrwX6HxWdOBEe4yKhB47JkLdUMAsq24 { width:3.125rem;height:3.125rem;top:44.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2o1DsNARcCc0DaOnK2KXwFlITkGE7eI { width:2.6875rem;height:2.6875rem;top:47.875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9OtLIaNo9iltGbWM1903racNWh4FTve { width:47.75rem;height:3.0625rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKo5xDIxvXm64ASmcq9pzd921ECukC4 { width:26.5625rem;height:3.25rem;top:12.3125rem;left:11.8994140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SllhNQilOKoODT0cGpMG5MdeNslVG9oa { width:26.5625rem;height:3.25rem;top:25.5625rem;left:5.3994140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POuIPJ1enAzypEmd1ZT4gncmZclgb9QW { top:29.25rem;left:5.3681640625rem;width:30.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnBpvWVWWpkcWfAcIVaTKyTRB2FwpSrq { width:26.5625rem;height:1.625rem;top:37.125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvKp17RuiCUq5EXMm6Bq0Tz6cG389zVd { top:39.125rem;left:11.9375rem;width:30.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLLR5Iv3KTfAoOzKQiG7mM70DQwEy3t4 { top:41.875rem;left:5.3056640625rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUqAPyR1Qm6nty4nrcgIb9lJ7M4b8PL { top:45.6875rem;left:5.3994140625rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HL9Vl10ZymSxFvJRwpJpl9K1CCo5PVHx { top:43.625rem;left:38.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEbaNhwlT268QmWuIbOPPBcmI6I0Uia { top:41.4375rem;left:36.7744140625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4bkpk89AREdiX6JpBd6D10qopF1wZTn { top:42.375rem;left:38.4375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMT9c4msWL9WLSIa0Qq1s1uB93GgO3SK { width:26.5625rem;height:1.625rem;top:47.75rem;left:5.3994140625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZvHs8Fm73Ml9ycrbdZJV0T0573ryEb { top:49.75rem;left:5.4931640625rem;width:32.75rem;height:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOOJc4w0T1fkQZ5zEd0kRHA6KGsUcmn4 { width:7.0625rem;height:7.0625rem;top:64.8125rem;left:21.6494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk { display:none; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OfdAR5KD0aAQ5oaW04vJ0QFWTDdfgrvd { top:12.3125rem;left:1.4624996185302rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzOHe5gukJChuRyppyHHOehBHy0333aJ { top:10.875rem;left:0.14999961853027rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlHK7ekhC5eSp1sdlksGGswOZsSCWJW { top:11.625rem;left:1.8374996185302rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXE5FnH8VxSlcI7L3Mw7mgfvwlM48xz { top:23.875rem;left:5.3999996185303rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KbOclp9MiqeCCEVLy8bPzC636wMWIHiR { top:20.125rem;left:5.3999996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdboP8VK0g1qJ0ULEy0UQfi5EqGNbLov { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTnXuPerRnL5mSJUnD4KJRylF0KmwfJ { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkaSWkxysg1PwkOrvc0fEi1xo0zSymEc { top:23.8125rem;left:38.437501907349rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoFn1xePSrZJ0F7IrpwmtbI3RAlzOAw3 { top:15.875rem;left:11.8125rem;width:30.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU2OqAc9o51Skqas2gkZN1CH2iAuvHXJ { top:32.0625rem;left:43.874219894409rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rINh5klNrEu5t26VQVU7UV2KkSxpgHnw { top:35.8125rem;left:9.39999961853rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Cihtxg4M17owfSgn6lWzfau3axPbSNoy { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC2yaTsf1MkIGFMtRCfB0t8MZhFaJnNL { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhT4TDNW4khS5CF0FL8pTrB27CPVhbwe { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thS5Ny0zTuVRr9dkTD5POzn3437p0SEh { width:3.875rem;height:3.875rem;top:26.1875rem;left:40.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f84ks37OyufZdpONS4q2M4mxRaCxAd7r { width:4.3125rem;height:4.3125rem;top:36.125rem;left:3.2119140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgM0FJyZ3M7t8G02vq65rpIzatDtkJWF { width:3.125rem;height:3.125rem;top:14.625rem;left:3.8056640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZv3qOfFDlOTxBambNWBHXqu1VyTDVg { width:3.125rem;height:3.125rem;top:44.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNpQ7h4xrDyhA6N67p3VZOzdyBcKrFFb { width:2.6875rem;height:2.6875rem;top:47.875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caxl5AMotl4GpE9pAX8HGwD0a9DISUEl { width:47.75rem;height:3.0625rem;top:2.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTritsBO9AWrXh7Tt24hb16QJGwXLrop { width:26.5625rem;height:3.25rem;top:12.3125rem;left:11.8994140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDJ2ki6nd3WJr1ZEWIRiZsWW4qCC8A82 { width:26.5625rem;height:3.25rem;top:25.5625rem;left:5.3994140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKq2duHa7HbT1r3RIQkN1M5JdsDSRBqm { top:29.25rem;left:5.3681640625rem;width:30.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNZvO2ZTcNT0HD0sKtExXDbl6a0BPfIs { width:26.5625rem;height:1.625rem;top:37.125rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivawMxGDfkFccaq5AeCEUUI05QCXXFBq { top:39.125rem;left:11.9375rem;width:30.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFXMiDOWawvxT6K4khdUszVZKPO4WGMn { top:41.875rem;left:5.3056640625rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsR56tkpgTei864egi89G6QgFawusmST { top:45.6875rem;left:5.3994140625rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tKLDsNEd666apsFI8ayMERtzFVsZDqAn { top:43.625rem;left:38.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEhceoeExoK8RJAWf8wIDdr8ZmZ3aDNI { top:41.4375rem;left:36.7744140625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdnw7weeQlJOgz3p9oNpVhxl5aJGcz0k { top:42.375rem;left:38.4375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t462Xy9cXew7MSEgsZHgF4TXTcCCZfnA { width:26.5625rem;height:1.625rem;top:47.75rem;left:5.3994140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl24s3fmwKLTc90paCR3VWenV53HhBqX { top:49.75rem;left:5.4931640625rem;width:32.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzbON5ml1WWs8ZLvI5DnW2nVVP7tnxL2 { width:7.0625rem;height:7.0625rem;top:64.8125rem;left:21.6494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDIPOPUkLVEehvyvRL59VupCW55AlUF9 { display:none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FLpOLokZ8OdFIg9AkTpkaZfK54DhEheU { width:47.75rem;height:2.8125rem;top:2.8125rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8myzUtZAFqelc8MQbmyeWFIWA188kuH { width:23.5rem;height:23.6875rem;top:3rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-text {padding-top: 0; padding-bottom: 0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-select {padding-top: 0; padding-bottom: 0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr {display:block;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PMTcpOw2VLhAur73GrXyn3uPnd3tHksI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #EuDqKsLDSFb9OXvedMXFrCU2E1Kmgo34 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #gyhdgWXx2mTTMmh5NED4LZKcaM5ZqtMg {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PRf62slFX7gixq08ykReO1zSblG8VhCD {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #i58q6LqIfgO1g22Er4e7VIonCENxOZb1 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #fSIkQXzI9yZD9ptlF3xaPALZJRRGT6pG {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ctmKU7wTffd239QJLUgbsi11FWTRGRMI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #JgK8EAaC9ULXZt4JTOKmTmHgmWET2Osh { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XGD6LlScIAARzvfr7mJEMpskqoHsLWT7 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZNHOLe14QLPE2p4vHhHsBPwbUoLHU0sU {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ay3I1EPGs59s364cgfvVs98b6UDmuxK5 { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #aSXlZ6RsR5p6NWBmDhSNxo9cTVoEFbA4 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #n68C2tBMbtqRlzEw3ySzUOmc5HRHSIbt {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #q3tszi0kZTyW5G9tLNgfN4w91nvHvbcU { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #nSx3W3T86yge0MLav421iEAGlb17aVcl {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #cBXF61cdw2FWVIyp7N0N5fiGXvAL8HFp {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dx9tGpLqpaNp1pt5rluFiLTPOO0GvZ57 { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #JprBG4J6t5CHJ2ettDVIbQWanTZyPR9z {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #LJoPpKi68ys1v0z6vxKDwn24l60pSgmP {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #uhgHPlSRt5b6nBlzNUg8sx8khuOrCULA { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Ck9goTTNuht7JPrGVuRtVE6kGTuGvULE {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hTiLXrQecPMpRbGEVz4OAkSxxArXmQ9w {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #eOvcfB07LXyCrIfgT579msicUczyMLNe { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FKi31gq8838DkBWO0GM30yfLrt3fzUmb {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #h9OeJKPHBuDQkTemmJchxPC0NBKIbS9O {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XVfBWETPmlvaqbG3ET6EJ0GEl6Ntm6FT { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #OsUfF0Oci4er378lwUVI4QB6KryFEesd {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #huk5KAInNOrVuMrwC4GaDgwhVlpL6vb3 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #KLXMESqKJpA7nh2q1GRmNbdwvfpZ8rd8 { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TIltx9blVVH1igU09crn3J91v4sN0wbA {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #StaIunNkH5fistxtaP7fFiSihWyNn7kD {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #uJ29XqcUnrq7dF2RPaBbZT36DuENX2vD { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #KeWvLTlapJaZbURIiH4yDINvXDBRMAmg {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #vmiuTzwhrrdbrX1T52pTIQxBVF6fiBqW {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #m8p3tPkRVHtTscWTHwQsMDEGbPXzv9Lc {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #UEJuFXgFr1dC1fTzfh7pArCKCqaH41sI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hdOvoKqu68WTyeTpE54yqIVEvNaImKuJ {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #zDXmZeAXRt3RFh8b0anDz0CRvliyVtDX {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #VskeF00TicCTDEW3952fg9780zKJiTCd {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #cQnkWF0Ik7cd4EvyM6om0aK7oDc2UnzU {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #gN5O1syagHw2O3cAhhlnXDb6fIrDFeRQ {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #kmSx4VMKqV5waPAmcUAHHlSsXwzFPOWA {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #vH8cybmMnqcZqDsf50wfFAAcsoFUnSJA {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ypxlzKnZ4z74RdKtKg7FIM78IeknXZqv {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #VoO9X5ETnGwsvWtX9kZka414fHrDA6dz {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #WdTIVIhMPdHzvgfTWxEa6QB9DZOQFDdO {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #NQotlcy908IHNn4llAqUbSIsXZsroD3o {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #BEJ33vRJClcWuhKfroCfbLBz9vr0Hcqu {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hpmAlb5ImmQF9tPoLPnONOJflmaL6Uvg {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZLmXKF0ifI39bIMcOK85rTIokztww0dT {  }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZLmXKF0ifI39bIMcOK85rTIokztww0dT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZBTuNbk0qmhHXyZDcQvcPXgUxd2M1N50 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PBm1K9K8h7zFdB6QCxX07PUWuUQTsIKd {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #aAPcq9gvwhuhvTluJwhHVEtq0NhTAmzp {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ErC4DtmSSUvgeyrbhp2GJFMPMd44Fkaz {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TDRNoftFaQIUaysqM8Lq4PWsviSeixy7 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Oq3b1xBUWg4Axz5LIg0tOgGeGCqv7ibR {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #iKbJxKcsZKDwNRLcvkB3AHUwX910IThZ {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #MSNN1FKKZJobGZ0yKHVLxIQTPAi24HhS {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #tiLh0ulIo4c9dKTbmctJ265FM6p4nOok {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #pTux3wg9Dn1REpHkm8e8NMHml0GbiFKX {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Hz1ngyrgaqfao4U80PeqsuloIO8Wa9k0 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dzkSHgcEJJzVJa7mxwnfxuDRzLzEBt51 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZfCqXzzQeUKl3T3m9wDlgyuZ2cGMG43p {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #a2KOiVzA1ztKt3xgVe7bVRTILeTnSgR9 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Td1rl967IqoMD7U8GKFwQerJvbBw0F4v {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hBDsT3qr6mJxLWFfSRU9hmdaK19JTx3o {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hCTxMWvudQxWPTGIDE8oBsfOlbB6kZT2 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #QG4aK8rx5lTGt3TaUnqiQKz69l2dvNJS {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dwTfE3BDzkyt3BduE5S68g0FHpTwXiNS {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XKAQvgXwkJNl2z2HpC2VGLmsoUpNemMe {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #xMerFgh0nwb4TEZl9y2nlT1zQAm5LFGT {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #lqHkDdf5RQ0yXLvqKBqdFRMu6dGwahTa {  }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #lqHkDdf5RQ0yXLvqKBqdFRMu6dGwahTa .container-column{width:50%;} }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #UpaM8tvnUEzQCxtIfRNZOsbwN2XAxLIZ {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Pg0dJ5nmJ5EUaer8h2B5499ulIOpauKe {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #bJHOXib7ukJCNqPCGWmkKd9fP1mkpDwU {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FcQ7uCFFzh7QCBRPp873kzTOwA853Reu {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ODDbQaDwKBviqdMTP5qyaQA3TvCma2bX {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #sZlKbOKtZMBT1eUUsTi9fD11yTKTQOrh {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #WvLqQvVnP8dCr3MSOarNFUnATPmt07SP {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #MV1D995q2NWaBvexDEbSrZg9cNChVoX8 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #s0O2eJrEBR6HmmJJLVeP8XVKWy3ulI2U {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #o3eNS3J0GBzVCrc9g02e2GXn2pzn6x12 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FkeSWvzKxPU6v2xfwT9XR6VFOZzRJeDe {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TVdzD628Cp7w2d5vJX0kM5cGMSLuUEgI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #R1ZeVaicWJ2VKU8yyVLkXvCglaSTof8N {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #pKRxWXiGsFPNq2WwK1xo1T8lT82bpXc2 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #f9Euh4UrttxF62s9IGXhB9irzZ5t8bm4 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #GH52vplIlrPHggTpFUTx8bGSaTPe11uh {  }
 }@media only screen and (max-width: 763px) { #G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 { display:none; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OButkDgrH2V5i4D99EeOORXiqg6XuK8N { width:47.75rem;height:4.75rem;top:2rem;left:0rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #arC48gqHytGufTV7NU2V6SX2OnTI1HZA { width:47.75rem;height:12.75rem;top:7.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7JasqLCckiZG1QdZOtmEGfXnMoDfNxn { width:47.75rem;height:9.4375rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7EOoTeyzNeyDHnKZRX6oGiK5RAKweSO { width:47.75rem;height:4rem;top:13.9375rem;left:0rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7W5p30Qx3QUfI3vTDVTlG9Zi4qZDOoV { width:47.75rem;height:3.5rem;top:20.9375rem;left:0rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUuF6ZLoJv1LDCEMJLlQqLdnhMp37n7I { width:47.75rem;height:6rem;top:27.0625rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { display:block; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8WAA6SqoOJnmgmZhyDTMMo3wFmTG4E6 { width:47.75rem;height:3.0625rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv { width:20.375rem;height:5.6525rem;display:flex;top:12.0625rem;left:12.58749961853rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #gtZpIZSi8nxiRTU3qGgkPNQLuzokHfuO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cNpsAilFA4uWshntW61R023n1steZCh2 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #Di0uDOf4EfIRSuNy6TnUBRpOQQr2FP7v {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #wSGKTH2AuT5bHTWoDIHfOv5bCy4AlZfI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #KMRbmTrf6xPAtmCBOeiNpDMC1v20AnTT {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #nSiXLUXKeGTCzg2rvrRZdpfFilG9pqfW {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #kMuA328Okz397k0E6ukCREDcnz3l4EDC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #y5qVn7g3zP5InzCI61TSTwMVsiFcl9xA {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #A04oKrc8dQ87M8opbbgcMwkS2u19ECk1 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #ec3wD5LSE6sbBIMCh5WUQhG3uMfCct1d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #rb6mehXlAGSBDH7AbukQeTlpyB9fOTz6 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cpxwkouR1NLi3zP3euOWz8uQ6eSttBsh {  }
 }@media only screen and (max-width: 763px) { #xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { display:none; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWzmAnSe9STXeqzhA7E5CO0wm5lQiyLZ { width:47.75rem;height:1.5625rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHUU1hus1dCPRgf2KdH2lzV4ABTrDMhD { width:47.75rem;height:4.75rem;top:4.5rem;left:0rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #daQfvunXfSJgJvgUJyFNQ7xpu8Tkd4cR { width:5.625rem;height:2.4375rem;top:11.4375rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kma3c0leA3nc7AQZBnLGkXI9Or1OHXZD { width:5.625rem;height:2.4375rem;top:11.4375rem;left:21.062501907349rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7kvOTCmbfWgauR0pUGyvoKw6meWSfLZ { width:5.625rem;height:2.4375rem;top:31.1875rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrmKGT1dIklJZvT6GSWkULNtyeHBZ1cR { width:17.375rem;height:17.3125rem;top:11.4375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9xWskRXRBrsPVqudQx54IQBf2svQoE6 { width:13.625rem;height:16.9375rem;top:11.4375rem;left:0.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8koxbhperZcu6S7PzMpscMWH4iZ3prs { width:17.5rem;height:17.4375rem;top:31.25rem;left:0.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZp07HZKFTczweCK87yJ25wskKIkv0D1 { width:22.875rem;height:3.4375rem;top:45.3125rem;left:21.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2BO3GqdVSouHWB9h4cR0HGfLQ3azhCg { display:block; }
 }@media only screen and (max-width: 763px) { #yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv { display:none; }#yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VC0PHynIyyGoxk61ltLlRS8dLCxUpvFV { width:38.9375rem;height:5.3125rem;top:6.6875rem;left:4.40625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apd9VbAPw4KuNIlb4734kyeBMVpKV1kU { display:block; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNu3aWw6oqORvg44Bb1SrXD1SPG3mo7I { width:16.75rem;height:4.625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyAKWX3btSNDpDWLaaT4aDQnDRmfO4hg { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3KNG8CeTPxTafKc1JPFTBKTcoNQuxPQ { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBfWUwJTJsTiSGwJcMaSTS8sGL3Cf5lZ { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1ysCoAnhz5hDwBXiybIflEZTED8mGf { top:1.6041870117188rem;left:3.1875rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfhiWLu9WsVTGkiBSRKxTpEBSOgiiaDG { display:block; }
 }@media only screen and (max-width: 763px) { #XzXdT0VGXhikRa3ngEcePZar2bZOdmZB { width:3.125rem;height:3.125rem;top:3.3125rem;left:12.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R299ktnAuuJke4BG8xJFQLFspwi2RTuN { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkCAgDaf3UIHGJmBzT5ucDeURrMOgkKI { width:3rem;height:3rem;top:7.625rem;left:28.437501907349rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suEFsUDrNLAkiqOzD0hgh8mx8OUwhHi8 { width:17.25rem;height:3.625rem;top:7.625rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#040c2c;background-image:none;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); } }@media only screen and (max-width: 763px) { #D6puDTP5RFvq439NdlmAylHEJC8U8ZVh { display:block; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhSM3xfSTNNsTBMvOOsvJAh6igsgegzv { width:7.375rem;height:1.5625rem;top:0.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e740a23d-911a-4eeb-9f12-c5915541e13c/Konkurs_foto_TPR_Baner_1920x1080_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.adaptive-delivery-prevent-bg, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyload, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyloading { background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { background-color: transparent; background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .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); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEq0coTevtkNkdU0v3rDtWeHdQ8pvyNb { width:18.75rem;height:3.25rem;top:8.5523443222044rem;left:1.25rem;font-size:1.375rem;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #Rwdq13qL3gNLtbbRBVSkisgkKaBiB83U { display:block; }
 }@media only screen and (max-width: 763px) { #VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l { background-color:#0f1c27;background-image:none;display:block; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container { background-color: transparent; background-image: none; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container > .video-iframe-container { display: none; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row > .video-iframe-container { display: none; }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .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); }#VVkkg0dEDBFT1t4SXoozP2wNbfLEo03l > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HL9T2PCM9HDBmaXevA0TlkOgXuDkkQNf { width:19rem;height:3.625rem;top:0.75rem;left:0.5rem;font-size:1.375rem;line-height:2;background-color:#b27b0a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #By6s56nb5mTN47CiJLtSe39QkMwhZpLI { display:block; }
 }@media only screen and (max-width: 763px) { #MJuNpZMPwcTqb625D8DRC3nqawVKia6v { background-color:#0f1c27;background-image:none;display:block; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row .container { background-color: transparent; background-image: none; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row .container > .video-iframe-container { display: none; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row > .video-iframe-container { display: none; }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .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); }#MJuNpZMPwcTqb625D8DRC3nqawVKia6v > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtuUhKfSqfVPJAVmedTkX88OMc1okPBu { width:7.8125rem;height:7.8125rem;top:8.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmlk4UB2OaZXmzIVLG9darlkAIwuzNQv { width:4.75rem;height:4.75rem;top:6.6748046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9by2sgq4BqVTGUyetJR43hFz4EOMwd { width:1.375rem;height:2.5996125rem;top:7.7490234375rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHW1OWTQHzB3B4Wk7a84OBbnNTXMtmfG { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsZfO64yEEagKR8h96lwwVVSfskUTS3N { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHVM0TmF3fpT667SQKGEPlQuLP3RFOaJ { width:7.8125rem;height:7.8125rem;top:33.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXcC9uxwy6OMbmFDTbpFlQoM6ont2Zz { width:4.75rem;height:4.75rem;top:30.787109375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohPcpl44KtsXWenJ076XThyEuVLEneI5 { width:1.375rem;height:2.5996125rem;top:31.861328125rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCgiCMVxnFhmQugsshnSdBXgolv7rgf { width:18.6875rem;height:7.3125rem;top:21.375rem;left:0.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJJ2CdSA3gcNCv7yR0TP82kDSZpNOdTq { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bt9DPp8HtNUA4nhPcw6XgooXoUiMUrqz { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5opEVsOL5qdwViJJ7ohT0tQiUMVf50l { width:7.8125rem;height:7.8125rem;top:53.537109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2baiy2J54AwtVQPzxX1mw9xTocLSn6E { width:4.75rem;height:4.75rem;top:51.412109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1IT1TQ0apRc12pansyEuVzQDKb6gH1k { width:1.375rem;height:2.5996125rem;top:52.4873046875rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBg86RQqRZmKcQHOTaeIHh9nM7Rqnop { display:flex;width:3.875rem;height:3.875rem;top:35.09375rem;left:4.15625rem; }
 }@media only screen and (max-width: 763px) { #mLyc2zguEhTVkhlh5qTGTvwBEibut12s { display:flex;width:4.3125rem;height:4.3125rem;top:55.287109375rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #BAp9F2veaN61dBClWy0DygsknDdTQiJi { display:flex;width:3.125rem;height:3.125rem;top:11.03125rem;left:4.53125rem; }
 }@media only screen and (max-width: 763px) { #kKrwX6HxWdOBEe4yKhB47JkLdUMAsq24 { display:flex;width:3.125rem;height:3.125rem;top:73.15625rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #D2o1DsNARcCc0DaOnK2KXwFlITkGE7eI { display:flex;width:2.6875rem;height:2.6875rem;top:76.28125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #b9OtLIaNo9iltGbWM1903racNWh4FTve { width:18.875rem;height:4.7109375rem;top:1.1875rem;left:0.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKo5xDIxvXm64ASmcq9pzd921ECukC4 { width:19.625rem;height:2.5996125rem;top:17.75rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SllhNQilOKoODT0cGpMG5MdeNslVG9oa { width:19.375rem;height:2.5996125rem;top:42.6875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POuIPJ1enAzypEmd1ZT4gncmZclgb9QW { width:18.5625rem;height:3.65625rem;top:45.76171875rem;left:0.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tnBpvWVWWpkcWfAcIVaTKyTRB2FwpSrq { width:18.625rem;height:1.29980625rem;top:62.6083984375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvKp17RuiCUq5EXMm6Bq0Tz6cG389zVd { width:18.6875rem;height:2.4375rem;top:64.1708984375rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLLR5Iv3KTfAoOzKQiG7mM70DQwEy3t4 { width:0;height:3.75rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAUqAPyR1Qm6nty4nrcgIb9lJ7M4b8PL { width:19.875rem;height:0;top:45.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HL9Vl10ZymSxFvJRwpJpl9K1CCo5PVHx { width:7.8125rem;height:7.8125rem;top:71.96875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEbaNhwlT268QmWuIbOPPBcmI6I0Uia { width:4.75rem;height:4.75rem;top:69.78125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4bkpk89AREdiX6JpBd6D10qopF1wZTn { width:1.375rem;height:2.5996125rem;top:70.8564453125rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMT9c4msWL9WLSIa0Qq1s1uB93GgO3SK { width:16.875rem;height:2.76171875rem;top:80.96875rem;left:0.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZvHs8Fm73Ml9ycrbdZJV0T0573ryEb { width:19.375rem;height:12.42774375rem;top:83.73046875rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOOJc4w0T1fkQZ5zEd0kRHA6KGsUcmn4 { display:flex;width:7.0625rem;height:7.0625rem;top:98.53125rem;left:6.46875rem; }
 }@media only screen and (max-width: 763px) { #VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk { display:none; }#VT7kKDuT4zRlL7X2gEpwkMT8R11JMEuk > .row .container { width:20rem;height:149.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OfdAR5KD0aAQ5oaW04vJ0QFWTDdfgrvd { width:7.8125rem;height:7.8125rem;top:9.9999995231631rem;left:6.4374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzOHe5gukJChuRyppyHHOehBHy0333aJ { width:4.75rem;height:4.75rem;top:8.5624995231631rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlHK7ekhC5eSp1sdlksGGswOZsSCWJW { width:1.375rem;height:2.5996125rem;top:9.3124995231631rem;left:6.8124998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXE5FnH8VxSlcI7L3Mw7mgfvwlM48xz { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbOclp9MiqeCCEVLy8bPzC636wMWIHiR { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdboP8VK0g1qJ0ULEy0UQfi5EqGNbLov { width:7.8125rem;height:7.8125rem;top:28.625rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTnXuPerRnL5mSJUnD4KJRylF0KmwfJ { width:4.75rem;height:4.75rem;top:27.1875rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkaSWkxysg1PwkOrvc0fEi1xo0zSymEc { width:1.375rem;height:2.5996125rem;top:28.1875rem;left:6.8749998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoFn1xePSrZJ0F7IrpwmtbI3RAlzOAw3 { width:18.6875rem;height:8.77148125rem;top:22.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KU2OqAc9o51Skqas2gkZN1CH2iAuvHXJ { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rINh5klNrEu5t26VQVU7UV2KkSxpgHnw { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cihtxg4M17owfSgn6lWzfau3axPbSNoy { width:7.8125rem;height:7.8125rem;top:48.749999046326rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC2yaTsf1MkIGFMtRCfB0t8MZhFaJnNL { width:4.75rem;height:4.75rem;top:47.312499046326rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhT4TDNW4khS5CF0FL8pTrB27CPVhbwe { width:1.375rem;height:2.5996125rem;top:48.124999046326rem;left:6.8749998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #thS5Ny0zTuVRr9dkTD5POzn3437p0SEh { display:flex;width:3.875rem;height:3.875rem;top:87.9834rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #f84ks37OyufZdpONS4q2M4mxRaCxAd7r { display:flex;width:4.3125rem;height:4.3125rem;top:93.1084rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #CgM0FJyZ3M7t8G02vq65rpIzatDtkJWF { display:flex;width:3.125rem;height:3.125rem;top:64.26171875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TNZv3qOfFDlOTxBambNWBHXqu1VyTDVg { display:flex;width:3.125rem;height:3.125rem;top:133.09375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #zNpQ7h4xrDyhA6N67p3VZOzdyBcKrFFb { display:flex;width:2.6875rem;height:2.6875rem;top:136.34375rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #Caxl5AMotl4GpE9pAX8HGwD0a9DISUEl { width:20rem;height:5.19921875rem;top:57.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTritsBO9AWrXh7Tt24hb16QJGwXLrop { width:20rem;height:4.875rem;top:68.63671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDJ2ki6nd3WJr1ZEWIRiZsWW4qCC8A82 { width:20rem;height:4.875rem;top:74.76171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKq2duHa7HbT1r3RIQkN1M5JdsDSRBqm { width:20rem;height:5.84765rem;top:80.88671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNZvO2ZTcNT0HD0sKtExXDbl6a0BPfIs { width:20rem;height:1.625rem;top:98.6709rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivawMxGDfkFccaq5AeCEUUI05QCXXFBq { width:20rem;height:2.923825rem;top:101.5459rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFXMiDOWawvxT6K4khdUszVZKPO4WGMn { width:0;height:3.75rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsR56tkpgTei864egi89G6QgFawusmST { width:19.875rem;height:0;top:45.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKLDsNEd666apsFI8ayMERtzFVsZDqAn { width:7.8125rem;height:7.8125rem;top:132.09375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEhceoeExoK8RJAWf8wIDdr8ZmZ3aDNI { width:4.75rem;height:4.75rem;top:105.71875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdnw7weeQlJOgz3p9oNpVhxl5aJGcz0k { width:1.375rem;height:2.5996125rem;top:130.900390625rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t462Xy9cXew7MSEgsZHgF4TXTcCCZfnA { width:20rem;height:1.625rem;top:111.71875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl24s3fmwKLTc90paCR3VWenV53HhBqX { width:20rem;height:16.25rem;top:114.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzbON5ml1WWs8ZLvI5DnW2nVVP7tnxL2 { display:flex;width:7.0625rem;height:7.0625rem;top:141.15625rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #EDIPOPUkLVEehvyvRL59VupCW55AlUF9 { display:none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { width:20rem;height:154.8125rem;background-color:#0f1c27;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FLpOLokZ8OdFIg9AkTpkaZfK54DhEheU { width:20rem;height:4.35rem;top:1.2882752418518rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X8myzUtZAFqelc8MQbmyeWFIWA188kuH { width:19.625rem;height:124.125rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;line-height:1.4;overflow:hidden;display:block;font-size:0.9375rem;color:#ffffff; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-text {padding-top: 0; padding-bottom: 0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-select {padding-top: 0; padding-bottom: 0;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.5rem;font-size:1.25rem;overflow:hidden; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;color:#ffffff; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-radio-label { color:#ffffff;font-size:0.9375rem;overflow:hidden;height:2.9375rem;line-height:2.1; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr  { width:17.5rem;height:auto;top:6.177734375rem;left:0rem;background-color:#0f1c27;background-image:none; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3;color:#ffffff; }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr {display:block;}#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr { width:17.5rem;height:auto;top:6.177734375rem;left:0rem;background-color:#0f1c27;background-image:none; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PMTcpOw2VLhAur73GrXyn3uPnd3tHksI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #EuDqKsLDSFb9OXvedMXFrCU2E1Kmgo34 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #gyhdgWXx2mTTMmh5NED4LZKcaM5ZqtMg {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PRf62slFX7gixq08ykReO1zSblG8VhCD {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #i58q6LqIfgO1g22Er4e7VIonCENxOZb1 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #fSIkQXzI9yZD9ptlF3xaPALZJRRGT6pG {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ctmKU7wTffd239QJLUgbsi11FWTRGRMI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #JgK8EAaC9ULXZt4JTOKmTmHgmWET2Osh { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XGD6LlScIAARzvfr7mJEMpskqoHsLWT7 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZNHOLe14QLPE2p4vHhHsBPwbUoLHU0sU {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ay3I1EPGs59s364cgfvVs98b6UDmuxK5 { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #aSXlZ6RsR5p6NWBmDhSNxo9cTVoEFbA4 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #n68C2tBMbtqRlzEw3ySzUOmc5HRHSIbt {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #q3tszi0kZTyW5G9tLNgfN4w91nvHvbcU { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #nSx3W3T86yge0MLav421iEAGlb17aVcl {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #cBXF61cdw2FWVIyp7N0N5fiGXvAL8HFp {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dx9tGpLqpaNp1pt5rluFiLTPOO0GvZ57 { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #JprBG4J6t5CHJ2ettDVIbQWanTZyPR9z {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #LJoPpKi68ys1v0z6vxKDwn24l60pSgmP {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #uhgHPlSRt5b6nBlzNUg8sx8khuOrCULA { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Ck9goTTNuht7JPrGVuRtVE6kGTuGvULE {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hTiLXrQecPMpRbGEVz4OAkSxxArXmQ9w {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #eOvcfB07LXyCrIfgT579msicUczyMLNe { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FKi31gq8838DkBWO0GM30yfLrt3fzUmb {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #h9OeJKPHBuDQkTemmJchxPC0NBKIbS9O {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XVfBWETPmlvaqbG3ET6EJ0GEl6Ntm6FT { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #OsUfF0Oci4er378lwUVI4QB6KryFEesd {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #huk5KAInNOrVuMrwC4GaDgwhVlpL6vb3 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #KLXMESqKJpA7nh2q1GRmNbdwvfpZ8rd8 { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TIltx9blVVH1igU09crn3J91v4sN0wbA {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #StaIunNkH5fistxtaP7fFiSihWyNn7kD {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #uJ29XqcUnrq7dF2RPaBbZT36DuENX2vD { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #KeWvLTlapJaZbURIiH4yDINvXDBRMAmg {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #vmiuTzwhrrdbrX1T52pTIQxBVF6fiBqW {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #m8p3tPkRVHtTscWTHwQsMDEGbPXzv9Lc {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #UEJuFXgFr1dC1fTzfh7pArCKCqaH41sI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hdOvoKqu68WTyeTpE54yqIVEvNaImKuJ {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #zDXmZeAXRt3RFh8b0anDz0CRvliyVtDX {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #VskeF00TicCTDEW3952fg9780zKJiTCd {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #cQnkWF0Ik7cd4EvyM6om0aK7oDc2UnzU {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #gN5O1syagHw2O3cAhhlnXDb6fIrDFeRQ {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #kmSx4VMKqV5waPAmcUAHHlSsXwzFPOWA {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #vH8cybmMnqcZqDsf50wfFAAcsoFUnSJA {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ypxlzKnZ4z74RdKtKg7FIM78IeknXZqv {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #VoO9X5ETnGwsvWtX9kZka414fHrDA6dz {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #WdTIVIhMPdHzvgfTWxEa6QB9DZOQFDdO {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #NQotlcy908IHNn4llAqUbSIsXZsroD3o {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #BEJ33vRJClcWuhKfroCfbLBz9vr0Hcqu {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hpmAlb5ImmQF9tPoLPnONOJflmaL6Uvg {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZLmXKF0ifI39bIMcOK85rTIokztww0dT {  }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZLmXKF0ifI39bIMcOK85rTIokztww0dT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZBTuNbk0qmhHXyZDcQvcPXgUxd2M1N50 { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #PBm1K9K8h7zFdB6QCxX07PUWuUQTsIKd {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #aAPcq9gvwhuhvTluJwhHVEtq0NhTAmzp {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ErC4DtmSSUvgeyrbhp2GJFMPMd44Fkaz {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TDRNoftFaQIUaysqM8Lq4PWsviSeixy7 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Oq3b1xBUWg4Axz5LIg0tOgGeGCqv7ibR {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #iKbJxKcsZKDwNRLcvkB3AHUwX910IThZ {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #MSNN1FKKZJobGZ0yKHVLxIQTPAi24HhS {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #tiLh0ulIo4c9dKTbmctJ265FM6p4nOok {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #pTux3wg9Dn1REpHkm8e8NMHml0GbiFKX {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Hz1ngyrgaqfao4U80PeqsuloIO8Wa9k0 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dzkSHgcEJJzVJa7mxwnfxuDRzLzEBt51 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ZfCqXzzQeUKl3T3m9wDlgyuZ2cGMG43p {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #a2KOiVzA1ztKt3xgVe7bVRTILeTnSgR9 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Td1rl967IqoMD7U8GKFwQerJvbBw0F4v {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hBDsT3qr6mJxLWFfSRU9hmdaK19JTx3o {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #hCTxMWvudQxWPTGIDE8oBsfOlbB6kZT2 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #QG4aK8rx5lTGt3TaUnqiQKz69l2dvNJS {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #dwTfE3BDzkyt3BduE5S68g0FHpTwXiNS {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #XKAQvgXwkJNl2z2HpC2VGLmsoUpNemMe {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #xMerFgh0nwb4TEZl9y2nlT1zQAm5LFGT {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #lqHkDdf5RQ0yXLvqKBqdFRMu6dGwahTa {  }
#S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #lqHkDdf5RQ0yXLvqKBqdFRMu6dGwahTa .container-column{width:50%;} }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #UpaM8tvnUEzQCxtIfRNZOsbwN2XAxLIZ { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #Pg0dJ5nmJ5EUaer8h2B5499ulIOpauKe {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #bJHOXib7ukJCNqPCGWmkKd9fP1mkpDwU {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FcQ7uCFFzh7QCBRPp873kzTOwA853Reu {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #ODDbQaDwKBviqdMTP5qyaQA3TvCma2bX {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #sZlKbOKtZMBT1eUUsTi9fD11yTKTQOrh {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #WvLqQvVnP8dCr3MSOarNFUnATPmt07SP {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #MV1D995q2NWaBvexDEbSrZg9cNChVoX8 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #s0O2eJrEBR6HmmJJLVeP8XVKWy3ulI2U {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #o3eNS3J0GBzVCrc9g02e2GXn2pzn6x12 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #FkeSWvzKxPU6v2xfwT9XR6VFOZzRJeDe { display:block; }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #TVdzD628Cp7w2d5vJX0kM5cGMSLuUEgI {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #R1ZeVaicWJ2VKU8yyVLkXvCglaSTof8N {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #pKRxWXiGsFPNq2WwK1xo1T8lT82bpXc2 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #f9Euh4UrttxF62s9IGXhB9irzZ5t8bm4 {  }
 }@media only screen and (max-width: 763px) { #S4XiQRuS9BmiTTnmcuuEZlqVkOAkTQBr #GH52vplIlrPHggTpFUTx8bGSaTPe11uh {  }
 }@media only screen and (max-width: 763px) { #G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 { display:none; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OButkDgrH2V5i4D99EeOORXiqg6XuK8N { width:19rem;height:2.4rem;top:0.86250019073488rem;left:0.5rem;text-align:left;text-align-last:left;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #arC48gqHytGufTV7NU2V6SX2OnTI1HZA { width:18.1875rem;height:17.25rem;top:3.8375005722046rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#040404;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7JasqLCckiZG1QdZOtmEGfXnMoDfNxn { width:20rem;height:4.2rem;top:1.42578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m7EOoTeyzNeyDHnKZRX6oGiK5RAKweSO { width:20rem;height:4.8rem;top:7.114062309265rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G7W5p30Qx3QUfI3vTDVTlG9Zi4qZDOoV { width:20rem;height:7.2rem;top:13.8515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PUuF6ZLoJv1LDCEMJLlQqLdnhMp37n7I { width:20rem;height:9.6rem;top:22.789844512939rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { display:none; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .row .container { width:20rem;height:13.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P8WAA6SqoOJnmgmZhyDTMMo3wFmTG4E6 { width:20rem;height:3rem;top:1.3328132629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-number { padding-top:0.435625rem;padding-right:0.385rem;padding-bottom:0.435625rem;padding-left:0.385rem;width:2.309375rem;min-width:2.309375rem;height:2.340625rem;font-size:1.741875rem;line-height:37.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.25625rem solid #2a2d3d;border-right:0.26375rem solid #2a2d3d;border-bottom:0.25625rem solid #2a2d3d;border-left:0.26375rem solid #2a2d3d; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.271875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.07875rem;height:0.925625rem;font-size:0.653125rem;line-height:14.81px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv { width:18.4375rem;height:4.921875rem;display:flex;top:5.7976570129394rem;left:0.94218754768369rem;z-index:15008;padding-top:0.085625rem;padding-right:0.088125rem;padding-bottom:0.085625rem;padding-left:0.088125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #gtZpIZSi8nxiRTU3qGgkPNQLuzokHfuO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cNpsAilFA4uWshntW61R023n1steZCh2 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #Di0uDOf4EfIRSuNy6TnUBRpOQQr2FP7v {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #wSGKTH2AuT5bHTWoDIHfOv5bCy4AlZfI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #KMRbmTrf6xPAtmCBOeiNpDMC1v20AnTT {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #nSiXLUXKeGTCzg2rvrRZdpfFilG9pqfW {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #kMuA328Okz397k0E6ukCREDcnz3l4EDC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #y5qVn7g3zP5InzCI61TSTwMVsiFcl9xA {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #A04oKrc8dQ87M8opbbgcMwkS2u19ECk1 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #ec3wD5LSE6sbBIMCh5WUQhG3uMfCct1d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #rb6mehXlAGSBDH7AbukQeTlpyB9fOTz6 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cpxwkouR1NLi3zP3euOWz8uQ6eSttBsh {  }
 }@media only screen and (max-width: 763px) { #xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { display:none; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container { width:20rem;height:78.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWzmAnSe9STXeqzhA7E5CO0wm5lQiyLZ { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dHUU1hus1dCPRgf2KdH2lzV4ABTrDMhD { width:20rem;height:4.8rem;top:5.65rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #daQfvunXfSJgJvgUJyFNQ7xpu8Tkd4cR { width:5.625rem;height:2.4rem;top:9.3rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kma3c0leA3nc7AQZBnLGkXI9Or1OHXZD { width:5.625rem;height:2.4rem;top:31.5125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v7kvOTCmbfWgauR0pUGyvoKw6meWSfLZ { width:5.625rem;height:2.4rem;top:53.35rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hrmKGT1dIklJZvT6GSWkULNtyeHBZ1cR { width:17.375rem;height:17.3125rem;top:34.8740234375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9xWskRXRBrsPVqudQx54IQBf2svQoE6 { width:13.625rem;height:16.9375rem;top:12.287109375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8koxbhperZcu6S7PzMpscMWH4iZ3prs { width:17.5rem;height:17.4375rem;top:57.212501525879rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZp07HZKFTczweCK87yJ25wskKIkv0D1 { width:19rem;height:3.4375rem;top:76.44921875rem;left:1rem;font-size:1.375rem;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #H2BO3GqdVSouHWB9h4cR0HGfLQ3azhCg { display:block; }
 }@media only screen and (max-width: 763px) { #yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv { display:none; }#yQhp54AIHtDN49Q5bDuZ1vflS6SEU6Nv > .row .container { width:20rem;height:5.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VC0PHynIyyGoxk61ltLlRS8dLCxUpvFV { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #apd9VbAPw4KuNIlb4734kyeBMVpKV1kU { display:block; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNu3aWw6oqORvg44Bb1SrXD1SPG3mo7I { width:10.9995rem;height:3.1875rem;top:1.99951171875rem;left:4.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyAKWX3btSNDpDWLaaT4aDQnDRmfO4hg { width:3.125rem;height:3.125rem;top:14.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3KNG8CeTPxTafKc1JPFTBKTcoNQuxPQ { width:12.5rem;height:1.3rem;top:24.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBfWUwJTJsTiSGwJcMaSTS8sGL3Cf5lZ { width:15.1875rem;height:1.3rem;top:17.3125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1ysCoAnhz5hDwBXiybIflEZTED8mGf { top:10.25rem;left:3.875rem;width:12.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfhiWLu9WsVTGkiBSRKxTpEBSOgiiaDG { display:block; }
 }@media only screen and (max-width: 763px) { #XzXdT0VGXhikRa3ngEcePZar2bZOdmZB { width:3.1875rem;height:3.1875rem;top:7rem;left:8.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R299ktnAuuJke4BG8xJFQLFspwi2RTuN { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkCAgDaf3UIHGJmBzT5ucDeURrMOgkKI { width:3rem;height:3rem;top:7.625rem;left:8.5rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suEFsUDrNLAkiqOzD0hgh8mx8OUwhHi8 { width:17.25rem;height:auto;top:7.625rem;left:1.375rem;font-size:1rem;display:none; }
 }