.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#WkAyPdkObdtbTHw3iHgRfdMst82Fn2T3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:107px;width:219px;top:26.5px;left:911px;overflow:hidden;display:block; }
#i8u4kELMhUW9ZuPcQLszq3GcIduvXPSl { position:absolute;display:block;z-index:15000;background-color:#957558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1055px;width:400px;top:0px;left:0px;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;font-size:14px;font-family:arial;height:747px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #356b10, #000000);background-image: -moz-linear-gradient(180deg, #356b10, #000000);background-image: -ms-linear-gradient(180deg, #356b10, #000000);background-image: -o-linear-gradient(180deg, #356b10, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );";background-image: linear-gradient(180deg, #356b10, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:54px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:572px;left:877px;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { color:#071c12;display:block;width:515px;position:absolute;font-family:"dm serif display";font-size:72px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:65.5px;left:581px;height:144px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;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:right;text-align-last:right;display:none; }
#GK7hn8ha7SyJlTT8E7KARTyoakTurRhD { display:block;width:337px;position:absolute;font-family:"dm serif display";font-size:32px;z-index:15005;line-height:1;top:113.5px;left:563px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KcT41OEsghmmfmDPKsOC7LwRvP3xP2DH { display:block;width:598px;position:absolute;font-family:"open sans";font-size:22px;z-index:15003;line-height:1.5;top:274.5px;left:581px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#b27f4b;font-weight:400;height:198px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zBJbt0AWbyGVOOTPESUu5NOBVOZ5HHvb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6d1af, #5b492f);background-image: -moz-linear-gradient(180deg, #e6d1af, #5b492f);background-image: -ms-linear-gradient(180deg, #e6d1af, #5b492f);background-image: -o-linear-gradient(180deg, #e6d1af, #5b492f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d1af', endColorstr='#5b492f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d1af', endColorstr='#5b492f' );";background-image: linear-gradient(180deg, #e6d1af, #5b492f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:54px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:572px;left:581px;display:block; }
#WU06OMQ6F9O8C9UI51taxRpzGBCTTn0t { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#am07GDEc8Fmo4TDOG5FVd0qFL4x5L15J { position:absolute;display:block;z-index:15006;border-top:6px solid #957558;border-left:0;border-right:6px solid #957558;border-bottom:6px solid #957558;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:55px;height:271px;width:425px;top:55.5px;left:67px;overflow:hidden;display:block; }
#ZTvwwInaSwkSaxDiC0ebyPz6RgyF9lHs { position:absolute;display:block;z-index:15007;border-top:6px solid #957558;border-left:0;border-right:6px solid #957558;border-bottom:6px solid #957558;border-top-left-radius:0;border-top-right-radius:55px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:286px;width:439px;top:379px;left:0px;overflow:hidden;display:block; }
#yAScgM1UUntA60vMVB475pKiMwF2bRKu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:165px;width:165px;top:252px;left:34px;overflow:hidden;display:block; }
#Loq7qQfT5i9gC7l0ELFf1s168L00ZqJu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:229px;width:184px;top:611px;left:219.0625px;overflow:hidden;display:block; }
#QJTEhUFezhNRhgvrMMHuFvVVr8e4HAA8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:14px;width:270px;top:239px;left:581px;overflow:hidden;display:block; }
#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp { position:relative;display:block; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp { background-color: transparent; background-image: none; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container > .video-iframe-container { display: none; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row > .video-iframe-container { display: none; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .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); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp { border-width: 0; border-radius: 0; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:147px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fPWizXVBzTqxZwxfk3WcTt7cUdbNXxO4 { color:#071c12;display:block;width:603px;position:absolute;font-family:"dm serif display";font-size:64px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:37.5px;left:597px;height:64px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KvFKKK0gToKRxvTzTWkJ8rApvl0yCgmZ { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;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:right;text-align-last:right;display:none; }
#cEQJwmDlQUWfwRsMwmty6T885ByrI2PN { display:block;width:337px;position:absolute;font-family:"dm serif display";font-size:32px;z-index:15005;line-height:1;top:113.5px;left:605px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 { position:relative;display:block; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 { background-color: transparent; background-image: none; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container > .video-iframe-container { display: none; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row > .video-iframe-container { display: none; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .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); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 { border-width: 0; border-radius: 0; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;font-size:14px;font-family:arial;height:849px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pPKTh29HMMqnZzuxXxTF0Sq2Fq2NFpQt { display:block;width:339px;position:absolute;font-family:poppins;font-size:16px;z-index:15002;line-height:1.5;top:243px;left:27.5px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#b27f4b;font-weight:400;height:216px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#tBHGf829s9XVILVyCgZIqOJFiIkADplL { display:block;width:300px;position:absolute;font-family:"dm serif display";font-size:36px;z-index:15003;line-height:1;top:64px;left:50px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8Tzkko2ptuO3W7W0WHKRfcIXWTA3igq { display:block;width:332px;position:absolute;font-family:poppins;font-size:16px;z-index:15003;line-height:1.5;top:243px;left:434px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#b27f4b;font-weight:400;height:120px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TLDWetuB34DfQgsTUmRXnaChbzrqi7yv { display:block;width:337px;position:absolute;font-family:"dm serif display";font-size:32px;z-index:15004;line-height:1;top:41px;left:431.5px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:128px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rb02a0ZlZUkMP14onKM6RZH85Fz98HV8 { display:block;width:308px;position:absolute;font-family:poppins;font-size:16px;z-index:15004;line-height:1.5;top:243px;left:846px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#b27f4b;font-weight:400;height:168px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#e2wuHMOhfLU2oIfAa7ReG96Z7PnqkDBE { display:block;width:300px;position:absolute;font-family:"dm serif display";font-size:32px;z-index:15005;line-height:1;top:41px;left:850px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:128px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzALlSmB0rkVtUkcRtTfkHTTGNHdZz2M { position:absolute;display:block;z-index:15001;background-color:#e6d1af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:400px;top:0px;left:0px;display:block; }
#RGtzv4J2QiT7Xa3ifb044yexSJaW7WOO { position:absolute;display:block;z-index:15000;background-color:#c3b494;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:400px;top:0px;left:400px;display:block; }
#TDwt9dCEzRsADeAiF5QTi1P1RczdqkqM { position:absolute;display:block;z-index:14999;background-color:#94886e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:400px;top:0px;left:800px;display:block; }
#FLpGitBhqVaG0cGGWBDndLNhgpu3bgga { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #356b10, #000000);background-image: -moz-linear-gradient(180deg, #356b10, #000000);background-image: -ms-linear-gradient(180deg, #356b10, #000000);background-image: -o-linear-gradient(180deg, #356b10, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );";background-image: linear-gradient(180deg, #356b10, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:45px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:535px;left:100px;display:block; }
#KHMWDDeH3bDWhAL4TDwqOqs0tcMllvg2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tvmubGwhBAwnT9n5xFDZuZqJUWvZbIZP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #356b10, #000000);background-image: -moz-linear-gradient(180deg, #356b10, #000000);background-image: -ms-linear-gradient(180deg, #356b10, #000000);background-image: -o-linear-gradient(180deg, #356b10, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );";background-image: linear-gradient(180deg, #356b10, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:45px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:535px;left:500px;display:block; }
#v6e3Mq8xqa9FsODBTVgZhIgPXtOTb0GD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kxfZHheQI8AwHnxNv8CrG7bIFKdcFT5E { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #356b10, #000000);background-image: -moz-linear-gradient(180deg, #356b10, #000000);background-image: -ms-linear-gradient(180deg, #356b10, #000000);background-image: -o-linear-gradient(180deg, #356b10, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );";background-image: linear-gradient(180deg, #356b10, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:45px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:535px;left:900px;display:block; }
#z8VDl67PH51c7BKAKPynG1RHk9MRMrMV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Mgd8cB1FIFqvVsRkoNzWQdqJpL13KZIC { background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#636461;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:82px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:650px;left:50px;display:block; }
#qGIqeul6t3WTyZT33W7VsnCkKJtVbooO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yQS7Q2kBM0NnkriKkW7Pq1vBUmFxJQxA { background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#636461;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:82px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:650px;left:450px;display:block; }
#cBAFbWoFBsCcGfpNe7Tu1ndUnTEIg3TX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#u1hRbaKqTziAym8MxepgIto0xINpsCaW { background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#636461;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:82px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:650px;left:850px;display:block; }
#y4qhdmM99x1VNBx2TqA7iFeudK18cFtA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX { position:relative;display:block; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX { background-color: transparent; background-image: none; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container > .video-iframe-container { display: none; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row > .video-iframe-container { display: none; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .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); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX { border-width: 0; border-radius: 0; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:147px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#z3gfSn74uktXWESDtIWrBNpEJmoa8HFk { color:#071c12;display:block;width:546px;position:absolute;font-family:"dm serif display";font-size:64px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:41.5px;left:605px;height:64px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DocLOKSBfHbh9hnAyM7DVfMPnVfgqVoM { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;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:right;text-align-last:right;display:none; }
#VvOOEV34AyWqcxAhIn34BDTPNc0zrhxG { display:block;width:337px;position:absolute;font-family:"dm serif display";font-size:32px;z-index:15005;line-height:1;top:113.5px;left:605px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yDbQPm8GxmNaRPnh0E8TRTctcWPzqBiL { position:absolute;display:block;z-index:15008;border-top:6px solid #957558;border-left:0 solid #957558;border-right:6px solid #957558;border-bottom:6px solid #957558;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:55px;height:281px;width:424px;top:61.5px;left:40px;overflow:hidden;display:block; }
#CDx5DfzIU4Kk9fAkoLvPx5w1TPz7xneV { position:absolute;display:block;z-index:15000;background-color:#957558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:933px;width:400px;top:-1px;left:0px;display:block; }
#cFph07oeBvUJ96ufmnHAabVdm3ZXUfEy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:14px;width:270px;top:122.5px;left:698px;overflow:hidden;display:none; }
#axNvIxLNo7th1rx9IexdBhI4ULQQ970s { position:relative;display:block; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s { background-color: transparent; background-image: none; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container > .video-iframe-container { display: none; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row > .video-iframe-container { display: none; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .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); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s { border-width: 0; border-radius: 0; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;font-size:14px;font-family:arial;height:784px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ty4kWb3KdBZs8Dkh9UdxiyZD5mPZr5JB { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;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:right;text-align-last:right;display:none; }
#ogDoMCxesBs0I6OFhu8owMPPQHumcMDX { display:block;width:337px;position:absolute;font-family:"dm serif display";font-size:32px;z-index:15005;line-height:1;top:113.5px;left:605px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcQ1TVFy4ualhy6iEn6sZgwsVbU1G57z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:280px;width:225px;top:564px;left:174.10040160643px;overflow:hidden;display:block; }
#afMiFdBhCfBmu97H9mhG8y47MPTtfEIB { display:block;width:628px;position:absolute;font-family:poppins;font-size:18px;z-index:15005;line-height:1.5;top:83px;left:525px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:hidden;color:#b27f4b;font-weight:400;height:323px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#afMiFdBhCfBmu97H9mhG8y47MPTtfEIB li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#afMiFdBhCfBmu97H9mhG8y47MPTtfEIB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5f5cfffd-ea98-47d2-86c1-7c654c23113d/ozdobniki_2.png); }
#WViATs1SZcCZEP5Fr5eCOwl8OJwQiqUs { display:block;width:502px;position:absolute;font-family:poppins;font-size:38px;z-index:15005;line-height:1.5;top:10.5px;left:642px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#071c12;font-weight:700;height:57px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oq31gdJUzsRTGr7HNW6OtZEVT7Tonbm1 { display:block;width:687px;position:absolute;font-family:poppins;font-size:32px;z-index:15006;line-height:1.5;top:433px;left:466px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:hidden;color:#071c12;font-weight:700;height:96px;text-align:right;text-align-last:right;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; }
#LZWOylkNz8BqRvlcXSD9fQLZoXFMN43Q { display:block;width:631px;position:absolute;font-family:poppins;font-size:18px;z-index:15007;line-height:1.5;top:501px;left:522px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:hidden;color:#b27f4b;font-weight:700;height:81px;text-align:justify;text-align-last:initial;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; }
#JmvXRE0stdyCexCfv1NpuRx8SEdxi8D9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #356b10, #000000);background-image: -moz-linear-gradient(180deg, #356b10, #000000);background-image: -ms-linear-gradient(180deg, #356b10, #000000);background-image: -o-linear-gradient(180deg, #356b10, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b10', endColorstr='#000000' );";background-image: linear-gradient(180deg, #356b10, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:54px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:643px;left:898px;display:block; }
#QbWNVNpLNcx7OuoRtgp2cDtvBgVvr2Tk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c4xDkDcEa14vtVCekIDDxZ7rLuQCMxqw { position:absolute;display:block;z-index:15009;border-top:6px solid #957558;border-left:0 solid #957558;border-right:6px solid #957558;border-bottom:6px solid #957558;border-top-left-radius:0;border-top-right-radius:55px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:280px;width:426px;top:257px;left:0px;overflow:hidden;display:block; }
#Jexnl1aRW6NDV3uhV0dch5w2hll1Ai7B { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:112px;width:112px;top:214.5px;left:366px;overflow:hidden;display:block; }
#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi { position:relative;display:block; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi { background-color: transparent; background-image: none; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container > .video-iframe-container { display: none; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row > .video-iframe-container { display: none; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .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); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi { border-width: 0; border-radius: 0; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(177deg, #1b3e09, #000000);background-image: -moz-linear-gradient(177deg, #1b3e09, #000000);background-image: -ms-linear-gradient(177deg, #1b3e09, #000000);background-image: -o-linear-gradient(177deg, #1b3e09, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3e09', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3e09', endColorstr='#000000' );";background-image: linear-gradient(177deg, #1b3e09, #000000);background-size:cover !important;font-size:14px;font-family:arial;height:916px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AOQMwMEO5KoySqnxITehTLTit0SOvZEs { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;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:right;text-align-last:right;display:none; }
#dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { color:#e6d1af;display:block;width:507px;position:absolute;font-family:"dm serif display";font-size:42px;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:122px;left:631px;height:168px;font-style:normal;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-form-header {  }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:16px;font-weight:300;color:#ffffff;width:434px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:2.1; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:434px;box-sizing:border-box;height:43px;color:#ffffff;font-size:14px;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:434px;box-sizing:border-box;height:70px;color:#ffffff;font-size:14px;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:434px;box-sizing:border-box;height:40px;color:#000000;font-family:poppins;font-size:18px;overflow:hidden; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6d1af, #5b492f);background-image: -moz-linear-gradient(180deg, #e6d1af, #5b492f);background-image: -ms-linear-gradient(180deg, #e6d1af, #5b492f);background-image: -o-linear-gradient(180deg, #e6d1af, #5b492f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d1af', endColorstr='#5b492f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d1af', endColorstr='#5b492f' );";background-image: linear-gradient(180deg, #e6d1af, #5b492f);background-size:initial !important;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:108px;margin-bottom:4px;margin-left:108px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#070606;width:217px;height:53px;font-family:poppins;overflow:hidden;line-height:1.6; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:poppins;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:poppins;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:poppins;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:poppins;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:411px;overflow:hidden;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:roboto;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container { padding-top:14px;padding-right:0;padding-bottom:13px;padding-left:0;width:100%;font-size:0;height:auto; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container:first-of-type{padding-top:0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container:last-of-type{padding-bottom:0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:434px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:314.5px;left:615px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:434px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:300;color:#015bab;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:434px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:314.5px;left:615px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o { position:relative;z-index:2; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr { position:relative; }
#t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP { position:relative; }
#lmJFADaDrRVTIohT4905itzafuWxTsco { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:188px;width:413px;top:91px;left:140.15625px;overflow:hidden;display:block; }
#oobEirtcVC8REvcaJmRpKhtnlek9KaVi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1049px;width:1200px;top:165px;left:0px;overflow:hidden;display:block; }
#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { position:relative;z-index:auto;display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { background-color: transparent; background-image: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .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); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { border-width: 0; border-radius: 0; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a6a6a;background-image:none;font-size:14px;font-family:arial;height:298px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { color:#414141;display:block;width:156px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:220.6875px;left:933px;height:22.3906px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#iBcAThp07xTcu34L1alC9Id382fqGLzy { color:#000000;display:block;width:489px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:77.78125px;left:65.5px;height:115.1876px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DUOJMvyXvokUSH0PAm3AsawBb0GZ3Wm2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:75.171875px;left:728px; }
#rHHg8EkUbGLTXXqH0FdgrtP3UAfcHTBW { color:#000000;display:block;width:306px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:77.78125px;left:820px;height:44.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GHqERGrUJwHs7OTKHhauK89HV9vBxx8q { color:#ffffff;display:block;width:183px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:220.6875px;left:65.5px;height:22.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkAyPdkObdtbTHw3iHgRfdMst82Fn2T3 { top:26px;left:545px;width:219px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #i8u4kELMhUW9ZuPcQLszq3GcIduvXPSl { top:0px;left:0px;width:400px;height:1055px;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:256px;height:54px;top:572px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { top:65px;left:249px;width:515px;height:144px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { top:62px;left:0px;width:285px;height:28px;font-size:49px;display:none; }
 }@media only screen and (max-width: 763px) { #GK7hn8ha7SyJlTT8E7KARTyoakTurRhD { z-index:15001;width:235px;height:52px;top:165px;left:262.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #KcT41OEsghmmfmDPKsOC7LwRvP3xP2DH { z-index:15001;top:234px;left:1px;width:236px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #zBJbt0AWbyGVOOTPESUu5NOBVOZ5HHvb { width:256px;height:54px;top:572px;left:363px;display:block; }
 }@media only screen and (max-width: 763px) { #WU06OMQ6F9O8C9UI51taxRpzGBCTTn0t { display:block; }
 }@media only screen and (max-width: 763px) { #am07GDEc8Fmo4TDOG5FVd0qFL4x5L15J { top:55px;left:0px;width:425px;height:271px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvwwInaSwkSaxDiC0ebyPz6RgyF9lHs { top:379px;left:0px;width:439px;height:286px;display:block; }
 }@media only screen and (max-width: 763px) { #yAScgM1UUntA60vMVB475pKiMwF2bRKu { top:252px;left:0px;width:165px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #Loq7qQfT5i9gC7l0ELFf1s168L00ZqJu { top:611px;left:1.0625px;width:184px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #QJTEhUFezhNRhgvrMMHuFvVVr8e4HAA8 { top:239px;left:363px;width:270px;height:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp { display:block; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPWizXVBzTqxZwxfk3WcTt7cUdbNXxO4 { top:37px;left:161px;width:603px;height:64px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #KvFKKK0gToKRxvTzTWkJ8rApvl0yCgmZ { top:62px;left:0px;width:285px;height:28px;font-size:49px;display:none; }
 }@media only screen and (max-width: 763px) { #cEQJwmDlQUWfwRsMwmty6T885ByrI2PN { z-index:15001;width:235px;height:52px;top:165px;left:262.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 { display:block; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container { width:764px;height:368px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPKTh29HMMqnZzuxXxTF0Sq2Fq2NFpQt { z-index:15001;top:234px;left:1px;width:236px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #tBHGf829s9XVILVyCgZIqOJFiIkADplL { z-index:15001;width:235px;height:52px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R8Tzkko2ptuO3W7W0WHKRfcIXWTA3igq { z-index:15001;top:234px;left:263.66666666667px;width:236px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #TLDWetuB34DfQgsTUmRXnaChbzrqi7yv { z-index:15001;width:235px;height:52px;top:165px;left:262.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #rb02a0ZlZUkMP14onKM6RZH85Fz98HV8 { z-index:15001;top:234px;left:528.33333333333px;width:236px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #e2wuHMOhfLU2oIfAa7ReG96Z7PnqkDBE { z-index:15001;width:235px;height:52px;top:165px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #vzALlSmB0rkVtUkcRtTfkHTTGNHdZz2M { top:0px;left:0px;width:400px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #RGtzv4J2QiT7Xa3ifb044yexSJaW7WOO { top:0px;left:108px;width:400px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #TDwt9dCEzRsADeAiF5QTi1P1RczdqkqM { top:0px;left:362px;width:400px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #FLpGitBhqVaG0cGGWBDndLNhgpu3bgga { width:200px;height:45px;top:535px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #KHMWDDeH3bDWhAL4TDwqOqs0tcMllvg2 { display:block; }
 }@media only screen and (max-width: 763px) { #tvmubGwhBAwnT9n5xFDZuZqJUWvZbIZP { width:200px;height:45px;top:535px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #v6e3Mq8xqa9FsODBTVgZhIgPXtOTb0GD { display:block; }
 }@media only screen and (max-width: 763px) { #kxfZHheQI8AwHnxNv8CrG7bIFKdcFT5E { width:200px;height:45px;top:535px;left:535px;display:block; }
 }@media only screen and (max-width: 763px) { #z8VDl67PH51c7BKAKPynG1RHk9MRMrMV { display:block; }
 }@media only screen and (max-width: 763px) { #Mgd8cB1FIFqvVsRkoNzWQdqJpL13KZIC { width:300px;height:82px;top:650px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qGIqeul6t3WTyZT33W7VsnCkKJtVbooO { display:block; }
 }@media only screen and (max-width: 763px) { #yQS7Q2kBM0NnkriKkW7Pq1vBUmFxJQxA { width:300px;height:82px;top:650px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #cBAFbWoFBsCcGfpNe7Tu1ndUnTEIg3TX { display:block; }
 }@media only screen and (max-width: 763px) { #u1hRbaKqTziAym8MxepgIto0xINpsCaW { width:300px;height:82px;top:650px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #y4qhdmM99x1VNBx2TqA7iFeudK18cFtA { display:block; }
 }@media only screen and (max-width: 763px) { #PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX { display:block; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3gfSn74uktXWESDtIWrBNpEJmoa8HFk { top:41px;left:218px;width:546px;height:64px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #DocLOKSBfHbh9hnAyM7DVfMPnVfgqVoM { top:62px;left:0px;width:285px;height:28px;font-size:49px;display:none; }
 }@media only screen and (max-width: 763px) { #VvOOEV34AyWqcxAhIn34BDTPNc0zrhxG { z-index:15001;width:235px;height:52px;top:165px;left:262.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #yDbQPm8GxmNaRPnh0E8TRTctcWPzqBiL { top:61px;left:0px;width:424px;height:281px;display:block; }
 }@media only screen and (max-width: 763px) { #CDx5DfzIU4Kk9fAkoLvPx5w1TPz7xneV { top:-1px;left:0px;width:400px;height:933px;display:block; }
 }@media only screen and (max-width: 763px) { #cFph07oeBvUJ96ufmnHAabVdm3ZXUfEy { top:122px;left:480px;width:270px;height:14px;display:block; }
 }@media only screen and (max-width: 763px) { #axNvIxLNo7th1rx9IexdBhI4ULQQ970s { display:block; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty4kWb3KdBZs8Dkh9UdxiyZD5mPZr5JB { top:62px;left:0px;width:285px;height:28px;font-size:49px;display:none; }
 }@media only screen and (max-width: 763px) { #ogDoMCxesBs0I6OFhu8owMPPQHumcMDX { z-index:15001;width:235px;height:52px;top:165px;left:262.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #rcQ1TVFy4ualhy6iEn6sZgwsVbU1G57z { top:564px;left:0px;width:225px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #afMiFdBhCfBmu97H9mhG8y47MPTtfEIB { z-index:15001;top:234px;left:528.33333333333px;width:236px;height:90px;display:block; }#afMiFdBhCfBmu97H9mhG8y47MPTtfEIB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5f5cfffd-ea98-47d2-86c1-7c654c23113d/ozdobniki_2.png); }
 }@media only screen and (max-width: 763px) { #WViATs1SZcCZEP5Fr5eCOwl8OJwQiqUs { z-index:15001;top:234px;left:528.33333333333px;width:236px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #oq31gdJUzsRTGr7HNW6OtZEVT7Tonbm1 { z-index:15001;top:234px;left:528.33333333333px;width:236px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #LZWOylkNz8BqRvlcXSD9fQLZoXFMN43Q { z-index:15001;top:234px;left:528.33333333333px;width:236px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #JmvXRE0stdyCexCfv1NpuRx8SEdxi8D9 { width:256px;height:54px;top:643px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #QbWNVNpLNcx7OuoRtgp2cDtvBgVvr2Tk { display:block; }
 }@media only screen and (max-width: 763px) { #c4xDkDcEa14vtVCekIDDxZ7rLuQCMxqw { top:257px;left:0px;width:426px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #Jexnl1aRW6NDV3uhV0dch5w2hll1Ai7B { top:214px;left:148px;width:112px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi { display:block; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOQMwMEO5KoySqnxITehTLTit0SOvZEs { top:62px;left:0px;width:285px;height:28px;font-size:49px;display:none; }
 }@media only screen and (max-width: 763px) { #dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { top:122px;left:257px;width:507px;height:168px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { width:235px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { width:258px;height:auto;top:298px;left:428px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { width:258px;height:auto;top:298px;left:428px; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr {  }
 }@media only screen and (max-width: 763px) { #t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP {  }
 }@media only screen and (max-width: 763px) { #lmJFADaDrRVTIohT4905itzafuWxTsco { top:91px;left:0px;width:413px;height:188px;display:block; }
 }@media only screen and (max-width: 763px) { #oobEirtcVC8REvcaJmRpKhtnlek9KaVi { top:165px;left:0px;width:764px;height:667.86333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { top:220px;left:608px;width:156px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { display:none; }
 }@media only screen and (max-width: 763px) { #iBcAThp07xTcu34L1alC9Id382fqGLzy { top:77px;left:0px;width:489px;height:115px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DUOJMvyXvokUSH0PAm3AsawBb0GZ3Wm2 { top:75px;left:510px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #rHHg8EkUbGLTXXqH0FdgrtP3UAfcHTBW { top:77px;left:458px;width:306px;height:44px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #GHqERGrUJwHs7OTKHhauK89HV9vBxx8q { top:220px;left:0px;width:183px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q59Td843/rekrutacja_dsa_investment_wysokie.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:none;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:320px;height:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkAyPdkObdtbTHw3iHgRfdMst82Fn2T3 { width:219px;height:107px;top:58px;left:50.5px;display:block; }
 }@media only screen and (max-width: 763px) { #i8u4kELMhUW9ZuPcQLszq3GcIduvXPSl { width:320px;height:1055px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:320px;height:1203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:246px;height:62px;top:1003.328125px;left:37px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { width:320px;height:82px;top:47.1875px;left:0px;font-size:41px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { width:285px;height:0;top:20px;left:17px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;color:#e6ab5b;z-index:15003;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GK7hn8ha7SyJlTT8E7KARTyoakTurRhD { z-index:15001;width:320px;height:32px;top:327.1879px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcT41OEsghmmfmDPKsOC7LwRvP3xP2DH { z-index:15001;width:320px;height:313.5px;top:651.828125px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBJbt0AWbyGVOOTPESUu5NOBVOZ5HHvb { width:256px;height:54px;top:1095.328125px;left:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WU06OMQ6F9O8C9UI51taxRpzGBCTTn0t { display:block; }
 }@media only screen and (max-width: 763px) { #am07GDEc8Fmo4TDOG5FVd0qFL4x5L15J { width:308px;height:196.391px;top:167.796875px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvwwInaSwkSaxDiC0ebyPz6RgyF9lHs { width:308px;height:200.641px;top:405.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yAScgM1UUntA60vMVB475pKiMwF2bRKu { width:137px;height:137px;top:342.1875px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #Loq7qQfT5i9gC7l0ELFf1s168L00ZqJu { width:184px;height:229px;top:1039.328125px;left:136px;display:none; }
 }@media only screen and (max-width: 763px) { #QJTEhUFezhNRhgvrMMHuFvVVr8e4HAA8 { width:270px;height:14px;top:1169.328125px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container { background-color: transparent; background-image: none; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container > .video-iframe-container { display: none; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row > .video-iframe-container { display: none; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .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); }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container { border-width: 0; border-radius: 0; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Udw1kSi7u2K8qMuIePPMiqEPS4FM7WLp > .row .container { width:320px;height:184px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPWizXVBzTqxZwxfk3WcTt7cUdbNXxO4 { width:320px;height:84px;top:50px;left:0px;font-size:42px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvFKKK0gToKRxvTzTWkJ8rApvl0yCgmZ { width:285px;height:0;top:20px;left:17px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;color:#e6ab5b;z-index:15003;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #cEQJwmDlQUWfwRsMwmty6T885ByrI2PN { z-index:15001;width:320px;height:32px;top:150.7969px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container { background-color: transparent; background-image: none; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container > .video-iframe-container { display: none; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row > .video-iframe-container { display: none; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .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); }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container { border-width: 0; border-radius: 0; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvtayPJrSwgHT3nE4go4vsIHI7T6wio2 > .row .container { width:320px;height:1794px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPKTh29HMMqnZzuxXxTF0Sq2Fq2NFpQt { z-index:15001;width:302px;height:264px;top:240px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBHGf829s9XVILVyCgZIqOJFiIkADplL { z-index:15001;width:303px;height:64px;top:68px;left:8.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #R8Tzkko2ptuO3W7W0WHKRfcIXWTA3igq { z-index:15001;width:302px;height:120px;top:912px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLDWetuB34DfQgsTUmRXnaChbzrqi7yv { z-index:15001;width:303px;height:160px;top:711px;left:6.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rb02a0ZlZUkMP14onKM6RZH85Fz98HV8 { z-index:15001;width:302px;height:168px;top:1439px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2wuHMOhfLU2oIfAa7ReG96Z7PnqkDBE { z-index:15001;width:303px;height:128px;top:1255px;left:8.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #vzALlSmB0rkVtUkcRtTfkHTTGNHdZz2M { width:320px;height:200px;top:0px;left:0px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RGtzv4J2QiT7Xa3ifb044yexSJaW7WOO { width:320px;height:200px;top:691px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TDwt9dCEzRsADeAiF5QTi1P1RczdqkqM { width:320px;height:200px;top:1219px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FLpGitBhqVaG0cGGWBDndLNhgpu3bgga { width:200px;height:45px;top:524px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KHMWDDeH3bDWhAL4TDwqOqs0tcMllvg2 { display:block; }
 }@media only screen and (max-width: 763px) { #tvmubGwhBAwnT9n5xFDZuZqJUWvZbIZP { width:200px;height:45px;top:1052px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v6e3Mq8xqa9FsODBTVgZhIgPXtOTb0GD { display:block; }
 }@media only screen and (max-width: 763px) { #kxfZHheQI8AwHnxNv8CrG7bIFKdcFT5E { width:200px;height:45px;top:1627px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z8VDl67PH51c7BKAKPynG1RHk9MRMrMV { display:block; }
 }@media only screen and (max-width: 763px) { #Mgd8cB1FIFqvVsRkoNzWQdqJpL13KZIC { width:300px;height:82px;top:589px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qGIqeul6t3WTyZT33W7VsnCkKJtVbooO { display:block; }
 }@media only screen and (max-width: 763px) { #yQS7Q2kBM0NnkriKkW7Pq1vBUmFxJQxA { width:300px;height:82px;top:1117px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cBAFbWoFBsCcGfpNe7Tu1ndUnTEIg3TX { display:block; }
 }@media only screen and (max-width: 763px) { #u1hRbaKqTziAym8MxepgIto0xINpsCaW { width:300px;height:82px;top:1692px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #y4qhdmM99x1VNBx2TqA7iFeudK18cFtA { display:block; }
 }@media only screen and (max-width: 763px) { #PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container { background-color: transparent; background-image: none; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container > .video-iframe-container { display: none; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row > .video-iframe-container { display: none; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .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); }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container { border-width: 0; border-radius: 0; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlFCBzxeFLTE4TpaPkU6AFHd3BMhqTiX > .row .container { width:320px;height:388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3gfSn74uktXWESDtIWrBNpEJmoa8HFk { width:320px;height:42px;top:58.890625px;left:0px;font-size:42px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DocLOKSBfHbh9hnAyM7DVfMPnVfgqVoM { width:285px;height:0;top:960px;left:17px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;color:#e6ab5b;z-index:15003;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VvOOEV34AyWqcxAhIn34BDTPNc0zrhxG { z-index:15009;width:320px;height:0;top:1168.890625px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yDbQPm8GxmNaRPnh0E8TRTctcWPzqBiL { width:314px;height:208.094px;top:153.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CDx5DfzIU4Kk9fAkoLvPx5w1TPz7xneV { width:320px;height:920px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cFph07oeBvUJ96ufmnHAabVdm3ZXUfEy { width:270px;height:14px;top:381.796875px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #axNvIxLNo7th1rx9IexdBhI4ULQQ970s { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container { background-color: transparent; background-image: none; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container > .video-iframe-container { display: none; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row > .video-iframe-container { display: none; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .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); }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container { border-width: 0; border-radius: 0; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axNvIxLNo7th1rx9IexdBhI4ULQQ970s > .row .container { width:320px;height:1732px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty4kWb3KdBZs8Dkh9UdxiyZD5mPZr5JB { width:285px;height:0;top:467.796875px;left:35px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;color:#e6ab5b;z-index:15003;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ogDoMCxesBs0I6OFhu8owMPPQHumcMDX { z-index:15001;width:320px;height:32px;top:214.7969px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcQ1TVFy4ualhy6iEn6sZgwsVbU1G57z { width:176px;height:220px;top:1492.171875px;left:141.52517985612px;display:block; }
 }@media only screen and (max-width: 763px) { #afMiFdBhCfBmu97H9mhG8y47MPTtfEIB { z-index:15001;width:320px;height:620px;top:467.171875px;left:0px;font-size:18px;text-align:left;text-align-last:left;display:block; }#afMiFdBhCfBmu97H9mhG8y47MPTtfEIB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5f5cfffd-ea98-47d2-86c1-7c654c23113d/ozdobniki_2.png); }
 }@media only screen and (max-width: 763px) { #WViATs1SZcCZEP5Fr5eCOwl8OJwQiqUs { z-index:15001;width:320px;height:96px;top:326.796875px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oq31gdJUzsRTGr7HNW6OtZEVT7Tonbm1 { z-index:15001;width:320px;height:72px;top:1135.171875px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZWOylkNz8BqRvlcXSD9fQLZoXFMN43Q { z-index:15001;width:320px;height:252px;top:1206.171875px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmvXRE0stdyCexCfv1NpuRx8SEdxi8D9 { width:256px;height:54px;top:1552.171875px;left:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QbWNVNpLNcx7OuoRtgp2cDtvBgVvr2Tk { display:block; }
 }@media only screen and (max-width: 763px) { #c4xDkDcEa14vtVCekIDDxZ7rLuQCMxqw { width:314px;height:206.375px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Jexnl1aRW6NDV3uhV0dch5w2hll1Ai7B { width:112px;height:112px;top:214.796875px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #496a33, #000000);background-image: -moz-linear-gradient(180deg, #496a33, #000000);background-image: -ms-linear-gradient(180deg, #496a33, #000000);background-image: -o-linear-gradient(180deg, #496a33, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#496a33', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#496a33', endColorstr='#000000' );";background-image: linear-gradient(180deg, #496a33, #000000);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container { background-color: transparent; background-image: none; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container > .video-iframe-container { display: none; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row > .video-iframe-container { display: none; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .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); }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container { border-width: 0; border-radius: 0; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNiE7AnBdoXZiaCB0WU76dLpNxCcyNoi > .row .container { width:320px;height:853px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOQMwMEO5KoySqnxITehTLTit0SOvZEs { width:285px;height:0;top:20px;left:17px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;color:#e6ab5b;z-index:15003;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { width:320px;height:0;top:55.7969px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { width:140px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:70px;font-size:20px;overflow:hidden;text-align:center;text-align-last:center; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { width:280px;height:auto;top:204.296875px;left:0px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { width:280px;height:auto;top:204.296875px;left:0px; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr {  }
 }@media only screen and (max-width: 763px) { #t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP {  }
 }@media only screen and (max-width: 763px) { #lmJFADaDrRVTIohT4905itzafuWxTsco { width:320px;height:145.641px;top:40.4375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oobEirtcVC8REvcaJmRpKhtnlek9KaVi { width:320px;height:279px;top:574px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { background-color: transparent; background-image: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .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); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { width:320px;height:389px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { width:320px;height:22.3906px;top:347.1563px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { top:20px;left:60px;width:200px;height:54px;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iBcAThp07xTcu34L1alC9Id382fqGLzy { width:320px;height:95.9375px;top:46px;left:0px;font-size:16px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUOJMvyXvokUSH0PAm3AsawBb0GZ3Wm2 { display:flex;width:50px;height:50px;top:181.1875px;left:135px; }
 }@media only screen and (max-width: 763px) { #rHHg8EkUbGLTXXqH0FdgrtP3UAfcHTBW { width:306px;height:33.5938px;top:251.1875px;left:7px;font-size:28px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHqERGrUJwHs7OTKHhauK89HV9vBxx8q { width:183px;height:22.3906px;top:304.7813px;left:68px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }