.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2e818b7-a45d-49fb-a69c-42713b531b6e/soulticakustykato.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:47.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#pSWtb2oxZpN03wwdu8V4TTndeWLJKv9v { color:#ffffff;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:5.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.86250019073488rem;left:1.6875rem;height:11.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CM1hCtQ62pL1zbmeOJ1LfNtcKUd8opQg { color:#ffffff;display:block;width:56.625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.6875rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v3XC4yrtMCnzkb0pyy7I5L2NDSXOMfEN { 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:30.1875rem;width:19.125rem;top:15.5625rem;left:38.329162597656rem;overflow:hidden;display:block; }
#HJFMCmHthWVNgCr39Pi8TGETy71iVnez { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.28750038147rem;left:1.6875rem;height:21.9375rem;display:block; }
#bWnXF62Da3xiEQsUTqILVFXTLzmWqynD { background-color:#f9b218;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: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:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.3125rem;left:1.6875rem;display:block; }
#rMX1PpIgdZG6ilD4SekBmM6QgrppDrC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqprAny25yceNyd6tB7mr3gU6pOb8Sf0 { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:17.375rem;left:53.0625rem;display:block; }
#ylNwag57qoNwtiFewkkex9ILnnn1XPLC { color:#577cc0;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.41250038147rem;left:54.09375rem;height:2.925rem;font-style:normal;display:block; }
#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#577cc0;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; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row .container { background-color: transparent; background-image: none; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row .container > .video-iframe-container { display: none; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row > .video-iframe-container { display: none; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .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); }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row .container { border-width: 0; border-radius: 0; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:60rem;position:relative;display:block; }#FimVfkSQJRtFDyFvFoWyw0LOgOp6G7IN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6125011444092rem;left:23.75rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#a1mrTJJ6aeXqDHQM8O1ezTQk35cOl36p { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9750003814697rem;left:1.625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#GsCHbeB3GBKtSTkPEZP8B0Ahu6qF13iA { color:#ffffff;display:block;width:54.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.237499237061rem;left:3.34375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#Ty9ddWQl4V0gspRRdPTuC6es42TOiOWo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:12.862499237061rem;left:7.9375rem; }
#Ez4r9uXQIQw5EArALZDGuG8Le6GHXi6e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:12.862499237061rem;left:51.5rem; }
#pF3Ckh0rPbL40DXD0KDmZUCZ3XVQSRqt { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.224998474121rem;left:1.625rem;height:42.65625rem;text-align:center;text-align-last:center;display:block; }
#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN { 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; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row .container { background-color: transparent; background-image: none; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row .container > .video-iframe-container { display: none; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row > .video-iframe-container { display: none; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .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); }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row .container { border-width: 0; border-radius: 0; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#T4o1FvdDQE4yxw64O9HsCiSRCRuuTIc8 { color:#e7e6e6;display:block;width:60rem;position:absolute;font-family:raleway;font-size:13.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:17.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzEktD7kr43ZXZSCNKrkELRECwpR0pOu { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.624999046326rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 { 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; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row .container { background-color: transparent; background-image: none; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row .container > .video-iframe-container { display: none; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row > .video-iframe-container { display: none; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .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); }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row .container { border-width: 0; border-radius: 0; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#nk7hstgfZAJyNc9lp7HKnQadIBNr2CkT { color:#0c0c0c;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1062469482422rem;left:3.4187507629394rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cM69QKIV9t0MUyKmbqXQP7WFbZZBv9R5 { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.28125rem;left:31.625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEukkcbKUsZqazZzTKZTKPq0Cc0Bco5Z { position:absolute;display:block;z-index:15001;background-color:#577cc0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:29.8125rem;width:27.3125rem;top:13.78125rem;left:30.53125rem;display:block; }
#LdurW04nuGPSfR9MH5xiJbOuWseJ8biP { position:absolute;display:block;z-index:15002;background-color:#2b46a0;background-image:url("https://images.assets-landingi.com/uc/575b074f-0d34-4c1e-8d90-becf866692c1/ebooktestsoultic.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:29.8125rem;width:27.3125rem;top:15.65625rem;left:32.40625rem;display:block; }#LdurW04nuGPSfR9MH5xiJbOuWseJ8biP.adaptive-delivery-prevent-bg, #LdurW04nuGPSfR9MH5xiJbOuWseJ8biP.lazyload, #LdurW04nuGPSfR9MH5xiJbOuWseJ8biP.lazyloading { background-image: none; }
#K3VIlP18ay2pt9SctJ7Q3uzskC8gXoCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.4812507629394rem;left:0rem; }
#eqLkHJDJlQdT9kRqxSycPhB4oqHOCMUf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.293750762939rem;left:0rem; }
#XQuNf0qWWfylrSb5xxsQ6Mz4uqk4tTFV { color:#0c0c0c;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.7937507629394rem;left:3.4187507629394rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vbtJirNeh1loTXbl8ae8Ly9P5MwlKItJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.606250762939rem;left:0rem; }
#BMnJdMWxpLRJdGp3pHkFFZNNyC3SHDqV { color:#0c0c0c;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.168750762939rem;left:3.4187507629394rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AZcRINNH7tksHT8WiXoTPC3ZBeTEHbQk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.1062498092651rem;left:30rem; }
#ry55NJpV9dgTVHIMbpvWl917LHJQah1T { color:#0c0c0c;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.7937498092651rem;left:34rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wlwDm9Vq3PbtMkyBpvTo5THwm9620aT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.78125rem;left:0rem; }
#IGGco8N12rFKoIMB7JSicQKTUCk9bpQh { color:#0c0c0c;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.640625rem;left:3.4187507629394rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKOetXgfyALW3DvGvr45QIVO3AX3ypBP { color:#000000;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.843755722046rem;left:1.0625rem;height:11.7rem;text-align:right;text-align-last:right;display:block; }
#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2e818b7-a45d-49fb-a69c-42713b531b6e/soulticakustykato.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7.adaptive-delivery-prevent-bg, #Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7.lazyload, #Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7.lazyloading { background-image: none; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row .container { background-color: transparent; background-image: none; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row .container > .video-iframe-container { display: none; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row > .video-iframe-container { display: none; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .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); }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row .container { border-width: 0; border-radius: 0; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#UFhzH1BDKgJ5zaMn0nM2LNByFyCANbQ1 { color:#fffbfc;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#VhCunTzG8rSGP8bOyBTKnB1klyAuTmx5 { color:#fffbfc;display:block;width:34.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3624992370606rem;left:12.84375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#ZXRINxb8KVA6HLtA8NTVhIwKy2PnUIpM { background-color:#f9b218;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: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:lato;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.5rem;left:22.34375rem;display:block; }
#AfnpeGTSQ2xaFLwCepFMiOeC0QEsRIyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg { 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; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row .container { background-color: transparent; background-image: none; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row .container > .video-iframe-container { display: none; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row > .video-iframe-container { display: none; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .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); }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row .container { border-width: 0; border-radius: 0; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:60rem;position:relative;display:block; }#vZEXsX93oQXaSJX95yQNipmmX1eVilAV { 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:35.25rem;width:32.1875rem;top:14.885416984558rem;left:0rem;overflow:hidden;display:block; }
#PF1sAXkzcT0t9nu2dIbavT3dasfbWCpa { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:24.90625rem;left:25.46875rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfWBfxpN4AvGkUJ1HS6hbZFRDNTzciTe { color:#e7e6e6;display:block;width:60rem;position:absolute;font-family:raleway;font-size:13.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0499982833863rem;left:0rem;height:17.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OrobNTQySoSl1Qy4RIz2qZNAT7mDgEa2 { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.2812519073488rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMFMRuLThB3K3COJJ7nDe9WqSRnIq0vi { box-sizing:content-box;height:30.9375rem;width:60rem;position:absolute;display:block;z-index:15015;background-color:#577cc0;background-image:none;top:19.122916221619rem;left:0rem;display:block; }
#crUBR5MsPrnfEsdLGPSKZsVysSK6Mkme { color:#fffbfc;display:block;width:30.5625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.18124961853rem;left:28rem;height:11.7rem;display:block; }
#ntCGRgXCSNQ7uH2LbU478xeJMKlvy4D7 { color:#fffbfc;display:block;width:25.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.768749237061rem;left:28rem;height:12.1875rem;display:block; }
#FgugT9yzp1N0Eh3KoLbnI3ggNBKmtbz8 { color:#fffbfc;display:block;width:55.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:52.343748092651rem;left:2.09375rem;height:4.0625rem;display:block; }
#VmuT8cBHnRQhxTg3JgcogHHrEXteVNvQ { position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:9.75rem;width:60rem;top:49.5rem;left:0rem;display:block; }
#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#577cc0;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; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row .container { background-color: transparent; background-image: none; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row .container > .video-iframe-container { display: none; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row > .video-iframe-container { display: none; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .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); }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row .container { border-width: 0; border-radius: 0; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#kT5gh559B5uTRZsRMvocIgphXr8Tct0p { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3625059127808rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#aUReBym2aVqmdFOAzbLmSWs58g77XTqX { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4124965667724rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#L1PqywJze9etQhkclTyppQzMHE3VvISn { background-color:#f9b218;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: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:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.28125rem;left:20.53125rem;display:block; }
#eZT3tUzfT0wedLsLViqCIFP8uKbT7n0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s { 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; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row .container { background-color: transparent; background-image: none; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row .container > .video-iframe-container { display: none; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row > .video-iframe-container { display: none; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .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); }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row .container { border-width: 0; border-radius: 0; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ { 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; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row .container { background-color: transparent; background-image: none; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row .container > .video-iframe-container { display: none; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row > .video-iframe-container { display: none; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .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); }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row .container { border-width: 0; border-radius: 0; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSWtb2oxZpN03wwdu8V4TTndeWLJKv9v { width:47.75rem;height:11.6875rem;top:0.8125rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM1hCtQ62pL1zbmeOJ1LfNtcKUd8opQg { width:47.75rem;height:2.875rem;top:13.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3XC4yrtMCnzkb0pyy7I5L2NDSXOMfEN { top:15.5625rem;left:28.625rem;width:19.125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJFMCmHthWVNgCr39Pi8TGETy71iVnez { top:19.25rem;left:0rem;width:32.625rem;height:19.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWnXF62Da3xiEQsUTqILVFXTLzmWqynD { width:18.9375rem;height:3.4375rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMX1PpIgdZG6ilD4SekBmM6QgrppDrC1 { display:block; }
 }@media only screen and (max-width: 763px) { #TqprAny25yceNyd6tB7mr3gU6pOb8Sf0 { top:17.375rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNwag57qoNwtiFewkkex9ILnnn1XPLC { top:19.375rem;left:42.8125rem;width:4.9375rem;height:0;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep { display:block; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FimVfkSQJRtFDyFvFoWyw0LOgOp6G7IN { top:1.5625rem;left:17.625rem;width:12.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1mrTJJ6aeXqDHQM8O1ezTQk35cOl36p { top:4.9375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsCHbeB3GBKtSTkPEZP8B0Ahu6qF13iA { top:12.1875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9ddWQl4V0gspRRdPTuC6es42TOiOWo { top:12.8125rem;left:1.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez4r9uXQIQw5EArALZDGuG8Le6GHXi6e { top:12.8125rem;left:45.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF3Ckh0rPbL40DXD0KDmZUCZ3XVQSRqt { top:20.1875rem;left:0rem;width:47.75rem;height:40.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN { display:block; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4o1FvdDQE4yxw64O9HsCiSRCRuuTIc8 { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzEktD7kr43ZXZSCNKrkELRECwpR0pOu { width:47.75rem;height:4.0625rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 { display:block; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk7hstgfZAJyNc9lp7HKnQadIBNr2CkT { width:26rem;height:6.0625rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM69QKIV9t0MUyKmbqXQP7WFbZZBv9R5 { width:3.1875rem;height:4.875rem;top:0.25rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEukkcbKUsZqazZzTKZTKPq0Cc0Bco5Z { width:27.3125rem;height:29.8125rem;top:13.75rem;left:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdurW04nuGPSfR9MH5xiJbOuWseJ8biP { width:27.3125rem;height:29.8125rem;top:15.625rem;left:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3VIlP18ay2pt9SctJ7Q3uzskC8gXoCZ { top:2.4375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqLkHJDJlQdT9kRqxSycPhB4oqHOCMUf { top:10.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQuNf0qWWfylrSb5xxsQ6Mz4uqk4tTFV { width:26rem;height:6.0625rem;top:9.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtJirNeh1loTXbl8ae8Ly9P5MwlKItJ { top:18.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMnJdMWxpLRJdGp3pHkFFZNNyC3SHDqV { width:26rem;height:4.0625rem;top:18.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZcRINNH7tksHT8WiXoTPC3ZBeTEHbQk { top:2.0625rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry55NJpV9dgTVHIMbpvWl917LHJQah1T { width:26rem;height:8.125rem;top:1.75rem;left:21.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlwDm9Vq3PbtMkyBpvTo5THwm9620aT7 { top:25.75rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGGco8N12rFKoIMB7JSicQKTUCk9bpQh { width:26rem;height:6.0625rem;top:25.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKOetXgfyALW3DvGvr45QIVO3AX3ypBP { top:33.8125rem;left:0rem;width:27.375rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 { display:block; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFhzH1BDKgJ5zaMn0nM2LNByFyCANbQ1 { top:3.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhCunTzG8rSGP8bOyBTKnB1klyAuTmx5 { top:8.3125rem;left:6.71875rem;width:34.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRINxb8KVA6HLtA8NTVhIwKy2PnUIpM { width:15.3125rem;height:4.9375rem;top:15.5rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfnpeGTSQ2xaFLwCepFMiOeC0QEsRIyL { display:block; }
 }@media only screen and (max-width: 763px) { #fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg { display:block; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZEXsX93oQXaSJX95yQNipmmX1eVilAV { width:32.1875rem;height:35.25rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PF1sAXkzcT0t9nu2dIbavT3dasfbWCpa { width:25.9375rem;height:5.625rem;top:24.875rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfWBfxpN4AvGkUJ1HS6hbZFRDNTzciTe { width:47.75rem;height:17.25rem;top:1rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrobNTQySoSl1Qy4RIz2qZNAT7mDgEa2 { width:47.75rem;height:8.125rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFMRuLThB3K3COJJ7nDe9WqSRnIq0vi { top:19.0625rem;left:0rem;width:47.75rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crUBR5MsPrnfEsdLGPSKZsVysSK6Mkme { top:21.125rem;left:17.1875rem;width:30.5625rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCGRgXCSNQ7uH2LbU478xeJMKlvy4D7 { top:31.75rem;left:21.875rem;width:25.6875rem;height:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgugT9yzp1N0Eh3KoLbnI3ggNBKmtbz8 { top:52.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmuT8cBHnRQhxTg3JgcogHHrEXteVNvQ { width:47.75rem;height:9.75rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z { display:block; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT5gh559B5uTRZsRMvocIgphXr8Tct0p { top:5.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUReBym2aVqmdFOAzbLmSWs58g77XTqX { top:2.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PqywJze9etQhkclTyppQzMHE3VvISn { width:18.9375rem;height:3.4375rem;top:12.25rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZT3tUzfT0wedLsLViqCIFP8uKbT7n0D { display:block; }
 }@media only screen and (max-width: 763px) { #fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s { display:block; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ { display:block; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:104.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSWtb2oxZpN03wwdu8V4TTndeWLJKv9v { width:20rem;height:4.125rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM1hCtQ62pL1zbmeOJ1LfNtcKUd8opQg { width:20rem;height:7.8rem;top:35.849998474121rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3XC4yrtMCnzkb0pyy7I5L2NDSXOMfEN { width:16.3125rem;height:25.75rem;top:0rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJFMCmHthWVNgCr39Pi8TGETy71iVnez { width:17.25rem;height:46.3125rem;top:47.799999237061rem;left:1.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWnXF62Da3xiEQsUTqILVFXTLzmWqynD { width:18.4375rem;height:3.4375rem;top:97.737499237062rem;left:0.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMX1PpIgdZG6ilD4SekBmM6QgrppDrC1 { display:block; }
 }@media only screen and (max-width: 763px) { #TqprAny25yceNyd6tB7mr3gU6pOb8Sf0 { width:6.9375rem;height:6.9375rem;top:0.55000019073486rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNwag57qoNwtiFewkkex9ILnnn1XPLC { width:4.9375rem;height:2.6rem;top:2.71875rem;left:14.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep { display:block; }#huCh3gJqr6ZIl3kqDpp15gJ7h2xy8Xep > .row .container { width:20rem;height:167.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FimVfkSQJRtFDyFvFoWyw0LOgOp6G7IN { width:12.5rem;height:2.6rem;top:2.9375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1mrTJJ6aeXqDHQM8O1ezTQk35cOl36p { width:20rem;height:18.28125rem;top:7.22500038147rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsCHbeB3GBKtSTkPEZP8B0Ahu6qF13iA { width:20rem;height:13rem;top:37.69375038147rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9ddWQl4V0gspRRdPTuC6es42TOiOWo { display:flex;width:2.3125rem;height:2.3125rem;top:31.31875038147rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #Ez4r9uXQIQw5EArALZDGuG8Le6GHXi6e { display:flex;width:2.3125rem;height:2.3125rem;top:55.006248474121rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #pF3Ckh0rPbL40DXD0KDmZUCZ3XVQSRqt { width:20rem;height:105.625rem;top:58.75625038147rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN { display:block; }#aP4OFrK5eZ2yFJh0Ih80ZK0ohs9sXxIN > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4o1FvdDQE4yxw64O9HsCiSRCRuuTIc8 { width:20rem;height:5.6875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzEktD7kr43ZXZSCNKrkELRECwpR0pOu { width:20rem;height:1.3rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 { display:block; }#vt9l9aIM2fQGU4t5VF2LlJ0J0bgDb0I1 > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk7hstgfZAJyNc9lp7HKnQadIBNr2CkT { width:20rem;height:4.875rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM69QKIV9t0MUyKmbqXQP7WFbZZBv9R5 { width:3.1875rem;height:0;top:92.375rem;left:8.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fEukkcbKUsZqazZzTKZTKPq0Cc0Bco5Z { width:20rem;height:29.8125rem;top:104.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdurW04nuGPSfR9MH5xiJbOuWseJ8biP { width:20rem;height:29.8125rem;top:135.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3VIlP18ay2pt9SctJ7Q3uzskC8gXoCZ { display:flex;width:2.4375rem;height:2.4375rem;top:1.3125rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #eqLkHJDJlQdT9kRqxSycPhB4oqHOCMUf { display:flex;width:2.4375rem;height:2.4375rem;top:15.75rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #XQuNf0qWWfylrSb5xxsQ6Mz4uqk4tTFV { width:20rem;height:4.875rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtJirNeh1loTXbl8ae8Ly9P5MwlKItJ { display:flex;width:2.4375rem;height:2.4375rem;top:29.0625rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #BMnJdMWxpLRJdGp3pHkFFZNNyC3SHDqV { width:20rem;height:3.25rem;top:32.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZcRINNH7tksHT8WiXoTPC3ZBeTEHbQk { display:flex;width:2.4375rem;height:2.4375rem;top:53.27499961853rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #ry55NJpV9dgTVHIMbpvWl917LHJQah1T { width:20rem;height:6.5rem;top:57.08749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlwDm9Vq3PbtMkyBpvTo5THwm9620aT7 { display:flex;width:2.4375rem;height:2.4375rem;top:41.1875rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #IGGco8N12rFKoIMB7JSicQKTUCk9bpQh { width:20rem;height:4.875rem;top:44.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKOetXgfyALW3DvGvr45QIVO3AX3ypBP { width:20rem;height:10.4rem;top:66.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 { display:block; }#Fl76lVRubhZZcP2Upk0yz9u1WZmNmFr7 > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFhzH1BDKgJ5zaMn0nM2LNByFyCANbQ1 { width:20rem;height:2.6rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhCunTzG8rSGP8bOyBTKnB1klyAuTmx5 { width:20rem;height:1.95rem;top:6.35000038147rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRINxb8KVA6HLtA8NTVhIwKy2PnUIpM { width:15.3125rem;height:4.9375rem;top:10.674999237061rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfnpeGTSQ2xaFLwCepFMiOeC0QEsRIyL { display:block; }
 }@media only screen and (max-width: 763px) { #fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg { display:block; }#fIumGTnpTQ8nVB9fTulu9CNydiSgJMWg > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZEXsX93oQXaSJX95yQNipmmX1eVilAV { width:17.6875rem;height:19.3125rem;top:51.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PF1sAXkzcT0t9nu2dIbavT3dasfbWCpa { width:20rem;height:6.375rem;top:20.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfWBfxpN4AvGkUJ1HS6hbZFRDNTzciTe { width:20rem;height:5.93125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrobNTQySoSl1Qy4RIz2qZNAT7mDgEa2 { width:20rem;height:2.6rem;top:3.1656246185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFMRuLThB3K3COJJ7nDe9WqSRnIq0vi { width:20rem;height:28.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crUBR5MsPrnfEsdLGPSKZsVysSK6Mkme { width:20rem;height:9.75rem;top:9.2208337783812rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntCGRgXCSNQ7uH2LbU478xeJMKlvy4D7 { width:20rem;height:12.1875rem;top:21.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgugT9yzp1N0Eh3KoLbnI3ggNBKmtbz8 { width:20rem;height:10.15625rem;top:42.69687461853rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmuT8cBHnRQhxTg3JgcogHHrEXteVNvQ { width:20rem;height:31.6875rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z { display:block; }#u9EcUNK3KuFXEheyNh4LSdQm2uLTz00Z > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT5gh559B5uTRZsRMvocIgphXr8Tct0p { width:20rem;height:2.4375rem;top:4.59375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUReBym2aVqmdFOAzbLmSWs58g77XTqX { width:20rem;height:1.625rem;top:2.40625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1PqywJze9etQhkclTyppQzMHE3VvISn { width:18.9375rem;height:3.4375rem;top:10.668750762939rem;left:0.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZT3tUzfT0wedLsLViqCIFP8uKbT7n0D { display:block; }
 }@media only screen and (max-width: 763px) { #fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s { display:block; }#fkkAp3qJ61bTIGkfaq1ubm80LsnvTH7s > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ { display:block; }#fPTB6z8KTpMmOeKRWSIMVJ6MIhVsHkyQ > .row .container { width:20rem;height:78rem;position:relative;display:block; } }