.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row .container { background-color: transparent; background-image: none; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row .container > .video-iframe-container { display: none; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row > .video-iframe-container { display: none; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .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); }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row .container { border-width: 0; border-radius: 0; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#zOrbuTT6ZxwCRheUGEESVN2ATXPUboFo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.125rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#HCZtswnTc6BTmz3loUc2hnISKzHQvfpo { z-index:15003;top:0.59375rem;left:9.4609375rem;background-color:#f9e93f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TrHVB61mNIcWTKE7gAQa8zV1MsSFnP59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUmz5QXMERXBrz6oFFUMCRbTuSidhEqD { z-index:15003;top:0.34375rem;left:63.24999809265rem;background-color:#fd0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x8dx0PEfh1xk1Avr0RGZAbWtpxVanudK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/641f6649-241b-4218-94e3-6c8184f3a457/Farming_Simulator_SE_2560x1440.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row .container { background-color: transparent; background-image: none; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row .container > .video-iframe-container { display: none; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row > .video-iframe-container { display: none; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .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); }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row .container { border-width: 0; border-radius: 0; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#Kvl6dTzLQA7cz8ZMdHi7kTlL6nlJFw95 { color:#f4f4f4;display:block;width:32.3125rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.33203125rem;left:2.65625rem;height:9.75rem;font-style:normal;display:block; }
#b1zmCsccLr7eBvCmDxmqKDGiAmmTRPed { position:absolute;display:block;z-index:15001;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;height:20.375rem;width:36.3125rem;top:2.53125rem;left:37.4697265625rem;display:block; }
#PK9z4xoZxpCQLdmDRIRksOrQZcPTagAd { color:rgba(var(--color-tertiary-1),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.33203125rem;left:2.65625rem;height:11.375rem;display:none; }
#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row .container { background-color: transparent; background-image: none; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row .container > .video-iframe-container { display: none; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row > .video-iframe-container { display: none; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .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); }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row .container { border-width: 0; border-radius: 0; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#n0D3NRTGQ2hx645icpQpTWQk6LuJ5Tet { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:notosans;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0.78125rem;height:2.03125rem;display:block; }
#sW8aNMawrRg8wLKoUWKlxwFDL5nSrSsT { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.93359375rem;left:1.1875rem;height:11.6953125rem;display:block; }
#ROqxgequklMM0fB5sfT1yVN26uhT6w6M { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:20rem;top:1.5625rem;left:49.875rem;overflow:hidden;display:block; }
#fSoeiv2vxl9Qz62k5cI9wwT1AKK33lPd { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:19.875rem;top:13.5966796875rem;left:49.875rem;overflow:hidden;display:block; }
#UkGuMwRKgXTuUmrtVrA1LzrpMZFElQEb { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.93359375rem;left:1.1875rem;height:11.6953125rem;display:none; }
#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row .container { background-color: transparent; background-image: none; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row .container > .video-iframe-container { display: none; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row > .video-iframe-container { display: none; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .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); }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row .container { border-width: 0; border-radius: 0; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#iguJUUJWVLRE5GfCdM4Ksnpl3KiFvtwg { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:notosans;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:23.4375rem;height:4.0625rem;display:block; }
#PkT1K4oPQevqBB5EdUNkBkK1Lf6pa7vl { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.24609375rem;left:23.4375rem;height:7.3095625rem;display:block; }
#fVqum7eRivzT17neGMndy9kwAITz6MtK { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:19.875rem;top:13.625rem;left:0.96875rem;overflow:hidden;display:block; }
#G9io9pbD956EWFMGh97sHN8ubICM6rSx { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:19.875rem;top:1.5625rem;left:1.03125rem;overflow:hidden;display:block; }
#EXUB5MvfrA0x5CnCcRlELTkwSAJAh3BV { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.24609375rem;left:23.4375rem;height:7.3095625rem;display:none; }
#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row .container { background-color: transparent; background-image: none; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row .container > .video-iframe-container { display: none; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row > .video-iframe-container { display: none; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .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); }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row .container { border-width: 0; border-radius: 0; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#TqypQnseCEcMf7ik9UQNvAmysQf7K2Z2 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:notosans;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0.78125rem;height:2.03125rem;display:block; }
#RUO9qOvnMmfBQbq3F1J6q1HFtQQvANDM { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.37109375rem;left:1.1875rem;height:5.84765625rem;display:block; }
#SEJ8KAJWPs2EMMZf5hatTklbVTi8fQx8 { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:19.875rem;top:1.5625rem;left:49.875rem;overflow:hidden;display:block; }
#TPTTyyoupfytn6v20T8XJzenwWXSUGbg { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:19.875rem;top:13.5966796875rem;left:49.875rem;overflow:hidden;display:block; }
#oINu0DCQ0W1dKcDOgDWnB8V701pwi301 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.37109375rem;left:1.1875rem;height:5.84765625rem;display:none; }
#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row .container { background-color: transparent; background-image: none; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row .container > .video-iframe-container { display: none; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row > .video-iframe-container { display: none; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .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); }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row .container { border-width: 0; border-radius: 0; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#EdUTZExORsITRwbqIsTSUvFdK2TV1rFR { color:#f4f4f4;display:block;width:25.875rem;position:absolute;font-family:notosans;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.1875rem;left:28.375rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S27UTJsyVsMz1QCHZvokwrlpSVJybLFu { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:11.4375rem;top:3.75rem;left:6.4375rem;overflow:hidden;display:block; }
#yCcTA4xMWN1kMvrxntNDAtaJJLgWNxM0 { z-index:15003;top:7.0625rem;left:22.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iJcnPX358OSNvmfuc7nJ9DWCgAA7zQTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIHy0xAb3LMnl2HTvL8slLmwiFzri64m { z-index:15004;top:7.0625rem;left:35.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#obkb4BhTog3ru3XEbwCHgOvZlqFpFfOR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OutF9Jcxx8yGtdVBqVFRTd8yPGJLu859 { z-index:15005;top:7.0625rem;left:48.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HrTXD8A9nhhUoS47lHdsCPQnqsG7lmwI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#po59VOiReSxddC1U7LyMOdcwNxvQFSZV { z-index:15006;top:10.625rem;left:22.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sDQlLr9ffgEDE2qBOoastcFSUXi9Mc2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dfy7qlyp8aH0ACF4WlPf6u1XfCBukfO9 { z-index:15007;top:10.625rem;left:35.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TttJOGQ6dsJBvmwiF2DbMoTXKpmAoMuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaDTbBdNXvA72EANTODRDX3DVtf94zyJ { z-index:15008;top:10.625rem;left:48.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bsXlpf7XBuE0IztnuwGBfD89G6AwweBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I2sTSnEHxqUxcOA0P1qNnTmFvhTD2zNU { z-index:15009;top:14rem;left:22.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ccWXdQXyWZ5hC85gnNphUmefK7ITB1Wk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQ8M4rDKET3sXT1q2NXOv0guDVODxQa0 { z-index:15010;top:14rem;left:35.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tObX1I0t7oLGZB8zvzshCTdOMK9EnzpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qco2gMcdAeKq7VPVbpAcNpqbiySnSdBi { z-index:15011;top:14rem;left:48.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Icmz59FPcE7ciaVDGpM3aiOtsRceS5A3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fi3tDKC23WHxpIQMWTUfVK9F18IJ2kBP { z-index:15012;top:17.4375rem;left:22.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ET7FOLMrkaxuPLE1THFTvUZFitViUgJP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqaNFovKvNMMhqk5SnywTF1DSD17T0fk { z-index:15013;top:17.4375rem;left:35.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#flLpE8LeBowA4HbFqLaacQXbl5QD2sbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNN0J0Hg7gEqXDdK2buqXcZBVwTFGh9z { z-index:15014;top:17.4375rem;left:48.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#reamfJHguq4Ea9VcX9yWuMPPh0oFTFMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row .container { background-color: transparent; background-image: none; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row .container > .video-iframe-container { display: none; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row > .video-iframe-container { display: none; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .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); }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row .container { border-width: 0; border-radius: 0; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#WHw0IVO8ZCxHVKX0D9nMEnE6rSJrlnRc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.1875rem;top:1.625rem;left:2.375rem;overflow:hidden;display:block; }
#GKTub0HQEIGn8igcmWd4VStVQyu5oGXv { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.1875rem;height:3.25rem;display:block; }
#NwihvkF6HlzJHcOQ77hauHQREI2aRQNH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:1.25rem;left:69.5rem;overflow:hidden;display:block; }
#pGwpsl4iKMTIpp46vsMcfpqO3Z51613L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.9375rem;top:1.625rem;left:60.875rem;overflow:hidden;display:block; }
#mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row .container { background-color: transparent; background-image: none; }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row .container > .video-iframe-container { display: none; }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row > .video-iframe-container { display: none; }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .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); }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row .container { border-width: 0; border-radius: 0; }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 { display:block; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOrbuTT6ZxwCRheUGEESVN2ATXPUboFo { width:8.125rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCZtswnTc6BTmz3loUc2hnISKzHQvfpo { top:0.5625rem;left:0rem;width:7.75rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrHVB61mNIcWTKE7gAQa8zV1MsSFnP59 { display:block; }
 }@media only screen and (max-width: 763px) { #BUmz5QXMERXBrz6oFFUMCRbTuSidhEqD { top:0.3125rem;left:36.5rem;width:11.25rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8dx0PEfh1xk1Avr0RGZAbWtpxVanudK { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK { display:block; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kvl6dTzLQA7cz8ZMdHi7kTlL6nlJFw95 { width:32.3125rem;height:9.75rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1zmCsccLr7eBvCmDxmqKDGiAmmTRPed { width:36.3125rem;height:20.375rem;top:2.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9z4xoZxpCQLdmDRIRksOrQZcPTagAd { width:20rem;height:13.125rem;top:13.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O { display:block; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0D3NRTGQ2hx645icpQpTWQk6LuJ5Tet { width:45.3125rem;height:2rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW8aNMawrRg8wLKoUWKlxwFDL5nSrSsT { width:44.5rem;height:11.6875rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROqxgequklMM0fB5sfT1yVN26uhT6w6M { width:20rem;height:11.1875rem;top:1.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSoeiv2vxl9Qz62k5cI9wwT1AKK33lPd { width:19.875rem;height:11.125rem;top:13.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGuMwRKgXTuUmrtVrA1LzrpMZFElQEb { width:20rem;height:26.3125rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e { display:block; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iguJUUJWVLRE5GfCdM4Ksnpl3KiFvtwg { width:46.8125rem;height:4.0625rem;top:1.5625rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkT1K4oPQevqBB5EdUNkBkK1Lf6pa7vl { width:44.5rem;height:7.25rem;top:8.1875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVqum7eRivzT17neGMndy9kwAITz6MtK { width:19.875rem;height:11.125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9io9pbD956EWFMGh97sHN8ubICM6rSx { width:19.875rem;height:11.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXUB5MvfrA0x5CnCcRlELTkwSAJAh3BV { width:20rem;height:16.0625rem;top:7rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ { display:block; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqypQnseCEcMf7ik9UQNvAmysQf7K2Z2 { width:45.3125rem;height:;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUO9qOvnMmfBQbq3F1J6q1HFtQQvANDM { width:44.5rem;height:5.8125rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEJ8KAJWPs2EMMZf5hatTklbVTi8fQx8 { width:19.875rem;height:11.125rem;top:1.5625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTTyyoupfytn6v20T8XJzenwWXSUGbg { width:19.875rem;height:11.125rem;top:13.5625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oINu0DCQ0W1dKcDOgDWnB8V701pwi301 { width:20rem;height:13.125rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 { display:block; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdUTZExORsITRwbqIsTSUvFdK2TV1rFR { width:25.875rem;height:4.8125rem;top:1.1875rem;left:14.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S27UTJsyVsMz1QCHZvokwrlpSVJybLFu { width:11.4375rem;height:18.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCcTA4xMWN1kMvrxntNDAtaJJLgWNxM0 { top:7.0625rem;left:8.8125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJcnPX358OSNvmfuc7nJ9DWCgAA7zQTe { display:block; }
 }@media only screen and (max-width: 763px) { #IIHy0xAb3LMnl2HTvL8slLmwiFzri64m { top:7.0625rem;left:22rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obkb4BhTog3ru3XEbwCHgOvZlqFpFfOR { display:block; }
 }@media only screen and (max-width: 763px) { #OutF9Jcxx8yGtdVBqVFRTd8yPGJLu859 { top:7.0625rem;left:34.75rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTXD8A9nhhUoS47lHdsCPQnqsG7lmwI { display:block; }
 }@media only screen and (max-width: 763px) { #po59VOiReSxddC1U7LyMOdcwNxvQFSZV { top:10.625rem;left:8.8125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQlLr9ffgEDE2qBOoastcFSUXi9Mc2r { display:block; }
 }@media only screen and (max-width: 763px) { #Dfy7qlyp8aH0ACF4WlPf6u1XfCBukfO9 { top:10.625rem;left:22.0625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttJOGQ6dsJBvmwiF2DbMoTXKpmAoMuC { display:block; }
 }@media only screen and (max-width: 763px) { #uaDTbBdNXvA72EANTODRDX3DVtf94zyJ { top:10.625rem;left:34.75rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXlpf7XBuE0IztnuwGBfD89G6AwweBD { display:block; }
 }@media only screen and (max-width: 763px) { #I2sTSnEHxqUxcOA0P1qNnTmFvhTD2zNU { top:14rem;left:8.8125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccWXdQXyWZ5hC85gnNphUmefK7ITB1Wk { display:block; }
 }@media only screen and (max-width: 763px) { #IQ8M4rDKET3sXT1q2NXOv0guDVODxQa0 { top:14rem;left:22rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tObX1I0t7oLGZB8zvzshCTdOMK9EnzpN { display:block; }
 }@media only screen and (max-width: 763px) { #qco2gMcdAeKq7VPVbpAcNpqbiySnSdBi { top:14rem;left:34.75rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icmz59FPcE7ciaVDGpM3aiOtsRceS5A3 { display:block; }
 }@media only screen and (max-width: 763px) { #fi3tDKC23WHxpIQMWTUfVK9F18IJ2kBP { top:17.4375rem;left:8.8125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7FOLMrkaxuPLE1THFTvUZFitViUgJP { display:block; }
 }@media only screen and (max-width: 763px) { #wqaNFovKvNMMhqk5SnywTF1DSD17T0fk { top:17.4375rem;left:22rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLpE8LeBowA4HbFqLaacQXbl5QD2sbQ { display:block; }
 }@media only screen and (max-width: 763px) { #vNN0J0Hg7gEqXDdK2buqXcZBVwTFGh9z { top:17.4375rem;left:34.75rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reamfJHguq4Ea9VcX9yWuMPPh0oFTFMd { display:block; }
 }@media only screen and (max-width: 763px) { #Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 { display:block; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHw0IVO8ZCxHVKX0D9nMEnE6rSJrlnRc { width:4.1875rem;height:5.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKTub0HQEIGn8igcmWd4VStVQyu5oGXv { width:47.75rem;height:3.25rem;top:2.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwihvkF6HlzJHcOQ77hauHQREI2aRQNH { width:5rem;height:5rem;top:1.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwpsl4iKMTIpp46vsMcfpqO3Z51613L { width:7.9375rem;height:4rem;top:1.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 { position:relative;z-index:auto;display:none; }#l5B30Fh1BLoKWd1UFWemHGFbabbhVbB9 > .row .container { width:20rem;height:5.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zOrbuTT6ZxwCRheUGEESVN2ATXPUboFo { width:4.5rem;height:1.25rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCZtswnTc6BTmz3loUc2hnISKzHQvfpo { top:0.5625rem;left:6.125rem;width:7.75rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrHVB61mNIcWTKE7gAQa8zV1MsSFnP59 { display:block; }
 }@media only screen and (max-width: 763px) { #BUmz5QXMERXBrz6oFFUMCRbTuSidhEqD { top:0.3125rem;left:4.375rem;width:11.25rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8dx0PEfh1xk1Avr0RGZAbWtpxVanudK { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0c0bbb51-f6ea-44bd-af93-2cb0ab9812b7/Farming_Simulator_SE_420x450.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK { display:block; }#pJAnVU1WTOSwq3w3EOZodS3hs30R8bmK > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kvl6dTzLQA7cz8ZMdHi7kTlL6nlJFw95 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1zmCsccLr7eBvCmDxmqKDGiAmmTRPed { height:11.01075rem;width:19.625rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9z4xoZxpCQLdmDRIRksOrQZcPTagAd { width:20rem;height:11.6953125rem;top:0.5791015625rem;left:0rem;font-size:1.125rem;z-index:15001;font-family:"noto sans";font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O { display:block; }#nSVTbD3mCe7VGy5NkkzNyAoyBTGGXl4O > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0D3NRTGQ2hx645icpQpTWQk6LuJ5Tet { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW8aNMawrRg8wLKoUWKlxwFDL5nSrSsT { width:20rem;height:0;top:8.59375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROqxgequklMM0fB5sfT1yVN26uhT6w6M { width:19.75rem;height:11.04765625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSoeiv2vxl9Qz62k5cI9wwT1AKK33lPd { width:19.75rem;height:11.055031446541rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGuMwRKgXTuUmrtVrA1LzrpMZFElQEb { width:20rem;height:26.314475rem;top:6.34375rem;left:0rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e { display:block; }#XhTtQWLWimOZOEqQAEKQvv2NHFyFzM6e > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iguJUUJWVLRE5GfCdM4Ksnpl3KiFvtwg { width:20rem;height:5.361325rem;top:0.9296875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkT1K4oPQevqBB5EdUNkBkK1Lf6pa7vl { width:20rem;height:0;top:10.359375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVqum7eRivzT17neGMndy9kwAITz6MtK { width:19.75rem;height:11.0546875rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9io9pbD956EWFMGh97sHN8ubICM6rSx { width:19.75rem;height:11.0546875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXUB5MvfrA0x5CnCcRlELTkwSAJAh3BV { width:20rem;height:16.0810625rem;top:7.046875rem;left:0rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ { display:block; }#m2lpv2aM9PHRo6H8XNZvUE1p8beSWDUZ > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqypQnseCEcMf7ik9UQNvAmysQf7K2Z2 { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUO9qOvnMmfBQbq3F1J6q1HFtQQvANDM { width:20rem;height:0;top:8.59375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEJ8KAJWPs2EMMZf5hatTklbVTi8fQx8 { width:19.75rem;height:11.055031446541rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTTyyoupfytn6v20T8XJzenwWXSUGbg { width:19.75rem;height:11.055031446541rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oINu0DCQ0W1dKcDOgDWnB8V701pwi301 { width:20rem;height:13.15725rem;top:5.40625rem;left:0rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 { display:block; }#RFSsHnzeTnRTp2qTLTT9IMwMdJkthpJ9 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdUTZExORsITRwbqIsTSUvFdK2TV1rFR { width:20rem;height:2.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S27UTJsyVsMz1QCHZvokwrlpSVJybLFu { width:7.1875rem;height:11.625rem;top:4.32421875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCcTA4xMWN1kMvrxntNDAtaJJLgWNxM0 { top:17rem;left:2rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJcnPX358OSNvmfuc7nJ9DWCgAA7zQTe { display:block; }
 }@media only screen and (max-width: 763px) { #IIHy0xAb3LMnl2HTvL8slLmwiFzri64m { top:17rem;left:10.5625rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obkb4BhTog3ru3XEbwCHgOvZlqFpFfOR { display:block; }
 }@media only screen and (max-width: 763px) { #OutF9Jcxx8yGtdVBqVFRTd8yPGJLu859 { top:20.0615234375rem;left:2rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTXD8A9nhhUoS47lHdsCPQnqsG7lmwI { display:block; }
 }@media only screen and (max-width: 763px) { #po59VOiReSxddC1U7LyMOdcwNxvQFSZV { top:20.0615234375rem;left:10.5625rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQlLr9ffgEDE2qBOoastcFSUXi9Mc2r { display:block; }
 }@media only screen and (max-width: 763px) { #Dfy7qlyp8aH0ACF4WlPf6u1XfCBukfO9 { top:23.2490234375rem;left:2rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttJOGQ6dsJBvmwiF2DbMoTXKpmAoMuC { display:block; }
 }@media only screen and (max-width: 763px) { #uaDTbBdNXvA72EANTODRDX3DVtf94zyJ { top:23.2490234375rem;left:10.5625rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXlpf7XBuE0IztnuwGBfD89G6AwweBD { display:block; }
 }@media only screen and (max-width: 763px) { #I2sTSnEHxqUxcOA0P1qNnTmFvhTD2zNU { top:26.4365234375rem;left:2rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccWXdQXyWZ5hC85gnNphUmefK7ITB1Wk { display:block; }
 }@media only screen and (max-width: 763px) { #IQ8M4rDKET3sXT1q2NXOv0guDVODxQa0 { top:26.4365234375rem;left:10.5625rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tObX1I0t7oLGZB8zvzshCTdOMK9EnzpN { display:block; }
 }@media only screen and (max-width: 763px) { #qco2gMcdAeKq7VPVbpAcNpqbiySnSdBi { top:29.6240234375rem;left:2rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icmz59FPcE7ciaVDGpM3aiOtsRceS5A3 { display:block; }
 }@media only screen and (max-width: 763px) { #fi3tDKC23WHxpIQMWTUfVK9F18IJ2kBP { top:29.6240234375rem;left:10.5625rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7FOLMrkaxuPLE1THFTvUZFitViUgJP { display:block; }
 }@media only screen and (max-width: 763px) { #wqaNFovKvNMMhqk5SnywTF1DSD17T0fk { top:32.8740234375rem;left:2rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLpE8LeBowA4HbFqLaacQXbl5QD2sbQ { display:block; }
 }@media only screen and (max-width: 763px) { #vNN0J0Hg7gEqXDdK2buqXcZBVwTFGh9z { top:32.8740234375rem;left:10.5625rem;width:7.4375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reamfJHguq4Ea9VcX9yWuMPPh0oFTFMd { display:block; }
 }@media only screen and (max-width: 763px) { #Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 { display:block; }#Uv95SPD8kx4Cz7LP2q0Teu2uxBJedH89 > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHw0IVO8ZCxHVKX0D9nMEnE6rSJrlnRc { width:4.1875rem;height:5.125rem;top:1.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKTub0HQEIGn8igcmWd4VStVQyu5oGXv { width:20rem;height:8.125rem;top:7.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwihvkF6HlzJHcOQ77hauHQREI2aRQNH { width:4.3125rem;height:4.3125rem;top:1.59375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGwpsl4iKMTIpp46vsMcfpqO3Z51613L { width:9.1875rem;height:4.5625rem;top:1.46875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #rwkKzXJElNE1oxQ5S6hVTMKreg0KzFAf > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }