* {
  -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;
}

.tab, a.btn, .gform_wrapper .gform_button, button,
input[type=submit], .siteMenu li, .siteMenu, #top-header .lang-selector, #top-header .login-selector, #top-header a {
  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, .col-50,
.col-33,
.col-25,
.col-16, #top-header .lang-selector, #top-header .login-selector, #top-header a {
  position: relative;
  box-sizing: border-box;
}

.coworker .coworker-image, .puff-section .puff-link .puff-image, .slide-section .swiper-slide,
.service .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.post-nav a, .service .service-list-section .service-item, .gform_wrapper .gform_button, button,
input[type=submit], input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
textarea,
select, .single-col.sidebar .textwidget,
.sidebar.sidebar .textwidget, .box {
  position: relative;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.tab, .post .post-list-section .post-item .post-link:before,
.archive .post-list-section .post-item .post-link:before, .post .post-list-section .post-item .post-link,
.archive .post-list-section .post-item .post-link, .slide-section .swiper-pagination .swiper-pagination-bullet,
.service .swiper-pagination .swiper-pagination-bullet, a.btn, .gform_wrapper .gform_button, button,
input[type=submit], input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
textarea,
select, .sidebar-menu a:before,
.widget_categories a:before,
.list-custom-taxonomy-widget a:before, .sidebar-menu a,
.widget_categories a,
.list-custom-taxonomy-widget a, .siteMenu li.btn a.desktop:hover {
  -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;
}

.siteMenu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slide-section .swiper-slide .image-overlay,
.service .swiper-slide .image-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Breakpoints */
/* Media Queries */
/* Fonts */
/* Colors */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?e1d9f");
  src: url("fonts/icomoon.eot?e1d9f#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?e1d9f") format("woff2"), url("fonts/icomoon.ttf?e1d9f") format("truetype"), url("fonts/icomoon.woff?e1d9f") format("woff"), url("fonts/icomoon.svg?e1d9f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[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: inherit;
  position: relative;
  vertical-align: middle;
  top: -2px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-language:before {
  content: "\e923";
}

.icon-faq:before {
  content: "\e922";
}

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

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

.icon-blackboard:before {
  content: "\e912";
}

.icon-campaign:before {
  content: "\e913";
}

.icon-cart:before {
  content: "\e914";
}

.icon-clubs:before {
  content: "\e915";
}

.icon-compass:before {
  content: "\e916";
}

.icon-greeting:before {
  content: "\e917";
}

.icon-hospital:before {
  content: "\e918";
}

.icon-magazine:before {
  content: "\e919";
}

.icon-nightclub:before {
  content: "\e91a";
}

.icon-question:before {
  content: "\e91b";
}

.icon-reception:before {
  content: "\e91c";
}

.icon-sports:before {
  content: "\e91d";
}

.icon-tickets:before {
  content: "\e91e";
}

.icon-transport:before {
  content: "\e91f";
}

.icon-tv:before {
  content: "\e920";
}

.icon-workers:before {
  content: "\e921";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sign-in:before {
  content: "\e904";
}

.icon-meeting-room:before {
  content: "\e926";
}

body {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: "usual", sans-serif;
  color: #202121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1366px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    ont-size: 15px;
    line-height: 24px;
  }
}

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

a {
  color: #019ffe;
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none !important;
}

p {
  margin: 15px auto 0 auto;
}

.preamble p,
p.preamble {
  font-size: 18px;
  line-height: 29px;
}
@media only screen and (max-width: 767px) {
  .preamble p,
  p.preamble {
    font-size: 15px;
    line-height: 24px;
  }
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

blockquote {
  display: block;
  border-left: 3px solid #019ffe;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
  margin-left: 22px;
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  blockquote {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 479px) {
  blockquote {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 320px) {
  blockquote {
    margin-left: 0;
  }
}
blockquote p {
  margin-top: 0;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  color: #aaa;
}
@media only screen and (max-width: 1366px) {
  blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 479px) {
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin: 15px auto 0 auto;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 40px;
  line-height: 46px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2 {
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.widgettitle {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

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

h5 {
  font-size: 16px;
  line-height: 20px;
}

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

.wpb_column .text-base {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.wpb_column .text-lg {
  font-size: 1rem;
  line-height: 1.25rem;
}

.wpb_column .text-xl {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.wpb_column .text-2xl, .text-2xl .wpb_wrapper h2, .text-2xl .wpb_wrapper h3, .text-2xl .wpb_wrapper h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.wpb_column .text-3xl, .text-3xl .wpb_wrapper h2, .text-3xl .wpb_wrapper h3, .text-3xl .wpb_wrapper h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.wpb_column .text-4xl, .text-4xl .wpb_wrapper h2, .text-4xl .wpb_wrapper h3, .text-4xl .wpb_wrapper h4 {
  font-size: 2rem;
  line-height: 2.25rem;
}

.wpb_column .text-5xl, .text-5xl .wpb_wrapper h2, .text-5xl .wpb_wrapper h3, .text-5xl .wpb_wrapper h4 {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.wpb_column .text-5xl {
  font-size: 3.75rem;
  line-height: 4rem;
}

html.navOpen {
  overflow: hidden;
}

body {
  position: relative;
}

.section {
  opacity: 1;
}

.clearFloat {
  margin: 0;
  padding: 0;
  height: 0px;
  overflow: hidden;
  clear: both;
}

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

img {
  max-width: 100%;
  height: auto;
  position: relative;
}

img.alignnone {
  margin-top: 15px;
}

img.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

img.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

#main ul, #main ol {
  list-style: disc;
  padding-left: 22px;
  padding-top: 15px;
}
#main ol {
  list-style: decimal;
}

#main .icon {
  position: relative;
  padding-left: 70px;
}
#main .icon ul {
  padding-top: 0;
}
#main .icon:before {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 50px;
  color: #019ffe;
}

table {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
table td, table th {
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.box {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 25px;
  margin-top: 30px !important;
  background-color: #019ffe;
}
.box p:first-child {
  margin-top: 0;
}
.box a {
  color: #fff;
}

iframe {
  width: 100% !important;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: none !important;
  margin-top: 20px;
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.cookie-notice-container {
  padding: 20px;
}
.cookie-notice-container .btn {
  margin-top: 0;
}
.cookie-notice-container .btn.desktop:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #019ffe;
}
@media only screen and (max-width: 1199px) {
  .cookie-notice-container span {
    display: block;
  }
  .cookie-notice-container .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-notice-container {
    padding: 15px;
  }
}

#main .privacy h3 {
  margin-top: 30px;
  font-weight: 700;
}
#main .privacy strong {
  font-weight: 600;
}
#main .privacy ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
#main .privacy table {
  width: 100% !important;
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  #main .privacy table {
    font-size: 10px;
    line-height: 16px;
  }
}
#main .privacy table ul {
  padding-top: 0;
  padding-bottom: 0;
}

.body-padding {
  position: relative;
  overflow: hidden;
  height: 51px;
}
@media only screen and (max-width: 1199px) {
  .body-padding {
    height: 49px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-padding {
    height: 51px;
  }
}

.fixed .body-padding {
  margin-bottom: 74px;
}
@media only screen and (max-width: 1023px) {
  .fixed .body-padding {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed .body-padding {
    margin-bottom: 58px;
  }
}

#top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  color: #202121;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
}
#top-header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #top-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  #top-header .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
#top-header .inner-container {
  overflow: visible;
  text-align: right;
}
#top-header .icon-search {
  cursor: pointer;
  float: left;
}
#top-header .icon-search:before {
  margin-right: 5px;
}
#top-header .icon-form {
  margin-right: 25px;
}
#top-header .icon-form:before {
  top: -3px;
  margin-right: 7px;
}
#top-header .icon-phone {
  margin-right: 25px;
}
#top-header .icon-phone:before {
  margin-right: 6px;
}
#top-header .icon-sign-in {
  position: relative;
  float: right;
  margin-left: 25px;
}
#top-header .icon-sign-in:before {
  margin-left: 5px;
  float: right;
  top: -1px;
}
#top-header .toggle-login {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}
#top-header a {
  color: #202121;
  position: relative;
}
#top-header a.icon-search, #top-header a.icon-form, #top-header a.icon-phone, #top-header a.icon-sign-in {
  padding-top: 12px;
  padding-bottom: 12px;
}
#top-header a.icon-search:hover, #top-header a.icon-form:hover, #top-header a.icon-phone:hover, #top-header a.icon-sign-in:hover {
  color: #019ffe;
}
@media only screen and (max-width: 767px) {
  #top-header a.icon-search, #top-header a.icon-form, #top-header a.icon-phone, #top-header a.icon-sign-in {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 20%;
    float: left;
    border-right: 1px solid #eaeaea;
    text-align: center;
  }
  #top-header a.icon-search:before, #top-header a.icon-form:before, #top-header a.icon-phone:before, #top-header a.icon-sign-in:before {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
#top-header a:before {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #top-header a span {
    display: none;
  }
}
#top-header .toggle-login.icon-sign-in {
  padding-top: 12px;
  padding-bottom: 12px;
}
#top-header .toggle-login.icon-sign-in:hover {
  color: #019ffe;
}
@media only screen and (max-width: 767px) {
  #top-header .toggle-login.icon-sign-in {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 20%;
    float: left;
    border-right: 1px solid #eaeaea;
    text-align: center;
  }
  #top-header .toggle-login.icon-sign-in:before {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  #top-header .toggle-login span {
    display: none;
  }
}
#top-header .toggle-login:before {
  font-size: 16px;
}
#top-header .lang-selector, #top-header .login-selector {
  position: relative;
  vertical-align: top;
  float: right;
  white-space: nowrap;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  width: 39px;
}
@media only screen and (max-width: 767px) {
  #top-header .lang-selector, #top-header .login-selector {
    display: block;
    width: 20%;
    float: left;
  }
}
#top-header .lang-selector ul, #top-header .login-selector ul {
  width: 39px;
  margin-left: auto;
  margin-right: auto;
}
#top-header .lang-selector ul:before, #top-header .login-selector ul:before {
  font-size: 16px;
  float: right;
  top: -1px;
}
#top-header .lang-selector ul:after, #top-header .login-selector ul:after {
  content: "";
  display: table;
  clear: both;
}
#top-header .lang-selector ul li, #top-header .login-selector ul li {
  display: none;
}
#top-header .lang-selector ul li a, #top-header .login-selector ul li a {
  display: block;
  cursor: pointer;
}
#top-header .lang-selector ul li a:hover, #top-header .login-selector ul li a:hover {
  color: #019ffe !important;
}
#top-header .lang-selector ul li.current-lang, #top-header .login-selector ul li.current-lang {
  display: block;
}
#top-header .lang-selector ul.open, #top-header .login-selector ul.open {
  width: auto;
  top: 15px;
  right: -12px;
  z-index: 10;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
#top-header .lang-selector ul.open:before, #top-header .login-selector ul.open:before {
  display: none;
}
#top-header .lang-selector ul.open li, #top-header .login-selector ul.open li {
  display: block;
  border-bottom: 1px solid #eaeaea;
}
#top-header .lang-selector ul.open li a, #top-header .login-selector ul.open li a {
  padding: 10px 20px;
  color: #202121;
}
#top-header .lang-selector ul.open li.current-lang a, #top-header .login-selector ul.open li.current-lang a {
  background-color: #f9f9f9;
}
#top-header .lang-selector ul.open li:last-child, #top-header .login-selector ul.open li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  #top-header .lang-selector ul.open, #top-header .login-selector ul.open {
    right: 20px;
  }
}
#top-header .login-selector {
  position: absolute;
  right: 0;
  top: 2.25rem;
  cursor: pointer;
}
#top-header .login-selector ul.open {
  right: 0;
}

.fixed #site-header {
  position: fixed;
  top: -29px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .fixed #site-header {
    top: -26px;
  }
}
@media only screen and (max-width: 1023px) {
  .fixed #site-header {
    top: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed #site-header {
    top: -9px;
  }
}
.fixed.scrolled #site-header {
  top: 50px;
}
@media only screen and (max-width: 1199px) {
  .fixed.scrolled #site-header {
    top: 49px;
  }
}
@media only screen and (max-width: 1023px) {
  .fixed.scrolled #site-header {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed.scrolled #site-header {
    top: 50px;
  }
}

#site-header {
  -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;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 12px;
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  #site-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  #site-header .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
#site-header .header-logo {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #site-header .header-logo {
    left: 5%;
  }
}
#site-header .header-logo img {
  height: 40px;
}
@media only screen and (max-width: 1023px) {
  #site-header .header-logo img {
    padding-top: 5px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .header-logo img {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#site-header .inner-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #site-header .inner-container {
    display: block;
  }
}
#site-header .inner-container .siteMenu {
  margin-left: auto;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  #site-header .inner-container .siteMenu {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .navOpen .siteMenu {
    max-height: 400px;
  }
}

.siteMenu {
  float: right;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .siteMenu {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .siteMenu ul {
    border-top: 1px solid #eaeaea;
  }
}
.siteMenu li {
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .siteMenu li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .siteMenu li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .siteMenu li {
    display: block;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #eaeaea;
  }
}
.siteMenu li a {
  position: relative;
  display: block;
  padding: 9px 0;
  color: #202121;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  -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;
}
@media only screen and (max-width: 1366px) {
  .siteMenu li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .siteMenu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .siteMenu li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .siteMenu li a {
    font-size: 16px;
    padding: 15px 20px;
    text-align: center;
  }
}
.siteMenu li a.desktop:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 2px;
  width: 0px;
  content: "";
  overflow: hidden;
  background-color: #019ffe;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.siteMenu li a.desktop:hover {
  color: #019ffe;
}
.siteMenu li a.desktop:hover:after {
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .siteMenu li a.desktop:hover {
    background-color: #f9f9f9;
  }
}
@media only screen and (max-width: 767px) {
  .siteMenu li a.desktop:after {
    display: none;
  }
}
.siteMenu li.btn {
  margin-right: 0;
  border-bottom: none !important;
}
.siteMenu li.btn a {
  padding-left: 20px;
  padding-right: 20px;
  moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #019ffe;
  color: #019ffe;
  font-size: 15px;
}
@media only screen and (max-width: 1023px) {
  .siteMenu li.btn a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .siteMenu li.btn a {
    font-size: 16px;
  }
}
.siteMenu li.btn a.desktop:after {
  display: none;
}
.siteMenu li.btn a.desktop:hover {
  background-color: #019ffe;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .siteMenu li.btn a {
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    background-color: #019ffe;
    color: #fff;
  }
}

.mMenu {
  z-index: 7;
  position: absolute;
  display: none;
  width: 25px;
  right: 5%;
  top: 21px;
  cursor: pointer;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .mMenu {
    display: block;
  }
}
.mMenu .menu-line {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #202121;
  -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;
}
.mMenu.desktop:hover {
  padding-right: 3px;
  padding-left: 3px;
}
.mMenu.desktop:hover .menu-line-1 {
  top: 6px;
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  -moz-transform: rotate3d(0, 0, 1, -90deg);
  -ms-transform: rotate3d(0, 0, 1, -90deg);
  -o-transform: rotate3d(0, 0, 1, -90deg);
}
.mMenu.desktop:hover .menu-line-3 {
  opacity: 0;
}

.navOpen .mMenu,
.searchOpen .mMenu {
  padding-right: 3px;
  padding-left: 3px;
}
.navOpen .mMenu.desktop:hover,
.searchOpen .mMenu.desktop:hover {
  padding-right: 3px;
  padding-left: 3px;
}
.navOpen .mMenu.desktop:hover .menu-line-1,
.searchOpen .mMenu.desktop:hover .menu-line-1 {
  top: 6px;
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
}
.navOpen .mMenu.desktop:hover .menu-line-2,
.searchOpen .mMenu.desktop:hover .menu-line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
}
.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-toggle {
  position: relative;
  margin-top: 50px;
}
.sidebar-menu-toggle:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sidebar-menu-toggle {
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #eaeaea;
    padding: 15px;
    font-weight: 600;
    font-size: 18px !important;
  }
  .sidebar-menu-toggle:before {
    display: block;
    position: absolute;
    font-size: 12px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-menu-toggle:before {
    margin-top: -13px;
  }
}

.sidebar-menu-toggle-desktop {
  position: relative;
  margin-top: 50px;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.sidebar-menu-toggle-desktop:before {
  display: block;
  position: absolute;
  font-size: 12px;
  right: 0px;
  top: 50%;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  .sidebar-menu-toggle-desktop:before {
    margin-top: -13px;
  }
}

.sidebar-menu,
.widget_categories,
.list-custom-taxonomy-widget {
  margin-top: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 1023px) {
  .sidebar-menu,
  .widget_categories,
  .list-custom-taxonomy-widget {
    display: none;
  }
  .sidebar-menu.sidebar-menu-alt,
  .widget_categories.sidebar-menu-alt,
  .list-custom-taxonomy-widget.sidebar-menu-alt {
    margin-top: 0;
  }
}
.sidebar-menu.widget_categories, .sidebar-menu.list-custom-taxonomy-widget,
.widget_categories.widget_categories,
.widget_categories.list-custom-taxonomy-widget,
.list-custom-taxonomy-widget.widget_categories,
.list-custom-taxonomy-widget.list-custom-taxonomy-widget {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .sidebar-menu.widget_categories, .sidebar-menu.list-custom-taxonomy-widget,
  .widget_categories.widget_categories,
  .widget_categories.list-custom-taxonomy-widget,
  .list-custom-taxonomy-widget.widget_categories,
  .list-custom-taxonomy-widget.list-custom-taxonomy-widget {
    margin-top: 30px;
    display: block;
    border-left: none;
    border-right: none;
  }
}
.sidebar-menu.widget_categories ul, .sidebar-menu.list-custom-taxonomy-widget ul,
.widget_categories.widget_categories ul,
.widget_categories.list-custom-taxonomy-widget ul,
.list-custom-taxonomy-widget.widget_categories ul,
.list-custom-taxonomy-widget.list-custom-taxonomy-widget ul {
  margin-top: 20px;
  padding: 0 !important;
}
.sidebar-menu.widget_categories ul li, .sidebar-menu.list-custom-taxonomy-widget ul li,
.widget_categories.widget_categories ul li,
.widget_categories.list-custom-taxonomy-widget ul li,
.list-custom-taxonomy-widget.widget_categories ul li,
.list-custom-taxonomy-widget.list-custom-taxonomy-widget ul li {
  position: relative;
  list-style: none;
}
.sidebar-menu.widget_categories ul li .children, .sidebar-menu.list-custom-taxonomy-widget ul li .children,
.widget_categories.widget_categories ul li .children,
.widget_categories.list-custom-taxonomy-widget ul li .children,
.list-custom-taxonomy-widget.widget_categories ul li .children,
.list-custom-taxonomy-widget.list-custom-taxonomy-widget ul li .children {
  margin-top: 0;
}
.sidebar-menu.widget_categories ul li .children li a, .sidebar-menu.list-custom-taxonomy-widget ul li .children li a,
.widget_categories.widget_categories ul li .children li a,
.widget_categories.list-custom-taxonomy-widget ul li .children li a,
.list-custom-taxonomy-widget.widget_categories ul li .children li a,
.list-custom-taxonomy-widget.list-custom-taxonomy-widget ul li .children li a {
  padding-left: 26px;
}
.sidebar-menu.widget_categories ul li .children li a.desktop:hover, .sidebar-menu.list-custom-taxonomy-widget ul li .children li a.desktop:hover,
.widget_categories.widget_categories ul li .children li a.desktop:hover,
.widget_categories.list-custom-taxonomy-widget ul li .children li a.desktop:hover,
.list-custom-taxonomy-widget.widget_categories ul li .children li a.desktop:hover,
.list-custom-taxonomy-widget.list-custom-taxonomy-widget ul li .children li a.desktop:hover {
  padding-left: 26px;
}
.sidebar-menu.widget_categories ul li.cat-item-none, .sidebar-menu.list-custom-taxonomy-widget ul li.cat-item-none,
.widget_categories.widget_categories ul li.cat-item-none,
.widget_categories.list-custom-taxonomy-widget ul li.cat-item-none,
.list-custom-taxonomy-widget.widget_categories ul li.cat-item-none,
.list-custom-taxonomy-widget.list-custom-taxonomy-widget ul li.cat-item-none {
  overflow: hidden;
  position: relative;
  display: block;
  border-top: 1px solid #eaeaea;
  padding: 15px 0;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .sidebar-menu.widget_categories ul li.cat-item-none, .sidebar-menu.list-custom-taxonomy-widget ul li.cat-item-none,
  .widget_categories.widget_categories ul li.cat-item-none,
  .widget_categories.list-custom-taxonomy-widget ul li.cat-item-none,
  .list-custom-taxonomy-widget.widget_categories ul li.cat-item-none,
  .list-custom-taxonomy-widget.list-custom-taxonomy-widget ul li.cat-item-none {
    padding: 15px;
  }
}
.sidebar-menu:last-child,
.widget_categories:last-child,
.list-custom-taxonomy-widget:last-child {
  border-bottom: 0px;
}
.sidebar-menu a,
.widget_categories a,
.list-custom-taxonomy-widget a {
  overflow: hidden;
  position: relative;
  display: block;
  border-top: 1px solid #eaeaea;
  padding: 12px 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .sidebar-menu a,
  .widget_categories a,
  .list-custom-taxonomy-widget a {
    padding: 15px;
  }
}
.sidebar-menu a:first-child,
.widget_categories a:first-child,
.list-custom-taxonomy-widget a:first-child {
  border-top: 0px;
}
.sidebar-menu a:before,
.widget_categories a:before,
.list-custom-taxonomy-widget a:before {
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
}
.sidebar-menu a.desktop:hover,
.widget_categories a.desktop:hover,
.list-custom-taxonomy-widget a.desktop:hover {
  color: #019ffe;
  padding-left: 26px;
}
.sidebar-menu a.desktop:hover:before,
.widget_categories a.desktop:hover:before,
.list-custom-taxonomy-widget a.desktop:hover:before {
  color: #019ffe;
  left: 0;
}

#main {
  text-align: center;
  position: relative;
  z-index: 0;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section.no-padding-top {
  padding-top: 0 !important;
}
.section.no-padding-bottom {
  padding-bottom: 0 !important;
}
.section.content-section p:first-child {
  display: none;
}
.section.content-section .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.section.content-section .vc_row p:first-child {
  display: block;
}

.inner-container {
  position: relative;
  max-width: calc(1428px + 10%);
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .inner-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-container {
    padding-left: 6.8%;
    padding-right: 6.8%;
  }
}

.section-preamble {
  padding-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  .section-preamble {
    padding-bottom: 30px;
  }
}

.col-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.col-50,
.col-33,
.col-25,
.col-16 {
  padding: 0 15px 30px;
}
@media only screen and (max-width: 767px) {
  .col-50,
  .col-33,
  .col-25,
  .col-16 {
    padding: 0 15px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .col-50,
  .col-33,
  .col-25,
  .col-16 {
    padding: 0 15px 15px;
  }
}

.col-16 {
  float: left;
  width: 16%;
}
@media only screen and (max-width: 1199px) {
  .col-16 {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .col-16 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 479px) {
  .col-16 {
    width: 33.33%;
  }
}

.col-25 {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .col-25 {
    float: none;
    width: 100%;
    height: auto;
  }
}

.col-33 {
  float: left;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .col-33 {
    float: none;
    width: 100%;
    height: auto;
  }
}

.col-50 {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .col-50 {
    float: none;
    width: 100%;
    height: auto;
  }
}

.sidebar-wrp {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .sidebar-wrp {
    display: flex;
    flex-direction: column-reverse;
  }
}

.single-col,
.sidebar {
  position: relative;
  background-color: #fff;
  text-align: left;
}
.single-col.single-col,
.sidebar.single-col {
  width: 68%;
  flex-basis: 68%;
}
.single-col.single-col.single-col-margin,
.sidebar.single-col.single-col-margin {
  top: -225px;
  margin-bottom: -225px;
  border-radius: 12px;
}
@media only screen and (max-width: 1199px) {
  .single-col.single-col.single-col-margin,
  .sidebar.single-col.single-col-margin {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    top: auto;
    moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}
.single-col.single-col .intro-services,
.sidebar.single-col .intro-services {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.single-col.single-col .intro-services::before,
.sidebar.single-col .intro-services::before {
  overflow: hidden;
  background-color: red;
  content: "";
  width: 730px;
  height: 730px;
  display: block;
  border-radius: 100%;
  z-index: 0;
  right: -390px;
  top: -160px;
  position: absolute;
  background-color: #479df7;
  opacity: 0.08;
}
.single-col.sidebar,
.sidebar.sidebar {
  width: 32%;
  flex-basis: 32%;
  right: 0px;
}
.single-col.sidebar.single-col-margin,
.sidebar.sidebar.single-col-margin {
  padding-top: 40px;
  padding-right: 50px;
  top: -125px;
  margin-bottom: -125px;
  moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  -khtml-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
}
@media only screen and (max-width: 1199px) {
  .single-col.sidebar.single-col-margin,
  .sidebar.sidebar.single-col-margin {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0;
    top: auto;
    moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}
.single-col.sidebar .textwidget,
.sidebar.sidebar .textwidget {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px;
  margin-top: 40px !important;
  background-color: #019ffe;
}
.single-col.sidebar .textwidget p:first-child,
.sidebar.sidebar .textwidget p:first-child {
  margin-top: 0;
}
.single-col.sidebar .textwidget a,
.sidebar.sidebar .textwidget a {
  color: white;
}
@media only screen and (max-width: 1366px) {
  .single-col.single-col,
  .sidebar.single-col {
    width: 66%;
    flex-basis: 66%;
  }
  .single-col.sidebar,
  .sidebar.sidebar {
    width: 34%;
    flex-basis: 34%;
  }
}
@media only screen and (max-width: 1199px) {
  .single-col.single-col,
  .sidebar.single-col {
    width: 69%;
    flex-basis: 69%;
    padding-right: 40px;
  }
  .single-col.sidebar,
  .sidebar.sidebar {
    width: 31%;
    flex-basis: 31%;
  }
}
@media only screen and (max-width: 1023px) {
  .single-col.single-col, .single-col.sidebar,
  .sidebar.single-col,
  .sidebar.sidebar {
    width: auto;
    flex-basis: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-left: none;
    border-right: none;
  }
  .single-col.sidebar,
  .sidebar.sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-template-services .sidebar.sidebar {
  width: 32%;
  flex-basis: 32%;
}
@media only screen and (max-width: 1023px) {
  .page-template-services .sidebar.sidebar {
    width: 100%;
    flex-basis: 100%;
  }
}

.post-image {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 550px;
}
@media only screen and (max-width: 1199px) {
  .post-image {
    height: 450px;
  }
}
@media only screen and (max-width: 1023px) {
  .post-image {
    height: auto;
    padding-bottom: 56.25%;
  }
}

.single-col .post-image {
  height: auto;
  padding-bottom: 42%;
  margin: 20px auto 0;
}

.service-content-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .service-content-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.service-content-section .inner-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .service-content-section .inner-wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.service-content-section:last-child {
  border-bottom: none;
}
.single-post .sidebar {
  margin-top: 2rem;
  width: 100%;
  padding-left: 0px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
textarea,
select {
  -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: 19px 20px;
  border: none;
  background-color: #fff;
  color: #676565;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  font-family: "usual", sans-serif;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 20px 25px;
  font-family: "usual", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #019ffe;
  cursor: pointer;
}
button:hover,
input[type=submit]:hover {
  background-color: rgb(51.8, 178.2, 254.2);
}
button.big,
input[type=submit].big {
  padding: 20px 25px;
}
button.medium,
input[type=submit].medium {
  padding: 10px 20px;
}
button.small,
input[type=submit].small {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 16px;
}

.newsletter-form {
  margin-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}
@media only screen and (max-width: 767px) {
  .newsletter-form {
    padding-bottom: 0;
  }
}
.newsletter-form input[type=email] {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
::-webkit-input-placeholder {
  color: #a8a8a8;
}

:-moz-placeholder {
  color: #a8a8a8;
}

::-moz-placeholder {
  color: #a8a8a8;
}

:-ms-input-placeholder {
  color: #a8a8a8;
}

.ui-widget.ui-widget-content {
  border: none !important;
  height: 4px;
  moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background: #eaeaea;
}

.ui-widget-header {
  background: #019ffe !important;
}

.ui-state-default {
  border: 2px solid #fff !important;
  background: #019ffe !important;
  moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -khtml-border-radius: 100% !important;
  border-radius: 100% !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em !important;
}

.unsubscribe-form {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  padding: 30px;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 700px;
  text-align: left;
}
.unsubscribe-form p {
  margin-bottom: 15px;
  font-size: 14px;
}
.unsubscribe-form strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.unsubscribe-form input[type=email] {
  margin-top: 10px;
  background-color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd;
  font-weight: 600;
}
.unsubscribe-form input[type=email]:focus {
  border-color: #019ffe;
}
.unsubscribe-form .checkbox {
  display: block;
}
.unsubscribe-form input[type=submit] {
  margin-top: 20px;
}

.sidebar .gform_wrapper {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}
.sidebar .gform_wrapper h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}
.sidebar .gform_wrapper .gform_description,
.sidebar .gform_wrapper p {
  margin-bottom: 15px;
  font-size: 14px;
}
.sidebar .gform_wrapper strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.sidebar .gform_wrapper input[type=email], .sidebar .gform_wrapper input[type=text] {
  margin-top: 10px;
  background-color: #f9f9f9;
}
.sidebar .gform_wrapper input[type=email]::placeholder, .sidebar .gform_wrapper input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.sidebar .gform_wrapper .checkbox {
  display: block;
}
.sidebar .gform_wrapper input[type=submit] {
  margin-top: 20px;
}
.sidebar .gform_wrapper .gform_footer {
  padding-bottom: 5px;
}
.sidebar .gform_wrapper.newsletter-form_wrapper {
  padding: 0 30px;
  margin-top: 30px;
}

.gform_wrapper {
  margin: 0 auto;
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  margin-top: 5px;
}
.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 {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  padding-bottom: 2px;
  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.gfield_html_formatted {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  color: #777;
  padding-top: 20px !important;
  padding-bottom: 25px !important;
  padding-right: 100px !important;
}
.gform_wrapper ul li.gfield_html_formatted:before {
  color: #d63d54;
  font-size: 56px;
  position: absolute;
  top: 25px;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.gfield_html_formatted {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px !important;
    padding-right: 70px !important;
    padding-bottom: 15px !important;
  }
  .gform_wrapper ul li.gfield_html_formatted:before {
    font-size: 50px;
    top: 20px;
    right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.col-50 {
    width: auto !important;
  }
}
.gform_wrapper ul li.form_services {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.gform_wrapper ul li.form_services:before {
  color: #019ffe;
  font: normal normal normal 240px/1 FontAwesome !important;
  content: "\f044";
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper ul li.form_services:before {
    font: normal normal normal 170px/1 FontAwesome !important;
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper ul li.form_services:before {
    font: normal normal normal 240px/1 FontAwesome !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.form_services:before {
    display: none;
  }
}
.gform_wrapper ul li.form_services .gfield_label {
  display: inline-block;
}
.gform_wrapper ul li.form_services ul li {
  width: 190px;
  float: left;
}
.gform_wrapper ul li.form_services ul li:nth-child(odd) {
  clear: left;
  width: 150px;
}
.gform_wrapper ul li.form_services ul li:last-child {
  width: auto !important;
  float: none;
  clear: both;
  padding-top: 10px;
}
.gform_wrapper ul li.form_services ul li:last-child label {
  font-weight: 600;
  font-size: 13px;
}
.gform_wrapper ul li.form_services ul li input {
  vertical-align: middle;
}
.gform_wrapper ul li.form_services ul li label {
  font-size: 13px;
  line-height: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.form_services ul li {
    width: 160px;
  }
  .gform_wrapper ul li.form_services ul li label {
    font-size: 11px;
  }
  .gform_wrapper ul li.form_services ul li:nth-child(odd) {
    width: 130px;
  }
}
.gform_wrapper ul li.radio {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.gform_wrapper ul li.radio .gfield_label {
  display: inline-block;
}
.gform_wrapper ul li.radio ul li:last-child {
  padding-top: 10px;
}
.gform_wrapper ul li.radio ul li input {
  vertical-align: middle;
}
.gform_wrapper ul li.radio ul li input[type=text] {
  padding: 5px 10px;
  background-color: #fff;
  display: inline-block;
  width: 240px;
  margin-left: 5px;
}
.gform_wrapper ul li.radio ul li label {
  padding-left: 5px;
  font-size: 13px;
  line-height: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.radio ul li label {
    font-size: 11px;
  }
}
.gform_wrapper .gform_footer {
  text-align: left;
  padding-bottom: 30px;
}
.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 {
  background-color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd;
  font-weight: 600;
}
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=date]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #019ffe;
}
.gform_wrapper textarea {
  height: 130px;
}
.gform_wrapper.inquiry_wrapper {
  /* Placeholder */
}
.gform_wrapper.inquiry_wrapper input[type=email],
.gform_wrapper.inquiry_wrapper input[type=number],
.gform_wrapper.inquiry_wrapper input[type=password],
.gform_wrapper.inquiry_wrapper input[type=tel],
.gform_wrapper.inquiry_wrapper input[type=text],
.gform_wrapper.inquiry_wrapper input[type=url],
.gform_wrapper.inquiry_wrapper input[type=date],
.gform_wrapper.inquiry_wrapper textarea,
.gform_wrapper.inquiry_wrapper select {
  background-color: #f9f9f9;
}
.gform_wrapper.inquiry_wrapper ::-webkit-input-placeholder {
  color: #888 !important;
}
.gform_wrapper.inquiry_wrapper :-moz-placeholder {
  color: #888 !important;
  font-weight: 400;
}
.gform_wrapper.inquiry_wrapper ::-moz-placeholder {
  color: #888 !important;
  font-weight: 400;
}
.gform_wrapper.inquiry_wrapper :-ms-input-placeholder {
  color: #888 !important;
  font-weight: 400;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:before {
  color: #b9c6c9;
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 2;
  pointer-events: none;
}
.gform_wrapper .ginput_container_date {
  position: relative;
}
.gform_wrapper .ginput_container_date:before {
  color: #b9c6c9;
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f133";
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 2;
  pointer-events: none;
}
.gform_wrapper .gform_button {
  border: none;
  margin-top: 15px;
  padding: 20px 25px;
  font-family: "AvenirNextLTPro-Demi", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  background-color: #019ffe;
  cursor: pointer;
}
.gform_wrapper .gform_button:hover {
  background-color: rgb(51.8, 178.2, 254.2);
}

#ui-datepicker-div .ui-datepicker-header {
  border: none;
  text-align: center;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header select {
  margin: 10px;
  padding: 5px 10px;
  -webkit-appearance: default;
  -moz-appearance: default;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: #fff;
  position: relative;
  border-color: #ddd;
}
#ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-calendar td {
  border-color: #ddd;
  padding: 10px;
}
#ui-datepicker-div .ui-datepicker-calendar th .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar td .ui-state-default {
  display: inline-block;
  font-size: 11px !important;
  line-height: 26px;
  width: 30px;
  height: 30px;
  border: none;
  text-align: center;
  color: #202121;
  background-color: #f9f9f9 !important;
}
#ui-datepicker-div .ui-datepicker-calendar th .ui-state-default.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
  background-color: #ddd !important;
}
#ui-datepicker-div .ui-datepicker-calendar th .ui-state-default.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td .ui-state-default.ui-state-active {
  background-color: #019ffe !important;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar th .ui-state-default:hover, #ui-datepicker-div .ui-datepicker-calendar td .ui-state-default:hover {
  background-color: #019ffe !important;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  #ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 8px;
  }
}
@media only screen and (max-width: 320px) {
  #ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 7px;
  }
  #ui-datepicker-div .ui-datepicker-calendar th .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar td .ui-state-default {
    font-size: 10px !important;
    line-height: 20px;
    width: 24px;
    height: 24px;
  }
}

#footer {
  position: relative;
  background-color: #222d58;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
#footer a {
  color: #fff;
}
#footer h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
#footer .widgettitle {
  opacity: 0.5;
}
#footer .widget_mc4wp_form_widget {
  max-width: 480px;
  text-align: left;
}
#footer .widget_mc4wp_form_widget p {
  margin-top: 0px;
  text-align: left;
  margin-left: 0px;
}
#footer .widget_mc4wp_form_widget .gform_wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#footer .footer-logo {
  height: 33px;
}
#footer .morgan {
  max-height: 45px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 15px;
}
#footer .tillvaxt {
  max-height: 100px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 15px;
}
#footer .superforetag {
  max-height: 42px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 15px;
}
#footer .aaa {
  height: 32px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 15px;
}

.widget_nav_menu li, .widget_nav_menu .widgettitle {
  text-align: left;
}

.widget_nav_menu .widgettitle, .gform_widget .widgettitle {
  font-size: 14px;
  opacity: 0.5;
  text-align: left;
}

.gform_widget .newsletter-form {
  margin-top: 0px;
  padding-top: 0px;
}
.gform_widget .newsletter-form input[type=email], .gform_widget .newsletter-form input[type=text] {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
  color: #fff;
}
.gform_widget .newsletter-form input[type=submit] {
  width: 100%;
}

.widget_nav_menu li {
  font-size: 18px;
  margin-bottom: 6px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .widget_nav_menu li {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.widget_nav_menu li.icon-mail a {
  margin-left: 1.75rem;
}
.widget_nav_menu li.icon-mail a:before {
  font-size: 22px;
  color: #019ffe;
  content: "\e158";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0px;
  z-index: 2;
  pointer-events: none;
}
.widget_nav_menu li.icon-phone_in_talk a {
  margin-left: 1.75rem;
}
.widget_nav_menu li.icon-phone_in_talk a:before {
  font-size: 22px;
  color: #019ffe;
  content: "\e61d";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0px;
  z-index: 2;
  pointer-events: none;
}
.widget_nav_menu li.icon-contact a {
  margin-left: 1.75rem;
}
.widget_nav_menu li.icon-contact a:before {
  font-size: 22px;
  color: #019ffe;
  content: "\e0e0";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0px;
  z-index: 2;
  pointer-events: none;
}
.widget_nav_menu li.icon-faq-footer a {
  margin-left: 1.75rem;
}
.widget_nav_menu li.icon-faq-footer a:before {
  font-size: 22px;
  color: #019ffe;
  content: "\f04c";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0px;
  z-index: 2;
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .tb_footer > div:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .tb_footer > div:last-child {
    width: 100%;
  }
}

.widget_sib_subscribe_form {
  min-width: 340px;
  text-align: left;
}

.gform_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sib-CUSTOMER_NUMBER-area,
.sib-email-area {
  width: 100%;
}

.sib-default-btn {
  width: auto;
  align-self: flex-start;
}

.vc_btn3-color-primary {
  background-color: #019ffe !important;
  font-weight: 600;
}
.vc_btn3-color-primary:hover {
  background-color: rgb(0.94, 149.46, 238.76) !important;
}

a.btn {
  cursor: pointer;
  padding: 17px 30px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 20px;
  moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -khtml-border-radius: 27px;
  border-radius: 27px;
  color: #019ffe;
  background-color: #fff;
  border: 1px solid #019ffe;
  text-align: center;
}
a.btn.desktop:hover {
  background-color: #019ffe;
  color: #fff;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
}
a.btn.blue, a.btn.black {
  color: #fff;
  background-color: #019ffe;
}
a.btn.blue.desktop:hover, a.btn.black.desktop:hover {
  background-color: rgb(0.94, 149.46, 238.76);
  border: 1px solid rgb(0.94, 149.46, 238.76);
  color: #fff;
}
a.btn.light-blue {
  color: #fff;
  background-color: rgb(77.2, 187.8, 254.3);
  border: 1px solid rgb(77.2, 187.8, 254.3);
}
a.btn.light-blue.desktop:hover {
  background-color: rgb(51.8, 178.2, 254.2);
  border: 1px solid rgb(51.8, 178.2, 254.2);
  color: #fff;
}
a.btn.red {
  color: #fff;
  border: 1px solid #d63d54;
  background-color: #d63d54;
}
a.btn.red.desktop:hover {
  background-color: rgb(193.3395744681, 40.8604255319, 63.7821276596);
  border: 1px solid rgb(193.3395744681, 40.8604255319, 63.7821276596);
  color: #fff;
}
a.btn.gray {
  color: #fff;
  border: 1px solid #aaa;
  background-color: #aaa;
}
a.btn.gray.desktop:hover {
  background-color: rgb(149.6, 149.6, 149.6);
  border: 1px solid rgb(149.6, 149.6, 149.6);
  color: #fff;
}
a.btn.white {
  color: #019ffe;
  background-color: #fff;
  border: 1px solid #fff;
}
a.btn.white.desktop:hover {
  background-color: #019ffe;
  border: 1px solid #019ffe;
  color: #fff;
}
a.btn.white-blue {
  color: #019ffe;
  background-color: #fff;
  border: 1px solid #019ffe;
}
a.btn.white-blue.desktop:hover {
  background-color: #019ffe;
  border: 1px solid #019ffe;
  color: #fff;
}
a.btn.large {
  padding: 17px 30px;
  moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -khtml-border-radius: 27px;
  border-radius: 27px;
}
a.btn.medium {
  padding: 10px 20px;
  moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
a.btn.small {
  padding: 5px 12px 6px;
  font-size: 12px;
  line-height: 16px;
  moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
}
a.btn.small.desktop:hover {
  -webkit-box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 320px) {
  a.btn.small {
    font-size: 10px;
    padding: 5px 8px 6px;
  }
}

.header-search {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: -50px;
  -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;
}
.header-search.open {
  top: 0;
}
.header-search .fa {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
}
.header-search #ajaxsearchpro1_1 .probox .proinput input.orig,
.header-search #ajaxsearchpro1_2 .probox .proinput input.orig,
.header-search div.asp_m.asp_m_1 .probox .proinput input.orig {
  padding-top: 0 !important;
}

#ajaxsearchpro1_1 .probox,
#ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox {
  padding-left: 51px !important;
}

#ajaxsearchprores1_1.vertical,
#ajaxsearchprores1_2.vertical,
div.asp_r.asp_r_1.vertical {
  margin-top: -6px !important;
  padding: 0 4px 0 4px !important;
  border-bottom: 5px solid #eaeaea !important;
}

#ajaxsearchprores1_1 .asp_group_header,
#ajaxsearchprores1_2 .asp_group_header,
div.asp_r.asp_r_1 .asp_group_header {
  padding: 8px 10px 10px !important;
  background-color: #31404a !important;
  color: #fff !important;
  font-size: 14px !important;
  moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 0 !important;
}

#ajaxsearchprores1_1.vertical .results .item .asp_content,
#ajaxsearchprores1_2.vertical .results .item .asp_content,
div.asp_r.asp_r_1.vertical .results .item .asp_content {
  padding: 10px 10px 5px !important;
}

div.asp_w.asp_r .results .asp_nores {
  padding: 50px 3px !important;
  color: #d63d54 !important;
}

div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_buttonUp,
div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_buttonDown,
#ajaxsearchpro1_1 .probox .proclose,
div.asp_m.asp_m_1 .probox .proclose {
  display: none !important;
}

/**
 * Swiper 4.3.3
 * 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: June 5, 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-invisible-blank-slide {
  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: #007aff;
}

.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;
}

.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;
}

.slide-section,
.service {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.slide-section .swiper-slide,
.service .swiper-slide {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 1199px) {
  .slide-section .swiper-slide,
  .service .swiper-slide {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-section .swiper-slide,
  .service .swiper-slide {
    height: 400px;
  }
}
.slide-section .swiper-slide.left.top,
.service .swiper-slide.left.top {
  background-position: left top;
}
.slide-section .swiper-slide.center.top,
.service .swiper-slide.center.top {
  background-position: center top;
}
.slide-section .swiper-slide.right.top,
.service .swiper-slide.right.top {
  background-position: right top;
}
.slide-section .swiper-slide.left.middle,
.service .swiper-slide.left.middle {
  background-position: left center;
}
.slide-section .swiper-slide.center.middle,
.service .swiper-slide.center.middle {
  background-position: center center;
}
.slide-section .swiper-slide.right.middle,
.service .swiper-slide.right.middle {
  background-position: right center;
}
.slide-section .swiper-slide.left.bottom,
.service .swiper-slide.left.bottom {
  background-position: left bottom;
}
.slide-section .swiper-slide.center.bottom,
.service .swiper-slide.center.bottom {
  background-position: center bottom;
}
.slide-section .swiper-slide.right.bottom,
.service .swiper-slide.right.bottom {
  background-position: right bottom;
}
.slide-section .swiper-slide.white,
.service .swiper-slide.white {
  color: #fff;
}
.slide-section .swiper-slide.black,
.service .swiper-slide.black {
  color: #000;
}
.slide-section .swiper-slide .inner-container,
.service .swiper-slide .inner-container {
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .slide-section .swiper-slide .inner-container,
  .service .swiper-slide .inner-container {
    transform: translateY(0) translateX(-50%);
    top: auto;
    bottom: 50px;
  }
}
.slide-section .swiper-slide .inner-container.left,
.service .swiper-slide .inner-container.left {
  text-align: left;
}
.slide-section .swiper-slide .inner-container.center,
.service .swiper-slide .inner-container.center {
  text-align: center;
}
.slide-section .swiper-slide .inner-container.right,
.service .swiper-slide .inner-container.right {
  text-align: right;
}
.slide-section .swiper-slide .inner-container .slide-txt,
.service .swiper-slide .inner-container .slide-txt {
  display: inline-block;
  max-width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .slide-section .swiper-slide .inner-container .slide-txt,
  .service .swiper-slide .inner-container .slide-txt {
    max-width: 480px;
  }
}
.slide-section .swiper-slide .inner-container .slide-txt h2,
.service .swiper-slide .inner-container .slide-txt h2 {
  font-size: 60px;
  line-height: 64px;
}
@media only screen and (max-width: 1199px) {
  .slide-section .swiper-slide .inner-container .slide-txt h2,
  .service .swiper-slide .inner-container .slide-txt h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-section .swiper-slide .inner-container .slide-txt h2,
  .service .swiper-slide .inner-container .slide-txt h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.slide-section .swiper-slide .inner-container .slide-txt .preamble p,
.service .swiper-slide .inner-container .slide-txt .preamble p {
  font-size: 23px;
  line-height: 33px;
}
@media only screen and (max-width: 1199px) {
  .slide-section .swiper-slide .inner-container .slide-txt .preamble p,
  .service .swiper-slide .inner-container .slide-txt .preamble p {
    font-size: 18px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-section .swiper-slide .inner-container .slide-txt .preamble p,
  .service .swiper-slide .inner-container .slide-txt .preamble p {
    font-size: 15px;
    line-height: 24px;
  }
}
.slide-section .swiper-button-prev,
.slide-section .swiper-button-next,
.service .swiper-button-prev,
.service .swiper-button-next {
  z-index: 2;
  margin-top: -15px;
  cursor: pointer;
  background-image: none;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  display: none;
}
.slide-section .swiper-container .swiper-button-prev,
.slide-section .swiper-container .swiper-button-next,
.service .swiper-container .swiper-button-prev,
.service .swiper-container .swiper-button-next {
  display: block;
  z-index: 2;
}
.slide-section .swiper-pagination,
.service .swiper-pagination {
  bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .slide-section .swiper-pagination,
  .service .swiper-pagination {
    bottom: 15px !important;
  }
}
.slide-section .swiper-pagination .swiper-pagination-bullet,
.service .swiper-pagination .swiper-pagination-bullet {
  top: -2px;
  vertical-align: bottom;
  position: relative;
  border-radius: 0;
  width: 12px;
  height: 5px;
  margin: 0 3px;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.slide-section .swiper-pagination .swiper-pagination-bullet-active,
.service .swiper-pagination .swiper-pagination-bullet-active {
  height: 10px;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.service .slide-txt {
  max-width: 600px;
}

.puff-section .col-50 .puff-image {
  padding-bottom: 30%;
}
@media only screen and (max-width: 1199px) {
  .puff-section .col-50 .puff-image {
    padding-bottom: 35%;
  }
}
@media only screen and (max-width: 1023px) {
  .puff-section .col-50 .puff-image {
    padding-bottom: 50%;
  }
}
.puff-section .col-33 .puff-image {
  padding-bottom: 55%;
}
@media only screen and (max-width: 890px) {
  .puff-section .col-33 {
    width: 50%;
    float: left;
  }
  .puff-section .col-33:last-child {
    clear: both;
    float: none;
    width: 100%;
  }
  .puff-section .col-33:last-child .puff-image {
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .puff-section .col-33 {
    float: none;
    width: 100%;
  }
  .puff-section .col-33 .puff-image {
    padding-bottom: 50%;
  }
  .puff-section .col-33:last-child .puff-image {
    padding-bottom: 50%;
  }
}
.puff-section .col-25 .puff-image {
  padding-bottom: 80%;
}
@media only screen and (max-width: 1199px) {
  .puff-section .col-25 {
    width: 50%;
  }
  .puff-section .col-25 .puff-image {
    padding-bottom: 35%;
  }
}
@media only screen and (max-width: 1023px) {
  .puff-section .col-25 .puff-image {
    padding-bottom: 50%;
  }
}
.puff-section .puff-link {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0) 0 2px 3px;
  position: relative;
  display: block;
  background-color: #fff;
  color: #202121;
}
.puff-section .puff-link .puff-image {
  position: relative;
}
.puff-section .puff-link .puff-txt {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 35px 30px;
  top: 0;
  background-color: #fff;
}
.puff-section .puff-link .puff-txt p {
  padding-bottom: 50px;
}
.puff-section .puff-link .puff-txt .txt-link {
  position: absolute;
  bottom: 35px;
  left: 20px;
  right: 20px;
  color: #019ffe;
}
@media only screen and (max-width: 767px) {
  .puff-section .puff-link .puff-txt .txt-link {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .puff-section .puff-link .puff-txt {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .puff-section .puff-link .puff-txt {
    font-size: 15px;
    line-height: 24px;
    padding: 20px;
    height: auto !important;
  }
}
.puff-section .puff-link.desktop:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}
.puff-section .puff-link.desktop:hover .puff-txt {
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.puffs-services-section {
  display: grid;
  grid-auto-flow: row;
  width: 100%;
}
.puffs-services-section .row-50 {
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  float: left;
  overflow: hidden;
}
.puffs-services-section .row-50.popular-cell {
  margin-top: 0;
}
@media only screen and (min-width: 1199px) {
  .puffs-services-section .row-50.popular-cell .semicircle {
    top: -20px;
    left: 50%;
    width: 140%;
    height: 65%;
  }
  .puffs-services-section .row-50.popular-cell .service-container .service-link {
    flex-direction: column;
    justify-content: center;
  }
  .puffs-services-section .row-50.popular-cell .service-container .service-link .service-txt {
    min-width: 100%;
  }
  .puffs-services-section .row-50.popular-cell .service-container .service-link .service-txt h3 {
    margin-top: 0;
    text-align: center;
    margin-left: auto;
  }
  .puffs-services-section .row-50.popular-cell .service-container .service-link .service-txt p {
    text-align: center;
  }
  .puffs-services-section .row-50.popular-cell .service-container .service-link .icon-container {
    width: 100%;
    margin-bottom: 2rem;
  }
  .puffs-services-section .row-50.popular-cell .service-container .service-link .icon-container .service-icon {
    margin-right: 0;
  }
}
.puffs-services-section .row-50 .semicircle {
  background: rgba(71, 157, 247, 0.08);
  height: 400px;
  width: 280px;
  border-radius: 50%;
  position: absolute;
  top: 43%;
  left: 5%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .puffs-services-section .row-50 .semicircle {
    top: -20px;
    left: 50%;
    width: 140%;
    height: 65%;
  }
}
.puffs-services-section .row-50 .popular-ribbon {
  position: absolute;
  color: var(--blue-500, #479df7);
  font-family: Usual;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  right: 2rem;
  top: 2.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  border: 1.5px solid var(--blue-500, #479df7);
  background: rgba(71, 157, 247, 0.1);
}
.puffs-services-section .row-50.is-front-page:nth-child(odd):last-child {
  grid-column: 1/span 2;
}
.puffs-services-section .row-50.is-front-page:nth-child(odd):last-child .service-container .service-link {
  justify-content: center;
}
@media only screen and (min-width: 1199px) {
  .puffs-services-section .row-50.is-front-page:nth-child(odd):last-child .service-container .service-link .service-txt {
    margin-left: 5%;
  }
}
.puffs-services-section .row-50.is-front-page:nth-child(odd):last-child .service-container .icon-container {
  justify-content: right;
  margin-left: 10%;
}
@media only screen and (max-width: 1199px) {
  .puffs-services-section .row-50.is-front-page:nth-child(odd):last-child {
    grid-column: 1/span 1;
  }
  .puffs-services-section .row-50.is-front-page:nth-child(odd):last-child .service-container .service-link {
    margin-right: 0;
    justify-content: left;
  }
  .puffs-services-section .row-50.is-front-page:nth-child(odd):last-child .service-container .icon-container {
    justify-content: center;
    margin-left: 0;
  }
}
.puffs-services-section .row-50 .service-container {
  padding: 2rem;
}
.puffs-services-section .row-50 .service-container .service-link {
  display: flex;
  flex-direction: row;
  color: #202121;
  text-align: start;
}
@media only screen and (max-width: 479px) {
  .puffs-services-section .row-50 .service-container .service-link {
    flex-direction: column;
    justify-content: center;
  }
}
.puffs-services-section .row-50 .service-container .service-link .icon-container {
  display: flex;
  width: 200px;
  height: 160px;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .puffs-services-section .row-50 .service-container .service-link .icon-container {
    width: 100%;
    height: 10%;
    margin-bottom: 1rem;
    padding: 0 20% 5% 20%;
  }
}
.puffs-services-section .row-50 .service-container .service-link .icon-container .service-icon {
  display: flex;
  position: relative;
  margin-right: 40px;
}
@media only screen and (max-width: 479px) {
  .puffs-services-section .row-50 .service-container .service-link .icon-container .service-icon {
    margin-right: 0;
  }
}
.puffs-services-section .row-50 .service-container .service-link .icon-container .service-icon svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .puffs-services-section .row-50 .service-container .service-link .service-txt {
    text-align: start;
  }
}
@media only screen and (max-width: 479px) {
  .puffs-services-section .row-50 .service-container .service-link .service-txt {
    min-width: 100%;
  }
}
.puffs-services-section .row-50 .service-container .service-link .service-txt h3 {
  font-family: Usual;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: calc(100% - 6rem);
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  .puffs-services-section .row-50 .service-container .service-link .service-txt h3 {
    text-align: center;
    max-width: 100%;
  }
}
.puffs-services-section .row-50 .service-container .service-link .service-txt p {
  font-family: Usual;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 479px) {
  .puffs-services-section .row-50 .service-container .service-link .service-txt p {
    text-align: center;
  }
}
.puffs-services-section .row-50 .service-container .service-link .service-txt ul.list {
  padding-left: 0 !important;
  padding-bottom: 1rem;
}
.puffs-services-section .row-50 .service-container .service-link .service-txt ul.list ::marker {
  content: none;
}
.puffs-services-section .row-50 .service-container .service-link .service-txt ul.list .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.puffs-services-section .row-50 .service-container .service-link .service-txt ul.list .list-item .list-icon {
  display: flex;
  justify-content: center;
  margin-right: 10px;
  background-color: white;
  color: #019ffe;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  font-size: 18px;
}
.puffs-services-section .row-50 .service-container .service-link .service-txt ul.list .list-item p.list-text {
  margin: 6px 0 6px 0;
  font-family: Usual;
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.puffs-services-section .row-50 .service-container .service-link .service-txt a.txt-link {
  color: #019ffe;
  margin-top: 5px;
  text-decoration: underline solid #019ffe;
  font-family: Usual;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 1199px) {
  .puffs-services-section .row-50 {
    float: left;
    justify-content: center;
  }
}

.service-section .col-33 {
  padding-bottom: 30px;
}
.service-section .col-33:nth-child(4n) {
  clear: left;
}
@media only screen and (max-width: 767px) {
  .service-section .col-33 {
    width: 50%;
    float: left;
  }
  .service-section .col-33:nth-child(4n) {
    clear: none;
  }
  .service-section .col-33:nth-child(3) {
    clear: left;
  }
}
@media only screen and (max-width: 479px) {
  .service-section .col-33 {
    width: 100%;
  }
}
.service-section .service-link {
  color: #202121;
}
.service-section .service-link .service-icon {
  margin-bottom: 7px;
  position: relative;
}
.service-section .service-link .service-icon svg {
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .service-section .service-link .service-txt {
    font-size: 14px;
    line-height: 22px;
  }
}
.service-section .service-link .service-txt h3 {
  font-size: 15px;
  line-height: 24px;
}
.service-section .service-link .service-txt p {
  margin-top: 0;
}
.service-section .service-link .service-txt .txt-link {
  color: #019ffe;
  margin-top: 5px;
}

.service .service-list-section {
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0rem;
}
.service .service-list-section .service-item {
  position: relative;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-bottom-width: 4px;
  background-color: rgb(249.3, 249.3, 249.3);
}
@media only screen and (max-width: 767px) {
  .service .service-list-section .service-item {
    margin-top: 15px;
  }
}
.service .service-list-section .service-item .service-icon {
  width: 60px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.service .service-list-section .service-item .service-icon svg {
  margin: 0 auto;
  height: 50px;
}
.service .service-list-section .service-item .service-icon svg path {
  fill: #019ffe !important;
}
.service .service-list-section .service-item .price,
.service .service-list-section .service-item .headline {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
}
.service .service-list-section .service-item .price {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.service .service-list-section .service-item .btn-wrp {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  margin-top: 10px;
}
.service .service-list-section .service-item .btn-wrp .btn {
  margin-top: 0;
  margin-right: 5px;
}
.service .service-list-section .service-item .btn-wrp .close,
.service .service-list-section .service-item .btn-wrp .open {
  display: none;
}
.service .service-list-section .service-item .btn-wrp .close.visible,
.service .service-list-section .service-item .btn-wrp .open.visible {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .service .service-list-section .service-item .summary {
    display: none;
  }
  .service .service-list-section .service-item .headline {
    font-size: 20px;
    line-height: 26px;
  }
  .service .service-list-section .service-item .price {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .service .service-list-section .service-item .headline {
    font-size: 16px;
    line-height: 24px;
  }
}
.service .service-list-section .service-item .info {
  display: none;
  overflow: hidden;
  position: relative;
}
.service .service-list-section .service-item .info .info-inner {
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.service .service-list-section .service-item .info .info-inner:after {
  content: "";
  display: table;
  clear: both;
}
.service .service-list-section .service-item .info .overview,
.service .service-list-section .service-item .info .includes {
  padding-bottom: 2000px;
  margin-bottom: -2000px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .service .service-list-section .service-item .info .overview,
  .service .service-list-section .service-item .info .includes {
    float: none;
    width: auto;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.service .service-list-section .service-item .info .includes {
  border-left: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 1199px) {
  .service .service-list-section .service-item .info .includes {
    padding-bottom: 0;
    border-left: none;
  }
}
.service .service-list-section .service-item .info .includes h3 {
  margin-bottom: 7px;
}
.service .service-list-section .service-item .info .includes .item {
  position: relative;
  padding-top: 3px;
  padding-left: 22px;
}
.service .service-list-section .service-item .info .includes .item:before {
  position: absolute;
  top: 3px;
  left: 0;
  color: #019ffe;
}
.service .service-list-section .service-item .info .includes .item:after {
  content: "";
  display: table;
  clear: both;
}
.service .service-list-section .service-item .info .includes .item.extra {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eaeaea;
}
.service .service-list-section .service-item .info .includes .item.extra:before {
  top: 7px;
}
.service .service-list-section .service-item .info .includes .item.extra:last-child {
  border-bottom: none;
}
.service .service-list-section .service-item .info .includes .item strong {
  float: right;
  font-weight: 600;
}

.single-service .sidebar svg {
  height: 80px;
}
.single-service .sidebar svg path {
  fill: #019ffe !important;
}
@media only screen and (max-width: 767px) {
  .single-service .sidebar svg {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-service .sidebar h2 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-service .sidebar h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service .sidebar h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.single-service .sidebar h3.price {
  margin-top: 5px;
}
.single-service .sidebar .booking-btn {
  display: block;
  margin-top: 25px;
  margin-bottom: 30px;
}
.single-service .sidebar .pdf-btn {
  margin-top: 20px;
}
.single-service .sidebar .pdf-btn:before {
  font-size: 22px;
  margin-right: 10px;
}
.single-service .sidebar ul.wpb_thumbnails-fluid > li {
  margin-bottom: 1rem;
}
.single-service .wpb_button, .single-service .wpb_content_element {
  margin-bottom: 1rem;
}
.single-service ul#functionsList {
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
}
.single-service ul#functionsList li {
  display: none;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.single-service ul#functionsList li:before {
  margin-left: -1.5rem;
  position: absolute;
  content: "\e86c"; /* Unicode character for a bullet point */
  color: #007bff; /* Customize the color of the icon */
  font-family: "Material Symbols Outlined";
  font-size: 1.2em; /* Customize the size of the icon */
  margin-right: 0.5em; /* Adjust spacing between the icon and the text */
}
.single-service #showAllBtn {
  margin-top: 10px;
  padding: 5px;
  cursor: pointer;
}

.service-box-wrapper .icon {
  height: 50px;
  width: 50px;
  display: block;
}
.service-box-wrapper .custom-icon {
  text-align: left;
  font-size: 67px;
  line-height: 30px;
  margin-top: 19px;
  position: relative;
  margin-left: -4px;
}
.service-box-wrapper .vc_col-sm-4 .vc_column-inner > .wpb_wrapper, .service-box-wrapper .vc_col-sm-6 .vc_column-inner > .wpb_wrapper, .service-box-wrapper .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .service-box-wrapper .vc_col-sm-4 .vc_column-inner > .wpb_wrapper, .service-box-wrapper .vc_col-sm-6 .vc_column-inner > .wpb_wrapper, .service-box-wrapper .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-box-wrapper .vc_col-sm-4 .vc_column-inner > .wpb_wrapper, .service-box-wrapper .vc_col-sm-6 .vc_column-inner > .wpb_wrapper, .service-box-wrapper .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
    padding: 24px 32px;
  }
}

.single-services .service_intro {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
}
.single-services .full-text {
  display: none;
}

.dpsp-network-list-item a {
  max-height: 32px;
  border-width: 1px !important;
  padding: 0.45rem 1rem !important;
  min-height: 2.75rem !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.dpsp-network-list-item a .dpsp-network-label {
  color: #000000;
  font-family: "usual", sans-serif;
  font-weight: 400;
}
.dpsp-network-list-item a:hover .dpsp-network-label {
  color: #fff !important;
}

.dpsp-network-icon {
  border-radius: 100% !important;
}

.post .post-list-section,
.archive .post-list-section {
  padding-top: 0;
}
.post .post-list-section .post-item,
.archive .post-list-section .post-item {
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  color: #202121;
}
@media only screen and (max-width: 767px) {
  .post .post-list-section .post-item,
  .archive .post-list-section .post-item {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.post .post-list-section .post-item:first-child,
.archive .post-list-section .post-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.post .post-list-section .post-item h3,
.archive .post-list-section .post-item h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .post .post-list-section .post-item h3,
  .archive .post-list-section .post-item h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.post .post-list-section .post-item h3 a,
.archive .post-list-section .post-item h3 a {
  color: #202121;
}
.post .post-list-section .post-item h3 a.desktop:hover,
.archive .post-list-section .post-item h3 a.desktop:hover {
  color: #019ffe;
}
.post .post-list-section .post-item .preamble,
.archive .post-list-section .post-item .preamble {
  color: #777;
  margin-bottom: 10px;
}
.post .post-list-section .post-item .post-link,
.archive .post-list-section .post-item .post-link {
  overflow: hidden;
  position: relative;
}
.post .post-list-section .post-item .post-link:before,
.archive .post-list-section .post-item .post-link:before {
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
}
.post .post-list-section .post-item .post-link.desktop:hover,
.archive .post-list-section .post-item .post-link.desktop:hover {
  padding-left: 26px;
}
.post .post-list-section .post-item .post-link.desktop:hover:before,
.archive .post-list-section .post-item .post-link.desktop:hover:before {
  left: 0;
}
.post .post-list-section .post-item:hover .post-link,
.archive .post-list-section .post-item:hover .post-link {
  padding-left: 26px;
}
.post .post-list-section .post-item:hover .post-link:before,
.archive .post-list-section .post-item:hover .post-link:before {
  left: 0;
}
.post .post-list-section .post-item img,
.archive .post-list-section .post-item img {
  margin-top: 15px;
}

.single-post h1 {
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .single-post .sidebar h2 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-post .sidebar h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .sidebar h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.single-post .sidebar .btn {
  margin-top: 25px;
}
.single-post .sidebar .booking-btn {
  display: block;
}

.category-header {
  background-color: #31404a;
  text-align: center;
  color: #fff;
  padding: 30px 15px;
}

.post-nav {
  margin-top: 10px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .post-nav {
    margin-top: 5px;
    padding-top: 15px;
  }
}
.post-nav:after {
  content: "";
  display: table;
  clear: both;
}
.post-nav .prev {
  float: left;
  margin-right: 10px;
}
.post-nav .prev a {
  display: flex;
  align-items: center;
}
.post-nav .prev a:before {
  content: "\ef7d";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: 20px;
  margin-right: 0.5rem;
}
.post-nav .next {
  float: left;
}
.post-nav .next a {
  display: flex;
  align-items: center;
}
.post-nav .next a:after {
  content: "\e941";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: 20px;
  margin-left: 0.5rem;
}
.post-nav .all {
  float: right;
}
.post-nav a {
  display: inline-block;
  background-color: #fff;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #eaeaea;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}
.post-nav a:hover {
  border-color: #999;
}
@media only screen and (max-width: 767px) {
  .post-nav a {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.dpsp-share-text {
  display: none;
}

#dpsp-content-bottom {
  margin-top: 60px;
}

.alert-item {
  display: block;
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  transition: all 0.2s ease;
  color: #202121;
  border-left: 3px solid #d5d8d9;
  border-bottom: 1px solid #eaeaea;
}
.alert-item.black {
  border-left: 3px solid #000000;
}
.alert-item.grey {
  border-left: 3px solid #d5d8d9;
}
.alert-item.blue {
  border-left: 3px solid #4cc2e6;
}
.alert-item.green {
  border-left: 3px solid #73bf64;
}
.alert-item.yellow {
  border-left: 3px solid #fad541;
}
.alert-item.orange {
  border-left: 3px solid #ff9800;
}
.alert-item.red {
  border-left: 3px solid #ff0000;
}
.alert-item.purple {
  border-left: 3px solid #a864a8;
}
.alert-item.pink {
  border-left: 3px solid #f18bb3;
}
.alert-item .alert-category {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-bottom: 5px;
}
.alert-item strong {
  display: block;
}
.alert-item p {
  margin: 0 0 10px;
  display: none;
}
.alert-item p:first-of-type {
  display: block;
}
.alert-item span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.alert-item span i {
  width: 14px;
  text-align: center;
  margin-right: 5px;
}
.alert-item:hover {
  border-left-width: 7px;
}

.single-alert .alert-header {
  border-left: 3px solid #d5d8d9;
  padding: 20px;
}
.single-alert .alert-header.black {
  border-left: 3px solid #000000;
}
.single-alert .alert-header.blue {
  border-left: 3px solid #d5d8d9;
}
.single-alert .alert-header.blue {
  border-left: 3px solid #4cc2e6;
}
.single-alert .alert-header.green {
  border-left: 3px solid #73bf64;
}
.single-alert .alert-header.yellow {
  border-left: 3px solid #fad541;
}
.single-alert .alert-header.orange {
  border-left: 3px solid #ff9800;
}
.single-alert .alert-header.red {
  border-left: 3px solid #ff0000;
}
.single-alert .alert-header.purple {
  border-left: 3px solid #a864a8;
}
.single-alert .alert-header.pink {
  border-left: 3px solid #f18bb3;
}
.single-alert h1 {
  margin: 0;
}
.single-alert .alert-category {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 10px;
}
.single-alert .alert-report {
  margin-top: 30px;
  margin-bottom: 40px;
}
.single-alert .alert-report table {
  width: 100%;
}
.single-alert .alert-report table th, .single-alert .alert-report table td {
  padding: 12px 15px;
}
@media only screen and (max-width: 767px) {
  .single-alert .alert-report table th, .single-alert .alert-report table td {
    padding: 10px;
  }
}
.single-alert .alert-report table th {
  background-color: #31404a;
  color: white;
  font-weight: 600;
}
.single-alert .alert-report table td:first-child {
  white-space: nowrap;
  width: 240px;
}
.single-alert .alert-report table td:last-child {
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .single-alert .alert-report table td {
    font-size: 14px;
  }
  .single-alert .alert-report table td:first-child {
    width: auto;
  }
}

.alert-banner {
  display: block;
  position: relative;
  padding: 10px 0 15px;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.alert-banner.black {
  background-color: #000000;
}
.alert-banner.grey {
  background-color: #d5d8d9;
  color: #202121;
}
.alert-banner.blue {
  background-color: #4cc2e6;
}
.alert-banner.green {
  background-color: #73bf64;
}
.alert-banner.yellow {
  background-color: #fad541;
  color: #202121;
}
.alert-banner.orange {
  background-color: #ff9800;
}
.alert-banner.red {
  background-color: #ff0000;
}
.alert-banner.purple {
  background-color: #a864a8;
}
.alert-banner.pink {
  background-color: #f18bb3;
}
.alert-banner strong {
  display: block;
}
.alert-banner p {
  margin: 0 auto;
  max-width: 700px;
  display: none;
}
.alert-banner p:first-of-type {
  display: block;
}

.reference-section .content-col {
  line-height: 50px;
}
.reference-section .content-col img {
  vertical-align: middle;
  max-height: 45px;
  max-width: 120px;
}
@media only screen and (max-width: 479px) {
  .reference-section .content-col img {
    max-height: 30px;
    max-width: 100%;
  }
}

.references .reference-section:nth-child(even) {
  background-color: #f9f9f9;
}
.references .reference-section .preamble {
  margin-bottom: 30px;
}

.support-section .message-wrp {
  margin: 0 auto;
  max-width: 970px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .support-section .message-wrp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.support-section .message-wrp:after {
  content: "";
  display: table;
  clear: both;
}
.support-section .message {
  position: relative;
  display: inline-block;
  opacity: 0;
  padding: 0;
  width: 65%;
  /* Font */
  font-family: Usual;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  float: left;
  clear: right;
}
@media only screen and (max-width: 767px) {
  .support-section .message {
    font-size: 16px;
    line-height: 28px;
    display: block;
  }
}
.support-section .message.visible {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  padding: 40px 30px;
}
@media only screen and (max-width: 767px) {
  .support-section .message.visible {
    padding: 25px;
  }
}
.support-section .message.support-message.visible {
  transition-delay: 1s;
}
.support-section .message.last {
  font-size: 40px;
  line-height: 40px;
  float: left;
  margin-top: -60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .support-section .message.last {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    width: 80px;
  }
}
.support-section .message.last.visible {
  transition-delay: 2s;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .support-section .message.last.visible {
    padding: 15px;
  }
}
.support-section .message:before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: -10px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.support-section .message p {
  margin-top: 0;
}
.support-section .customer-message,
.support-section .last {
  right: -30px;
  margin-bottom: 60px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#55def8", endColorstr="#4bcefd",GradientType=0 );
}
.support-section .customer-message:before,
.support-section .last:before {
  left: -34px;
  bottom: -34px;
}
@media only screen and (max-width: 767px) {
  .support-section .customer-message,
  .support-section .last {
    right: auto;
    margin-bottom: 1rem;
  }
}
.support-section .support-message {
  float: right;
  clear: left;
  left: -30px;
  margin-top: -30px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ccffd", endColorstr="#3faffd",GradientType=0 );
}
.support-section .support-message:before {
  right: -34px;
  bottom: -34px;
}
@media only screen and (max-width: 767px) {
  .support-section .support-message {
    left: auto;
    margin-top: 10px;
  }
}

.coworker {
  position: relative;
  text-align: center;
  background-color: #fff;
  margin-bottom: 1.5rem;
  z-index: 1;
}
.coworker.coworker_no {
  margin-bottom: 90px;
  z-index: 1;
}
.coworker .coworker-image {
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  top: 0;
  left: 50%;
  border: 10px solid #f9f9f9;
  margin-bottom: 0.5rem;
}
.coworker .coworker-txt {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
}
.coworker .coworker-txt h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}
.coworker .coworker-txt p {
  margin-top: 5px;
}
.coworker .phone,
.coworker .email {
  position: relative;
  text-align: left;
  display: block;
  padding: 15px 0px;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #eaeaea;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .coworker .phone,
  .coworker .email {
    font-size: 14px;
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .coworker .phone,
  .coworker .email {
    font-size: 16px;
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .coworker .phone,
  .coworker .email {
    padding: 15px 0px;
  }
}
.coworker .phone:before,
.coworker .email:before {
  display: inline-block;
  width: 36px;
  text-align: center;
  margin-right: 0.5rem;
  font-size: 20px;
}
.coworker .phone:before {
  font-size: 26px;
}
.coworker .email {
  padding: 20px 0px 0px 0px;
  moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.coworker .email:before {
  top: -1px;
}
@media only screen and (max-width: 1199px) {
  .coworker .email {
    padding: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .coworker .email {
    padding: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .coworker .email {
    padding: 20px 0px 0px 0px;
  }
}

.tab {
  moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  border: none;
  padding: 22px 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #202121;
  background-color: rgb(226.72, 238.84, 252.98);
}
@media only screen and (max-width: 767px) {
  .tab {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .tab {
    padding: 15px 20px;
  }
}
.tab.active {
  background-color: #f1f7fe;
  color: #019ffe;
}
.tab.big {
  padding: 22px 50px;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .tab.big {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
  }
}
.tab.medium {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}
.tab.small {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 16px;
}

.tab-section {
  background-color: #f1f7fe;
  display: none;
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .tab-section {
    padding: 10px 15px 20px;
  }
}
.tab-section.active {
  display: block;
}
.tab-section.form-section {
  padding-bottom: 10px;
}

.faq-section {
  padding-top: 25px;
}
.faq-section .faq-cat {
  margin-bottom: 20px;
  padding-top: 10px;
}
.faq-section .faq-cat .faq-item {
  margin-top: 25px;
}
.faq-section .faq-cat .faq-item strong {
  font-weight: 600;
}
.faq-section .faq-cat .faq-item strong.active {
  color: #019ffe;
}
.faq-section .faq-cat .faq-item .toggle-answer {
  color: #31404a;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 35px;
}
.faq-section .faq-cat .faq-item .toggle-answer:before {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 1px;
}
.faq-section .faq-cat .faq-item .faq-answer {
  display: none;
  padding-left: 24px;
  margin-left: 11px;
  border-left: 2px solid #019ffe;
}
.faq-section .faq-cat .faq-item .faq-answer p {
  color: #31404a;
  font-size: 14px;
}

.hero-section {
  padding: 0;
  height: 720px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .hero-section {
    height: 500px;
  }
}
.hero-section .hero {
  height: 100%;
}
.hero-section .hero-content {
  height: 100%;
}
.hero-section .video-wrapper {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.hero-section .video-wrapper iframe {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.hero-section .hero-text {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.hero-section .hero-text .hero-info {
  width: 754px;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .hero-section .hero-text .hero-info {
    width: 100%;
  }
}
.hero-section .hero-text .hero-info h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .hero-section .hero-text .hero-info h1 {
    font-size: 30px;
  }
}
.hero-section .hero-text .hero-info p {
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  .hero-section .hero-text .hero-info p {
    font-size: 15px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=main.css.map */
