@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Fonts */
/* Colors */
/* Layout */
.menu-section .menu-item .headline,
.menu-section .menu-item .description, a.btn, button.btn, #footer .sub-footer a, #footer .widget, #footer .fa, .section.svm-section .conf span,
.section.svm-section .rest span, .section.svm-section .conf,
.section.svm-section .rest, .section.technique-section .inner-content .btn-wrp .technique-icon, .siteMenu ul li,
.topMenu ul li, .desktopMenu ul li {
  position: relative;
  list-style: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _height: 30px;
}

a.btn, button.btn, .box-wrp .box, .images-grid .image-wrp, .images.slides .txt-overlay,
.slides.slides .txt-overlay, .images .txt-overlay,
.slides .txt-overlay, .section.technique-section .inner-content .btn-wrp .technique-icon, .left-col,
.right-col,
.sidebar,
.right-content, .sidebar .menu li a {
  position: relative;
  box-sizing: border-box;
}

.puff-section .puff-col .puff-bg, .images-grid .image-wrp .grid-image, .images .swiper-wrapper .swiper-slide,
.slides .swiper-wrapper .swiper-slide, .images.slides .slide-bg,
.slides.slides .slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

a.btn, button.btn, .images.swiper-container .swiper-pagination .swiper-pagination-bullet,
.slides.swiper-container .swiper-pagination .swiper-pagination-bullet, #footer .fa, #footer .icon-instagram, #footer .icon-facebook, #footer .icon-linkedin, .post-nav a, .sidebar .menu li a, #site-header .nav-wrp {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.images.swiper-container .swiper-button-prev.swiper-button-disabled,
.images.swiper-container .swiper-button-next.swiper-button-disabled,
.slides.swiper-container .swiper-button-prev.swiper-button-disabled,
.slides.swiper-container .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}

.single-knowledge_base .meta-box .meta-box-cat, .knowledge_cat_title, .contact-banner h3, a.btn.fade2, button.btn.fade2, a.btn.blue, button.btn.blue, .gform_wrapper button,
.gform_wrapper input[type=submit], .post-nav .all a, .section.technique-section .inner-content .btn-wrp .technique-icon:before, .section h1, .section h2 {
  background-color: #002752;
}

a.btn.fade2.desktop:hover, button.btn.fade2.desktop:hover, a.btn.blue.desktop:hover, button.btn.blue.desktop:hover, .gform_wrapper button:hover,
.gform_wrapper input[type=submit]:hover, .post-nav .all a.desktop:hover {
  background-color: #001a38;
}

.menu-section, .section.alt, .right-col .facts-wrp, .desktopMenu ul li ul.sub-menu, .right-col ul,
.right-content ul.box {
  background: rgb(250, 250, 250);
  background: -moz-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafafa", endColorstr="#ffffff",GradientType=0 );
}

.images.slides .slide-bg,
.slides.slides .slide-bg {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}

/* Breakpoints */
/* Media Queries */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?g2dt86");
  src: url("fonts/icomoon.eot?g2dt86#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?g2dt86") format("woff2"), url("fonts/icomoon.ttf?g2dt86") format("truetype"), url("fonts/icomoon.woff?g2dt86") format("woff"), url("fonts/icomoon.svg?g2dt86#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
  content: "\f107";
}

[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-crown:before {
  content: "\e910";
}

.icon-iva-kung:before {
  content: "\e90f";
}

.icon-angle:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-dot:before {
  content: "\e903";
}

.icon-file-pdf:before {
  content: "\e904";
}

.icon-microphone:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-shield:before {
  content: "\e909";
}

.icon-users:before {
  content: "\e90a";
}

.icon-video:before {
  content: "\e90b";
}

.icon-wifi:before {
  content: "\e90c";
}

.icon-studiosandning:before {
  content: "\e911";
}

.icon-svm:before {
  content: "\e90d";
}

.icon-iva:before {
  content: "\e90e";
}

@font-face {
  font-family: "graphik_light";
  src: url("fonts/Graphik-Light-Web.woff") format("woff2"), url("fonts/Graphik-Light-Web.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "graphik_light_italic";
  src: url("fonts/Graphik-Lightitalic-Web.woff") format("woff2"), url("fonts/Graphik-Lightitalic-Web.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "graphik_medium";
  src: url("fonts/Graphik-Medium-Web.woff") format("woff2"), url("fonts/Graphik-Medium-Web.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "graphik_medium_italic";
  src: url("fonts/Graphik-Mediumitalic-Web.woff") format("woff2"), url("fonts/Graphik-Mediumitalic-Web.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "schnyder";
  src: url("fonts/SchnyderWideS-Demi-Web.woff") format("woff2"), url("fonts/SchnyderWideS-Demi-Web.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "graphik_light", sans-serif;
  color: #000000;
}

div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

a {
  color: #2774B7;
  text-decoration: none;
  outline: none;
}

a.icon-file-pdf {
  display: block;
  margin-top: 5px;
}
a.icon-file-pdf:before {
  margin-right: 5px;
  top: -2px;
}
a.icon-file-pdf:first-child {
  margin-top: 0;
}

li a.icon-file-pdf:before {
  margin-right: 10px;
}

*:focus {
  outline: none !important;
}

p {
  margin: 15px auto 0 auto;
}
p.preamble {
  margin-bottom: 30px;
  max-width: 700px;
}

div.preamble {
  padding-bottom: 25px;
}
div.preamble p {
  max-width: 700px;
}

div.preamble2 {
  font-family: "graphik_medium", sans-serif;
}
div.preamble2 p {
  margin: 15px auto 0 auto;
  max-width: 635px;
}

strong, b {
  font-family: "graphik_medium", sans-serif;
  font-weight: normal;
}

strong.icon {
  display: block;
  margin-bottom: 40px;
}
strong.icon:before {
  margin-right: 7px;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  strong.icon {
    margin-bottom: 20px;
  }
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .h5 {
  font-family: "graphik_medium", sans-serif;
  font-weight: normal;
  margin: 0 auto;
}
h1:nth-child(1), h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), h5:nth-child(1), h6:nth-child(1), .h5:nth-child(1) {
  margin-top: 0;
}
h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i, h5 em, h5 i, h6 em, h6 i, .h5 em, .h5 i {
  font-style: normal;
}

.pre_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .pre_title {
    font-size: 18px;
    line-height: 22px;
  }
}

h1 {
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
}
h1 em, h1 i {
  font-size: 34px;
}

h2 {
  display: inline-block;
  font-size: 26px;
  line-height: 32px;
}
h2 em, h2 i {
  font-size: 28px;
}
h2.big {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 1023px) {
  h2.big {
    font-size: 32px;
    line-height: 36px;
  }
}
h2.big_alt {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  h2.big_alt {
    font-size: 28px;
    line-height: 32px;
  }
}

.section h1, .section h2 {
  word-break: break-word;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: "graphik_light", sans-serif;
  margin-top: 15px;
}
h3 em, h3 i {
  font-size: 24px;
}

.right-col h3,
h3.headline {
  font-size: 18px;
  font-family: "graphik_medium", sans-serif;
  color: #002752;
  background-color: #E6E7E8;
  padding: 10px 20px 13px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .right-col h3,
  h3.headline {
    margin-left: -7.5%;
    margin-right: -7.5%;
    padding: 10px 6.5% 13px;
  }
}

h3.headline {
  margin-top: 30px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 20px;
  display: block;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
*[id] {
  scroll-margin-top: 200px;
}

.mobile {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

#main iframe,
.featherlight-content iframe {
  width: 100% !important;
  border: none;
}

.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: none !important;
  margin-top: 25px;
}
.iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.left-col ul,
.right-col ul,
.right-content ul {
  position: relative;
}
.left-col ul li,
.right-col ul li,
.right-content ul li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
}
.left-col ul li:first-child,
.right-col ul li:first-child,
.right-content ul li:first-child {
  margin-top: 0;
}
.left-col ul li:before,
.right-col ul li:before,
.right-content ul li:before {
  font-family: "icomoon" !important;
  content: "\e901";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #599589;
  font-size: 10px;
  top: 9px;
  left: 0;
}
.left-col ul.normal li,
.right-col ul.normal li,
.right-content ul.normal li {
  padding-left: 0;
}
.left-col ul.normal li:before,
.right-col ul.normal li:before,
.right-content ul.normal li:before {
  display: none;
}

.left-col ul,
.right-content ul {
  margin-top: 15px;
}

.right-col ul,
.right-content ul.box {
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .right-col ul,
  .right-content ul.box {
    margin-left: -7.5%;
    margin-right: -7.5%;
    padding: 15px 6.5%;
  }
}

#cookie-notice {
  display: none;
}

.ch2-theme-bar .ch2-dialog-actions-vertical button.ch2-allow-all-btn {
  border-radius: 4px;
  text-transform: initial;
  transition: ease 0.5s;
}
.ch2-theme-bar .ch2-dialog-actions-vertical button.ch2-allow-all-btn:hover {
  transition: ease 0.5s;
  background-color: #7a4681;
  color: #fff;
}
.ch2-theme-bar .ch2-dialog-actions-vertical button.ch2-deny-all-btn {
  background-color: #fff;
  border: 1px solid #9958A2;
  color: #9958A2;
  border-radius: 4px;
  text-transform: initial;
  transition: ease 0.5s;
}
.ch2-theme-bar .ch2-dialog-actions-vertical button.ch2-deny-all-btn:hover {
  transition: ease 0.5s;
  background-color: #9958A2;
  color: #fff;
}

#site-header {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002752;
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  #site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
#site-header .header-logo {
  margin-top: 13px;
  margin-left: 3%;
  display: block;
  float: left;
  height: 64px;
}
@media only screen and (min-width: 1367px) {
  #site-header .header-logo {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .header-logo {
    width: 72px;
    overflow: hidden;
  }
}
#site-header .header-logo img {
  height: 64px;
  width: 306px;
}
@media only screen and (max-width: 1279px) {
  #site-header .header-logo {
    margin-left: 25px;
    margin-top: 11px !important;
    height: 50px;
  }
  #site-header .header-logo img {
    height: 50px;
    width: 196px;
  }
}
@media only screen and (max-width: 1023px) {
  #site-header .header-logo {
    margin-left: 25px;
    margin-top: 0 !important;
  }
  #site-header .header-logo img {
    margin-left: 25px;
    width: 167px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .header-logo {
    margin-left: 0px;
    margin-top: 10px !important;
    margin-bottom: 14px;
    height: 35px;
  }
  #site-header .header-logo img {
    height: 35px;
    width: 167px;
  }
}
#site-header .nav-wrp {
  float: right;
  position: relative;
  white-space: nowrap;
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  #site-header .nav-wrp {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #site-header .nav-wrp {
    border-top: 1px solid #e2e2e2;
    display: none;
    position: fixed;
    float: none;
    clear: both;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
  }
}
#site-header .btn-wrp {
  position: relative;
  float: right;
  margin-left: 35px;
  margin-right: 3%;
}
@media only screen and (min-width: 1367px) {
  #site-header .btn-wrp {
    margin-right: 5%;
  }
}
#site-header .btn-wrp:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1279px) {
  #site-header .btn-wrp {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  #site-header .btn-wrp {
    margin-left: 0;
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  #site-header .btn-wrp {
    padding-right: 100px;
    float: none;
    margin: 0 auto;
    justify-content: flex-end;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .btn-wrp {
    margin-top: 10px;
  }
}
#site-header .btn-wrp .btn {
  display: block;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  #site-header .btn-wrp .btn {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .btn-wrp .btn {
    font-size: 13px;
  }
}
#site-header .btn-wrp .phone {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #site-header .btn-wrp .phone {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .btn-wrp .phone {
    padding: 6px 14px 7px !important;
  }
}
#site-header .btn-wrp .booking {
  padding: 16px 35px 16px;
  margin-top: 16px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1279px) {
  #site-header .btn-wrp .booking {
    padding: 12px 25px 12px !important;
    margin-top: 7px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  #site-header .btn-wrp .booking {
    padding: 14px 15px 16px !important;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .btn-wrp .booking {
    padding: 8px 14px 8px !important;
    margin-left: 10px;
  }
}

.scrolled #site-header {
  top: -120px;
}
.scrolled #site-header .header-logo {
  margin-top: 0;
}
.scrolled #site-header .nav-wrp {
  margin-top: 0;
}
.scrolled #site-header .btn-wrp .booking {
  padding: 16px 35px 16px;
  margin-top: 7px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .scrolled #site-header .btn-wrp .booking {
    margin-top: 0px;
  }
}
.scrolled.visible #site-header {
  top: 0;
}

.navOpen #site-header .nav-wrp {
  display: block;
  background-color: #fff;
}

.siteMenu,
.topMenu, .desktopMenu {
  display: block;
  text-align: right;
}
.siteMenu ul li,
.topMenu ul li, .desktopMenu ul li {
  margin-left: 30px;
}
.siteMenu ul li:first-child,
.topMenu ul li:first-child, .desktopMenu ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1366px) {
  .siteMenu ul li,
  .topMenu ul li, .desktopMenu ul li {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .siteMenu ul li,
  .topMenu ul li, .desktopMenu ul li {
    margin-left: 14px;
  }
}
.siteMenu ul li .fa,
.topMenu ul li .fa, .desktopMenu ul li .fa {
  display: none;
}
.siteMenu ul li a,
.topMenu ul li a, .desktopMenu ul li a {
  display: block;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .siteMenu ul li a,
  .topMenu ul li a, .desktopMenu ul li a {
    color: #000000;
  }
}
.siteMenu ul li ul,
.topMenu ul li ul, .desktopMenu ul li ul {
  display: none;
}
.siteMenu.siteMenu, .siteMenu.desktopMenu,
.topMenu.siteMenu,
.topMenu.desktopMenu, .desktopMenu.siteMenu, .desktopMenu.desktopMenu {
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 18px;
  font-family: "graphik_medium", sans-serif;
}
@media only screen and (max-width: 1279px) {
  .siteMenu.siteMenu, .siteMenu.desktopMenu,
  .topMenu.siteMenu,
  .topMenu.desktopMenu, .desktopMenu.siteMenu, .desktopMenu.desktopMenu {
    font-size: 16px;
  }
}
.siteMenu.topMenu,
.topMenu.topMenu, .desktopMenu.topMenu {
  font-size: 13px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 1023px) {
  .siteMenu.siteMenu, .siteMenu.topMenu,
  .topMenu.siteMenu,
  .topMenu.topMenu, .desktopMenu.siteMenu, .desktopMenu.topMenu {
    position: static;
    top: auto;
    right: auto;
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-family: "graphik_medium", sans-serif;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .siteMenu.siteMenu, .siteMenu.topMenu,
  .topMenu.siteMenu,
  .topMenu.topMenu, .desktopMenu.siteMenu, .desktopMenu.topMenu {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .siteMenu.siteMenu ul, .siteMenu.topMenu ul,
  .topMenu.siteMenu ul,
  .topMenu.topMenu ul, .desktopMenu.siteMenu ul, .desktopMenu.topMenu ul {
    background-color: #fff;
  }
  .siteMenu.siteMenu ul li, .siteMenu.topMenu ul li,
  .topMenu.siteMenu ul li,
  .topMenu.topMenu ul li, .desktopMenu.siteMenu ul li, .desktopMenu.topMenu ul li {
    display: block;
    margin-left: 0;
  }
  .siteMenu.siteMenu ul li .fa, .siteMenu.topMenu ul li .fa,
  .topMenu.siteMenu ul li .fa,
  .topMenu.topMenu ul li .fa, .desktopMenu.siteMenu ul li .fa, .desktopMenu.topMenu ul li .fa {
    cursor: pointer;
    border-left: 1px solid #e2e2e2;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 75px;
    height: 57px;
    line-height: 57px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .siteMenu.siteMenu ul li a, .siteMenu.topMenu ul li a,
  .topMenu.siteMenu ul li a,
  .topMenu.topMenu ul li a, .desktopMenu.siteMenu ul li a, .desktopMenu.topMenu ul li a {
    padding: 15px 25px;
    border-bottom: 1px solid #e2e2e2;
  }
  .siteMenu.siteMenu ul li ul, .siteMenu.topMenu ul li ul,
  .topMenu.siteMenu ul li ul,
  .topMenu.topMenu ul li ul, .desktopMenu.siteMenu ul li ul, .desktopMenu.topMenu ul li ul {
    font-size: 14px;
    background-color: #f5f5f5;
    border-color: #e8e8e8;
  }
  .siteMenu.siteMenu ul li ul li .fa, .siteMenu.topMenu ul li ul li .fa,
  .topMenu.siteMenu ul li ul li .fa,
  .topMenu.topMenu ul li ul li .fa, .desktopMenu.siteMenu ul li ul li .fa, .desktopMenu.topMenu ul li ul li .fa {
    border-color: #e8e8e8;
    height: 47px;
    line-height: 47px;
  }
  .siteMenu.siteMenu ul li ul li a, .siteMenu.topMenu ul li ul li a,
  .topMenu.siteMenu ul li ul li a,
  .topMenu.topMenu ul li ul li a, .desktopMenu.siteMenu ul li ul li a, .desktopMenu.topMenu ul li ul li a {
    padding: 10px 40px;
  }
  .siteMenu.siteMenu ul li ul li ul, .siteMenu.topMenu ul li ul li ul,
  .topMenu.siteMenu ul li ul li ul,
  .topMenu.topMenu ul li ul li ul, .desktopMenu.siteMenu ul li ul li ul, .desktopMenu.topMenu ul li ul li ul {
    font-family: "graphik_light", sans-serif;
    background-color: #e8e8e8;
    font-size: 14px;
  }
  .siteMenu.siteMenu ul li ul li ul li .fa, .siteMenu.topMenu ul li ul li ul li .fa,
  .topMenu.siteMenu ul li ul li ul li .fa,
  .topMenu.topMenu ul li ul li ul li .fa, .desktopMenu.siteMenu ul li ul li ul li .fa, .desktopMenu.topMenu ul li ul li ul li .fa {
    border-color: gainsboro;
  }
  .siteMenu.siteMenu ul li ul li ul li a, .siteMenu.topMenu ul li ul li ul li a,
  .topMenu.siteMenu ul li ul li ul li a,
  .topMenu.topMenu ul li ul li ul li a, .desktopMenu.siteMenu ul li ul li ul li a, .desktopMenu.topMenu ul li ul li ul li a {
    padding: 10px 40px;
    border-color: gainsboro;
  }
  .siteMenu.siteMenu ul li4current-menu-item ul, .siteMenu.topMenu ul li4current-menu-item ul,
  .topMenu.siteMenu ul li4current-menu-item ul,
  .topMenu.topMenu ul li4current-menu-item ul, .desktopMenu.siteMenu ul li4current-menu-item ul, .desktopMenu.topMenu ul li4current-menu-item ul {
    display: block;
  }
  .siteMenu.siteMenu ul li4current-menu-item ul li ul, .siteMenu.topMenu ul li4current-menu-item ul li ul,
  .topMenu.siteMenu ul li4current-menu-item ul li ul,
  .topMenu.topMenu ul li4current-menu-item ul li ul, .desktopMenu.siteMenu ul li4current-menu-item ul li ul, .desktopMenu.topMenu ul li4current-menu-item ul li ul {
    display: none;
  }
  .siteMenu.siteMenu ul li4current-menu-item ul li.current-menu-item, .siteMenu.topMenu ul li4current-menu-item ul li.current-menu-item,
  .topMenu.siteMenu ul li4current-menu-item ul li.current-menu-item,
  .topMenu.topMenu ul li4current-menu-item ul li.current-menu-item, .desktopMenu.siteMenu ul li4current-menu-item ul li.current-menu-item, .desktopMenu.topMenu ul li4current-menu-item ul li.current-menu-item {
    display: block;
  }
  .siteMenu.siteMenu ul li.current-menu-ancestor ul, .siteMenu.topMenu ul li.current-menu-ancestor ul,
  .topMenu.siteMenu ul li.current-menu-ancestor ul,
  .topMenu.topMenu ul li.current-menu-ancestor ul, .desktopMenu.siteMenu ul li.current-menu-ancestor ul, .desktopMenu.topMenu ul li.current-menu-ancestor ul {
    display: block;
  }
  .siteMenu.siteMenu ul li.current-menu-ancestor ul li.current-menu-item ul, .siteMenu.topMenu ul li.current-menu-ancestor ul li.current-menu-item ul,
  .topMenu.siteMenu ul li.current-menu-ancestor ul li.current-menu-item ul,
  .topMenu.topMenu ul li.current-menu-ancestor ul li.current-menu-item ul, .desktopMenu.siteMenu ul li.current-menu-ancestor ul li.current-menu-item ul, .desktopMenu.topMenu ul li.current-menu-ancestor ul li.current-menu-item ul {
    display: block;
  }
}

.mMenu {
  border-left: 1px solid #e2e2e2;
  background-color: #002752;
  z-index: 7;
  position: absolute;
  display: none;
  width: 25px;
  right: 0;
  top: 0;
  width: 75px;
  padding-top: 31px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .mMenu {
    display: block;
    padding-bottom: 31px;
    border-bottom: 0px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .mMenu {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
  }
}
.mMenu .menu-line {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.mMenu .menu-line.menu-line-3 {
  width: 19px;
}

.navOpen .mMenu,
.searchOpen .mMenu {
  padding-left: 28px;
  padding-right: 28px;
}
.navOpen .mMenu .menu-line-1,
.searchOpen .mMenu .menu-line-1 {
  top: 6px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
}
.navOpen .mMenu .menu-line-2,
.searchOpen .mMenu .menu-line-2 {
  opacity: 0;
}
.navOpen .mMenu .menu-line-3,
.searchOpen .mMenu .menu-line-3 {
  top: -6px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
}

.sidebar .menu li {
  margin-bottom: 10px;
}
.sidebar .menu li a {
  display: block;
  cursor: pointer;
  border: none;
  margin: 0;
  text-align: left;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 24px 14px;
  border-width: 2px;
  border-style: solid;
  font-family: "graphik_medium", sans-serif;
  color: #002752;
  background-color: #f4f5f8;
  border-color: #f4f5f8;
}
.sidebar .menu li a.desktop:hover {
  color: #002752;
  background-color: #f4f5f8;
  border-color: #f4f5f8;
}
.sidebar .menu li.current-menu-item a {
  color: #002752;
  background-color: transparent;
  border-color: #002752;
}
.sidebar .menu li.current-menu-item a.desktop:hover {
  color: #002752;
  background-color: transparent;
  border-color: #002752;
}

.siteMenu {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .siteMenu {
    display: block;
  }
}

.desktopMenu ul li a {
  padding-bottom: 30px;
}
.desktopMenu ul li:hover ul.sub-menu {
  display: block;
  color: #000000;
}
.desktopMenu ul li ul.sub-menu {
  position: absolute;
  margin-left: -18px;
  padding: 0.5em;
  box-sizing: border-box;
  box-shadow: 0px -3px 3px 0 rgba(0, 0, 0, 0.07);
  color: #000000;
  border-radius: 3px;
}
.desktopMenu ul li ul.sub-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  top: 0em;
  left: 30%;
  box-sizing: border-box;
  border: 0.5em solid black;
  border-color: transparent transparent #fafafa #fafafa;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.07);
}
.desktopMenu ul li ul.sub-menu li {
  display: block;
  text-align: left;
  padding: 10px;
  margin-left: 0px;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  min-width: 180px;
  letter-spacing: 0.01em;
}
.desktopMenu ul li ul.sub-menu li a {
  padding-bottom: 0px;
  color: #000000;
}
.desktopMenu ul li ul.sub-menu li a:hover {
  color: #b08e55;
}
.desktopMenu ul li.current_page_item a, .desktopMenu ul li.current_page_ancestor a {
  color: #b08e55;
}
.desktopMenu ul li.current_page_item .sub-menu li a, .desktopMenu ul li.current_page_ancestor .sub-menu li a {
  color: #000000;
}
.desktopMenu ul li.current_page_item .sub-menu li.current-menu-item a, .desktopMenu ul li.current_page_ancestor .sub-menu li.current-menu-item a {
  color: #b08e55;
}
.desktopMenu ul li.current_page_item .sub-menu li:hover a, .desktopMenu ul li.current_page_ancestor .sub-menu li:hover a {
  color: #b08e55;
}
.desktopMenu ul li:hover > a {
  color: #b08e55;
}
@media only screen and (max-width: 1023px) {
  .desktopMenu {
    display: none;
  }
}

html,
body {
  width: 100%;
}
html.navOpen,
body.navOpen {
  position: fixed;
  overflow: hidden;
}

#main {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 1279px) {
  #main {
    padding-top: 94px;
  }
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 80px;
  }
}

.scrolled #main {
  padding-top: 94px;
}
@media only screen and (max-width: 1279px) {
  .scrolled #main {
    padding-top: 94px;
  }
}
@media only screen and (max-width: 1023px) {
  .scrolled #main {
    padding-top: 80px;
  }
}

.inner-content {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.inner-content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1366px) {
  .inner-content {
    max-width: none;
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.txt-section h2.light {
  font-size: 22px;
  margin-top: 20px;
}
.txt-section .inner-content {
  max-width: 1040px;
}
.txt-section .inner-content.wide {
  max-width: 1320px;
}

.full-col {
  text-align: left;
}

.left-col,
.right-col,
.sidebar,
.right-content {
  text-align: left;
  float: left;
}
.left-col img,
.right-col img,
.sidebar img,
.right-content img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .left-col img,
  .right-col img,
  .sidebar img,
  .right-content img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .left-col img,
  .right-col img,
  .sidebar img,
  .right-content img {
    max-width: 100%;
  }
}

.left-col {
  width: 62%;
  padding-right: 6.5%;
}
@media only screen and (max-width: 1023px) {
  .left-col {
    width: auto;
    float: none;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .left-col {
    width: auto;
    float: none;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.left-col .btn {
  margin-top: 30px;
  margin-right: 20px;
}
.left-col .btn:last-child {
  margin-right: 0px;
}
.left-col .floorplans {
  margin-top: 15px;
}
.left-col .floorplans a {
  display: none;
}
.left-col .floorplans a.show-florplans {
  display: inline-block;
  cursor: pointer;
}
.left-col .floorplans a.show-florplans:before {
  font-size: 14px;
  margin-right: 7px;
  top: -1px;
}

.right-col {
  width: 38%;
}
@media only screen and (max-width: 1023px) {
  .right-col {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .right-col {
    width: auto;
    float: none;
  }
}
.right-col .facts-wrp {
  position: relative;
  margin-bottom: 20px;
}
.right-col .facts-wrp .facts {
  padding: 15px 20px;
}
@media only screen and (max-width: 1023px) {
  .right-col .facts-wrp .facts {
    padding: 15px 0;
  }
}
.right-col .facts-wrp .facts p {
  margin-top: 5px;
}
.right-col .facts-wrp .facts p:first-child {
  margin-top: 0;
}
.right-col .quote-wrp {
  position: relative;
  margin-top: 35px;
  position: relative;
  text-align: center;
  padding: 70px 30px 50px;
  background-color: rgba(153, 88, 162, 0.2);
}
.right-col .quote-wrp img {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: -35px;
  width: 228px;
}
.right-col .quote-wrp h2 {
  position: relative;
  z-index: 2;
}
.right-col .quote-wrp h2 em {
  font-size: 24px;
  line-height: 30px;
}
.right-col .quote-wrp p {
  position: relative;
  z-index: 2;
}
.right-col .factbg {
  padding: 0;
  position: relative;
  background-size: cover;
  height: 361px;
  background-position: center;
}
.right-col .factbg h3, .right-col .factbg ul {
  background: transparent;
}
.right-col .factbg .facts {
  background: linear-gradient(270deg, rgba(244, 238, 245, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  bottom: -180px;
  right: -30px;
}
@media only screen and (max-width: 1023px) {
  .right-col .factbg .facts {
    bottom: 15px;
    top: 15px;
    right: 15px;
    left: 15px;
    padding: 15px;
    max-width: 340px;
  }
}

.sidebar {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar ul#menu-aboutmenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 1023px) {
  .sidebar ul#menu-aboutmenu {
    gap: 12px;
    flex-direction: row;
  }
  .sidebar ul#menu-aboutmenu:after {
    content: "";
    background: linear-gradient(to right, transparent, white);
    width: 40px;
    height: 54px;
    display: block;
    position: absolute;
    right: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar ul#menu-aboutmenu li {
    width: fit-content;
    white-space: nowrap;
  }
  .sidebar ul#menu-aboutmenu li a {
    padding: 16px;
  }
}

.right-content {
  width: 75%;
  padding-left: 6.5%;
}
@media only screen and (max-width: 1023px) {
  .right-content {
    margin-top: 1rem;
    width: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .right-content {
    margin-top: 1rem;
    width: auto;
    padding-left: 0;
  }
}

.inner-content-flex {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1023px) {
  .inner-content-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-content-flex {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-content-flex {
    flex-direction: column;
  }
}
.inner-content-flex .flex-col {
  flex: 1;
  text-align: left;
}

.txt-img-container.white {
  background-color: #fff;
}
.txt-img-container.light-blue {
  background-color: #f4f5f8;
}
.txt-img-container.blue {
  background-color: #13305F;
}
.txt-img-container.dark-blue {
  background-color: #002752;
}

.section {
  position: relative;
}
.section.technique-section .section-bg {
  background-color: rgb(226, 226, 226);
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.section.technique-section .section-bg.lazy {
  background-image: none;
  background-color: #F1F1FA;
}
.section.technique-section .inner-content {
  padding-top: 150px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .section.technique-section .inner-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section.technique-section .inner-content {
    padding-top: 30px;
  }
}
.section.technique-section .inner-content h2 {
  margin-bottom: 0;
}
.section.technique-section .inner-content .btn-wrp {
  margin-top: 20px;
  margin-bottom: 50px;
}
.section.technique-section .inner-content .btn-wrp:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .section.technique-section .inner-content .btn-wrp {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.section.technique-section .inner-content .btn-wrp .technique-icon {
  vertical-align: top;
  text-align: center;
  color: #002752;
  font-family: "graphik_medium", sans-serif;
  width: 120px;
  margin-top: 30px;
  margin-left: 35px;
  margin-right: 35px;
}
.section.technique-section .inner-content .btn-wrp .technique-icon:hover span {
  text-decoration: underline;
}
@media only screen and (max-width: 1279px) {
  .section.technique-section .inner-content .btn-wrp .technique-icon {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.technique-section .inner-content .btn-wrp .technique-icon {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .section.technique-section .inner-content .btn-wrp .technique-icon {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .section.technique-section .inner-content .btn-wrp .technique-icon {
    display: block;
    float: none;
    width: auto;
  }
}
.section.technique-section .inner-content .btn-wrp .technique-icon:before {
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  line-height: 66px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 10px;
}
.section.technique-section .inner-content .btn-wrp .technique-icon.icon-studiosandning:before {
  font-size: 27px;
}
.section.technique-section .inner-content .btn-wrp .technique-icon.icon-wifi:before {
  font-size: 27px;
}
.section.technique-section .inner-content .btn-wrp .technique-icon.icon-video:before {
  font-size: 24px;
}
.section.technique-section .inner-content .btn-wrp .technique-icon.icon-phone:before {
  font-size: 31px;
}
.section.technique-section .inner-content .btn-wrp .technique-icon.icon-microphone:before {
  font-size: 31px;
}
.section.transbox-section .section-bg {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section.transbox-section .section-bg.offset:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  left: -41%;
  position: absolute;
  background-position: center right;
}
@media only screen and (max-width: 1023px) {
  .section.transbox-section .section-bg.offset:after {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .section.transbox-section .section-bg.offset:after {
    left: unset;
    background-position: center;
  }
}
.section.transbox-section .section-bg.lazy {
  background-image: none;
  background-color: #F1F1FA;
}
.section.transbox-section .section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: #002752;
  background: linear-gradient(90deg, rgba(0, 39, 82, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.section.transbox-section .section-overlay.flex-right {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 39, 82, 0.8) 100%);
}
.section.transbox-section .inner-content {
  z-index: 2;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .section.transbox-section .inner-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section.transbox-section .inner-content {
    padding: 3rem 1rem;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.section.transbox-section .inner-content h2 {
  margin-bottom: 0;
}
.section.transbox-section .inner-content .inner-box {
  opacity: 100%;
  max-width: 550px;
  background: rgb(255, 255, 255);
  padding: 40px;
  border-radius: 0.5rem;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .section.transbox-section .inner-content .inner-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section.transbox-section .inner-content .inner-box {
    opacity: 90%;
    padding: 25px;
    max-width: none;
  }
}
.section.transbox-section .inner-content .inner-box ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section.transbox-section .inner-content .inner-box ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 6px;
}
.section.transbox-section .inner-content .inner-box ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section.transbox-section .inner-content .inner-box ol li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 6px;
}
.section.transbox-section .inner-content .inner-box p a {
  color: #fff;
  font-weight: 700;
}
.section.transbox-section .inner-content .inner-box p a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.section.transbox-section .inner-content.flex-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .section.transbox-section .inner-content.flex-right {
    justify-content: flex-start;
  }
}
.section.transbox-section .inner-content.darkmode h2 {
  background-color: #fff;
}
.section.transbox-section .inner-content.darkmode .inner-box {
  background: #002752;
  color: #fff;
}
.section.transbox-section .inner-content.lightmode h2 {
  background-color: #b08e55;
}
.section.transbox-section .inner-content.lightmode .inner-box {
  background: #fff;
  color: #000;
}
.section.svm-section img {
  height: 100px;
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 767px) {
  .section.svm-section img {
    margin: 0 auto 25px;
  }
}
.section.svm-section .conf,
.section.svm-section .rest {
  text-align: left;
  margin: 15px 25px;
}
.section.svm-section .conf span,
.section.svm-section .rest span {
  margin-right: 10px;
  font-size: 36px;
}
.section.svm-section .conf strong,
.section.svm-section .rest strong {
  display: block;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .section.svm-section .conf,
  .section.svm-section .rest {
    text-align: center;
    display: block;
    width: 265px;
    margin: 15px auto;
  }
  .section.svm-section .conf span,
  .section.svm-section .rest span {
    font-size: 30px;
  }
}
.section.svm-section .rest span {
  color: #9a641f;
}
@media only screen and (max-width: 767px) {
  .section.svm-section p {
    margin-top: 25px;
  }
}
.section.txt-img-section {
  display: flex;
}
.section.txt-img-section .text-img {
  flex: 1 0 50%;
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .section.txt-img-section .text-img {
    justify-content: center;
  }
}
.section.txt-img-section .text-img .text-img-inner {
  text-align: left;
  max-width: 600px;
  padding: 80px 80px 80px 40px;
}
@media only screen and (max-width: 1023px) {
  .section.txt-img-section .text-img .text-img-inner {
    max-width: auto;
    padding: 1rem 0;
  }
}
.section.txt-img-section .text-img.text-img-img {
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .section.txt-img-section .text-img.text-img-img {
    display: none;
  }
}
.section.txt-img-section .text-img ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section.txt-img-section .text-img ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 6px;
}
.section.txt-img-section.flex-right {
  flex-direction: row-reverse;
}
.section.txt-img-section.flex-right .text-img {
  justify-content: center;
}
.section.txt-img-section.flex-right .text-img .text-img-inner {
  max-width: 600px;
  padding: 80px 40px 80px 80px;
}
@media only screen and (max-width: 1023px) {
  .section.txt-img-section.flex-right .text-img .text-img-inner {
    max-width: auto;
    padding: 1rem 0;
  }
}
.section.section-breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section.section-breadcrumbs {
    position: relative;
  }
}
.section.section-breadcrumbs .inner-content {
  text-align: left;
  padding: 0;
}
.section.section-breadcrumbs .rank-math-breadcrumb .last {
  font-family: "graphik_medium", sans-serif;
  font-weight: 400;
}

.txt-img-container.dark-blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner,
.txt-img-container.blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner {
  color: #fff;
}
.txt-img-container.dark-blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner h2, .txt-img-container.dark-blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner h3, .txt-img-container.dark-blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner p,
.txt-img-container.blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner h2,
.txt-img-container.blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner h3,
.txt-img-container.blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner p {
  color: #fff;
}
.txt-img-container.dark-blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner h2,
.txt-img-container.blue .inner-content .txt-img-section .text-img.text-img-text .text-img-inner h2 {
  background-color: #fff;
}

.post-list {
  margin-top: 15px;
}
.post-list .post-item {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #E6E7E8;
}
.post-list .post-item p {
  margin-top: 0;
}

.post-nav {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #E6E7E8;
}
.post-nav:after {
  content: "";
  display: table;
  clear: both;
}
.post-nav .prev {
  float: left;
  margin-right: 10px;
}
.post-nav .next {
  float: left;
}
.post-nav .all {
  float: right;
}
.post-nav a {
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-width: 2px;
  border-style: solid;
  font-family: "graphik_medium", sans-serif;
  color: #2774B7;
  border-color: #2774B7;
}
.post-nav a.desktop:hover {
  color: #fff;
  background-color: #2774B7;
}
@media only screen and (max-width: 767px) {
  .post-nav a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.post-nav .all a {
  padding: 12px 15px;
  border: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .post-nav .all a {
    padding: 7px 10px;
    font-size: 12px;
  }
}

.reference-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reference-item {
  padding: 32px;
  background-color: #f4f5f8;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .reference-item {
    padding: 24px;
  }
}
.reference-item .reference-logo-wrapper {
  height: 44px;
}
.reference-item .reference-logo {
  margin-bottom: 6px;
  mix-blend-mode: darken;
  max-width: 120px;
  max-height: 44px;
}
.reference-item .reference-content {
  margin-bottom: 3rem;
  font-size: 18px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .reference-item .reference-content {
    font-size: 16px;
  }
}
.reference-item .reference-name {
  font-family: "graphik_medium", sans-serif;
  margin-top: auto;
}
.reference-item .reference-title {
  font-size: 14px;
}

.transbox-section-mobile-top {
  display: none;
}

.references {
  margin-bottom: 45px;
}

.refslider {
  overflow: hidden;
  margin-bottom: 0px;
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .refslider {
    margin-bottom: 15px;
  }
}
.refslider .reference-item {
  border-radius: 5px;
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.gform_wrapper {
  margin: 25px auto 0;
}
.gform_wrapper ul {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.gform_wrapper ul.gform_fields {
  margin-left: -7px;
  margin-right: -7px;
}
.gform_wrapper ul li {
  position: relative;
  list-style: none;
  text-align: left;
}
.gform_wrapper ul li:after {
  content: "";
  display: table;
  clear: both;
}
.gform_wrapper ul li .gfield_label {
  display: none;
}
.gform_wrapper ul li .gfield_label .gfield_required {
  color: #d63d54;
}
.gform_wrapper ul li.gfield {
  display: block;
  padding: 7px !important;
}
.gform_wrapper ul li.col-50, .gform_wrapper ul li.col-33, .gform_wrapper ul li.col-25 {
  float: left;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.col-50 {
    width: auto !important;
  }
}
.gform_wrapper ul li.col-33 {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.col-33 {
    float: none;
    width: auto !important;
  }
}
.gform_wrapper ul li.clear {
  margin: 0 !important;
  padding: 0 !important;
  height: 0px !important;
  overflow: hidden !important;
  clear: both !important;
}
.gform_wrapper .gform_footer {
  padding-top: 25px;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=date],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  padding: 14px 15px;
  border: 1px solid #E6E7E8;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  font-family: "graphik_light", sans-serif;
}
.gform_wrapper select {
  background-color: #fff;
  border: 2px solid #9958A2;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select::after {
  content: url("images/chevron-down.svg");
  top: 15px;
  right: 10px;
  position: absolute;
  pointer-events: none;
  height: 20px;
  scale: 0.8;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:before {
  color: #000000;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.gform_wrapper textarea {
  height: 150px;
}
.gform_wrapper button,
.gform_wrapper input[type=submit] {
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 20px 25px;
  font-family: "graphik_light", sans-serif;
  font-family: "graphik_medium", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #2774B7;
  cursor: pointer;
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #000000;
}
.gform_wrapper :-moz-placeholder {
  color: #000000;
}
.gform_wrapper ::-moz-placeholder {
  color: #000000;
}
.gform_wrapper :-ms-input-placeholder {
  color: #000000;
}

#footer {
  background-position: center;
  color: #fff;
  position: relative;
}
#footer:after {
  content: "";
  background-color: #002752;
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 0;
  position: absolute;
}
#footer .inner-content {
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #footer .inner-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#footer .icon-iva {
  color: #b08e55;
  font-size: 60px;
  margin-bottom: 50px;
}
#footer .iva-icon {
  background-image: url("/wp-content/themes/ivakonferens.se/static/images/logotypes/IVA_konferens_Guld_RGB.png");
  display: block;
  width: 100%;
  height: 4rem;
  background-repeat: no-repeat;
  margin: 0 auto 50px auto;
  background-position: center;
}
#footer .btn {
  display: block;
}
#footer .icon-instagram, #footer .icon-facebook, #footer .icon-linkedin {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-size: cover;
  opacity: 0.6;
  margin: 0 8px;
}
#footer .icon-instagram:hover, #footer .icon-facebook:hover, #footer .icon-linkedin:hover {
  opacity: 0.9;
}
#footer .icon-facebook {
  background-image: url("images/facebook.svg");
}
#footer .icon-instagram {
  background-image: url("images/instagram.svg");
}
#footer .icon-linkedin {
  background-image: url("images/linkedin.svg");
}
#footer .fa {
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #2774B7;
  height: 44px;
  width: 44px;
  font-size: 20px;
  line-height: 44px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
#footer .fa.desktop:hover {
  color: red;
  background-color: rgba(255, 255, 255, 0.8);
}
#footer .newsletter {
  margin-top: 30px;
}
#footer .widgettitle {
  margin-top: 28px;
  font-size: 18px;
  line-height: 26px;
  font-family: "graphik_medium", sans-serif;
  margin-top: 28px;
  display: block;
  color: #b08e55;
}
#footer p {
  margin-top: 5px;
  line-height: 34px;
}
#footer p a {
  color: #fff;
}
#footer .menu {
  margin-top: 5px;
  line-height: 34px;
}
#footer .menu a {
  color: #fff;
}
#footer .widget {
  vertical-align: top;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1366px) {
  #footer .widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .widget {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
}
#footer .widget:first-child {
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 1279px) {
  #footer .widget:first-child {
    display: block;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
#footer .widget:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1279px) {
  #footer .widget:last-child {
    padding-right: 30px;
  }
}
#footer.lazy {
  background-image: none;
  background-color: #F1F1FA;
}

