.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { background-color: transparent; background-image: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container > .video-iframe-container { display: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container { display: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .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); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { border-width: 0; border-radius: 0; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#mcllrSoyc2p9eQdGTTpzTEp0gQi5A2fT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5rem;width:11.25rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#CEnlaD9Hqz7crU9m0aCpTsVvyJqvhTed { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d51d29;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:8.6875rem;width:23.4375rem;position:absolute;display:block;z-index:15001;top:0rem;left:36.5625rem;display:block; }
#P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:0.75rem;left:36.5625rem;height:7.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Bz1bar4y/baggrund.png");background-position:top 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; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.adaptive-delivery-prevent-bg, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyload, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyloading { background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { background-color: transparent; background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .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); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { border-width: 0; border-radius: 0; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;position:relative;display:block; }#Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:1.4375rem;left:0rem;height:7.425rem;color:#b55c73;text-align:center;text-align-last:center;display:block; }
#qU1LVmzxiiiSJoT8ZN4XbeqUwROIEM12 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:23.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.5375003814698rem;left:36.5625rem;overflow:hidden;display:block; }
#nKxmAwS4GB01PBwN98ZAbqowHwHMUP4I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.3125rem;width:23.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:67.375rem;left:36.5625rem;display:block; }
#z7J7dhJry9zJfNwIOXkndKtswIXh8NKb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:68.9375rem;width:23.4375rem;position:absolute;display:block;z-index:14999;top:0.625rem;left:36.5625rem;box-shadow: -2.8125rem 2.8125rem 7.1875rem rgba(0,0,0,0.59) ;display:block; }
#g4hGHVTH0NUMcZqnEtSrLvvNiq60zIpJ { background-color:#d51d29;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:63.424999237063rem;left:39.53125rem;display:block; }
#HkKkwnw6Uc6Bv6QNFbBoThCAyBdq8Lux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4rdkaNs8pwFT81EbSrMATRcXKOqyhIo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d51d29;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:6.3125rem;width:23.4375rem;position:absolute;display:block;z-index:15001;top:0rem;left:36.625rem;display:none; }
#lC47Du8iD6Pe2zX8XrEDw3TP1sXNV1I4 { display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:0.375rem;left:36.5625rem;height:5.3625rem;text-align:center;text-align-last:center;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:none; }
#iehfWC8lpbiRIxchlJ0LXL5cwcH9Bs3p { display:block;width:27.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.89999961853rem;left:1.1875rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#vDCTBA8z61F5GpaNC4saIg1EQViTK9ml { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.762499809265rem;left:0.875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFGswd8ikDEoiFSFakT4fxs6BoD263Gb { display:block;width:20.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5375003814697rem;left:38.09375rem;height:13.65rem;text-align:center;text-align-last:center;display:block; }
#TfWneutzB5GQbf78V95FKaJvkayb7bSm { position:absolute;display:block;z-index:15018;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:23.125rem;width:22rem;top:17.799999237061rem;left:37.28125rem;overflow:hidden;display:block; }
#M7kIxRpkg6a9cRbUIUh7ln2zVhqdWb39 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:13.4375rem;top:18.96875rem;left:1.1875rem;overflow:hidden;display:block; }
#RSog9TpLZsGGZghDFLKnN940z1muB1uR { position:absolute;display:block;z-index:15020;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:10.4375rem;width:13.5625rem;top:42.674999237061rem;left:1.3125rem;overflow:hidden;display:block; }
#f3BLLem4xexhy3pU5WhyVLF1de3TkTKu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:12.875rem;top:56.674999237061rem;left:1.1875rem;overflow:hidden;display:block; }
#dcHJmMhbiOUTT12Sno28xuoLoTdpSnlX { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:13.375rem;top:32.27499961853rem;left:15.5rem;overflow:hidden;display:block; }
#dOA7ukT3FniyRL2uoM923ZR7D0DFFApi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:14.375rem;top:44.112499237061rem;left:15.6875rem;overflow:hidden;display:block; }
#zM2cTvpIEnDTS6C2QdpmQ6ghFBT2GPsy { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:10.875rem;top:58.612499237061rem;left:15.5rem;overflow:hidden;display:block; }
#DafwSt4THR9SEpcTIPcA7xWFd8za9CXz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:13.5rem;top:21rem;left:15.6875rem;overflow:hidden;display:block; }
#QF0JiE0EIsmsHPw6I8qWgPufesCANG21 { display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:39.224998474121rem;left:1.5625rem;height:2.1125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#dDW87ZIOSRUC84h5ePwHNMSnEgd0fELU { position:absolute;display:block;z-index:15027;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:24.3125rem;width:23.75rem;top:39.58749961853rem;left:36.25rem;overflow:hidden;display:block; }
#OKqoJI6sg0abVrIQt4PF9JTlOTw3WpcR { display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:30.11874961853rem;left:15.78125rem;height:1.05625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#gFNK3s8PnKUAJGQa14BreCn6ElU7Vtpr { display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:41.493751525879rem;left:15.5rem;height:1.05625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#MHbRF37dFO8aTPMVDIVz945X8uv6oRQt { display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:53.440624237061rem;left:1.4375rem;height:1.05625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#lE9ydun3EpkfkGqq65MHXMGLUMPEThJM { display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:53.424999237061rem;left:15.8125rem;height:1.05625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#G1OHy5kxi07E268OHbQkmWWlTU5exhVL { display:block;width:12.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:65.568748474119rem;left:1.3125rem;height:1.05625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#De1yBRHVlGBp6cz91kLkv1W96hQlzsHC { display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:65.568748474119rem;left:15.5rem;height:1.05625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#ZUOvUprMlmRMmPRGlR1UihJ0ZqxSXwzg { position:absolute;display:block;z-index:15032;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:22.625rem;width:24.25rem;top:15.762500762939rem;left:23.533332824707rem;overflow:hidden;display:block; }
#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { background-color: transparent; background-image: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container > .video-iframe-container { display: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container { display: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .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); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { border-width: 0; border-radius: 0; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#VZKF5saTTOCySKPe6kEAzTUemFaALX5F { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.3624992370606rem;left:3.25rem;height:6.825rem;display:block; }
#DTVB8euOORSPHni97H8wQ6wFAZrL77hc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:8.125rem;width:23.4375rem;position:absolute;display:block;z-index:15000;top:0rem;left:36.5625rem;box-shadow: -0.625rem 1.8125rem 5.75rem rgba(0,0,0,0.28) ;display:block; }
#mspZUx62hp16IZnNeVInFAG7wd9GB8h0 { display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:36.5625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#EbAQofI0NLM55PzaZFucVi6M4k7ubnyh { display:block;width:19.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:38.500001907349rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcllrSoyc2p9eQdGTTpzTEp0gQi5A2fT { width:11.25rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEnlaD9Hqz7crU9m0aCpTsVvyJqvhTed { width:23.4375rem;height:8.6875rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:23.4375rem;height:7.1875rem;top:0.75rem;left:24.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1LVmzxiiiSJoT8ZN4XbeqUwROIEM12 { width:23.4375rem;height:2rem;top:2.5rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKxmAwS4GB01PBwN98ZAbqowHwHMUP4I { width:23.4375rem;height:2.3125rem;top:67.375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7J7dhJry9zJfNwIOXkndKtswIXh8NKb { width:23.4375rem;height:68.9375rem;top:0.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hGHVTH0NUMcZqnEtSrLvvNiq60zIpJ { width:17.5rem;height:3.4375rem;top:63.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkKkwnw6Uc6Bv6QNFbBoThCAyBdq8Lux { display:block; }
 }@media only screen and (max-width: 763px) { #h4rdkaNs8pwFT81EbSrMATRcXKOqyhIo { width:23.4375rem;height:6.3125rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC47Du8iD6Pe2zX8XrEDw3TP1sXNV1I4 { width:20rem;height:3.125rem;top:41.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iehfWC8lpbiRIxchlJ0LXL5cwcH9Bs3p { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDCTBA8z61F5GpaNC4saIg1EQViTK9ml { top:15.75rem;left:0rem;width:28.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFGswd8ikDEoiFSFakT4fxs6BoD263Gb { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWneutzB5GQbf78V95FKaJvkayb7bSm { top:17.75rem;left:25.75rem;width:22rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7kIxRpkg6a9cRbUIUh7ln2zVhqdWb39 { top:18.9375rem;left:0rem;width:13.4375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSog9TpLZsGGZghDFLKnN940z1muB1uR { top:42.625rem;left:0rem;width:13.5625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BLLem4xexhy3pU5WhyVLF1de3TkTKu { top:56.625rem;left:0rem;width:12.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcHJmMhbiOUTT12Sno28xuoLoTdpSnlX { top:32.25rem;left:10.5rem;width:13.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOA7ukT3FniyRL2uoM923ZR7D0DFFApi { top:44.0625rem;left:9.5rem;width:14.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM2cTvpIEnDTS6C2QdpmQ6ghFBT2GPsy { top:58.5625rem;left:12.4375rem;width:10.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafwSt4THR9SEpcTIPcA7xWFd8za9CXz { top:21rem;left:10.375rem;width:13.5rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0JiE0EIsmsHPw6I8qWgPufesCANG21 { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDW87ZIOSRUC84h5ePwHNMSnEgd0fELU { top:39.5625rem;left:24rem;width:23.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKqoJI6sg0abVrIQt4PF9JTlOTw3WpcR { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNK3s8PnKUAJGQa14BreCn6ElU7Vtpr { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHbRF37dFO8aTPMVDIVz945X8uv6oRQt { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE9ydun3EpkfkGqq65MHXMGLUMPEThJM { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1OHy5kxi07E268OHbQkmWWlTU5exhVL { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De1yBRHVlGBp6cz91kLkv1W96hQlzsHC { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUOvUprMlmRMmPRGlR1UihJ0ZqxSXwzg { top:15.75rem;left:0rem;width:24.25rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZKF5saTTOCySKPe6kEAzTUemFaALX5F { width:16.75rem;height:4.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVB8euOORSPHni97H8wQ6wFAZrL77hc { width:23.4375rem;height:8.125rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mspZUx62hp16IZnNeVInFAG7wd9GB8h0 { width:23.4375rem;height:1.9375rem;top:1.0625rem;left:24.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbAQofI0NLM55PzaZFucVi6M4k7ubnyh { width:19.625rem;height:2.25rem;top:3.375rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcllrSoyc2p9eQdGTTpzTEp0gQi5A2fT { width:13.5625rem;height:5.1875rem;top:1.25rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEnlaD9Hqz7crU9m0aCpTsVvyJqvhTed { width:20rem;height:3.8125rem;top:5.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:20rem;height:3.1625rem;top:5.6999998092651rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { background-color:transparent;background-image:url("https://images.assets-landingi.com/Bz1bar4y/baggrund.png");background-position:top 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; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.adaptive-delivery-prevent-bg, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyload, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyloading { background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { background-color: transparent; background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .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); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { border-width: 0; border-radius: 0; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:20rem;height:152.15979381443rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1LVmzxiiiSJoT8ZN4XbeqUwROIEM12 { width:20rem;height:1.70625rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKxmAwS4GB01PBwN98ZAbqowHwHMUP4I { width:20rem;height:1.9733333333333rem;top:67.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7J7dhJry9zJfNwIOXkndKtswIXh8NKb { width:20rem;height:43.5625rem;top:87.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hGHVTH0NUMcZqnEtSrLvvNiq60zIpJ { width:17.5rem;height:3.4375rem;top:126.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkKkwnw6Uc6Bv6QNFbBoThCAyBdq8Lux { display:block; }
 }@media only screen and (max-width: 763px) { #h4rdkaNs8pwFT81EbSrMATRcXKOqyhIo { width:20rem;height:5.75rem;top:85.5rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lC47Du8iD6Pe2zX8XrEDw3TP1sXNV1I4 { width:20rem;height:3.1625rem;top:86.0625rem;left:0rem;font-size:1.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #iehfWC8lpbiRIxchlJ0LXL5cwcH9Bs3p { width:18.75rem;height:5.85rem;top:9.39999961853rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vDCTBA8z61F5GpaNC4saIg1EQViTK9ml { width:19.9375rem;height:1.05625rem;top:89.75rem;left:0.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFGswd8ikDEoiFSFakT4fxs6BoD263Gb { width:17.1875rem;height:11.7rem;top:93.8125rem;left:1.4375rem;font-size:0.75rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TfWneutzB5GQbf78V95FKaJvkayb7bSm { width:20rem;height:21.022727272727rem;top:104.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7kIxRpkg6a9cRbUIUh7ln2zVhqdWb39 { width:7.125rem;height:10.75rem;top:15.4375rem;left:0.77232142857144rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSog9TpLZsGGZghDFLKnN940z1muB1uR { width:10.6875rem;height:8.125rem;top:31.518749237061rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BLLem4xexhy3pU5WhyVLF1de3TkTKu { width:8.5rem;height:5.625rem;top:41.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcHJmMhbiOUTT12Sno28xuoLoTdpSnlX { width:9.6875rem;height:6.5rem;top:25.456249237061rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOA7ukT3FniyRL2uoM923ZR7D0DFFApi { width:9.0625rem;height:5.625rem;top:42.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM2cTvpIEnDTS6C2QdpmQ6ghFBT2GPsy { width:6.375rem;height:3.75rem;top:35.706249237061rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafwSt4THR9SEpcTIPcA7xWFd8za9CXz { width:9.75rem;height:6.375rem;top:17.1875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0JiE0EIsmsHPw6I8qWgPufesCANG21 { width:5.6875rem;height:3.9rem;top:26.5625rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dDW87ZIOSRUC84h5ePwHNMSnEgd0fELU { width:20rem;height:20.4375rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKqoJI6sg0abVrIQt4PF9JTlOTw3WpcR { width:9.4375rem;height:0.975rem;top:23.5rem;left:9.03125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gFNK3s8PnKUAJGQa14BreCn6ElU7Vtpr { width:6rem;height:0.975rem;top:32.206249237061rem;left:12.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MHbRF37dFO8aTPMVDIVz945X8uv6oRQt { width:9.4375rem;height:0.975rem;top:39.762500762939rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lE9ydun3EpkfkGqq65MHXMGLUMPEThJM { width:6.25rem;height:1.95rem;top:47.875rem;left:1rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G1OHy5kxi07E268OHbQkmWWlTU5exhVL { width:5.8125rem;height:1.95rem;top:47.875rem;left:10.53125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #De1yBRHVlGBp6cz91kLkv1W96hQlzsHC { width:6.4375rem;height:0.975rem;top:39.762500762939rem;left:12.5rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZUOvUprMlmRMmPRGlR1UihJ0ZqxSXwzg { width:20rem;height:18.659793814433rem;top:132.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZKF5saTTOCySKPe6kEAzTUemFaALX5F { width:20rem;height:5.85rem;top:1.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTVB8euOORSPHni97H8wQ6wFAZrL77hc { width:20rem;height:8.125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mspZUx62hp16IZnNeVInFAG7wd9GB8h0 { width:20rem;height:1.70625rem;top:9.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbAQofI0NLM55PzaZFucVi6M4k7ubnyh { width:16.0625rem;height:3.65625rem;top:11.375rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }