.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;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); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { position:relative;display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { background-color: transparent; background-image: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container > .video-iframe-container { display: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row > .video-iframe-container { display: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .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); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { border-width: 0; border-radius: 0; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:85px;width:960px;position:relative;display:block; }#eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:195px;top:10.5px;left:19px;overflow:hidden;display:block; }
#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lVZxL6oz/dentist_images_03.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.15); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.15); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { border-width: 0; border-radius: 0; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { font-size:14px;font-family:arial;height:511px;width:960px;position:relative;display:block; }#vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { color:#000000;display:block;width:476px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:57px;left:95px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { color:#f7a700;display:block;width:502px;position:absolute;font-family:montserrat;font-size:22px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:351px;left:95px;height:28px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QDLBDtO9m6WQVkAJDNBITayJqSxKcHl6 { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:511px;width:527px;top:0px;left:54px;display:block; }
#ErPrARtRzHyIU8ZDuw2BGS6naIT7e7Ia { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/iHVsyDri/header_rekruttering_tandplejer_2.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;height:491px;width:836px;top:20px;left:231px;display:block; }
#zAbtW3TTdKkWgo1cEkK2BuCtdCINkSKa { color:#000000;display:block;width:476px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:242px;left:95px;height:84px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GzlZSmmV9JfLfBkCZgaGBCsUyiz76k9r { color:#f7a700;display:block;width:430px;position:absolute;font-family:montserrat;font-size:22px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:417px;left:95px;height:28px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu { position:relative;display:block; }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu { background-color: transparent; background-image: none; }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .row .container > .video-iframe-container { display: none; }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .row > .video-iframe-container { display: none; }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .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); }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu { border-width: 0; border-radius: 0; }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:474px;width:960px;position:relative;display:block; }#ooC6nTrhxJk0pDbKzJ4PXAOCNaTgg64c { color:#585858;display:block;width:400px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:63px;left:33px;height:351px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AdoZOBwUPh7Ffgk4Eth53m5GTHlSry3k { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UwYn3xKE/header_mobil.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:315px;width:351px;top:58px;left:572px;display:block; }
#uyVpVwTtr4rTxDyKUPaw2TWZskW5zuuF { position:absolute;display:block;z-index:100008;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:288px;width:426px;top:128px;left:534px;display:block; }
#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 { position:relative;display:block; }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 { background-color: transparent; background-image: none; }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .row .container > .video-iframe-container { display: none; }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .row > .video-iframe-container { display: none; }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .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); }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 { border-width: 0; border-radius: 0; }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:474px;width:960px;position:relative;display:block; }#IWn9thzJp9dMqk6xolnwA9TLPKVPlmF2 { color:#585858;display:block;width:400px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:61.5px;left:545px;height:351px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EdkDohxQaKcMEBdI2SqeLePe0VpSXXs1 { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PvsGeUZd/roskilde_3.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:315px;width:351px;top:58px;left:38px;display:block; }
#EgHR5sXvN4p4DN59f5scRMIhQ06RTy0F { position:absolute;display:block;z-index:100008;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:288px;width:426px;top:128px;left:0px;display:block; }
#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lVZxL6oz/dentist_images_03.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container { background-color: transparent; background-image: none; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.81); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container > .video-iframe-container { display: none; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.81); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row > .video-iframe-container { display: none; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .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); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container { border-width: 0; border-radius: 0; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container { font-size:14px;font-family:arial;height:368px;width:960px;position:relative;display:block; }#oPzOS309RMEOxazl09RAtQ6p8CO28Ein { color:#585858;display:block;width:656px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:47px;left:152px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hM22W5N4qNrayfVvfGCuStImThsOWnX6 { color:#585858;display:block;width:639px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:149.5px;left:160.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJIuev37beUczaDBxJcv6EZtMZ38uTU2 { background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:253px;left:141px;display:block; }
#EUvABXB0639s1IvZl5XZE1b4wbIe7uVZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#AK9iKokPqO40z8xcD1qnFI93kXC3NAXc { background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:253px;left:502.5px;display:block; }
#Uy7WgkR71eErS9XHLHhsbFn2GA0XemaZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row .container { background-color: transparent; background-image: none; }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row .container > .video-iframe-container { display: none; }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row > .video-iframe-container { display: none; }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .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); }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row .container { border-width: 0; border-radius: 0; }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row .container { font-size:14px;font-family:arial;height:1340px;width:960px;position:relative;display:block; }#HEJC4qR1QgBgBzw0sgxbq0bKTNfrpx8W { color:#585858;display:block;width:580px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:53px;left:190px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t337eVD3WtqtLGUwM4Os3IgpFyuU3bog { color:#585858;display:block;width:444px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:281px;left:33px;height:486px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oDC8bJarH2EQeHSlIgwfbsJdzdsIRdar { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:137px;width:137px;top:203.5px;left:823px;overflow:hidden;display:block; }
#H1QwRS5c4BhASUoz8S4TPNNdE4l8N1rG { color:#585858;display:block;width:652px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:172px;left:154px;height:62px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w144BHrhVzrT92Vn95d8ppTOG9GZ3Hrs { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/26NW6RO8/tandplejer_stemning_3_kopi.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:393px;width:351px;top:281px;left:572px;display:block; }
#H3dp72nTadsrgKHrSCOfisArDZCMCXBW { position:absolute;display:block;z-index:100010;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:426px;top:485px;left:534px;display:block; }
#dSx5MxZeQRvlW32n57qk5KbAExSxLVzf { position:absolute;display:block;z-index:100012;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:426px;top:1055px;left:0px;display:block; }
#OodTsnmMu3Gg97uOu8FNlBPCnETTcp4p { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4nthfoJt/panorama.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:393px;width:351px;top:851px;left:38px;display:block; }
#PqJh0s8gTlwxh7TDvMK0XwCm1y9I8g10 { color:#585858;display:block;width:433px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:854px;left:527px;height:243px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row .container { background-color: transparent; background-image: none; }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row .container > .video-iframe-container { display: none; }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row > .video-iframe-container { display: none; }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .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); }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row .container { border-width: 0; border-radius: 0; }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row .container { font-size:14px;font-family:arial;height:1655px;width:960px;position:relative;display:block; }#GXopxUGFflhXqRgb8EVWVkqANDshCTn1 { color:#585858;display:block;width:616px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:636px;left:110px;height:62px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LG4D0bUfbSRBSpGNSUNiIJTR3bcGUhTn { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.19) ;height:474px;width:780px;top:554px;left:76px;display:block; }
#SzcrOB9QLROAmSA0sVFJLL4apRTZQs4B { color:#585858;display:block;width:701px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:845px;left:110px;height:108px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dbnmEp3zKafbypedVIWH97Fo4xabMic4 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:197px;width:281px;top:964px;left:0px;overflow:hidden;display:block; }
#OpOIvEiW9vkr3UuIT9HSBsQNqlKiAUOs { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:296px;width:296px;top:469px;left:664px;overflow:hidden;display:block; }
#XvcFbwnO4RF6qLrTecBHp33bu0zP2vTf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:166px;width:218px;top:1489px;left:742px;overflow:hidden;display:block; }
#XD7W1hZKcqqxNaemqwdnuuM33z6qmBDQ { color:#585858;display:block;width:701px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:725px;left:110px;height:93px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SPgwf9dIeTaBu2BOC6ABn0bnL2WElHEW { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.19) ;height:409px;width:780px;top:1159px;left:91px;display:block; }
#zMVenabylZXycISW6liSN40Aa1eMTJli { color:#585858;display:block;width:780px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1213px;left:126px;height:93px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8oOzAIwADTRPfWJdTnNtXnSuC1U1nJG { color:#585858;display:block;width:701px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:1334px;left:126px;height:62px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iOtc6K4KZkHSEufQaDUApWfxlAa3k8G3 { color:#585858;display:block;width:701px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:1428px;left:126px;height:81px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i13WOrx4Le9NINhDz97dzmLJxOQxFeMI { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:137px;width:137px;top:483px;left:0px;overflow:hidden;display:block; }
#SHOBkT9uqfBmvRTacOT1S9Zshzz6bXh8 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:137px;width:137px;top:1077px;left:801px;overflow:hidden;display:block; }
#qkzyQTnO3Jo96G5i5hnDOqhC29CCGLNN { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.19) ;height:397px;width:780px;top:54px;left:71px;display:block; }
#f2NXQghVAlo9W3PpTb68GniTGglGTq0z { color:#585858;display:block;width:701px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:287px;left:105px;height:108px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c1E29WgP7RyoGRQJ3em2LA3CwVK0tFf4 { color:#585858;display:block;width:701px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:194px;left:104px;height:62px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmRU4ZFOTOUKXMtKTM4o7hfyDTabTcRB { color:#585858;display:block;width:616px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:100px;left:105px;height:62px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vaXspHcVTzZauJCyQfOug3pAXWQb1p74 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:137px;width:137px;top:0px;left:782.5px;overflow:hidden;display:block; }
#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row .container { background-color: transparent; background-image: none; }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row .container > .video-iframe-container { display: none; }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row > .video-iframe-container { display: none; }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .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); }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row .container { border-width: 0; border-radius: 0; }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row .container { font-size:14px;font-family:arial;height:1364px;width:960px;position:relative;display:block; }#DObBkGZg8X9F1VlPMIM4I1GZaIGbJ7MT { color:#585858;display:block;width:580px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:53px;left:190px;height:82px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x0crruQMFpi8NyuysRvzc07PlOVTTT0t { color:#585858;display:block;width:444px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:285px;left:479px;height:162px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wK29TS42NXrf2gdV8bWiENqk5hrn7TWb { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:137px;width:137px;top:218px;left:0px;overflow:hidden;display:block; }
#TcU6LZuBzuQwm7O6JR7ydUBB2AveBCAH { color:#585858;display:block;width:652px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:172px;left:154px;height:62px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlQoKOPXFMklg6nk2foiHfVD6kZTgOyC { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rsnfniA0/tandplejer_stemning_2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:393px;width:351px;top:285px;left:38px;display:block; }
#PhoK8PGCDPdzgHy0EnfqpFll2JZA5ZRn { position:absolute;display:block;z-index:100010;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:426px;top:489px;left:0px;display:block; }
#Q0fzO11zed9EtrBW6cp5oEyMD18tJC4s { position:absolute;display:block;z-index:100012;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:426px;top:1100px;left:534px;display:block; }
#mftyvex8a5oSXuMr98MHevV1d3h7cwAe { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/QgDPqgbd/videokonsul_1200x1200_3.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:393px;width:351px;top:896px;left:572px;display:block; }
#fCrFwnt411y33DKkdBM7dV8ynnTn2d6t { color:#585858;display:block;width:444px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:896px;left:36px;height:216px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Psx2WzkoRh7ceUBUWgHWuRH6GeT4Fw65 { color:#585858;display:block;width:580px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:759px;left:190px;height:82px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lVZxL6oz/dentist_images_03.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container { background-color: transparent; background-image: none; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.81); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container > .video-iframe-container { display: none; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.81); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row > .video-iframe-container { display: none; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .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); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container { border-width: 0; border-radius: 0; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container { font-size:14px;font-family:arial;height:368px;width:960px;position:relative;display:block; }#ORZdNsThwlsbDsULwvAZVNx3xiN0Ttif { color:#585858;display:block;width:656px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:47px;left:152px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anbmotxP9T9nkTUU08oKl28kisWJfNma { color:#585858;display:block;width:639px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:149.5px;left:160.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9LecM0z2zIVQ16rmRUzQDbi7ZLJ3alp { background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:253px;left:141px;display:block; }
#tb5CRaAPsco85x33nR9wXLALTMGo8T9G { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#hVrMzWxrydCR1fdnImOUBXJAyeIPmeSk { background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:253px;left:502.5px;display:block; }
#eg2oeTGilO9z3IZE5zTU0zvgy3EMerID { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#n040aXevIa6UybyXgzx6biHkSBKw1WbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9j41aNND/mobil_750x530_2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row .container { background-color: transparent; background-image: none; }#n040aXevIa6UybyXgzx6biHkSBKw1WbN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,120,154,0.91); }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row .container > .video-iframe-container { display: none; }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,120,154,0.91); }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row > .video-iframe-container { display: none; }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .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); }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row .container { border-width: 0; border-radius: 0; }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row .container { font-size:14px;font-family:arial;height:1258px;width:960px;position:relative;display:block; }#fNLwyN66ThKemclPB8AxKExgtLJSnrHC { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/9j41aNND/mobil_750x530_2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:413px;width:351px;top:59.5px;left:572.03125px;display:block; }
#QMsdKqpKfcdI0Lyc6yiOlTIlbWkwTWhT { color:#585858;display:block;width:580px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:59.5px;left:31px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XpGpqBii3fm0DBmHf3M7CBqw6hfWX5gc { color:#ffffff;display:block;width:453px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:177px;left:31px;height:62px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DNJRa7MIKbveTM6SIn19aCTSTtvs9mCL { color:#ffffff;display:block;width:444px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:311.5px;left:31px;height:189px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4tqDApLlzWuCyzaBCrWS8nADERhgP9t { color:#ffffff;display:block;width:390px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:552.5px;left:534.03125px;height:324px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOzB4PGPPZTvIRN0uZNeAxTbgdEkH0eQ { color:#ffffff;display:block;width:390px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:1071px;left:31px;height:135px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sqefccax9IGXNvOM7R8a7JlBFeSpL1k1 { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SvApa8tE/tandplejer_stemning_1.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:413px;width:351px;top:553px;left:36px;display:block; }
#DQTaDqZcfDxZXv1y0QMmKFOzPIDcpWNx { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/tGKtvfU0/_MG_8047.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 10px rgba(0,0,0,0.21) ;height:413px;width:351px;top:913px;left:572px;display:block; }
#icQ7T1T5OT500k8LuXtNMuTvOkfMHwtg { position:absolute;display:block;z-index:100011;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:426px;top:293.5px;left:534px;display:block; }
#pqHPsalADOIVh3SCqsD0XPI1iL7yxVVT { position:absolute;display:block;z-index:100012;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:426px;top:782px;left:0px;display:block; }
#XVekd56KTHcehxbn5tBTSMeP21WQB3LR { position:absolute;display:block;z-index:100012;background-color:#f7a700;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:426px;top:1140px;left:534px;display:block; }
#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK { position:relative;display:block; }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK { background-color: transparent; background-image: none; }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .row .container > .video-iframe-container { display: none; }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .row > .video-iframe-container { display: none; }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .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); }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK { border-width: 0; border-radius: 0; }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:253px;width:960px;position:relative;display:block; }#TTgioSxPrCA0WRCDqqT45Zc0531aFr2u { color:#585858;display:block;width:616px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:48px;left:34px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MGPU5tR8xcKcb1bF8e0vHTRyRw5M8Vly { color:#585858;display:block;width:701px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:147px;left:34px;height:62px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w8QGArh8lef8U987Sd2fhyfci4TtsQhm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lVZxL6oz/dentist_images_03.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { background-color: transparent; background-image: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.81); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.81); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .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); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { border-width: 0; border-radius: 0; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { font-size:14px;font-family:arial;height:673px;width:960px;position:relative;display:block; }#fv5EpSwXxWLyZOkmhihudw8PxllTJ3sy { color:#585858;display:block;width:656px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:47px;left:152px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WbWgzANuwf7FLh1RLdgRm1gF2q8G4WZr { color:#585858;display:block;width:639px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:151px;left:160.5px;height:69px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-form-header { font-size:16px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:16px;font-weight:bold;color:#585858;width:463px;padding-top:0px;padding-right:0;padding-bottom:5px;padding-left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.7; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid rgba(88,88,88,0.19);border-left:1px solid rgba(88,88,88,0.19);border-right:1px solid rgba(88,88,88,0.19);border-bottom:1px solid rgba(88,88,88,0.19);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:463px;box-sizing:border-box;height:40px;color:#585858;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid rgba(88,88,88,0.19);border-left:1px solid rgba(88,88,88,0.19);border-right:1px solid rgba(88,88,88,0.19);border-bottom:1px solid rgba(88,88,88,0.19);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:463px;box-sizing:border-box;height:80px;color:#585858;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:463px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f7a700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:463px;height:50px;font-family:montserrat;overflow:hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.25) ; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:444px;overflow:hidden;font-style:normal;float:none; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:5px;width:100%;font-size:0;height:auto; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-container:first-of-type{padding-top:0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-container:last-of-type{padding-bottom:0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:463px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:228.5px;top:254px;z-index:100010;position:absolute;box-shadow: 3px 3px 10px rgba(0,0,0,0.5) ;font-size:16px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:463px;display:block;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe {display:block;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:463px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:228.5px;top:254px;z-index:100010;position:absolute;box-shadow: 3px 3px 10px rgba(0,0,0,0.5) ;font-size:16px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #a9FKDSUqkFsVIREmI5F4LteoL3grtAbA { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #wHNNXnhEwdQeiaoTlHxcy0x7nukwg7SB { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #qgbqA70a05T4q1TlRCr7THAK5cnaTJeQ { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #iKNJGmbiBaHCXGWBn1Bo1xRoQwJaKMSl { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #pU5vKls1bDNMwlUTnbtFVJaNOc1OXnyN { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #qyeTVup7AIqwTz0bwFI9Qrl4iVlo2G98 { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #wSZ9KeGii4xCJT7RWIXXl2qGTO1T9FR3 { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #PaiLNaDfI5pPPMvdDPtOV7MVD7Vhan2c { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #vSg2JDM1a7uVQAuFJIZWBuyUhefiwLrn { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #NFo0llWxtD3wQxJRf1fPFmRaWPNcRH8D { position:relative; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #FN4SbTx34lwxGATT4kW0gM0lTgh2w5kN { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { top:10px;left:0px;width:195px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { top:57px;left:0px;width:476px;height:;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { top:351px;left:0px;width:502px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QDLBDtO9m6WQVkAJDNBITayJqSxKcHl6 { top:0px;left:0px;width:527px;height:511px;display:block; }
 }@media only screen and (max-width: 763px) { #ErPrARtRzHyIU8ZDuw2BGS6naIT7e7Ia { top:20px;left:0px;width:764px;height:491px;display:block; }
 }@media only screen and (max-width: 763px) { #zAbtW3TTdKkWgo1cEkK2BuCtdCINkSKa { top:242px;left:0px;width:476px;height:84px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #GzlZSmmV9JfLfBkCZgaGBCsUyiz76k9r { top:417px;left:0px;width:430px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #By4nz5DXJkHG2bovLixDDVc3N8QvtUmu { display:block; }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooC6nTrhxJk0pDbKzJ4PXAOCNaTgg64c { top:63px;left:0px;width:400px;height:351px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AdoZOBwUPh7Ffgk4Eth53m5GTHlSry3k { top:58px;left:413px;width:351px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { #uyVpVwTtr4rTxDyKUPaw2TWZskW5zuuF { top:128px;left:338px;width:426px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 { display:block; }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWn9thzJp9dMqk6xolnwA9TLPKVPlmF2 { top:61px;left:364px;width:400px;height:351px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EdkDohxQaKcMEBdI2SqeLePe0VpSXXs1 { top:58px;left:0px;width:351px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { #EgHR5sXvN4p4DN59f5scRMIhQ06RTy0F { top:128px;left:0px;width:426px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN { display:block; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPzOS309RMEOxazl09RAtQ6p8CO28Ein { top:47px;left:54px;width:656px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hM22W5N4qNrayfVvfGCuStImThsOWnX6 { top:149px;left:62.5px;width:639px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RJIuev37beUczaDBxJcv6EZtMZ38uTU2 { width:300px;height:55px;top:253px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #EUvABXB0639s1IvZl5XZE1b4wbIe7uVZ { display:block; }
 }@media only screen and (max-width: 763px) { #AK9iKokPqO40z8xcD1qnFI93kXC3NAXc { width:300px;height:55px;top:253px;left:404.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Uy7WgkR71eErS9XHLHhsbFn2GA0XemaZ { display:block; }
 }@media only screen and (max-width: 763px) { #GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 { display:block; }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEJC4qR1QgBgBzw0sgxbq0bKTNfrpx8W { top:53px;left:92px;width:580px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #t337eVD3WtqtLGUwM4Os3IgpFyuU3bog { top:281px;left:0px;width:444px;height:486px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oDC8bJarH2EQeHSlIgwfbsJdzdsIRdar { top:203px;left:627px;width:137px;height:137px;display:block; }
 }@media only screen and (max-width: 763px) { #H1QwRS5c4BhASUoz8S4TPNNdE4l8N1rG { top:172px;left:56px;width:652px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #w144BHrhVzrT92Vn95d8ppTOG9GZ3Hrs { top:281px;left:413px;width:351px;height:393px;display:block; }
 }@media only screen and (max-width: 763px) { #H3dp72nTadsrgKHrSCOfisArDZCMCXBW { top:485px;left:338px;width:426px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #dSx5MxZeQRvlW32n57qk5KbAExSxLVzf { top:1055px;left:0px;width:426px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #OodTsnmMu3Gg97uOu8FNlBPCnETTcp4p { top:851px;left:0px;width:351px;height:393px;display:block; }
 }@media only screen and (max-width: 763px) { #PqJh0s8gTlwxh7TDvMK0XwCm1y9I8g10 { top:854px;left:331px;width:433px;height:243px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK { display:block; }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXopxUGFflhXqRgb8EVWVkqANDshCTn1 { top:636px;left:12px;width:616px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LG4D0bUfbSRBSpGNSUNiIJTR3bcGUhTn { top:554px;left:0px;width:764px;height:474px;display:block; }
 }@media only screen and (max-width: 763px) { #SzcrOB9QLROAmSA0sVFJLL4apRTZQs4B { top:845px;left:12px;width:701px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dbnmEp3zKafbypedVIWH97Fo4xabMic4 { top:964px;left:0px;width:281px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #OpOIvEiW9vkr3UuIT9HSBsQNqlKiAUOs { top:469px;left:468px;width:296px;height:296px;display:block; }
 }@media only screen and (max-width: 763px) { #XvcFbwnO4RF6qLrTecBHp33bu0zP2vTf { top:1489px;left:546px;width:218px;height:166px;display:block; }
 }@media only screen and (max-width: 763px) { #XD7W1hZKcqqxNaemqwdnuuM33z6qmBDQ { top:725px;left:12px;width:701px;height:93px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SPgwf9dIeTaBu2BOC6ABn0bnL2WElHEW { top:1159px;left:0px;width:764px;height:409px;display:block; }
 }@media only screen and (max-width: 763px) { #zMVenabylZXycISW6liSN40Aa1eMTJli { top:1213px;left:0px;width:764px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #H8oOzAIwADTRPfWJdTnNtXnSuC1U1nJG { top:1334px;left:28px;width:701px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iOtc6K4KZkHSEufQaDUApWfxlAa3k8G3 { top:1428px;left:28px;width:701px;height:81px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #i13WOrx4Le9NINhDz97dzmLJxOQxFeMI { top:483px;left:0px;width:137px;height:137px;display:block; }
 }@media only screen and (max-width: 763px) { #SHOBkT9uqfBmvRTacOT1S9Zshzz6bXh8 { top:1077px;left:627px;width:137px;height:137px;display:block; }
 }@media only screen and (max-width: 763px) { #qkzyQTnO3Jo96G5i5hnDOqhC29CCGLNN { top:54px;left:0px;width:764px;height:397px;display:block; }
 }@media only screen and (max-width: 763px) { #f2NXQghVAlo9W3PpTb68GniTGglGTq0z { top:287px;left:7px;width:701px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #c1E29WgP7RyoGRQJ3em2LA3CwVK0tFf4 { top:194px;left:6px;width:701px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tmRU4ZFOTOUKXMtKTM4o7hfyDTabTcRB { top:100px;left:7px;width:616px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vaXspHcVTzZauJCyQfOug3pAXWQb1p74 { top:0px;left:627px;width:137px;height:137px;display:block; }
 }@media only screen and (max-width: 763px) { #J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb { display:block; }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DObBkGZg8X9F1VlPMIM4I1GZaIGbJ7MT { top:53px;left:92px;width:580px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #x0crruQMFpi8NyuysRvzc07PlOVTTT0t { top:285px;left:320px;width:444px;height:162px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wK29TS42NXrf2gdV8bWiENqk5hrn7TWb { top:218px;left:0px;width:137px;height:137px;display:block; }
 }@media only screen and (max-width: 763px) { #TcU6LZuBzuQwm7O6JR7ydUBB2AveBCAH { top:172px;left:56px;width:652px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nlQoKOPXFMklg6nk2foiHfVD6kZTgOyC { top:285px;left:0px;width:351px;height:393px;display:block; }
 }@media only screen and (max-width: 763px) { #PhoK8PGCDPdzgHy0EnfqpFll2JZA5ZRn { top:489px;left:0px;width:426px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0fzO11zed9EtrBW6cp5oEyMD18tJC4s { top:1100px;left:338px;width:426px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #mftyvex8a5oSXuMr98MHevV1d3h7cwAe { top:896px;left:413px;width:351px;height:393px;display:block; }
 }@media only screen and (max-width: 763px) { #fCrFwnt411y33DKkdBM7dV8ynnTn2d6t { top:896px;left:0px;width:444px;height:216px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Psx2WzkoRh7ceUBUWgHWuRH6GeT4Fw65 { top:759px;left:92px;width:580px;height:82px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr { display:block; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORZdNsThwlsbDsULwvAZVNx3xiN0Ttif { top:47px;left:54px;width:656px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #anbmotxP9T9nkTUU08oKl28kisWJfNma { top:149px;left:62.5px;width:639px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #y9LecM0z2zIVQ16rmRUzQDbi7ZLJ3alp { width:300px;height:55px;top:253px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #tb5CRaAPsco85x33nR9wXLALTMGo8T9G { display:block; }
 }@media only screen and (max-width: 763px) { #hVrMzWxrydCR1fdnImOUBXJAyeIPmeSk { width:300px;height:55px;top:253px;left:404.5px;display:block; }
 }@media only screen and (max-width: 763px) { #eg2oeTGilO9z3IZE5zTU0zvgy3EMerID { display:block; }
 }@media only screen and (max-width: 763px) { #n040aXevIa6UybyXgzx6biHkSBKw1WbN { display:block; }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNLwyN66ThKemclPB8AxKExgtLJSnrHC { top:59px;left:413px;width:351px;height:413px;display:block; }
 }@media only screen and (max-width: 763px) { #QMsdKqpKfcdI0Lyc6yiOlTIlbWkwTWhT { top:59px;left:0px;width:580px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XpGpqBii3fm0DBmHf3M7CBqw6hfWX5gc { top:177px;left:0px;width:453px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DNJRa7MIKbveTM6SIn19aCTSTtvs9mCL { top:311px;left:0px;width:444px;height:189px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T4tqDApLlzWuCyzaBCrWS8nADERhgP9t { top:552px;left:374px;width:390px;height:324px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nOzB4PGPPZTvIRN0uZNeAxTbgdEkH0eQ { top:1071px;left:0px;width:390px;height:135px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Sqefccax9IGXNvOM7R8a7JlBFeSpL1k1 { top:553px;left:0px;width:351px;height:413px;display:block; }
 }@media only screen and (max-width: 763px) { #DQTaDqZcfDxZXv1y0QMmKFOzPIDcpWNx { top:913px;left:413px;width:351px;height:413px;display:block; }
 }@media only screen and (max-width: 763px) { #icQ7T1T5OT500k8LuXtNMuTvOkfMHwtg { top:293px;left:338px;width:426px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #pqHPsalADOIVh3SCqsD0XPI1iL7yxVVT { top:782px;left:0px;width:426px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #XVekd56KTHcehxbn5tBTSMeP21WQB3LR { top:1140px;left:338px;width:426px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK { display:block; }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTgioSxPrCA0WRCDqqT45Zc0531aFr2u { top:48px;left:0px;width:616px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #MGPU5tR8xcKcb1bF8e0vHTRyRw5M8Vly { top:147px;left:0px;width:701px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #w8QGArh8lef8U987Sd2fhyfci4TtsQhm { display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv5EpSwXxWLyZOkmhihudw8PxllTJ3sy { top:47px;left:54px;width:656px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #WbWgzANuwf7FLh1RLdgRm1gF2q8G4WZr { top:151px;left:62.5px;width:639px;height:69px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-regular-label { width:463px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-text { width:463px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-textarea { width:463px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-select { width:463px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-button { width:463px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-checkbox-label { width:444px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe  { width:463px;height:auto;top:254px;left:130.5px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .radio-container { width:463px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe {display:block;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe { width:463px;height:auto;top:254px;left:130.5px; }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #a9FKDSUqkFsVIREmI5F4LteoL3grtAbA {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #wHNNXnhEwdQeiaoTlHxcy0x7nukwg7SB {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #qgbqA70a05T4q1TlRCr7THAK5cnaTJeQ {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #iKNJGmbiBaHCXGWBn1Bo1xRoQwJaKMSl {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #pU5vKls1bDNMwlUTnbtFVJaNOc1OXnyN {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #qyeTVup7AIqwTz0bwFI9Qrl4iVlo2G98 {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #wSZ9KeGii4xCJT7RWIXXl2qGTO1T9FR3 {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #PaiLNaDfI5pPPMvdDPtOV7MVD7Vhan2c {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #vSg2JDM1a7uVQAuFJIZWBuyUhefiwLrn {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #NFo0llWxtD3wQxJRf1fPFmRaWPNcRH8D {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #FN4SbTx34lwxGATT4kW0gM0lTgh2w5kN {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { width:320px;height:91px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { width:200px;height:63px;top:14px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { background-color:transparent;background-image:url("https://images.assets-landingi.com/MOB4Ywon/_MG_0232_ny_gruppe.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.89); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.89); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:320px;height:466px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { width:310px;height:108px;top:24px;left:11px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { width:163px;height:24px;top:259px;left:11px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QDLBDtO9m6WQVkAJDNBITayJqSxKcHl6 { width:320px;height:511px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ErPrARtRzHyIU8ZDuw2BGS6naIT7e7Ia { width:284px;height:272px;top:193px;left:33.806896551724px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/iHVsyDri/header_rekruttering_tandplejer_2.png");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }
 }@media only screen and (max-width: 763px) { #zAbtW3TTdKkWgo1cEkK2BuCtdCINkSKa { width:290px;height:93px;top:145px;left:15px;font-size:26px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GzlZSmmV9JfLfBkCZgaGBCsUyiz76k9r { width:128px;height:72px;top:303px;left:11px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #By4nz5DXJkHG2bovLixDDVc3N8QvtUmu { display:block; }#By4nz5DXJkHG2bovLixDDVc3N8QvtUmu > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooC6nTrhxJk0pDbKzJ4PXAOCNaTgg64c { width:320px;height:432px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdoZOBwUPh7Ffgk4Eth53m5GTHlSry3k { width:265px;height:300px;top:494px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #uyVpVwTtr4rTxDyKUPaw2TWZskW5zuuF { width:320px;height:186px;top:640px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 { display:block; }#qnPpmfGKmVQ7xgpaWOAvgFn3t23uMJ08 > .row .container { width:320px;height:824px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWn9thzJp9dMqk6xolnwA9TLPKVPlmF2 { width:320px;height:405px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdkDohxQaKcMEBdI2SqeLePe0VpSXXs1 { width:265px;height:300px;top:492px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EgHR5sXvN4p4DN59f5scRMIhQ06RTy0F { width:320px;height:186px;top:638px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN { background-color:transparent;background-image:url("https://images.assets-landingi.com/lVZxL6oz/dentist_images_03.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container { background-color: transparent; background-image: none; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.88); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container > .video-iframe-container { display: none; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.88); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row > .video-iframe-container { display: none; }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .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); }#l3ka0BitRzb8p0pzUqPVdzUf1iACBLEN > .row .container { width:320px;height:474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPzOS309RMEOxazl09RAtQ6p8CO28Ein { width:320px;height:108px;top:33px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hM22W5N4qNrayfVvfGCuStImThsOWnX6 { width:320px;height:92px;top:168px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RJIuev37beUczaDBxJcv6EZtMZ38uTU2 { width:280px;height:55px;top:296px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EUvABXB0639s1IvZl5XZE1b4wbIe7uVZ { display:block; }
 }@media only screen and (max-width: 763px) { #AK9iKokPqO40z8xcD1qnFI93kXC3NAXc { width:280px;height:55px;top:382px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Uy7WgkR71eErS9XHLHhsbFn2GA0XemaZ { display:block; }
 }@media only screen and (max-width: 763px) { #GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 { display:block; }#GNfi2gB7BbAVeNUcwglG1lrH41K5xXy9 > .row .container { width:320px;height:2164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEJC4qR1QgBgBzw0sgxbq0bKTNfrpx8W { width:320px;height:205px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t337eVD3WtqtLGUwM4Os3IgpFyuU3bog { width:320px;height:648px;top:389px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDC8bJarH2EQeHSlIgwfbsJdzdsIRdar { width:137px;height:137px;top:1057px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #H1QwRS5c4BhASUoz8S4TPNNdE4l8N1rG { width:320px;height:124px;top:245px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w144BHrhVzrT92Vn95d8ppTOG9GZ3Hrs { width:265px;height:300px;top:1126px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #H3dp72nTadsrgKHrSCOfisArDZCMCXBW { width:320px;height:190px;top:1270px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dSx5MxZeQRvlW32n57qk5KbAExSxLVzf { width:320px;height:225px;top:1939px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OodTsnmMu3Gg97uOu8FNlBPCnETTcp4p { width:265px;height:308px;top:1815px;left:25px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4nthfoJt/panorama.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }
 }@media only screen and (max-width: 763px) { #PqJh0s8gTlwxh7TDvMK0XwCm1y9I8g10 { width:320px;height:297px;top:1487px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK { display:block; }#ErsBCOG3BEOgpOfCniX1mvhxzKbG2EsK > .row .container { width:320px;height:2534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXopxUGFflhXqRgb8EVWVkqANDshCTn1 { width:222px;height:155px;top:265px;left:49px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LG4D0bUfbSRBSpGNSUNiIJTR3bcGUhTn { width:320px;height:706px;top:182px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SzcrOB9QLROAmSA0sVFJLL4apRTZQs4B { width:297px;height:216px;top:617px;left:11.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbnmEp3zKafbypedVIWH97Fo4xabMic4 { width:281px;height:197px;top:0px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OpOIvEiW9vkr3UuIT9HSBsQNqlKiAUOs { width:296px;height:296px;top:870px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XvcFbwnO4RF6qLrTecBHp33bu0zP2vTf { width:242px;height:184px;top:1717px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #XD7W1hZKcqqxNaemqwdnuuM33z6qmBDQ { width:320px;height:155px;top:437px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPgwf9dIeTaBu2BOC6ABn0bnL2WElHEW { width:320px;height:719px;top:1031px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zMVenabylZXycISW6liSN40Aa1eMTJli { width:309px;height:155px;top:1116px;left:6px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8oOzAIwADTRPfWJdTnNtXnSuC1U1nJG { width:239px;height:186px;top:1295px;left:41px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOtc6K4KZkHSEufQaDUApWfxlAa3k8G3 { width:283px;height:189px;top:1513px;left:19px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i13WOrx4Le9NINhDz97dzmLJxOQxFeMI { width:137px;height:137px;top:115px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #SHOBkT9uqfBmvRTacOT1S9Zshzz6bXh8 { width:137px;height:137px;top:961px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #qkzyQTnO3Jo96G5i5hnDOqhC29CCGLNN { width:320px;height:620px;top:1912px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f2NXQghVAlo9W3PpTb68GniTGglGTq0z { width:320px;height:216px;top:2248px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1E29WgP7RyoGRQJ3em2LA3CwVK0tFf4 { width:320px;height:124px;top:2098px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmRU4ZFOTOUKXMtKTM4o7hfyDTabTcRB { width:320px;height:93px;top:1985px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaXspHcVTzZauJCyQfOug3pAXWQb1p74 { width:137px;height:137px;top:1822px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb { display:block; }#J3tBQ7Q5BpTNlkVlAy7kQVIRRCC6vmfb > .row .container { width:320px;height:1941px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DObBkGZg8X9F1VlPMIM4I1GZaIGbJ7MT { width:320px;height:205px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0crruQMFpi8NyuysRvzc07PlOVTTT0t { width:320px;height:243px;top:869px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wK29TS42NXrf2gdV8bWiENqk5hrn7TWb { width:137px;height:137px;top:439px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #TcU6LZuBzuQwm7O6JR7ydUBB2AveBCAH { width:320px;height:155px;top:259px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlQoKOPXFMklg6nk2foiHfVD6kZTgOyC { width:265px;height:300px;top:507px;left:27.5px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rsnfniA0/tandplejer_stemning_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }
 }@media only screen and (max-width: 763px) { #PhoK8PGCDPdzgHy0EnfqpFll2JZA5ZRn { width:320px;height:181px;top:657px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0fzO11zed9EtrBW6cp5oEyMD18tJC4s { width:320px;height:225px;top:1714px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mftyvex8a5oSXuMr98MHevV1d3h7cwAe { width:265px;height:300px;top:1610px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #fCrFwnt411y33DKkdBM7dV8ynnTn2d6t { width:320px;height:270px;top:1316px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Psx2WzkoRh7ceUBUWgHWuRH6GeT4Fw65 { width:320px;height:164px;top:1132px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr { background-color:transparent;background-image:url("https://images.assets-landingi.com/lVZxL6oz/dentist_images_03.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container { background-color: transparent; background-image: none; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.88); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container > .video-iframe-container { display: none; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.88); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row > .video-iframe-container { display: none; }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .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); }#GfkkE4f7O1QiAWFvs3Hh6oIFdocbbXtr > .row .container { width:320px;height:464px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORZdNsThwlsbDsULwvAZVNx3xiN0Ttif { width:320px;height:108px;top:33px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #anbmotxP9T9nkTUU08oKl28kisWJfNma { width:320px;height:92px;top:166px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #y9LecM0z2zIVQ16rmRUzQDbi7ZLJ3alp { width:280px;height:55px;top:289px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tb5CRaAPsco85x33nR9wXLALTMGo8T9G { display:block; }
 }@media only screen and (max-width: 763px) { #hVrMzWxrydCR1fdnImOUBXJAyeIPmeSk { width:280px;height:55px;top:376px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eg2oeTGilO9z3IZE5zTU0zvgy3EMerID { display:block; }
 }@media only screen and (max-width: 763px) { #n040aXevIa6UybyXgzx6biHkSBKw1WbN { display:block; }#n040aXevIa6UybyXgzx6biHkSBKw1WbN > .row .container { width:320px;height:2239px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNLwyN66ThKemclPB8AxKExgtLJSnrHC { width:265px;height:300px;top:323px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QMsdKqpKfcdI0Lyc6yiOlTIlbWkwTWhT { width:320px;height:164px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XpGpqBii3fm0DBmHf3M7CBqw6hfWX5gc { width:320px;height:93px;top:212px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNJRa7MIKbveTM6SIn19aCTSTtvs9mCL { width:320px;height:243px;top:688px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4tqDApLlzWuCyzaBCrWS8nADERhgP9t { width:320px;height:351px;top:1303px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOzB4PGPPZTvIRN0uZNeAxTbgdEkH0eQ { width:320px;height:162px;top:2043px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sqefccax9IGXNvOM7R8a7JlBFeSpL1k1 { width:265px;height:300px;top:944px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DQTaDqZcfDxZXv1y0QMmKFOzPIDcpWNx { width:265px;height:300px;top:1675px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #icQ7T1T5OT500k8LuXtNMuTvOkfMHwtg { width:320px;height:175px;top:480px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pqHPsalADOIVh3SCqsD0XPI1iL7yxVVT { width:320px;height:188px;top:1091px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XVekd56KTHcehxbn5tBTSMeP21WQB3LR { width:320px;height:197px;top:1812px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK { display:block; }#yO2r9cT2EanrEmKSFd3W6bDHcGqOkHNK > .row .container { width:320px;height:206px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTgioSxPrCA0WRCDqqT45Zc0531aFr2u { width:320px;height:26px;top:20px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGPU5tR8xcKcb1bF8e0vHTRyRw5M8Vly { width:320px;height:124px;top:66px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8QGArh8lef8U987Sd2fhyfci4TtsQhm { background-color:transparent;background-image:url("https://images.assets-landingi.com/lVZxL6oz/dentist_images_03.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { background-color: transparent; background-image: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.88); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.88); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .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); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { width:320px;height:722px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv5EpSwXxWLyZOkmhihudw8PxllTJ3sy { width:320px;height:108px;top:28px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #WbWgzANuwf7FLh1RLdgRm1gF2q8G4WZr { width:320px;height:115px;top:160px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-form-header {  }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:16px;font-weight:bold;color:#000000;width:253px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.4; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid rgba(88,88,88,0.25);border-left:1px solid rgba(88,88,88,0.25);border-right:1px solid rgba(88,88,88,0.25);border-bottom:1px solid rgba(88,88,88,0.25);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:253px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid rgba(88,88,88,0.25);border-left:1px solid rgba(88,88,88,0.25);border-right:1px solid rgba(88,88,88,0.25);border-bottom:1px solid rgba(88,88,88,0.25);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:253px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:253px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f7a700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:253px;height:50px;font-family:montserrat;overflow:hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.25) ; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:234px;overflow:hidden;font-style:normal; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:quicksand;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-container { padding-top:8px;padding-left:0;padding-right:0;padding-bottom:7px;width:100%;font-size:0px;height:auto; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-container:first-of-type{padding-top:0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-container:last-of-type{padding-bottom:0;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:253px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:13.5px;top:309px;z-index:100001; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:253px;display:block;vertical-align:top; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:12px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe {display:block;}#q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:253px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:13.5px;top:309px;z-index:100001; }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #a9FKDSUqkFsVIREmI5F4LteoL3grtAbA {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #wHNNXnhEwdQeiaoTlHxcy0x7nukwg7SB {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #qgbqA70a05T4q1TlRCr7THAK5cnaTJeQ {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #iKNJGmbiBaHCXGWBn1Bo1xRoQwJaKMSl {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #pU5vKls1bDNMwlUTnbtFVJaNOc1OXnyN {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #qyeTVup7AIqwTz0bwFI9Qrl4iVlo2G98 {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #wSZ9KeGii4xCJT7RWIXXl2qGTO1T9FR3 {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #PaiLNaDfI5pPPMvdDPtOV7MVD7Vhan2c {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #vSg2JDM1a7uVQAuFJIZWBuyUhefiwLrn {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #NFo0llWxtD3wQxJRf1fPFmRaWPNcRH8D {  }
 }@media only screen and (max-width: 763px) { #q8kfGIvQQTE5blks0vIzDcaGPtX6Plfe #FN4SbTx34lwxGATT4kW0gM0lTgh2w5kN {  }
 }