#footer {
  background-size: cover;
}
#footer .sub-footer {
  z-index: 1;
  position: relative;
}
#footer .sub-footer .sub-footer-inner {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #footer .sub-footer .sub-footer-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#footer .sub-footer .sub-footer-inner .textwidget, #footer .sub-footer .sub-footer-inner .widget {
  padding: 0px;
  color: #b08e55;
  text-align: center;
}
#footer .sub-footer a {
  font-size: 80px;
  margin-left: 10px;
  margin-right: 10px;
  color: #b08e55;
  margin-bottom: 20px;
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #9958A2;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.refslider .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  top: auto !important;
}

.refslider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2774B7;
}

.refslider.swiper-container-horizontal > .swiper-pagination-progressbar {
  max-width: 1180px;
  position: relative;
  margin: 2rem auto 0 auto;
}
@media only screen and (max-width: 1279px) {
  .refslider.swiper-container-horizontal > .swiper-pagination-progressbar {
    max-width: calc(100% - 3rem);
  }
}

.refslider .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.refslider .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #fff;
  border-radius: 100%;
  width: 3rem;
  background-size: 12px;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23b08e55'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http://www.w3.org/2000/svg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19%2C19.9L22%2C44L0%2C22L0%2C22z'%20fill%3D'%23b08e55'%2F%3E%3C/svg%3E");
}

