.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,240,217;--color-primary-1:255,206,128;--color-primary-2:255,157,0;--color-primary-3:128,79,0;--color-primary-4:38,24,0;--color-secondary-0:242,248,250;--color-secondary-1:213,233,238;--color-secondary-2:171,211,221;--color-secondary-3:86,106,111;--color-secondary-4:26,32,33;--color-tertiary-0:255,255,255;--color-tertiary-1:186,202,209;--color-tertiary-2:25,77,100;--color-tertiary-3:13,39,50;--color-tertiary-4:2,8,10;--headlines-font-family:"Urbanist";--paragraphs-font-family:"Urbanist"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4ASyR0ZY/Sk_rmbillede_2020_06_18_kl._11.10.56.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { position:relative;display:block; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { background-color: transparent; background-image: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container > .video-iframe-container { display: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row > .video-iframe-container { display: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .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); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { border-width: 0; border-radius: 0; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z5lu5IP5kGBdZJDkQligLMixU3ywX5xi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.6875rem;top:0.75rem;left:1.53125rem;overflow:hidden;display:block; }
#syQwHXssaKme0XV9TN2F92AOiqbyxPBg { z-index:;position:relative;display:block; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg { background-color: transparent; background-image: none; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row .container > .video-iframe-container { display: none; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row > .video-iframe-container { display: none; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .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); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg { border-width: 0; border-radius: 0; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:37.625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#snIXe4bsF5n0IVQBz9Gf0MrEhA2fv0VF { color:#194d64;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.875rem;left:4.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/44502ac6-f8cf-4a4c-b74f-1704d1228f9c/headertandkronerlandingi.jpg");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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.9375rem;width:60rem;top:0rem;left:0rem;display:block; }#AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8.adaptive-delivery-prevent-bg, #AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8.lazyload, #AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8.lazyloading { background-image: none; }
#AsOIDTR0iG2q91WBSKTW75RmOTv1PBBv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.5625rem #ffe6bf ;height:30.1875rem;width:24.9375rem;top:3.9375rem;left:2.375rem;display:block; }
#NwfTxBW3IbsPFEXt6M354MfT4Sk0gTrl { color:#0f5972;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20rem;left:4.3125rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mVNKtw9Ly03QgXJSh6V48NBqDfP7mUNQ { color:#ff9d00;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9375rem;left:4.3125rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MewrcU3p5epJ6IeNd4kms16XTILobwc5 { background-color:rgba(var(--color-primary-2),1);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-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.0625rem;left:4.3125rem;display:block; }
#slUxmeXqSu2kk1Q196yxVEZNpZhWwmI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7h7rMiv1FNAIs9BHGsex9Vv016n4NBN { color:#194d64;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.9619140625rem;left:4.3125rem;height:3.736325rem;font-style:normal;display:block; }
#SFJuq8u6trMpuX602dIJo456p4ZhwGxR { color:#194d64;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.8125rem;left:4.625rem;height:1.29980625rem;font-style:normal;display:block; }
#TOCBurClEthwsGxzg5VcLE1DgleyRz3k { position:relative;display:block; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k { background-color: transparent; background-image: none; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container > .video-iframe-container { display: none; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row > .video-iframe-container { display: none; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .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); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k { border-width: 0; border-radius: 0; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zqIfzr0tHrW0hRd4V5vCS0lCogMcefJ9 { position:absolute;display:block;z-index:15001;height:15rem;width:60rem;top:0rem;left:0rem;display:block; }
#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { position:relative;display:block; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { background-color: transparent; background-image: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container > .video-iframe-container { display: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row > .video-iframe-container { display: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .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); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { border-width: 0; border-radius: 0; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZVGEOhdr7qg4rrdQBdu4bnPMUfDEA9m7 { color:#194d64;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.0625rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gp6QapkBuOmsUS7Mt0Mnriwn1Klvp0HP { color:#194d64;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.25rem;left:2.0625rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fSBTaiZyXT1tmhoQsaBCAtSGoQNRveym { color:#194d64;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.9560546875rem;left:2.0625rem;height:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nDfezE2cTyTLzJ50TrTifVWFhWQoze3K { background-color:rgba(var(--color-primary-2),1);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-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.3125rem;left:2.0625rem;display:block; }
#ahfoLfHvZTanR5twvEkGxx0vvuIftN8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZNe7RzDd3SVXiHBb1pV87wrTTzlmg5l { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.25rem;width:26.6875rem;top:35.75rem;left:1.6875rem;display:block; }
#JUuFcOLdcwBtdUSn0QS1GAyO4sRTEdsn { color:#194d64;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:38rem;left:3.625rem;height:7.3095625rem;font-style:normal;display:block; }
#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto { position:relative;display:block; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto { background-color: transparent; background-image: none; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container > .video-iframe-container { display: none; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row > .video-iframe-container { display: none; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .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); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto { border-width: 0; border-radius: 0; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Gbr25vECgVhyLhH7TEctkuxMqCLUqeaQ { color:#194d64;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.0625rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtxGhm8xNalf25y0TzcdtA9HX3w9fMyv { color:#194d64;display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:11.25rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5CxtVA8GlpvNhpQokT0xTCnkiNgFTq5 { position:absolute;display:block;z-index:14998;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.375rem;width:9.375rem;top:11.8125rem;left:0rem;overflow:hidden;display:block; }
#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP { position:relative;display:block; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP { background-color: transparent; background-image: none; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container > .video-iframe-container { display: none; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row > .video-iframe-container { display: none; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .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); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP { border-width: 0; border-radius: 0; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y8n6PeKKQoOp4ignJ95liK3EkD7nUTMo { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #fff3e0 ;height:54rem;width:17.9375rem;top:1.5625rem;left:21.0625rem;display:block; }
#SBA2IDvvaBG6Xs005AtX05iJlKIyTrJi { color:#194d64;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:27.8125rem;left:22.4375rem;height:27rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xg6hqFEILRTSTwMpntIsnQzm9Oic6gVZ { color:#ff9d00;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:23.25rem;left:22.4375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThxbKFkRKpwmODH8VmFz2xIPmzusDnKx { color:#194d64;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.6875rem;left:22.4375rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b52ee257-039b-4d4e-9ebf-34f82fb92ac3/Tandkronebehandlereaugusto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.6875rem;width:16.5625rem;top:2.125rem;left:21.75rem;display:block; }#TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5.adaptive-delivery-prevent-bg, #TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5.lazyload, #TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5.lazyloading { background-image: none; }
#xUyvSxeDTN5z2No4ULzcBPU3SLvKpgNR { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #fff3e0 ;height:54.125rem;width:17.9375rem;top:1.5625rem;left:41.0625rem;display:block; }
#pEJJXVOs8MEiDPgIVcAml4UTBV5muokA { color:#194d64;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:27.8125rem;left:42.4375rem;height:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1TbHTzNhlZ5CBbyK23BXSmtSJnzrDhm { color:#ff9d00;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:23.25rem;left:42.4375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwNdLFrD1tWpyCCuFFkTvtGEz7GbswaF { color:#194d64;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.6875rem;left:42.4375rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/65b7ddf1-accc-46cf-8744-7ad0bc535887/Tandkronebehandleresebastian.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.6875rem;width:16.5625rem;top:2.125rem;left:41.75rem;display:block; }#iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4.adaptive-delivery-prevent-bg, #iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4.lazyload, #iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4.lazyloading { background-image: none; }
#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh { position:relative;display:block; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh { background-color: transparent; background-image: none; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container > .video-iframe-container { display: none; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row > .video-iframe-container { display: none; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .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); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh { border-width: 0; border-radius: 0; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kH3Lxh5dGRqi7bZT8a397gu7FaS9Rr5l { color:#194d64;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.375rem;left:14.5rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEAOR7iS7OwknJ2hANC8048Dyp3vicZc { background-color:rgba(var(--color-primary-2),1);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-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.125rem;left:17.4375rem;display:block; }
#V8igJ9Ba2B62zPgcFpDCCfAXhvnm3I9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OlOKuHM3VUBxF2B9V2ppMvqtePThT1kT { position:absolute;display:block;z-index:14999;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.125rem;width:8.125rem;top:13.5rem;left:0.5625rem;overflow:hidden;display:block; }
#tEIc6N5wSwXqkL9ym3L3gqSBQsURVhnh { 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:5.75rem;width:5.75rem;top:53.0625rem;left:50.625rem;overflow:hidden;display:none; }
#i8TzCRgFSwyXDMFKax92dZEnbGmTkqhm { color:#194d64;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.625rem;left:18.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXSBZXNJ6o6pg9rJ55yItCryBF7o5EpQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:49.0625rem;overflow:hidden;display:block; }
#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container { background-color: transparent; background-image: none; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container > .video-iframe-container { display: none; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row > .video-iframe-container { display: none; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .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); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container { border-width: 0; border-radius: 0; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#qA1spo87JAKI7B0SplJOgkhn6qRQKO3x { color:#194d64;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.21875rem;left:2.46875rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NuBNOK5pZhQsg5IiUIUhznbXiqZMu5Xv { background-color:rgba(var(--color-secondary-4),1);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-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.39) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.625rem;left:31.21875rem;display:block; }
#v8i9Mui4WWS5gAPo6ZTDr3FxruGMktTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PptpTcBlDWOn9Qu5vNnnzLbtw5ixNLvd { color:#194d64;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.7021484375rem;left:2.46875rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { position:relative;display:block; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { background-color: transparent; background-image: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container > .video-iframe-container { display: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row > .video-iframe-container { display: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .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); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { border-width: 0; border-radius: 0; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2adf9229-6d9b-4908-8f3d-25e9f945ca8e/stemningtandkroner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36.3125rem;width:24.125rem;top:2.25rem;left:4.0625rem;display:block; }#Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL.adaptive-delivery-prevent-bg, #Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL.lazyload, #Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL.lazyloading { background-image: none; }
#TI3O5myhpnBEM4HvW6ggR3vDABteRLTp { color:#194d64;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.65625rem;left:32.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRHAtIQqmIvSbTnHFlygAxDE0SVMrPi4 { color:#194d64;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.78125rem;left:32.0625rem;height:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#idXnzNmgIqEhgfSqeyN3e4tG4yfqDTrF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36.25rem;width:24.125rem;top:4.6875rem;left:1.8125rem;display:block; }
#eobqu9zHCi0XNfwkk06Vkxbn31W0cWTh { color:#194d64;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:32.0625rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq { position:relative;display:block; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq { background-color: transparent; background-image: none; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container > .video-iframe-container { display: none; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row > .video-iframe-container { display: none; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .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); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq { border-width: 0; border-radius: 0; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OFAqvO3QIhzrV1M0LXx1EgVxuRrxAZZR { position:absolute;display:block;z-index:15000;height:14.0625rem;width:60rem;top:0rem;left:0rem;display:block; }
#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN { position:relative;display:block; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN { background-color: transparent; background-image: none; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container > .video-iframe-container { display: none; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row > .video-iframe-container { display: none; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .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); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN { border-width: 0; border-radius: 0; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ba6zX2TbcvqIL0qe6wklWnUdQd3DSaTs { color:#194d64;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.75rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1WQWeWP7oQ2bw7W5tnI8zpGmRzI2HlO { color:#194d64;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.75rem;left:11.625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xToOAISNBGm1ny2cg6s8blAR9cKQNK1U { color:#194d64;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.75rem;left:11.625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frx6t6DmW3ptBGs4WRbv7BDdUHvVN4FB { position:absolute;display:block;z-index:15000;background-color:#e4e9eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:43rem;width:55.75rem;top:0rem;left:2.125rem;display:block; }
#QoD4HegkkTHqDkb5V2SHq9rB37JZwkVb { position:absolute;display:block;z-index:15002;height:23.1875rem;width:47.875rem;top:17rem;left:5.5625rem;display:block; }
#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container { background-color: transparent; background-image: none; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container > .video-iframe-container { display: none; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row > .video-iframe-container { display: none; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .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); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container { border-width: 0; border-radius: 0; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#vPtTKwL2TkE63xL2SdA78yS5qU28rCy8 { color:#194d64;display:block;width:45.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.40625rem;height:10.39845rem;display:block; }
#nUvWO6TyG4ny20mKPNI9F44Q5CZkopaf { color:#194d64;display:block;width:45.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.962890625rem;left:2.40625rem;height:7.87109375rem;display:block; }
#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 { color:#ddedf1;display:block;width:43.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.6875rem;left:1.25rem;height:21.9375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 li:before{  }
#rI3rsh8MMLECKnsCS37BiCphvmazeFyf { background-color:rgba(var(--color-primary-2),1);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-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.3125rem;left:2.0625rem;display:none; }
#u2T0N02Hfq9GbVDpJaKD5dua0R3kTCPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6AFqB6aq6rqCd9kePhRxrFpIMqi7PxU { color:#194d64;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.625rem;left:18.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
body { position:relative;display:block; }
#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { display:block; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container { width:47.75rem;position:relative;display:block; }#z5lu5IP5kGBdZJDkQligLMixU3ywX5xi { top:0.75rem;left:0rem;width:10.6875rem;height:3.125rem;display:block; }
#syQwHXssaKme0XV9TN2F92AOiqbyxPBg { display:block; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row .container { width:47.5rem;position:relative;display:block; }#snIXe4bsF5n0IVQBz9Gf0MrEhA2fv0VF { top:5.875rem;left:0rem;width:19.75rem;height:;font-size:2.1875rem;display:none; }
#AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8 { top:0rem;left:0rem;width:47.75rem;height:24.9375rem;display:block; }
#AsOIDTR0iG2q91WBSKTW75RmOTv1PBBv { top:3.9375rem;left:0rem;width:24.9375rem;height:30.1875rem;display:block; }
#NwfTxBW3IbsPFEXt6M354MfT4Sk0gTrl { top:20rem;left:0rem;width:10.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
#mVNKtw9Ly03QgXJSh6V48NBqDfP7mUNQ { top:28.375rem;left:0rem;width:11.8125rem;height:4.0625rem;font-size:3.75rem;display:block; }
#MewrcU3p5epJ6IeNd4kms16XTILobwc5 { width:21.4375rem;height:3.4375rem;top:26.0625rem;left:0rem;display:block; }
#slUxmeXqSu2kk1Q196yxVEZNpZhWwmI8 { display:block; }
#R7h7rMiv1FNAIs9BHGsex9Vv016n4NBN { top:14.9375rem;left:0rem;width:19.125rem;height:3.6875rem;font-size:1.375rem;display:block; }
#SFJuq8u6trMpuX602dIJo456p4ZhwGxR { top:30.8125rem;left:0rem;width:19.125rem;height:1.25rem;font-size:1rem;display:block; }
#TOCBurClEthwsGxzg5VcLE1DgleyRz3k { display:block; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container { width:47.75rem;position:relative;display:block; }#zqIfzr0tHrW0hRd4V5vCS0lCogMcefJ9 { top:0rem;left:0rem;width:47.75rem;height:15rem;display:block; }
#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { display:block; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container { width:47.75rem;position:relative;display:block; }#ZVGEOhdr7qg4rrdQBdu4bnPMUfDEA9m7 { top:1.25rem;left:0rem;width:18rem;height:;font-size:1.875rem;display:block; }
#gp6QapkBuOmsUS7Mt0Mnriwn1Klvp0HP { top:7.5625rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.375rem;display:block; }
#fSBTaiZyXT1tmhoQsaBCAtSGoQNRveym { top:14.0625rem;left:0rem;width:20rem;height:17.5rem;font-size:1.25rem;display:block; }
#nDfezE2cTyTLzJ50TrTifVWFhWQoze3K { width:25.875rem;height:2.9375rem;top:47.3125rem;left:0rem;display:block; }
#ahfoLfHvZTanR5twvEkGxx0vvuIftN8Z { display:block; }
#rZNe7RzDd3SVXiHBb1pV87wrTTzlmg5l { top:35.75rem;left:0rem;width:26.6875rem;height:13.25rem;display:block; }
#JUuFcOLdcwBtdUSn0QS1GAyO4sRTEdsn { top:38rem;left:0.5625rem;width:22.75rem;height:7.25rem;font-size:1.25rem;display:block; }
#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto { display:block; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container { width:47.75rem;position:relative;display:block; }#Gbr25vECgVhyLhH7TEctkuxMqCLUqeaQ { top:2.375rem;left:10.9375rem;width:25.875rem;height:5.1875rem;font-size:1.875rem;display:block; }
#JtxGhm8xNalf25y0TzcdtA9HX3w9fMyv { top:18.625rem;left:0rem;width:20rem;height:11.375rem;font-size:1.3125rem;display:block; }
#n5CxtVA8GlpvNhpQokT0xTCnkiNgFTq5 { top:11.8125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP { display:block; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container { width:47.75rem;position:relative;display:block; }#y8n6PeKKQoOp4ignJ95liK3EkD7nUTMo { top:1.5625rem;left:13.8125rem;width:17.9375rem;height:54rem;display:block; }
#SBA2IDvvaBG6Xs005AtX05iJlKIyTrJi { top:82.75rem;left:0.3125rem;width:15.1875rem;height:27rem;font-size:1.25rem;display:block; }
#Xg6hqFEILRTSTwMpntIsnQzm9Oic6gVZ { top:23.25rem;left:16.25rem;width:15.1875rem;height:3.375rem;font-size:1.25rem;display:block; }
#ThxbKFkRKpwmODH8VmFz2xIPmzusDnKx { top:20.6875rem;left:16.25rem;width:15.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
#TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5 { top:2.125rem;left:15.1875rem;width:16.5625rem;height:16.6875rem;display:block; }
#xUyvSxeDTN5z2No4ULzcBPU3SLvKpgNR { top:1.5625rem;left:29.6875rem;width:17.9375rem;height:54.125rem;display:block; }
#pEJJXVOs8MEiDPgIVcAml4UTBV5muokA { top:139.5625rem;left:0.375rem;width:15.1875rem;height:23.625rem;font-size:1.25rem;display:block; }
#s1TbHTzNhlZ5CBbyK23BXSmtSJnzrDhm { top:23.25rem;left:32.125rem;width:15.1875rem;height:3.375rem;font-size:1.25rem;display:block; }
#lwNdLFrD1tWpyCCuFFkTvtGEz7GbswaF { top:20.6875rem;left:32.125rem;width:15.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
#iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4 { top:2.125rem;left:31.0625rem;width:16.5625rem;height:16.6875rem;display:block; }
#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh { display:block; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container { width:47.75rem;position:relative;display:block; }#kH3Lxh5dGRqi7bZT8a397gu7FaS9Rr5l { top:0rem;left:0rem;width:20rem;height:11.8125rem;font-size:1.25rem;display:block; }
#ZEAOR7iS7OwknJ2hANC8048Dyp3vicZc { width:25.1875rem;height:2.9375rem;top:13.125rem;left:11.3125rem;display:block; }
#V8igJ9Ba2B62zPgcFpDCCfAXhvnm3I9V { display:block; }
#OlOKuHM3VUBxF2B9V2ppMvqtePThT1kT { top:13.5rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
#tEIc6N5wSwXqkL9ym3L3gqSBQsURVhnh { top:53.0625rem;left:38.25rem;width:5.75rem;height:5.75rem;display:none; }
#i8TzCRgFSwyXDMFKax92dZEnbGmTkqhm { top:17.625rem;left:12.5rem;width:22.75rem;height:1.25rem;font-size:1rem;display:block; }
#aXSBZXNJ6o6pg9rJ55yItCryBF7o5EpQ { top:0rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks { display:block; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container { width:47.75rem;position:relative;display:block; }#qA1spo87JAKI7B0SplJOgkhn6qRQKO3x { top:1.1875rem;left:0rem;width:24.8125rem;height:3.375rem;font-size:1.5625rem;display:block; }
#NuBNOK5pZhQsg5IiUIUhznbXiqZMu5Xv { width:25.1875rem;height:2.9375rem;top:3.625rem;left:22.5625rem;display:block; }
#v8i9Mui4WWS5gAPo6ZTDr3FxruGMktTK { display:block; }
#PptpTcBlDWOn9Qu5vNnnzLbtw5ixNLvd { top:5.875rem;left:0rem;width:17.625rem;height:4.375rem;font-size:1.25rem;display:block; }
#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { display:block; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container { width:47.75rem;position:relative;display:block; }#Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL { top:2.25rem;left:0rem;width:24.125rem;height:36.3125rem;display:block; }
#TI3O5myhpnBEM4HvW6ggR3vDABteRLTp { top:1.625rem;left:21.875rem;width:25.875rem;height:;font-size:1.875rem;display:block; }
#TRHAtIQqmIvSbTnHFlygAxDE0SVMrPi4 { top:17.75rem;left:21.875rem;width:25.875rem;height:23.625rem;font-size:1.25rem;display:block; }
#idXnzNmgIqEhgfSqeyN3e4tG4yfqDTrF { top:4.6875rem;left:0rem;width:24.125rem;height:36.25rem;display:block; }
#eobqu9zHCi0XNfwkk06Vkxbn31W0cWTh { top:10.875rem;left:21.875rem;width:25.875rem;height:5.0625rem;font-size:1.375rem;display:block; }
#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq { display:block; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container { width:47.75rem;position:relative;display:block; }#OFAqvO3QIhzrV1M0LXx1EgVxuRrxAZZR { top:0rem;left:0rem;width:47.75rem;height:14.0625rem;display:block; }
#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN { display:block; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container { width:47.75rem;position:relative;display:block; }#ba6zX2TbcvqIL0qe6wklWnUdQd3DSaTs { top:2.75rem;left:5.125rem;width:37.5rem;height:;font-size:1.875rem;display:block; }
#J1WQWeWP7oQ2bw7W5tnI8zpGmRzI2HlO { top:11.75rem;left:5.5rem;width:36.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
#xToOAISNBGm1ny2cg6s8blAR9cKQNK1U { top:12.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
#frx6t6DmW3ptBGs4WRbv7BDdUHvVN4FB { top:0rem;left:0rem;width:47.75rem;height:43rem;display:block; }
#QoD4HegkkTHqDkb5V2SHq9rB37JZwkVb { top:17rem;left:0rem;width:47.75rem;height:23.1875rem;display:block; }
#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C { display:block; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container { width:47.75rem;position:relative;display:block; }#vPtTKwL2TkE63xL2SdA78yS5qU28rCy8 { top:1.875rem;left:0rem;width:20rem;height:5.1875rem;font-size:2rem;display:block; }
#nUvWO6TyG4ny20mKPNI9F44Q5CZkopaf { top:26.875rem;left:0rem;width:20rem;height:22.5rem;font-size:1.25rem;display:block; }
#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 { top:10.125rem;left:0rem;width:16.9375rem;height:;font-size:1.25rem;display:none; }#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 li:before{  }
#rI3rsh8MMLECKnsCS37BiCphvmazeFyf { width:25.875rem;height:2.9375rem;top:47.3125rem;left:0rem;display:none; }
#u2T0N02Hfq9GbVDpJaKD5dua0R3kTCPg { display:block; }
#k6AFqB6aq6rqCd9kePhRxrFpIMqi7PxU { top:47.1875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.0625rem;display:none; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { display:block; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { background-color: transparent; background-image: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container > .video-iframe-container { display: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row > .video-iframe-container { display: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .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); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { border-width: 0; border-radius: 0; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container { width:20rem;height:6rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#z5lu5IP5kGBdZJDkQligLMixU3ywX5xi { width:12.5rem;height:3.6875rem;top:1rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#syQwHXssaKme0XV9TN2F92AOiqbyxPBg { display:block; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg { background-color: transparent; background-image: none; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row .container > .video-iframe-container { display: none; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row > .video-iframe-container { display: none; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .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); }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg { border-width: 0; border-radius: 0; }#syQwHXssaKme0XV9TN2F92AOiqbyxPBg > .row .container { width:20rem;height:44.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#snIXe4bsF5n0IVQBz9Gf0MrEhA2fv0VF { width:14.75rem;height:7.875rem;top:15.375rem;left:2.375rem;font-size:2.1875rem;z-index:15011;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
#AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8 { width:20rem;height:18rem;top:0rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/10de2293-c3e7-4349-b331-0604762aa903/tandkrone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8.adaptive-delivery-prevent-bg, #AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8.lazyload, #AmMXtK3KQ1hmRacAVutEzT3XKh3iSwv8.lazyloading { background-image: none; }
#AsOIDTR0iG2q91WBSKTW75RmOTv1PBBv { width:18.25rem;height:29.0625rem;top:13.75rem;left:0.875rem;background-color:rgba(var(--color-tertiary-0),1);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;display:block; }
#NwfTxBW3IbsPFEXt6M354MfT4Sk0gTrl { width:11.875rem;height:1.4619125rem;top:27.3125rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#mVNKtw9Ly03QgXJSh6V48NBqDfP7mUNQ { width:11.8125rem;height:4.875rem;top:28.375rem;left:4.25rem;font-size:3.75rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-primary-2),1);display:block; }
#MewrcU3p5epJ6IeNd4kms16XTILobwc5 { width:16rem;height:4.875rem;top:33.875rem;left:2rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:#229a7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#slUxmeXqSu2kk1Q196yxVEZNpZhWwmI8 { display:block; }
#R7h7rMiv1FNAIs9BHGsex9Vv016n4NBN { width:16.4375rem;height:1.7871125rem;top:24.1875rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#SFJuq8u6trMpuX602dIJo456p4ZhwGxR { width:19.125rem;height:1.29980625rem;top:40.375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#TOCBurClEthwsGxzg5VcLE1DgleyRz3k { display:block; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k { background-color: transparent; background-image: none; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container > .video-iframe-container { display: none; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row > .video-iframe-container { display: none; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .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); }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k { border-width: 0; border-radius: 0; }#TOCBurClEthwsGxzg5VcLE1DgleyRz3k > .row .container { width:20rem;height:17.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#zqIfzr0tHrW0hRd4V5vCS0lCogMcefJ9 { width:20rem;height:15rem;top:1.25rem;left:0rem;display:block; }
#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { display:block; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { background-color: transparent; background-image: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container > .video-iframe-container { display: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row > .video-iframe-container { display: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .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); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { border-width: 0; border-radius: 0; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container { width:20rem;height:57.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#ZVGEOhdr7qg4rrdQBdu4bnPMUfDEA9m7 { width:20rem;height:4.875rem;top:1.75rem;left:0rem;font-size:1.875rem;font-family:var(--headlines-font-family);display:block; }
#gp6QapkBuOmsUS7Mt0Mnriwn1Klvp0HP { width:20rem;height:5.7744125rem;top:7.5625rem;left:0rem;font-size:1.375rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
#fSBTaiZyXT1tmhoQsaBCAtSGoQNRveym { width:20rem;height:20.625rem;top:14.0625rem;left:0rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#nDfezE2cTyTLzJ50TrTifVWFhWQoze3K { width:19.0625rem;height:2.9375rem;top:52.3125rem;left:0.46875rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);background-color:#229a7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ahfoLfHvZTanR5twvEkGxx0vvuIftN8Z { display:block; }
#rZNe7RzDd3SVXiHBb1pV87wrTTzlmg5l { width:20rem;height:15.5rem;top:38.375rem;left:0rem;background-color:rgba(var(--color-primary-0),1);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;display:block; }
#JUuFcOLdcwBtdUSn0QS1GAyO4sRTEdsn { width:17.875rem;height:9.75rem;top:40.5625rem;left:1.0625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto { display:block; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto { background-color: transparent; background-image: none; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container > .video-iframe-container { display: none; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row > .video-iframe-container { display: none; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .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); }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto { border-width: 0; border-radius: 0; }#ZTWxuKcrow8MVPlo3cyKyzp4NstFsUto > .row .container { width:20rem;height:32.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Gbr25vECgVhyLhH7TEctkuxMqCLUqeaQ { width:20rem;height:4.875rem;top:2.3125rem;left:0rem;font-size:1.875rem;font-family:var(--headlines-font-family);display:block; }
#JtxGhm8xNalf25y0TzcdtA9HX3w9fMyv { width:20rem;height:9.75rem;top:18.625rem;left:0rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#n5CxtVA8GlpvNhpQokT0xTCnkiNgFTq5 { width:8rem;height:8rem;top:8.875rem;left:6rem;z-index:14997;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP { display:block; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP { background-color: transparent; background-image: none; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container > .video-iframe-container { display: none; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row > .video-iframe-container { display: none; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .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); }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP { border-width: 0; border-radius: 0; }#bWOCBCDG9wyeTvXVTZdhhCrZg8IX99gP > .row .container { width:20rem;height:112.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#y8n6PeKKQoOp4ignJ95liK3EkD7nUTMo { width:17.9375rem;height:55.5rem;top:0rem;left:1.0625rem;background-color:rgba(var(--color-tertiary-0),1);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;box-shadow: 0.0625rem 0.0625rem 0.6875rem #fff3e0 ;display:block; }
#SBA2IDvvaBG6Xs005AtX05iJlKIyTrJi { width:15.1875rem;height:22.75rem;top:26.25rem;left:2.4375rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);line-height:1.3;display:block; }
#Xg6hqFEILRTSTwMpntIsnQzm9Oic6gVZ { width:15.1875rem;height:3.25rem;top:21.6875rem;left:2.4375rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);line-height:1.3;display:block; }
#ThxbKFkRKpwmODH8VmFz2xIPmzusDnKx { width:15.1875rem;height:2.34375rem;top:19.125rem;left:2.4375rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);display:block; }
#TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5 { width:16.5625rem;height:16.6875rem;top:0.5625rem;left:1.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b52ee257-039b-4d4e-9ebf-34f82fb92ac3/Tandkronebehandlereaugusto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5.adaptive-delivery-prevent-bg, #TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5.lazyload, #TIxKHmBL4vLf9XJhStGM4EwAeh8aQHf5.lazyloading { background-image: none; }
#xUyvSxeDTN5z2No4ULzcBPU3SLvKpgNR { width:17.9375rem;height:52.125rem;top:56.75rem;left:1.0625rem;background-color:rgba(var(--color-tertiary-0),1);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;box-shadow: 0.0625rem 0.0625rem 0.6875rem #fff3e0 ;display:block; }
#pEJJXVOs8MEiDPgIVcAml4UTBV5muokA { width:15.1875rem;height:21.125rem;top:83rem;left:2.4375rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);line-height:1.3;display:block; }
#s1TbHTzNhlZ5CBbyK23BXSmtSJnzrDhm { width:15.1875rem;height:3.25rem;top:78.4375rem;left:2.4375rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);line-height:1.3;display:block; }
#lwNdLFrD1tWpyCCuFFkTvtGEz7GbswaF { width:15.1875rem;height:2.34375rem;top:75.875rem;left:2.4375rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);display:block; }
#iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4 { width:16.5625rem;height:16.6875rem;top:57.3125rem;left:1.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/65b7ddf1-accc-46cf-8744-7ad0bc535887/Tandkronebehandleresebastian.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4.adaptive-delivery-prevent-bg, #iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4.lazyload, #iOIhDfIkxrsmvhu2OBL7kAXNmkDFcIT4.lazyloading { background-image: none; }
#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh { display:block; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh { background-color: transparent; background-image: none; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container > .video-iframe-container { display: none; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row > .video-iframe-container { display: none; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .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); }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh { border-width: 0; border-radius: 0; }#ITse9AP4iq8DqOdH5IlgkUS3XVAFh2hh > .row .container { width:20rem;height:32.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#kH3Lxh5dGRqi7bZT8a397gu7FaS9Rr5l { width:20rem;height:13.125rem;top:0rem;left:0rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#ZEAOR7iS7OwknJ2hANC8048Dyp3vicZc { width:20rem;height:2.9375rem;top:14.5rem;left:0rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:#229a7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#V8igJ9Ba2B62zPgcFpDCCfAXhvnm3I9V { display:block; }
#OlOKuHM3VUBxF2B9V2ppMvqtePThT1kT { width:4.75rem;height:4.75rem;top:16rem;left:6.125rem;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tEIc6N5wSwXqkL9ym3L3gqSBQsURVhnh { width:8.5rem;height:8.5rem;top:19.625rem;left:5.75rem;z-index:14998;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i8TzCRgFSwyXDMFKax92dZEnbGmTkqhm { width:20rem;height:1.29980625rem;top:29.6875rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
#aXSBZXNJ6o6pg9rJ55yItCryBF7o5EpQ { width:9.375rem;height:9.375rem;top:162.875rem;left:5.3125rem;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container { background-color: transparent; background-image: none; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container > .video-iframe-container { display: none; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row > .video-iframe-container { display: none; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .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); }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container { border-width: 0; border-radius: 0; }#sQuwuaqq0skCI1zJExqIq3hm77z5q0Ks > .row .container { width:20rem;height:18.5rem;position:relative;display:block; }#qA1spo87JAKI7B0SplJOgkhn6qRQKO3x { width:17.5rem;height:4.0625rem;top:2.28125rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#NuBNOK5pZhQsg5IiUIUhznbXiqZMu5Xv { width:17.9375rem;height:2.9375rem;top:13.4375rem;left:1.03125rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:#229a7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#v8i9Mui4WWS5gAPo6ZTDr3FxruGMktTK { display:block; }
#PptpTcBlDWOn9Qu5vNnnzLbtw5ixNLvd { width:17.625rem;height:4.875rem;top:7.1875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { display:block; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { background-color: transparent; background-image: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container > .video-iframe-container { display: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row > .video-iframe-container { display: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .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); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { border-width: 0; border-radius: 0; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container { width:20rem;height:67.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL { width:18rem;height:19.5rem;top:1.25rem;left:1.9010869565218rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2adf9229-6d9b-4908-8f3d-25e9f945ca8e/stemningtandkroner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL.adaptive-delivery-prevent-bg, #Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL.lazyload, #Zr9A0yeZHm3R0g66C3dPQ6qwJk1wH4tL.lazyloading { background-image: none; }
#TI3O5myhpnBEM4HvW6ggR3vDABteRLTp { width:20rem;height:9.75rem;top:24.375rem;left:0rem;font-size:1.875rem;font-family:var(--headlines-font-family);display:block; }
#TRHAtIQqmIvSbTnHFlygAxDE0SVMrPi4 { width:20rem;height:24.375rem;top:40.9375rem;left:0rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);line-height:1.3;display:block; }
#idXnzNmgIqEhgfSqeyN3e4tG4yfqDTrF { width:20rem;height:19.8125rem;top:2.6875rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eobqu9zHCi0XNfwkk06Vkxbn31W0cWTh { width:20rem;height:5.361325rem;top:33.4375rem;left:0rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);display:block; }
#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq { display:block; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq { background-color: transparent; background-image: none; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container > .video-iframe-container { display: none; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row > .video-iframe-container { display: none; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .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); }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq { border-width: 0; border-radius: 0; }#XHW4u5gsuykBXJJQmt6yNu1PnF2fvLaq > .row .container { width:20rem;height:17.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#OFAqvO3QIhzrV1M0LXx1EgVxuRrxAZZR { width:20rem;height:15rem;top:1.25rem;left:0rem;display:block; }
#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN { display:block; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN { background-color: transparent; background-image: none; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container > .video-iframe-container { display: none; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row > .video-iframe-container { display: none; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .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); }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN { border-width: 0; border-radius: 0; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OV0fRweCXzuwiUFBxgFQqXBsVCdOZ8EN > .row .container { width:20rem;height:54.375rem;background-color:transparent;background-image:none;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;position:relative;display:block; }#ba6zX2TbcvqIL0qe6wklWnUdQd3DSaTs { width:17.9375rem;height:9.75rem;top:2rem;left:1.03125rem;font-size:1.875rem;font-family:var(--headlines-font-family);display:block; }
#J1WQWeWP7oQ2bw7W5tnI8zpGmRzI2HlO { width:17.25rem;height:3.25rem;top:15.8125rem;left:1.375rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#xToOAISNBGm1ny2cg6s8blAR9cKQNK1U { width:20rem;height:2.03125rem;top:12.5625rem;left:0rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:400;font-style:normal;display:block; }
#frx6t6DmW3ptBGs4WRbv7BDdUHvVN4FB { width:20rem;height:51.75rem;top:0rem;left:0rem;z-index:14999;background-color:#e4e9eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QoD4HegkkTHqDkb5V2SHq9rB37JZwkVb { width:17.1875rem;height:23.1875rem;top:20.6875rem;left:1.40625rem;display:block; }
#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container { background-color: transparent; background-image: none; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container > .video-iframe-container { display: none; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row > .video-iframe-container { display: none; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .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); }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container { border-width: 0; border-radius: 0; }#RaIa3bP2TE1Rs1LnRps2y8QX4rPL7D7C > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; }#vPtTKwL2TkE63xL2SdA78yS5qU28rCy8 { width:20rem;height:5.19921875rem;top:3.23828125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:#fff3e0;display:block; }
#nUvWO6TyG4ny20mKPNI9F44Q5CZkopaf { width:20rem;height:20.625rem;top:26.8837890625rem;left:0rem;font-size:1.25rem;line-height:1.5;font-weight:300;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-2),1);display:block; }
#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 { width:16.9375rem;height:;top:10.125rem;left:0rem;font-size:1.25rem;color:rgba(var(--color-secondary-2),1);z-index:15014;font-family:var(--paragraphs-font-family);display:block; }#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tnhKUfmZUE9z7pwAXdXrTh2zxDi1OfJ9 li:before{  }
#rI3rsh8MMLECKnsCS37BiCphvmazeFyf { width:20rem;height:2.9375rem;top:51.755859375rem;left:0rem;font-size:1.125rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:#229a7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#u2T0N02Hfq9GbVDpJaKD5dua0R3kTCPg { display:block; }
#k6AFqB6aq6rqCd9kePhRxrFpIMqi7PxU { width:20rem;height:1.3808625rem;top:56.125rem;left:0rem;font-size:1.0625rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-2),1);display:block; }