.images,
.slides {
  position: relative;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .images,
  .slides {
    height: 400px;
  }
}
.images .image-overlay,
.slides .image-overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(21, 2, 24, 0.2);
}
.images .txt-overlay,
.slides .txt-overlay {
  z-index: 2;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 100px;
  padding-left: 6.5%;
  padding-right: 6.5%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .images .txt-overlay,
  .slides .txt-overlay {
    bottom: 70px;
  }
}
.images .txt-overlay h1,
.slides .txt-overlay h1 {
  display: block;
  font-size: 50px;
  line-height: 84px;
  max-width: 670px;
  margin-bottom: 15px;
}
.images .txt-overlay h1 em, .images .txt-overlay h1 i,
.slides .txt-overlay h1 em,
.slides .txt-overlay h1 i {
  font-family: "graphik_light", sans-serif;
  font-size: 50px;
}
@media only screen and (max-width: 1023px) {
  .images .txt-overlay h1,
  .slides .txt-overlay h1 {
    font-size: 40px;
    line-height: 64px;
  }
  .images .txt-overlay h1 em, .images .txt-overlay h1 i,
  .slides .txt-overlay h1 em,
  .slides .txt-overlay h1 i {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .images .txt-overlay h1,
  .slides .txt-overlay h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .images .txt-overlay h1 em, .images .txt-overlay h1 i,
  .slides .txt-overlay h1 em,
  .slides .txt-overlay h1 i {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .images .txt-overlay h1,
  .slides .txt-overlay h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .images .txt-overlay h1 em, .images .txt-overlay h1 i,
  .slides .txt-overlay h1 em,
  .slides .txt-overlay h1 i {
    font-size: 28px;
  }
}
.images .txt-overlay h2,
.slides .txt-overlay h2 {
  display: block;
  font-size: 50px;
  line-height: 84px;
  max-width: 670px;
  margin-bottom: 15px;
}
.images .txt-overlay h2 em, .images .txt-overlay h2 i,
.slides .txt-overlay h2 em,
.slides .txt-overlay h2 i {
  font-family: "graphik_light", sans-serif;
  font-size: 50px;
}
@media only screen and (max-width: 1023px) {
  .images .txt-overlay h2,
  .slides .txt-overlay h2 {
    font-size: 40px;
    line-height: 64px;
  }
  .images .txt-overlay h2 em, .images .txt-overlay h2 i,
  .slides .txt-overlay h2 em,
  .slides .txt-overlay h2 i {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .images .txt-overlay h2,
  .slides .txt-overlay h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .images .txt-overlay h2 em, .images .txt-overlay h2 i,
  .slides .txt-overlay h2 em,
  .slides .txt-overlay h2 i {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .images .txt-overlay h2,
  .slides .txt-overlay h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .images .txt-overlay h2 em, .images .txt-overlay h2 i,
  .slides .txt-overlay h2 em,
  .slides .txt-overlay h2 i {
    font-size: 28px;
  }
}
.images .txt-overlay p,
.slides .txt-overlay p {
  font-size: 20px;
  line-height: 30px;
  max-width: 850px;
  font-family: "graphik_medium", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .images .txt-overlay p,
  .slides .txt-overlay p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .images .txt-overlay p,
  .slides .txt-overlay p {
    font-size: 16px;
    line-height: 26px;
  }
}
.images .txt-overlay .btn,
.slides .txt-overlay .btn {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .images .txt-overlay .btn,
  .slides .txt-overlay .btn {
    padding: 10px 15px;
  }
  .images .txt-overlay .btn.fade,
  .slides .txt-overlay .btn.fade {
    padding: 12px 15px;
  }
}
.images.slides .slide-bg,
.slides.slides .slide-bg {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.images.slides .txt-overlay,
.slides.slides .txt-overlay {
  z-index: 2;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30%;
  padding-left: 6.5%;
  padding-right: 6.5%;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .images.slides .txt-overlay,
  .slides.slides .txt-overlay {
    bottom: 70px;
  }
}
.images.slides .txt-overlay h2,
.slides.slides .txt-overlay h2 {
  margin-top: 15px;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
}
.images.slides .txt-overlay h2 em, .images.slides .txt-overlay h2 i,
.slides.slides .txt-overlay h2 em,
.slides.slides .txt-overlay h2 i {
  font-size: 34px;
}
.images.slides .txt-overlay h5, .images.slides .txt-overlay .h5,
.slides.slides .txt-overlay h5,
.slides.slides .txt-overlay .h5 {
  color: #2774B7;
  font-family: "graphik_light", sans-serif;
  font-weight: 100;
}
.images.slides .txt-overlay .btn,
.slides.slides .txt-overlay .btn {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .images.slides .txt-overlay .btn,
  .slides.slides .txt-overlay .btn {
    padding: 10px 15px;
  }
  .images.slides .txt-overlay .btn.fade,
  .slides.slides .txt-overlay .btn.fade {
    padding: 12px 15px;
  }
}
.images .swiper-wrapper,
.slides .swiper-wrapper {
  position: relative;
}
.images .swiper-wrapper .swiper-slide,
.slides .swiper-wrapper .swiper-slide {
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .images .swiper-wrapper .swiper-slide,
  .slides .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}
.images .swiper-button-prev,
.images .swiper-button-next,
.images .swiper-pagination,
.slides .swiper-button-prev,
.slides .swiper-button-next,
.slides .swiper-pagination {
  display: none;
}
.images.swiper-container .swiper-button-prev,
.images.swiper-container .swiper-button-next,
.slides.swiper-container .swiper-button-prev,
.slides.swiper-container .swiper-button-next {
  display: block;
  background-image: none;
  width: 75px;
  height: 75px;
  margin-top: -35px;
  line-height: 65px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .images.swiper-container .swiper-button-prev,
  .images.swiper-container .swiper-button-next,
  .slides.swiper-container .swiper-button-prev,
  .slides.swiper-container .swiper-button-next {
    display: none;
  }
}
.images.swiper-container .swiper-button-prev.swiper-button-prev,
.images.swiper-container .swiper-button-next.swiper-button-prev,
.slides.swiper-container .swiper-button-prev.swiper-button-prev,
.slides.swiper-container .swiper-button-next.swiper-button-prev {
  left: 20px;
}
.images.swiper-container .swiper-button-prev.swiper-button-next,
.images.swiper-container .swiper-button-next.swiper-button-next,
.slides.swiper-container .swiper-button-prev.swiper-button-next,
.slides.swiper-container .swiper-button-next.swiper-button-next {
  right: 20px;
}
.images.swiper-container .swiper-pagination,
.slides.swiper-container .swiper-pagination {
  display: block;
  height: 10px;
  bottom: 30px;
  line-height: 10px;
}
.images.swiper-container .swiper-pagination .swiper-pagination-bullet,
.slides.swiper-container .swiper-pagination .swiper-pagination-bullet {
  vertical-align: middle;
  position: relative;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #fff !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.images.swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.slides.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.images.slides.swiper-container .swiper-button-prev,
.images.slides.swiper-container .swiper-button-next,
.slides.slides.swiper-container .swiper-button-prev,
.slides.slides.swiper-container .swiper-button-next {
  color: #9958A2;
}
.images.slides.swiper-container .swiper-pagination .swiper-pagination-bullet,
.slides.slides.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}
.images.slides.swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.slides.slides.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.images.slides.swiper-container .swiper-button-prev:before,
.slides.slides.swiper-container .swiper-button-prev:before {
  content: "";
  display: block;
  width: 85px;
  height: 85px;
  background-image: url("images/arrow.svg");
  background-size: 40px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
}
.images.slides.swiper-container .swiper-button-next:before,
.slides.slides.swiper-container .swiper-button-next:before {
  content: "";
  display: block;
  width: 85px;
  height: 85px;
  background-image: url("images/arrow.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.images.dark,
.slides.dark {
  background-color: black;
}
.images.dark h5, .images.dark h2, .images.dark .h5,
.slides.dark h5,
.slides.dark h2,
.slides.dark .h5 {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.images.dark .swiper-button-prev,
.images.dark .swiper-button-next,
.slides.dark .swiper-button-prev,
.slides.dark .swiper-button-next {
  color: #fff !important;
}

.images-grid {
  position: relative;
  overflow: hidden;
}
.images-grid:after {
  content: "";
  display: table;
  clear: both;
}
.images-grid .image-wrp {
  display: none;
  position: relative;
  float: left;
  width: 33.33%;
}
.images-grid .image-wrp .grid-image {
  display: block;
  position: relative;
  height: 270px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp .grid-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .image-wrp .grid-image {
    height: 150px;
  }
}
.images-grid .image-wrp:first-child {
  display: block;
  width: 66.66%;
  padding-right: 10px;
}
.images-grid .image-wrp:first-child .grid-image {
  height: 550px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:first-child {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .images-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .image-wrp:first-child .grid-image {
    height: 270px;
  }
}
.images-grid .image-wrp:nth-child(2) {
  display: block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:nth-child(2) {
    width: 50%;
    padding-bottom: 0;
    padding-right: 5px;
  }
}
.images-grid .image-wrp:nth-child(3) {
  display: block;
  padding-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:nth-child(3) {
    width: 50%;
    padding-top: 0;
    padding-left: 5px;
  }
}
.images-grid .show-all-btn {
  z-index: 1;
  position: absolute;
  bottom: 30px;
  right: 38%;
  background-color: #E6E7E8;
  color: #000000 !important;
}
.images-grid .show-all-btn.desktop:hover {
  color: #002752 !important;
}
.images-grid .show-all-btn:before {
  top: -1px;
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .show-all-btn {
    bottom: 235px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .show-all-btn {
    padding: 5px 10px;
    bottom: 175px;
    right: 15px;
  }
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("/wp-content/themes/ivakonferens.se/static/fonts/lg.eot?n1z373");
  src: url("/wp-content/themes/ivakonferens.se/static/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/wp-content/themes/ivakonferens.se/static/fonts/lg.woff?n1z373") format("woff"), url("/wp-content/themes/ivakonferens.se/static/fonts/lg.ttf?n1z373") format("truetype"), url("/wp-content/themes/ivakonferens.se/static/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgb(0, 0, 0);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.lg-toolbar .lg-icon.lg-close {
  display: block;
  background: transparent;
  opacity: 1;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgb(32, 32, 32);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 720px;
  max-height: 100%;
  width: 100%;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/wp-content/themes/ivakonferens.se/static/fonts/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/wp-content/themes/ivakonferens.se/static/fonts/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/wp-content/themes/ivakonferens.se/static/fonts/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/wp-content/themes/ivakonferens.se/static/fonts/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/wp-content/themes/ivakonferens.se/static/fonts/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/wp-content/themes/ivakonferens.se/static/fonts/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer #lg-download,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  background: rgba(14, 43, 68, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f20e2b44", endColorstr="#f239203c", GradientType=1);
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  height: 95%;
  width: 90%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}
.featherlight .featherlight-content iframe {
  height: 100%;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: #9958A2;
  color: #fff;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.puff-section {
  position: relative;
}
.puff-section:after {
  content: "";
  display: table;
  clear: both;
}
.puff-section .puff-col {
  cursor: pointer;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}
.puff-section .puff-col .puff-bg {
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .puff-section .puff-col .puff-bg {
    height: 350px;
  }
}
.puff-section .puff-col .puff-overlay {
  opacity: 0;
  transition: 0.3s all;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(21, 2, 24, 0.2);
}
.puff-section .puff-col .puff-txt {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.puff-section .puff-col .puff-txt .puff-txt-inner {
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding-left: 6.5%;
  padding-right: 6.5%;
}
.puff-section .puff-col .puff-txt .puff-txt-inner h3 {
  margin-top: 10px;
  font-family: "graphik_medium", sans-serif;
}
.puff-section .puff-col .puff-txt .puff-txt-inner h3.large {
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1279px) {
  .puff-section .puff-col .puff-txt .puff-txt-inner h3.large {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .puff-section .puff-col .puff-txt .puff-txt-inner h3.large {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .puff-section .puff-col .puff-txt .puff-txt-inner h3.large {
    font-size: 22px;
    line-height: 30px;
  }
}
.puff-section .puff-col .puff-txt .puff-txt-inner strong.coworker-label,
.puff-section .puff-col .puff-txt .puff-txt-inner strong.image-label {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  right: auto;
}
.puff-section .puff-col .puff-txt .puff-txt-inner strong.image-label:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #fff;
  width: 90px;
  margin: 15px auto;
}
.puff-section .puff-col .puff-txt .puff-txt-inner span {
  font-size: 14px;
}
.puff-section .puff-col .puff-txt .puff-txt-inner h5 {
  font-family: "graphik_light", sans-serif;
}
.puff-section .puff-col .puff-txt .puff-txt-inner p:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #fff;
  width: 90px;
  margin: 0 auto 15px;
}
.puff-section .puff-col .puff-txt .puff-txt-inner h5, .puff-section .puff-col .puff-txt .puff-txt-inner p, .puff-section .puff-col .puff-txt .puff-txt-inner .btn, .puff-section .puff-col .puff-txt .puff-txt-inner span, .puff-section .puff-col .puff-txt .puff-txt-inner strong.image-label {
  display: none;
}
.puff-section .puff-col:hover .puff-bg, .puff-section .puff-col.hover_effect .puff-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.puff-section .puff-col:hover .puff-overlay, .puff-section .puff-col.hover_effect .puff-overlay {
  opacity: 0.8;
  background-color: #002752;
}
.puff-section .puff-col:hover .puff-txt, .puff-section .puff-col.hover_effect .puff-txt {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.puff-section .puff-col:hover .puff-txt .puff-txt-inner h5, .puff-section .puff-col:hover .puff-txt .puff-txt-inner p, .puff-section .puff-col:hover .puff-txt .puff-txt-inner .btn, .puff-section .puff-col:hover .puff-txt .puff-txt-inner span, .puff-section .puff-col:hover .puff-txt .puff-txt-inner strong.image-label, .puff-section .puff-col.hover_effect .puff-txt .puff-txt-inner h5, .puff-section .puff-col.hover_effect .puff-txt .puff-txt-inner p, .puff-section .puff-col.hover_effect .puff-txt .puff-txt-inner .btn, .puff-section .puff-col.hover_effect .puff-txt .puff-txt-inner span, .puff-section .puff-col.hover_effect .puff-txt .puff-txt-inner strong.image-label {
  display: block;
}
.puff-section .puff-col:hover .puff-txt .puff-txt-inner .btn, .puff-section .puff-col.hover_effect .puff-txt .puff-txt-inner .btn {
  display: inline-block;
}
.puff-section .puff-col.col-50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .puff-section .puff-col.col-50 {
    width: 100%;
  }
}
.puff-section .puff-col.col-33 {
  width: 33.33%;
}
@media only screen and (max-width: 1023px) {
  .puff-section .puff-col.col-33 {
    width: 50%;
  }
  .puff-section .puff-col.col-33:last-child {
    width: 100%;
  }
  .puff-section .puff-col.col-33:last-child .puff-bg {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .puff-section .puff-col.col-33 {
    width: 100%;
  }
}
.puff-section .puff-col.col-25 {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .puff-section .puff-col.col-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .puff-section .puff-col.col-25 {
    width: 100%;
  }
}
.puff-section.grid .inner-content {
  max-width: 1320px;
}
.puff-section.grid .inner-content .downloads-gallery {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .puff-section.grid .inner-content .downloads-gallery {
    flex-direction: column;
  }
}
.puff-section.grid .inner-content .downloads-gallery .downloads-sidebar {
  position: sticky;
  height: fit-content;
  top: 150px;
  padding-right: 6rem;
  padding-bottom: 2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-sidebar {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-sidebar {
    position: relative;
    top: auto;
    padding-right: 0;
  }
}
.puff-section.grid .inner-content .downloads-gallery .downloads-sidebar ul li a {
  display: inline-block;
  width: 100%;
  text-align: start;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.49);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-sidebar ul li a {
    max-width: 100%;
  }
}
.puff-section.grid .inner-content .downloads-gallery .downloads-sidebar ul li a:hover {
  color: rgba(0, 0, 0, 0.72);
}
.puff-section.grid .inner-content .downloads-gallery .downloads-sidebar ul li a.active {
  color: black;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section h3 {
  font-size: 32px;
  text-align: start;
  font-weight: bold;
  padding-bottom: 2rem;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col {
  cursor: auto;
  max-width: 100%;
}
@media only screen and (min-width: 1367px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col {
    width: 20%;
  }
}
@media only screen and (max-width: 1366px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col {
    width: 25%;
  }
}
@media only screen and (max-width: 1279px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1023px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col {
    width: 50%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col {
    width: 100%;
  }
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col:hover .puff-bg {
  opacity: 1;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-bg {
  max-height: 200px;
  pointer-events: none;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-txt {
  position: relative;
  left: auto;
  right: auto;
  transform: none;
  transition: none;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-txt .puff-txt-inner {
  padding: 0;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-txt .puff-txt-inner span {
  display: block;
  width: 100%;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  padding: 1rem 0;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-txt .puff-txt-inner .btn-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-txt .puff-txt-inner .btn-group .dl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  color: rgba(0, 0, 0, 0.51);
  border-radius: 5px;
  text-align: start;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-txt .puff-txt-inner .btn-group .dl-btn:hover {
  color: black;
  text-decoration-line: underline;
}
.puff-section.grid .inner-content .downloads-gallery .downloads-gallery-container .category-section .puff-col .puff-txt .puff-txt-inner .btn-group .dl-btn img {
  margin-right: 10px;
}
.puff-section.grid .puff-col {
  padding: 10px;
  width: 25%;
}
.puff-section.grid .puff-col.puff-info-col .puff-bg {
  background-color: rgba(153, 88, 162, 0.2);
}
.puff-section.grid .puff-col.puff-info-col .puff-txt {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.puff-section.grid .puff-col.puff-info-col .puff-txt h3 {
  font-family: "graphik_medium", sans-serif;
  color: #9958A2;
  font-size: 18px;
  text-align: left;
}
.puff-section.grid .puff-col.puff-info-col .puff-txt p {
  text-align: left;
}
.puff-section.grid .puff-col.puff-info-col .puff-txt .btn {
  margin-top: 40px;
}
.puff-section.grid .puff-col .puff-bg {
  height: 320px;
  border-radius: 0.25rem;
}
.puff-section.grid .puff-col .puff-overlay {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 0.25rem;
}
.puff-section.grid .puff-col strong {
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 30px;
  text-align: center;
  left: 10px;
  right: 10px;
  font-size: 14px;
}
.puff-section.grid .puff-col strong:before {
  margin-right: 7px;
  top: -1px;
}
.puff-section.grid .puff-col .puff-txt {
  left: 10px;
  right: 10px;
}
@media only screen and (max-width: 1279px) {
  .puff-section.grid .puff-col {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1023px) {
  .puff-section.grid .puff-col {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .puff-section.grid .puff-col {
    width: 100%;
    padding: 0 0 20px;
  }
  .puff-section.grid .puff-col .puff-bg {
    height: 280px;
  }
  .puff-section.grid .puff-col .puff-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
  }
  .puff-section.grid .puff-col strong {
    top: 20px;
  }
  .puff-section.grid .puff-col .puff-txt {
    left: 0;
    right: 0;
  }
}
.puff-section.conf-rooms .inner-content {
  padding-top: 0;
}
.puff-section.conf-rooms .puff-col {
  display: none;
}
.puff-section.conf-rooms .puff-col.active {
  display: block;
}

.box-wrp:after {
  content: "";
  display: table;
  clear: both;
}
.box-wrp .box {
  float: left;
  position: relative;
  padding: 10px;
  width: 25%;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .box-wrp .box {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box-wrp .box {
    width: 100%;
    padding: 10px 0;
  }
}
.box-wrp .box .box-inner {
  padding: 20px 30px;
  background-color: #f4f5f8;
}
.box-wrp .box h3 {
  font-family: "graphik_medium", sans-serif;
  color: #002752;
  font-size: 20px;
  line-height: 26px;
}

a.btn, button.btn {
  max-width: 320px;
  cursor: pointer;
  margin: 15px auto 0;
  text-align: center;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 24px 14px;
  border-width: 2px;
  border-style: solid;
  font-family: "graphik_medium", sans-serif;
}
a.btn.light-blue, button.btn.light-blue {
  color: #2774B7;
  border-color: #2774B7;
}
a.btn.light-blue.desktop:hover, button.btn.light-blue.desktop:hover {
  color: #fff;
  background-color: #2774B7;
}
a.btn.white, button.btn.white {
  color: #000000;
  border-color: #fff;
  background-color: #fff;
}
a.btn.white.desktop:hover, button.btn.white.desktop:hover {
  color: #fff;
  background-color: #002752;
}
a.btn.blue-border, button.btn.blue-border {
  color: #002752;
  border-color: #002752;
  background-color: #fff;
}
a.btn.blue-border.desktop:hover, button.btn.blue-border.desktop:hover {
  color: #fff;
  background-color: #002752;
  border-color: #002752;
}
a.btn.gold, button.btn.gold {
  color: #fff;
  border-color: #b08e55;
}
a.btn.gold.desktop:hover, button.btn.gold.desktop:hover {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}
a.btn.grey, button.btn.grey {
  color: #E6E7E8;
  border-color: #E6E7E8;
}
a.btn.grey.desktop:hover, button.btn.grey.desktop:hover {
  color: #002752;
  background-color: #E6E7E8;
}
a.btn.fill, button.btn.fill {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}
a.btn.fill.desktop:hover, button.btn.fill.desktop:hover {
  color: #000000;
  background-color: #E6E7E8;
}
a.btn.wide, button.btn.wide {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  a.btn.wide, button.btn.wide {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
a.btn.blue-gold, button.btn.blue-gold {
  background-color: transparent;
  border-color: #b08e55;
  color: #fff;
}
a.btn.blue-gold:hover, button.btn.blue-gold:hover {
  background-color: #fff;
  border-color: #fff;
  color: #002752;
}
a.btn.blue, button.btn.blue {
  padding: 14px 15px 16px;
  border: none;
  color: #fff;
}
a.btn.fade2, button.btn.fade2 {
  padding: 14px 15px 16px;
  border: none;
  color: #fff;
}
.filter-section {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .filter-section {
    padding: 15px 0 25px;
  }
}
.filter-section h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .filter-section h2 {
    margin-top: 15px;
  }
}
.filter-section .btn.grey {
  background-color: #E6E7E8;
  color: #000000;
  border: 2px solid #E6E7E8;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 15px;
}
@media only screen and (max-width: 1023px) {
  .filter-section .btn.grey {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-section .btn.grey {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    padding: 5px 10px;
    width: 160px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 320px) {
  .filter-section .btn.grey {
    width: 150px;
    font-size: 11px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.filter-section .btn.grey:before {
  font-size: 12px;
  color: #ccc;
  top: -1px;
  margin-right: 10px;
}
.filter-section .btn.grey.desktop:hover {
  color: #000000;
}
.filter-section .btn.grey.active {
  border: 2px solid #599589;
}
.filter-section .btn.grey.active:before {
  color: #599589;
}

@media only screen and (max-width: 1366px) {
  .inner-content .filter-section {
    margin-left: -6.5%;
    margin-right: -6.5%;
  }
}

body {
  top: 0 !important;
}

.skiptranslate {
  display: none;
}

#goog-gt-tt {
  display: none !important;
}

.menu-item-type-custom.lang-select {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("images/lang-white.svg");
  overflow: hidden;
  width: 18px;
  height: 18px;
  z-index: 999;
  cursor: pointer;
  font-size: 20px;
  color: white;
  cursor: pointer;
  margin-left: 18px;
}
.menu-item-type-custom.lang-select a {
  display: none;
}
@media (max-width: 1024px) {
  .menu-item-type-custom.lang-select {
    padding: 15px 25px;
    height: 57px;
    border-bottom: 1px solid #e2e2e2;
    background-size: 20px;
    background-position: 21px 19px;
    width: 100%;
  }
}

.scrolled .lang-select,
.noTopImage .lang-select {
  background-image: url("images/lang-white.svg");
}

.lang-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.lang-wrp {
  position: fixed;
  z-index: -10;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.lang-wrp.visible {
  z-index: 1000;
  top: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.lang-wrp.visible .lang {
  opacity: 1;
}
.lang-wrp .lang {
  position: relative;
  opacity: 0;
  width: 400px;
  transition: opacity 0.3s ease;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .lang-wrp .lang {
    width: 300px;
  }
}
.lang-wrp .lang ul {
  width: 92%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.lang-wrp .lang ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
.lang-wrp .lang ul li a {
  width: 100%;
  padding: 0.3rem 0.5rem;
  color: #000000;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.lang-wrp .lang ul li a img {
  margin-top: 2px;
}
.lang-wrp .lang ul li a:hover {
  color: #9958A2;
}
.lang-wrp .lang ul li a:hover {
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.05);
}
.lang-wrp .lang .lang-toggle:before {
  display: block;
  font-family: "icomoon";
  content: "\e902";
  transition: all 0.3s ease;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 12.5px;
  z-index: 2;
  font-size: 15px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lang-wrp .lang .lang-toggle:before {
    right: 12px;
    top: 13px;
  }
}
.lang-wrp .lang #google_translate_element .goog-te-gadget {
  display: block;
  position: relative;
  text-align: center;
  font-family: "graphik_light", sans-serif;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div {
  margin-bottom: 15px;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div:before {
  display: block;
  font-family: "icomoon";
  content: "\e900";
  transition: all 0.3s ease;
  color: #000000;
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 2;
  font-size: 8px;
  pointer-events: none;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 280px;
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  padding: 15px;
  background: #f5f5f5;
  font-family: "graphik_light", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div select:focus {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .lang-wrp .lang #google_translate_element .goog-te-gadget div select {
    font-size: 16px;
    width: 240px;
  }
}
.lang-wrp .clear-translate {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  color: #666;
  font-size: 12px;
}
.lang-wrp .lang-toggle {
  position: absolute;
  top: -15px;
  right: -15px;
  margin-right: 0;
  background-color: #2774B7;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
}
.lang-wrp .lang-toggle:hover {
  background-color: #2774B7;
}

.menu-section h2 {
  margin-bottom: 30px;
}
.menu-section .menu-item {
  text-align: center;
  margin-bottom: 20px;
}
.menu-section .menu-item .headline,
.menu-section .menu-item .description {
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .menu-section .menu-item .headline,
  .menu-section .menu-item .description {
    display: block;
    width: auto !important;
    text-align: center;
    margin: 0 auto !important;
  }
}
.menu-section .menu-item .headline {
  width: 100px;
  font-family: "graphik_medium", sans-serif;
  margin-right: 60px;
}
.menu-section .menu-item .description {
  width: 550px;
}
.menu-section .menu-info {
  font-size: 14px;
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin: 40px auto 0;
  max-width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.2);
}

.faq-list {
  padding-top: 10px;
}

.faq-top {
  background-color: #f4f5f8;
  padding-top: 5rem;
}

.faq .faq_question {
  padding-right: 20px;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  font-family: "graphik_medium", sans-serif;
  cursor: pointer;
  position: relative;
}
.faq .faq_question:after {
  content: url("images/plus.svg");
  position: absolute;
  top: 0px;
  right: 0px;
  background-size: cover;
  display: flex;
  top: -2px;
}

.faq.open .faq_question:after {
  top: -7px;
  content: url("images/minus.svg");
}

.faq_answer h1 {
  display: none;
}

.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}

.faq_cat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .faq_cat {
    margin-bottom: 1rem;
  }
}
.faq_cat li {
  position: relative;
  background-color: #f4f5f8;
  flex: 30%;
  display: flex;
  transition: all 0.3s ease-out;
  min-width: 350px;
}
.faq_cat li:after {
  position: absolute;
  content: "\e941";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  top: 50%;
  right: 0px;
  margin-right: 2rem;
  margin-top: -10px;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.faq_cat li:hover {
  background-color: #dce0ea;
}
.faq_cat li:hover:after {
  margin-right: 1.5rem;
}
.faq_cat li a {
  width: 100%;
  height: 144px;
  cursor: pointer;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  display: flex;
  padding: 2rem;
  color: #404040;
  font-family: "graphik_medium", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 1279px) {
  .faq_cat li a {
    height: 96px;
    padding: 1rem;
  }
}
.faq_cat li span {
  background-color: white;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002752;
  font-size: 21px;
}

.knowledge_cat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .knowledge_cat {
    margin-bottom: 1rem;
  }
}
.knowledge_cat .knowledge_cat_btn {
  display: flex;
  color: #fff;
  width: 100%;
  justify-content: space-between;
  font-size: 22px;
  line-height: 24px;
  align-items: center;
  z-index: 2;
}
.knowledge_cat li {
  background-color: rgba(153, 88, 162, 0.1);
  flex: 30%;
  display: flex;
  transition: all 0.3s ease-out;
  min-width: 368px;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .knowledge_cat li {
    min-width: 320px;
    height: 360px;
  }
}
.knowledge_cat li:hover {
  background-color: #f4f5f8;
}
.knowledge_cat li:hover:after {
  margin-right: 1.5rem;
}
.knowledge_cat li a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  align-items: end;
  flex-direction: row;
  gap: 1rem;
  display: flex;
  padding: 2rem;
  color: #404040;
  font-family: "graphik_medium", sans-serif;
  font-weight: 500;
  line-height: 20px;
  background-size: 156%;
  position: relative;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.knowledge_cat li a:hover {
  background-size: 172%;
}
.knowledge_cat li a:hover span {
  background-color: #f4f5f8;
  transition: background-color 0.3s ease-in-out;
}
.knowledge_cat li span {
  background-color: #f4f5f8;
  color: #002752;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  transition: background-color 0.3s ease-in-out;
}
.knowledge_cat .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 39, 82, 0.2);
}

h2.black-text {
  margin-bottom: 1rem;
  font-size: 31px !important;
  line-height: 36px !important;
}

.page-template-faq-template .txt-section .inner-content, .tax-faq_category .txt-section .inner-content, .page-template-knowlage-template .txt-section .inner-content, .tax-knowledge_base_category .txt-section .inner-content {
  max-width: 1180px;
}
.page-template-faq-template .inner-content-flex, .tax-faq_category .inner-content-flex, .page-template-knowlage-template .inner-content-flex, .tax-knowledge_base_category .inner-content-flex {
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .page-template-faq-template .inner-content-flex, .tax-faq_category .inner-content-flex, .page-template-knowlage-template .inner-content-flex, .tax-knowledge_base_category .inner-content-flex {
    gap: 0rem;
  }
}
.page-template-faq-template .section.main-block .inner-content, .page-template-faq-template .faq-section.main-block .inner-content, .tax-faq_category .section.main-block .inner-content, .tax-faq_category .faq-section.main-block .inner-content, .page-template-knowlage-template .section.main-block .inner-content, .page-template-knowlage-template .faq-section.main-block .inner-content, .tax-knowledge_base_category .section.main-block .inner-content, .tax-knowledge_base_category .faq-section.main-block .inner-content {
  padding-top: 80px;
}
@media only screen and (max-width: 1279px) {
  .page-template-faq-template .section.main-block .inner-content, .page-template-faq-template .faq-section.main-block .inner-content, .tax-faq_category .section.main-block .inner-content, .tax-faq_category .faq-section.main-block .inner-content, .page-template-knowlage-template .section.main-block .inner-content, .page-template-knowlage-template .faq-section.main-block .inner-content, .tax-knowledge_base_category .section.main-block .inner-content, .tax-knowledge_base_category .faq-section.main-block .inner-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-faq-template .section.main-block .inner-content, .page-template-faq-template .faq-section.main-block .inner-content, .tax-faq_category .section.main-block .inner-content, .tax-faq_category .faq-section.main-block .inner-content, .page-template-knowlage-template .section.main-block .inner-content, .page-template-knowlage-template .faq-section.main-block .inner-content, .tax-knowledge_base_category .section.main-block .inner-content, .tax-knowledge_base_category .faq-section.main-block .inner-content {
    padding-top: 30px;
  }
}
.page-template-faq-template .section h1.header, .page-template-faq-template .section h2.header, .tax-faq_category .section h1.header, .tax-faq_category .section h2.header, .page-template-knowlage-template .section h1.header, .page-template-knowlage-template .section h2.header, .tax-knowledge_base_category .section h1.header, .tax-knowledge_base_category .section h2.header {
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 1023px) {
  .page-template-faq-template .section h1.header, .page-template-faq-template .section h2.header, .tax-faq_category .section h1.header, .tax-faq_category .section h2.header, .page-template-knowlage-template .section h1.header, .page-template-knowlage-template .section h2.header, .tax-knowledge_base_category .section h1.header, .tax-knowledge_base_category .section h2.header {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-faq-template .section h1.header, .page-template-faq-template .section h2.header, .tax-faq_category .section h1.header, .tax-faq_category .section h2.header, .page-template-knowlage-template .section h1.header, .page-template-knowlage-template .section h2.header, .tax-knowledge_base_category .section h1.header, .tax-knowledge_base_category .section h2.header {
    font-size: 34px;
    line-height: 38px;
  }
}
.page-template-faq-template section h2, .tax-faq_category section h2, .page-template-knowlage-template section h2, .tax-knowledge_base_category section h2 {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .page-template-faq-template section h2, .tax-faq_category section h2, .page-template-knowlage-template section h2, .tax-knowledge_base_category section h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.page-template-faq-template section h3, .page-template-faq-template .h3-style, .tax-faq_category section h3, .tax-faq_category .h3-style, .page-template-knowlage-template section h3, .page-template-knowlage-template .h3-style, .tax-knowledge_base_category section h3, .tax-knowledge_base_category .h3-style {
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .page-template-faq-template section h3, .page-template-faq-template .h3-style, .tax-faq_category section h3, .tax-faq_category .h3-style, .page-template-knowlage-template section h3, .page-template-knowlage-template .h3-style, .tax-knowledge_base_category section h3, .tax-knowledge_base_category .h3-style {
    font-size: 24px;
    line-height: 32px;
  }
}

.tax-faq_category .txt-section .inner-content {
  max-width: 1180px;
}

.faq_cat_title {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 28px;
}

.contact-banner {
  background-color: #f4f5f8;
  padding: 4rem 0;
}
@media only screen and (max-width: 1279px) {
  .contact-banner {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-banner {
    padding: 2rem 2rem;
  }
}
.contact-banner .contact-banner-inner {
  max-width: 620px;
  with: 100%;
  margin: 0 auto;
}
.contact-banner .contact-banner-buttons {
  display: flex;
  gap: 1rem;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contact-banner .contact-banner-buttons {
    width: 100%;
    gap: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.contact-banner .contact-banner-buttons .btn.fill {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-banner .contact-banner-buttons .btn.fill:hover {
  border-color: #E6E7E8;
}
@media only screen and (max-width: 767px) {
  .contact-banner .contact-banner-buttons .btn.fill {
    max-width: inherit;
    width: 100%;
    justify-content: center;
  }
}
.contact-banner .contact-banner-buttons .material-symbols-outlined {
  font-size: 15px;
}
.contact-banner h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 1rem;
  font-family: "graphik_medium", sans-serif;
  word-break: break-word;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .contact-banner h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.knowledge_cat_title {
  margin-bottom: 2rem;
  font-family: "graphik_medium", sans-serif;
  word-break: break-word;
  -webkit-background-clip: text;
  font-size: 28px;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .knowledge_cat_title {
    text-align: left;
  }
}

.knowledge-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .knowledge-container {
    flex-direction: column;
  }
}

.knowledge-item-50 {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: 583px;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .knowledge-item-50 {
    max-width: unset;
  }
}
.knowledge-item-50 h4 {
  font-size: 22px;
  line-height: 27px;
}
@media only screen and (max-width: 1023px) {
  .knowledge-item-50 h4 {
    font-size: inherit;
    line-height: inherit;
  }
}
.knowledge-item-50 .img-wrapper {
  position: relative;
  height: 375px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1279px) {
  .knowledge-item-50 .img-wrapper {
    height: 270px;
  }
}
@media only screen and (max-width: 1023px) {
  .knowledge-item-50 .img-wrapper {
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-item-50 .img-wrapper {
    height: 180px;
  }
}
.knowledge-item-50 .img-wrapper img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.knowledge-item-50 a {
  color: #252525;
}

.knowledge-item {
  max-width: 383px;
  text-align: left;
  flex: 1 1 calc(33% - 0.5rem);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1279px) {
  .knowledge-item {
    flex: 1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-item {
    max-width: unset;
  }
}
.knowledge-item .img-wrapper {
  position: relative;
  height: 245px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .knowledge-item .img-wrapper {
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-item .img-wrapper {
    height: 180px;
  }
}
.knowledge-item .img-wrapper h4 {
  font-size: 18px;
}
.knowledge-item .img-wrapper img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.knowledge-item a {
  color: #252525;
}

.img-wrapper {
  overflow: hidden;
  width: 100%;
}
.img-wrapper img {
  max-width: 100%;
  height: auto;
}

.single-knowledge_base #site-header {
  border-bottom: 0px;
}
.single-knowledge_base .section-breadcrumbs {
  padding-top: 2rem;
  position: relative;
}
.single-knowledge_base .section-breadcrumbs .inner-content {
  text-align: center;
}
.single-knowledge_base h1 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .single-knowledge_base h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
.single-knowledge_base .inner-content {
  max-width: 941px;
}
.single-knowledge_base .meta-box {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin: 1rem 0 0 0;
}
.single-knowledge_base .meta-box .meta-box-cat {
  margin-bottom: 1rem;
  font-family: "graphik_medium", sans-serif;
  word-break: break-word;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-knowledge_base .knowledge-inner-text {
  max-width: 748px;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: left;
  padding-bottom: 0px;
}
.single-knowledge_base .knowledge-inner-text ul {
  list-style: disc;
}
.single-knowledge_base .knowledge-inner-text ul li {
  margin-left: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  .single-knowledge_base .knowledge-inner-text {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .single-knowledge_base .knowledge-inner-text {
    padding: 1rem 0;
  }
}
.single-knowledge_base .knowledge-inner-text h2, .single-knowledge_base .knowledge-inner-text h3, .single-knowledge_base .knowledge-inner-text h4, .single-knowledge_base .knowledge-inner-text h5 {
  margin-top: 3rem;
  -webkit-text-fill-color: #404040;
}
.single-knowledge_base .inner-content-flex {
  flex-direction: column;
}
.single-knowledge_base .references {
  margin-bottom: 0px;
}
.single-knowledge_base .faq_picker .inner-content-flex {
  padding: 0;
}
.single-knowledge_base .faq_picker h2 {
  margin-top: 0px !important;
}
.single-knowledge_base .knowledge-banner {
  max-width: 1040px;
  padding-top: 0;
}
.single-knowledge_base .knowledge-banner .fade {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-knowledge_base .knowledge-banner .fade {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .single-knowledge_base .inner-content .section .inner-content {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-banner .fade {
    width: 100%;
    max-width: 100%;
  }
}

.no-pt {
  padding-top: 0px;
}

.no-pb {
  padding-bottom: 0px;
}

.no-p-mobile {
  padding-top: 1rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .no-p-mobile {
    padding: 0;
    margin: 0;
  }
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

#hero-video {
  display: block;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.images .txt-overlay, .slides .txt-overlay.video-overlay {
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.vimeo-player {
  margin-top: 2rem;
}