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;
}
/* Build */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-family: sans-serif;
  font-size: 0.875em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Typography */
h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media screen and (min-width: 481px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 26px !important;
  }
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 24px !important;
  }
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
}
p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 400;
}
p.lead {
  font-size: 20px;
}
.wpb_text_column p strong {
  font-weight: bold;
}
blockquote p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
p.primary {
  color: #55ad3c;
}
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
p.secondary {
  color: #a62c93;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white {
  color: white;
}
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block,
p.block {
  color: white;
  background: #55ad3c;
  padding: 2px 12px 7px 12px;
  width: fit-content;
}
body {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  font-family: 'soleil', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  background: #ffffff;
  color: #505050;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 15px;
  background: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  justify-content: space-between;
}
@media (min-width: 768px) {
  header {
    padding: 15px 30px;
  }
}
header .right-top {
  display: flex;
  justify-content: right;
  align-items: center;
  /*basket-option*/
}
header .right-top .contact-option {
  display: none;
}
@media (min-width: 992px) {
  header .right-top .contact-option {
    display: block;
    background: #55ad3c;
    padding: 10px;
    min-width: 90px;
    max-width: 90px;
    text-align: center;
  }
  header .right-top .contact-option {
    margin-right: 10px;
  }
  header .right-top .contact-option a {
    color: #fff;
    font-size: 14px;
  }
  header .right-top .contact-option a:hover {
    text-decoration: none;
  }
  header .right-top .contact-option:before {
    width: 0;
  }
  header .right-top .contact-option ul.sub-menu {
    min-width: 200px;
  }
}
header .right-top .basket-option {
  padding: 10px;
  background-color: #f4f4f4;
  font-size: 14px;
  margin-right: 20px;
}
header .right-top .basket-option a {
  color: #000;
  line-height: 1.4;
}
@media (max-width: 1350px) {
  header .right-top .basket-option {
    right: 190px;
  }
  header .right-top .basket-option span {
    display: none;
  }
}
@media (max-width: 991px) {
  header .right-top .basket-option {
    right: 75px;
  }
}
header .right-top {
  gap: 1rem;
}
header .right-top .header-button {
  min-width: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  border-radius: 5px;
  border-color: var(--button-color);
  border-style: solid;
  border-width: 2px;
  text-wrap: nowrap;
  text-decoration: none;
  font-size: 14px;
  color: var(--button-color);
  transition: all .3s ease;
}
header .right-top .header-button:hover {
  background-color: var(--button-color);
  color: #ffffff;
}
header .right-top .header-button--solid {
  background-color: var(--button-color);
  color: #ffffff;
}
header .right-top .header-button--solid:hover {
  background: color-mix(in srgb, var(--button-color) 88%, #000000);
}
@media (max-width: 992px) {
  header .right-top .header-button--watch_demo,
  header .right-top .header-button--book_demo {
    display: none;
  }
}
header .site-logo {
  position: relative;
  flex: none;
  width: 100px;
  height: 45px;
  overflow: hidden;
  background: url('https://www.greenhatgames.com/wp-content/themes/greenhat/style/css/../../img/logo.png') no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
@media (min-width: 992px) {
  header .site-logo {
    width: 160px;
    height: 70px;
  }
}
header.fixed {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #55ad3c;
}
header .site-lang {
  position: absolute;
  right: 70px;
  top: 11px !important;
}
@media (min-width: 992px) {
  header .site-lang {
    position: unset;
  }
}
@media (min-width: 768px) {
  header .site-lang {
    top: 15px !important;
  }
}
header .site-lang .lang-dropdown-menu {
  top: 45px !important;
  right: 18px !important;
}
header .site-lang .menu {
  display: none;
}
@media (min-width: 992px) {
  header .site-lang .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 15px;
  }
}
header .site-lang .menu li {
  margin-left: 15px;
}
header .site-lang .menu li a {
  font-size: 18px;
  color: #55ad3c;
}
header .site-lang .menu li a:hover,
header .site-lang .menu li a:focus {
  color: #55ad3c;
}
header .site-lang .menu li a:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.285 12.305l-2.578-2.594a1 1 0 0 0-1.416-.002L9 12 4 7l2.294-2.294a1 1 0 0 0 .001-1.414L3.715.708a1 1 0 0 0-1.415 0L.004 3.003 0 3c0 7.18 5.82 13 13 13l2.283-2.283a1 1 0 0 0 .002-1.412z' fill='%2355ad3c'/%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: middle;
  background-size: 12px;
  background-repeat: no-repeat;
}
header .site-lang .menu li.button {
  position: absolute;
  top: 10px;
  right: 90px;
  display: block;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .site-lang .menu li.button a {
  text-align: center;
  font-size: 13px;
  background: #55ad3c;
  color: white;
  padding: 9px 13px;
  height: auto;
  line-height: 1;
  width: auto;
  min-width: 105px;
  font-weight: 600;
}
header .site-lang .menu li.button a:focus,
header .site-lang .menu li.button a:hover {
  outline: none;
  text-decoration: none;
  background: #4c9a35;
  color: white;
}
header .site-lang .menu li.button a:before {
  display: none;
}
header .site-lang .lang-dropdown {
  min-width: fit-content;
}
header .site-lang .lang-dropdown-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0;
  color: #b9bbbd;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-indent: 9px;
  margin: 0;
  height: 30px;
  cursor: pointer;
}
header .site-lang .lang-dropdown-toggle img {
  border-radius: 15px;
  margin: 0 0 0 5px;
  max-height: 30px;
}
header .site-lang .lang-dropdown-toggle .triangle {
  border-bottom: 8px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  transform: rotate(180deg);
  margin-left: 5px;
  height: 0;
}
header .site-lang .lang-dropdown-toggle:focus,
header .site-lang .lang-dropdown-toggle:hover {
  outline: none;
  text-decoration: none;
  color: #505050;
}
header .site-lang .lang-dropdown-menu {
  position: absolute;
  top: calc(20px);
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 80px;
  width: auto;
  height: auto;
  padding: 5px 7px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
header .site-lang .lang-dropdown-menu li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 3px;
  margin: 0;
  color: #b9bbbd;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  margin-bottom: 5px;
}
header .site-lang .lang-dropdown-menu li a span {
  margin-right: 2px;
}
header .site-lang .lang-dropdown-menu li a img {
  margin-left: 2px;
  max-width: 30px;
  border-radius: 15px;
}
header .site-lang .lang-dropdown-menu li a:focus,
header .site-lang .lang-dropdown-menu li a:hover {
  outline: none;
  text-decoration: none;
  color: #55ad3c;
}
html.menu-open {
  height: 100%;
  overflow: hidden;
}
/* Main nav*/
nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
nav.site-nav .mobile-menu {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 35px;
  height: 20px;
  -webkit-appearance: none;
  border: none;
  background: transparent;
}
@media (min-width: 992px) {
  nav.site-nav .mobile-menu {
    display: none;
  }
}
nav.site-nav .mobile-menu:focus {
  outline: none;
}
nav.site-nav .mobile-menu-line {
  display: block;
  width: 25px;
  height: 1px;
  border-top: 2px solid #505050;
  transition: 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
}
nav.site-nav .mobile-menu-line:nth-of-type(1) {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
nav.site-nav .mobile-menu-line:nth-of-type(3) {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
}
nav.site-nav .mobile-menu:hover {
  outline: none;
}
nav.site-nav .mobile-menu:hover .mobile-menu-line:nth-of-type(1) {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}
nav.site-nav .mobile-menu:hover .mobile-menu-line:nth-of-type(3) {
  transform: translateY(7px);
  -webkit-transform: translateY(7px);
}
nav.site-nav .mobile-menu.nav-close .mobile-menu-line:nth-of-type(1) {
  -webkit-transform: rotate(-135deg) translateY(-3px);
  transform: rotate(-135deg) translateY(-3px);
}
nav.site-nav .mobile-menu.nav-close .mobile-menu-line:nth-of-type(2) {
  opacity: 0;
}
nav.site-nav .mobile-menu.nav-close .mobile-menu-line:nth-of-type(3) {
  -webkit-transform: rotate(-225deg) translateY(3px);
  transform: rotate(-225deg) translateY(3px);
}
nav.site-nav .mobile-menu.nav-close:hover .mobile-menu-line:nth-of-type(1) {
  -webkit-transform: rotate(-135deg) translateY(-3px);
  transform: rotate(-135deg) translateY(-3px);
}
nav.site-nav .mobile-menu.nav-close:hover .mobile-menu-line:nth-of-type(2) {
  opacity: 0;
}
nav.site-nav .mobile-menu.nav-close:hover .mobile-menu-line:nth-of-type(3) {
  -webkit-transform: rotate(-225deg) translateY(3px);
  transform: rotate(-225deg) translateY(3px);
}
nav.site-nav ul {
  display: none;
}
@media (min-width: 992px) {
  nav.site-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
nav.site-nav ul li {
  position: relative;
  margin: 5px 0;
}
nav.site-nav ul li a {
  position: relative;
  font-size: 14px;
  color: #505050;
  font-weight: 600;
  padding: 10px 12px;
}
nav.site-nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
nav.site-nav ul li a:hover {
  color: #55ad3c;
  text-decoration: none;
}
nav.site-nav ul li > ul {
  position: absolute;
  padding: 10px 5px;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  background: white;
}
@media (min-width: 992px) {
  nav.site-nav ul li > ul {
    width: max-content;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07000000000000001);
  }
}
nav.site-nav ul li > ul li {
  padding: 0 10px;
  margin: 5px 0;
}
nav.site-nav ul li > ul li a {
  display: block;
  padding: 5px 0;
}
nav.site-nav ul li:hover > ul {
  display: block;
}
nav.site-nav ul li:first-child a {
  margin-left: 0;
}
nav.site-nav ul li:last-child a {
  margin-right: 0;
}
nav.site-nav ul li.current-menu-item a {
  color: #55ad3c;
}
nav.site-nav .nav-social li a {
  margin: 0 10px;
}
/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: 500;
  max-height: calc(100vh - 76px);
  overflow-y: scroll;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.mobile-nav .menu-col {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.mobile-nav .menu-col ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.mobile-nav .menu-col ul li {
  position: relative;
  padding: 18px 15px;
  border-bottom: 1px solid #eeeeee;
}
.mobile-nav .menu-col ul li > ul {
  display: none;
  padding: 14px 0 0;
}
.mobile-nav .menu-col ul li > ul li {
  padding: 10px;
  border: none;
}
.mobile-nav .menu-col ul > li.menu-item-has-children .arrow {
  position: absolute;
  right: 20px;
  top: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='square' stroke-width='2'%3E%3Cpath d='M1.5 1.5L9 9M16.5 1.5L9 9'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 18px;
  z-index: 2;
  cursor: pointer;
}
.mobile-nav .menu-col ul > li.menu-item-has-children .arrow.active {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.mobile-nav ul {
  padding: 0;
  list-style: none;
}
.mobile-nav ul li a {
  font-size: 14px;
  color: #505050;
  font-weight: 600;
}
.mobile-nav ul li a:hover {
  text-decoration: none;
  color: #55ad3c;
}
.mobile-nav ul li a:focus {
  text-decoration: none;
  outline: #55ad3c;
}
.mobile-nav ul li.current-menu-item a {
  text-decoration: none;
  color: #55ad3c;
}
section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.vc_panel {
  margin: 0;
  padding: 60px 0;
}
@media (min-width: 640px) {
  .vc_panel {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .vc_panel {
    padding: 100px 0;
  }
}
.vc_panel_slim {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 640px) {
  .vc_panel_slim {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .vc_row.vc_align_center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .vc_row.vc_reverse_order {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .vc_row.vc_reverse_order > div:first-child {
    order: 2;
  }
}
@media (max-width: 768px) {
  .vc_row.vc_reverse_order > div:last-child {
    order: 1;
  }
}
.vc_full_height {
  height: 100vh;
  width: 100%;
  display: table;
}
.vc_full_height .container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 60px 0 80px;
  margin: 0;
}
.vc_full_height .container .vc_row {
  margin: 0;
}
.vc_full_height .container .vc_row > .vc_column_container {
  padding: 0;
}
.vc_full_height .container .vc_row > .vc_column_container > .vc_column-inner {
  padding: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.pb-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}
.main-container {
  margin-top: 76px;
}
@media (min-width: 992px) {
  .main-container {
    margin-top: 75px;
  }
}
.container .row {
  width: 100%;
}
.bar {
  position: relative;
  width: 100%;
  width: calc(100% + 60px);
  height: auto;
  margin-left: -30px;
  margin-right: -30px;
  padding: 40px 0;
}
.bar.article-bar {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .bar.contact-bar .d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.bar.contact-bar p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .bar.contact-bar p {
    font-size: 20px;
  }
}
.bar.contact-bar a {
  color: #55ad3c;
}
.bar.contact-bar a i {
  margin-right: 7px;
}
.bar.contact-bar .ratings i {
  color: #ffd000;
}
.bar.contact-bar .ratings i.empty {
  color: #dbdbdb;
}
.bar.contact-bar .ratings span {
  position: relative;
}
.bar.contact-bar .ratings span i.fa-star-half {
  position: absolute;
  top: 4px;
}
@media (min-width: 992px) {
  .bar.contact-bar .ratings span i.fa-star-half {
    top: 6px;
  }
}
.bar.product-bar {
  background: #c0c0c0;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .bar.product-bar .d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.bar.product-bar .icon-tile {
  display: block;
  padding: 7px 0;
}
.bar.product-bar .icon-tile:before {
  content: "";
  display: block;
  background: url('https://www.greenhatgames.com/wp-content/themes/greenhat/style/css/../../img/bar-icons.png');
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: -20px;
  background-size: cover;
  background-position: 0px 0px;
}
.bar.product-bar .icon-tile.time:before {
  background-size: cover;
  background-position: 0px 0px;
}
.bar.product-bar .icon-tile.location:before {
  background-size: cover;
  background-position: 335px 0px;
}
.bar.product-bar .icon-tile.price:before {
  background-size: cover;
  background-position: 32px 0px;
}
.bar.product-bar .icon-tile.people:before {
  background-size: cover;
  background-position: 170px 0px;
}
.bar .container {
  padding: 0 30px;
}
@media (min-width: 640px) {
  .bar .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.bar .container:before,
.bar .container:after {
  display: none;
}
.bar .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 10px 0;
}
@media (min-width: 640px) {
  .bar .item {
    margin: 0;
  }
}
.bar .item h2 {
  margin: 0;
  line-height: 1;
  margin-right: 7px;
  color: white;
}
.bar .item img {
  display: block;
  height: 40px;
  width: auto;
  margin: 0;
}
.why-us .row {
  position: relative;
  padding-top: 2.85em;
  padding-bottom: 2.85em;
}
@media (min-width: 992px) {
  .why-us .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.why-us .why-us-line-1 {
  position: absolute;
  left: -220px;
  top: 220px;
  height: 480px;
}
@media (max-width: 1640px) {
  .why-us .why-us-line-1 {
    left: -160px;
    top: 240px;
    height: 400px;
  }
}
@media (max-width: 1540px) {
  .why-us .why-us-line-1 {
    left: -130px;
    top: 240px;
    height: 300px;
  }
}
@media (max-width: 1410px) {
  .why-us .why-us-line-1 {
    display: none;
  }
}
.why-us .why-us-line-2 {
  position: absolute;
  right: -220px;
  top: 220px;
  height: 480px;
}
@media (max-width: 1640px) {
  .why-us .why-us-line-2 {
    right: -160px;
    top: 240px;
    height: 400px;
  }
}
@media (max-width: 1540px) {
  .why-us .why-us-line-2 {
    right: -110px;
    top: 240px;
    height: 300px;
  }
}
@media (max-width: 1410px) {
  .why-us .why-us-line-2 {
    display: none;
  }
}
.why-us .why-us-line-3 {
  position: absolute;
  left: -220px;
  top: 220px;
  height: 480px;
}
@media (max-width: 1640px) {
  .why-us .why-us-line-3 {
    left: -160px;
    top: 240px;
    height: 400px;
  }
}
@media (max-width: 1540px) {
  .why-us .why-us-line-3 {
    left: -110px;
    top: 240px;
    height: 300px;
  }
}
@media (max-width: 1410px) {
  .why-us .why-us-line-3 {
    display: none;
  }
}
.why-us svg {
  height: 100%;
}
.why-us .imageblock {
  display: block;
  max-width: 100%;
}
.why-us .imageblock img {
  display: block;
  max-width: 100%;
  margin: 0;
  height: auto;
}
.why-us .why-us-line svg path {
  stroke-dasharray: 7px;
  stroke-width: 2px;
  stroke-linecap: round;
}
.why-us .why-content .number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 22px;
  color: white;
  background: #55AD3C;
  width: 46px;
  height: 40px;
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .why-us .why-content .number {
    font-size: 28px;
    width: 54px;
    height: 50px;
  }
}
.request-more-info {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: transform .5s ease;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
}
@media (max-width: 768px) {
  .request-more-info {
    width: 100%;
    display: none;
  }
}
@media (min-width: 768px) {
  .request-more-info {
    top: 50%;
    bottom: inherit;
    transform: translate3d(100%, -50%, 0);
    -webkit-transform: translate3d(100%, -50%, 0);
    -moz-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
  }
}
.request-more-info.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .request-more-info.active {
    transform: translate3d(0%, -50%, 0);
    -webkit-transform: translate3d(0%, -50%, 0);
    -moz-transform: translate3d(0%, -50%, 0);
    -o-transform: translate3d(0%, -50%, 0);
    -ms-transform: translate3d(0%, -50%, 0);
  }
}
.request-more-info-button {
  position: absolute;
  display: block;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
}
@media (min-width: 768px) {
  .request-more-info-button {
    top: 50%;
    left: -126px;
    width: 200px;
    transform: translateY(-50%) translateX(0) rotate(-90deg);
    -webkit-transform: translateY(-50%) translateX(0) rotate(-90deg);
    -moz-transform: translateY(-50%) translateX(0) rotate(-90deg);
    -ms-transform: translateY(-50%) translateX(0) rotate(-90deg);
    -o-transform: translateY(-50%) translateX(0) rotate(-90deg);
  }
}
.request-more-info-button span {
  color: white;
  background: #55ad3c;
  font-size: 20px;
  padding: 12px 15px;
}
@media (max-width: 768px) {
  .request-more-info-button span {
    width: 200px;
  }
}
.request-more-info-button:hover,
.request-more-info-button:focus {
  outline: none;
  text-decoration: none;
}
.request-more-info-button:hover span,
.request-more-info-button:focus span {
  color: white;
  cursor: pointer;
  outline: none;
  background: #4c9a35;
  text-decoration: none;
}
.request-more-info-block {
  width: calc(100% - 5px);
  background: #ffffff;
  box-sizing: border-box;
  padding: 5px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .request-more-info-block {
    overflow-y: scroll;
    height: auto;
  }
}
@media (min-width: 768px) {
  .request-more-info-block {
    width: 380px;
    padding: 40px;
  }
}
.request-more-info-block h2 {
  color: #55ad3c;
  margin: 10px 0;
  font-size: 26px;
}
@media (min-width: 768px) {
  .request-more-info-block h2 {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .request-more-info-block form {
    width: 305px;
    margin: 0 auto;
  }
}
.request-more-info-block form .ajax-loader {
  display: none !important;
}
.request-more-info-block form .wpcf7-checkbox > span > span {
  color: #505050;
  font-size: 14px;
}
.request-more-info-block form .wpcf7-checkbox > span:before {
  border: 1px solid #55ad3c;
}
.request-more-info-block form input,
.request-more-info-block form textarea {
  border: none;
  border: 1px solid #55ad3c;
  padding: 10px;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .request-more-info-block form input,
  .request-more-info-block form textarea {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .request-more-info-block form textarea {
    height: 100px;
  }
}
.request-more-info-block form input[type=submit] {
  width: 100%;
  display: block;
  margin: 0;
  border: 1px solid #55ad3c;
  background: #ffffff;
  color: #55ad3c;
  transition: all .35s ease;
}
.request-more-info-block form input[type=submit]:hover,
.request-more-info-block form input[type=submit]:focus {
  outline: none;
  cursor: pointer;
  background: #55ad3c;
  border: 1px solid #55ad3c;
  color: white;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  order: 0;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_contact_offices {
  order: 3;
  margin-bottom: 80px;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_contact_offices_content {
  order: 2;
  margin-top: 0;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container {
  order: 3;
}
.vc_tabs_custom .vc_tta-panel-body {
  padding: 0px !important;
}
.vc_tabs_custom .vc_tta-tabs-list {
  justify-content: center;
  display: flex !important;
  gap: 15px;
  margin-bottom: 25px !important;
}
.vc_tabs_custom .vc_tta-tabs-list .vc_tta-tab {
  margin-bottom: 10px;
  border-radius: 5px;
  border: solid 2px;
  border-color: transparent;
}
.vc_tabs_custom .vc_tta-tabs-list .vc_tta-tab.vc_active {
  border-color: transparent;
}
.vc_tabs_custom .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #55ad3c !important;
  opacity: 1;
}
.vc_tabs_custom .vc_tta-tabs-list .vc_tta-tab a {
  background-color: rgba(85, 173, 60, 0.5) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 5px !important;
  opacity: 0.6;
}
.vc_tabs_custom .vc_tta-tabs-list .vc_tta-tab a:hover {
  opacity: 1;
}
.vc_tabs_custom.vc_tta-color-white .vc_tta-panels {
  background-color: #fff !important;
  border-color: #fff !important;
}
.button {
  display: inline-block;
  height: auto;
  font-size: 16px;
  font-family: 'soleil', Arial, sans-serif;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 0;
  border: none;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.button:hover,
.button:focus {
  outline: none;
  text-decoration: none;
}
.button--primary {
  background: #55ad3c;
  color: white;
}
.button--primary:hover,
.button--primary:focus {
  background: #4c9a35;
  color: white;
}
.button--secondary {
  background: #a62c93;
  color: white;
}
.button--secondary:hover,
.button--secondary:focus {
  background: #922781;
  color: white;
}
.button--white {
  background: white;
  color: #55ad3c;
}
.button--white:hover,
.button--white:focus {
  background: #55ad3c;
  color: white;
}
.button--outline {
  background: transparent;
  border: 1px solid #55ad3c;
  color: #55ad3c;
}
.button--outline:hover,
.button--outline:focus {
  background: #55ad3c;
  color: white;
}
.button--outline-white {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.button--outline-white:hover,
.button--outline-white:focus {
  background: white;
  color: #55ad3c;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hero {
  position: relative;
  width: 100%;
  width: calc(100% + 60px);
  height: auto;
  margin-left: -30px;
  margin-right: -30px;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .hero {
    display: table;
    padding: 0;
    height: 500px;
  }
}
.hero-video .background-image-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hero.article-hero {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.hero.style-titles h1,
.hero.style-titles h2,
.hero.style-titles h3,
.hero.style-titles h4 {
  background: #55ad3c;
  padding: 2px 12px 7px 12px;
  width: fit-content;
}
.hero.style-titles p {
  background: #55ad3c;
  width: fit-content;
  padding: 2px 12px 7px 12px;
}
.hero .downloadform h1,
.hero .downloadform h2,
.hero .downloadform h3,
.hero .downloadform h4,
.hero .downloadform h5,
.hero .downloadform h6 {
  background: none;
  color: #505050;
  padding: 0;
  width: 100%;
}
.hero .downloadform p {
  background: none;
  width: auto;
  padding: 0;
  color: #505050;
}
.hero .wpb_column:last-child .wpb_text_column {
  display: block;
  padding: 30px 30px 25px 30px;
  width: fit-content;
  background: #a62c93;
  margin: 0 auto;
  margin-right: 0;
}
.hero .wpb_column:last-child .wpb_text_column.hero-form {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .hero .wpb_column:last-child .wpb_text_column {
    margin-top: 30px;
  }
}
.hero .wpb_column:last-child .wpb_text_column h1,
.hero .wpb_column:last-child .wpb_text_column h2,
.hero .wpb_column:last-child .wpb_text_column h3,
.hero .wpb_column:last-child .wpb_text_column h4,
.hero .wpb_column:last-child .wpb_text_column h5,
.hero .wpb_column:last-child .wpb_text_column h6,
.hero .wpb_column:last-child .wpb_text_column p {
  background: none;
  width: auto;
  padding: 0;
}
.hero .wpb_column:last-child .wpb_text_column h3 {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .hero .pos-vc {
    display: table-cell;
    vertical-align: middle;
  }
}
.hero .container {
  position: relative;
  z-index: 5;
}
.hero .container h1,
.hero .container h2,
.hero .container h3,
.hero .container h4,
.hero .container h5,
.hero .container h6,
.hero .container p {
  color: white;
}
.hero-video .background-image-holder video {
  display: none;
}
@media (min-width: 768px) {
  .hero-video .background-image-holder video {
    display: block;
  }
}
.hero-video .background-image-holder img {
  display: block;
}
@media (min-width: 768px) {
  .hero-video .background-image-holder img {
    display: none;
  }
}
.hero-video.style-titles p {
  background: transparent;
  width: auto;
  padding: 0;
}
.hero-video .button {
  margin-right: 15px;
  margin-top: 20px;
  font-size: 14px;
  padding: 20px 25px;
  font-weight: 600;
}
.banner {
  position: relative;
  width: 100%;
  width: calc(100% + 60px);
  height: auto;
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 992px) {
  .banner {
    display: table;
  }
}
@media (min-width: 992px) {
  .banner .pos-vc {
    display: table-cell;
    vertical-align: middle;
  }
}
.banner .container {
  position: relative;
  z-index: 5;
}
.banner.bg--dark {
  background: #1D2C36;
}
.banner.bg--dark .container h1,
.banner.bg--dark .container h2,
.banner.bg--dark .container h3,
.banner.bg--dark .container h4,
.banner.bg--dark .container h5,
.banner.bg--dark .container h6,
.banner.bg--dark .container p {
  color: white;
}
.banner.bg--primary .container h1,
.banner.bg--primary .container h2,
.banner.bg--primary .container h3,
.banner.bg--primary .container h4,
.banner.bg--primary .container h5,
.banner.bg--primary .container h6,
.banner.bg--primary .container p {
  color: white;
}
.banner.bg--secondary .container h1,
.banner.bg--secondary .container h2,
.banner.bg--secondary .container h3,
.banner.bg--secondary .container h4,
.banner.bg--secondary .container h5,
.banner.bg--secondary .container h6,
.banner.bg--secondary .container p {
  color: white;
}
.banner .background-image-holder[data-opacity="1"] img {
  opacity: 0.1;
}
.banner .background-image-holder[data-opacity="2"] img {
  opacity: 0.2;
}
.banner .background-image-holder[data-opacity="3"] img {
  opacity: 0.3;
}
.banner .background-image-holder[data-opacity="4"] img {
  opacity: 0.4;
}
.banner .background-image-holder[data-opacity="5"] img {
  opacity: 0.5;
}
.banner .background-image-holder[data-opacity="6"] img {
  opacity: 0.6;
}
.banner .background-image-holder[data-opacity="7"] img {
  opacity: 0.7;
}
.banner .background-image-holder[data-opacity="8"] img {
  opacity: 0.8;
}
.banner .background-image-holder[data-opacity="9"] img {
  opacity: 0.9;
}
.banner .background-image-holder[data-opacity="10"] img {
  opacity: 1;
}
.background-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.background-image-holder img,
.background-image-holder video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*
.vc_single_image-wrapper {
  img {
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  }
}
*/
.wpcf7-form p {
  margin: 0 0 10px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid #eeeeee;
  background: white;
  color: #505050;
  padding: 10px;
  margin: 0;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border: 1px solid #55ad3c;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form textarea[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin: 10px 0;
}
.downloadform form {
  width: 304px;
  margin: 0 auto;
}
.downloadform form div {
  margin: 0 0 15px;
}
.downloadform form div.form-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.downloadform form div label {
  display: block;
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 14px;
}
.downloadform form div .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #eeeeee;
  background: white;
  margin-right: 10px;
}
.downloadform form div .checkbox-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #55ad3c;
  top: 4px;
  left: 4px;
  display: none;
  pointer-events: none;
}
.downloadform form div .checkbox input[type="checkbox"]:checked + .checkbox-icon {
  display: block;
}
.downloadform form div input,
.downloadform form div textarea {
  border: 1px solid #eeeeee;
  background: white;
  color: #505050;
  padding: 12px;
  font-size: 16px;
  margin: 0;
  width: 100%;
}
.downloadform form div input:focus,
.downloadform form div textarea:focus {
  outline: none;
  border: 1px solid #55ad3c;
}
.downloadform form div input[type="checkbox"],
.downloadform form div textarea[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.downloadform form div input[type="submit"],
.downloadform form div textarea[type="submit"] {
  display: inline-block;
  height: auto;
  font-family: 'soleil', Arial, sans-serif;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 0;
  border: none;
  background: #55ad3c;
  color: white;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.downloadform form div input[type="submit"]:hover,
.downloadform form div textarea[type="submit"]:hover,
.downloadform form div input[type="submit"]:focus,
.downloadform form div textarea[type="submit"]:focus {
  outline: none;
  text-decoration: none;
  background: #4c9a35;
  color: white;
}
.bg--secondary .wpcf7-form,
.hero.style-titles .wpcf7-form {
  max-width: 305px;
  margin: 0 auto;
}
.bg--secondary .wpcf7-form input,
.hero.style-titles .wpcf7-form input,
.bg--secondary .wpcf7-form text,
.hero.style-titles .wpcf7-form text {
  width: 100%;
}
.bg--secondary .wpcf7-form input[type="submit"],
.hero.style-titles .wpcf7-form input[type="submit"] {
  background: transparent;
  border: 1px solid white;
  color: white;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.bg--secondary .wpcf7-form input[type="submit"]:focus,
.hero.style-titles .wpcf7-form input[type="submit"]:focus,
.bg--secondary .wpcf7-form input[type="submit"]:hover,
.hero.style-titles .wpcf7-form input[type="submit"]:hover {
  outline: none;
  background: white;
  color: #55ad3c;
}
.bg--secondary .wpcf7-form .ajax-loader,
.hero.style-titles .wpcf7-form .ajax-loader {
  display: none;
}
.bg--secondary .wpcf7-form span.wpcf7-not-valid-tip,
.hero.style-titles .wpcf7-form span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
}
.bg--secondary .wpcf7-form div.wpcf7-response-output,
.hero.style-titles .wpcf7-form div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  color: white;
  border: none;
}
.wpcf7-checkbox > span {
  position: relative;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wpcf7-checkbox > span:before {
  content: '';
  position: relative;
  height: 20px;
  width: 20px;
  background: white;
  margin-right: 7px;
}
.wpcf7-checkbox > span > span {
  color: white;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #55ad3c;
  position: absolute;
  left: 5px;
  top: 6px;
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  background: white;
  width: 100%;
  padding: 100px 20px 20px;
  box-sizing: border-box;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .modal {
    width: 500px;
    padding: 35px 20px 20px;
    height: auto;
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
  }
}
.modal-title {
  margin: 0 0 20px;
  text-align: center;
}
.modal .wpcf7 {
  /*
.checkbox {
      position: relative;
      width: 20px;
      height: 20px;
      border: 1px solid #eeeeee;
      background: white;
      margin-right: 10px;
      
      &-icon {
        position: absolute;
        width: 10px;
        height: 10px;
        background: @color-primary;
        top: 4px;
        left: 4px;
        display: none;
        pointer-events: none;
      }
      
      input[type="checkbox"]:checked + .checkbox-icon {
        display: block;
      }
    }
*/
  /*
    input, textarea {
      width: 304px;
      padding: 15px;
      margin: 5px auto 0;
      border: 1px solid #eee;
      
      &:hover {
        border-color: #aaa;
      }

      &:focus {
        border-color: #55ad3c;
        outline: none;
      }
      
      &[type=submit] {
        background: #55ad3c;
        border: none;
        color: white;
        display: block;
        margin: 15px auto 0;
        
        &:hover,
        &:focus {
          background: #47a32e;
          border: none;
          color: white;
          outline: none;
          cursor: pointer;
        }
      }
    }
*/
}
.modal .wpcf7 label {
  display: block;
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 14px;
}
.modal .wpcf7 .wpcf7-checkbox > span {
  position: relative;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.modal .wpcf7 .wpcf7-checkbox > span:before {
  content: '';
  position: relative;
  height: 20px;
  width: 20px;
  background: white;
  margin-right: 7px;
  border: 1px solid #eeeeee;
  flex: none;
}
.modal .wpcf7 .wpcf7-checkbox > span > span {
  color: #505050;
  font-size: 14px;
}
.modal .wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #55ad3c;
  position: absolute;
  left: 5px;
  top: 6px;
}
.modal .wpcf7 .wpcf7-response-output {
  color: #505050 !important;
  font-size: 12px;
}
.modal .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #55ad3c !important;
}
.modal .wpcf7 input,
.modal .wpcf7 textarea {
  border: 1px solid #eeeeee;
  background: white;
  color: #505050;
  padding: 12px;
  font-size: 16px;
  margin: 0;
  width: 100%;
}
.modal .wpcf7 input:focus,
.modal .wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #55ad3c;
}
.modal .wpcf7 input[type="checkbox"],
.modal .wpcf7 textarea[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.modal .wpcf7 input[type="submit"],
.modal .wpcf7 textarea[type="submit"] {
  display: inline-block;
  height: auto;
  font-family: 'soleil', Arial, sans-serif;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 0;
  border: none;
  background: #55ad3c !important;
  color: white !important;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.modal .wpcf7 input[type="submit"]:hover,
.modal .wpcf7 textarea[type="submit"]:hover,
.modal .wpcf7 input[type="submit"]:focus,
.modal .wpcf7 textarea[type="submit"]:focus {
  outline: none;
  text-decoration: none;
  background: #4c9a35 !important;
  color: white !important;
}
.modal .wpcf7 textarea {
  height: 100px;
}
.modal-overlay {
  visibility: none;
  opacity: 0;
}
.modal-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: 0.5;
}
.close-modal {
  display: block;
  text-align: right;
  margin: -10px 0 0;
  color: #55ad3c;
  cursor: pointer;
}
.close-modal:hover {
  cursor: pointer;
  color: #41942b;
}
.newsletter-block {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .newsletter-block {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .newsletter-block.vc_panel {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .newsletter-block .container {
    padding: 0;
  }
}
.newsletter-block .background-image-holder {
  height: 100%;
}
@media (min-width: 768px) {
  .newsletter-block .background-image-holder {
    border-radius: 20px;
  }
}
.newsletter-block .background-image-holder img {
  -webkit-transform: scaleY(1);
  -ms-transform: scale(1);
  transform: scaleY(1);
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .newsletter-block .background-image-holder img {
    transform: scaleY(1);
    border-radius: 20px;
  }
}
.newsletter-block .newsletter-content {
  z-index: 2;
  padding: 10px 0;
}
.newsletter-block .newsletter-content h4,
.newsletter-block .newsletter-content h5,
.newsletter-block .newsletter-content p {
  color: white;
  text-align: left;
}
.newsletter-block .newsletter-content h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .newsletter-block .newsletter-content h4 {
    font-size: 28px;
  }
}
.newsletter-block .newsletter-content h5 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .newsletter-block .newsletter-content h5 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.newsletter-block .newsletter-content p {
  font-size: 14px;
  max-width: 100%;
  font-weight: 300;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .newsletter-block .newsletter-content p {
    max-width: 80%;
    font-size: 15px;
  }
}
.newsletter-block .newsletter-content .form-wrapper {
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .newsletter-block .newsletter-content .form-wrapper {
    margin-bottom: 0;
  }
}
.newsletter-block .newsletter-content .form-wrapper form {
  width: 100%;
  max-width: unset;
  display: flex;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .newsletter-block .newsletter-content .form-wrapper form {
    max-width: 80%;
  }
}
.newsletter-block .newsletter-content .form-wrapper form p {
  margin: 0 !important;
}
.newsletter-block .newsletter-content .form-wrapper form input[name=email] {
  width: 100%;
  border: 1px solid #eee;
  background: white;
  color: #505050;
  padding: 10px 10px 10px 15px;
  margin: 0;
  width: 80%;
  border-radius: 10px 0 0 10px !important;
  font-weight: 300;
  font-size: 16px !important;
}
.newsletter-block .newsletter-content .form-wrapper form input[name=email]::-webkit-input-placeholder {
  color: #999999 !important;
}
@media (min-width: 768px) {
  .newsletter-block .newsletter-content .form-wrapper form input[name=email] {
    min-width: 270px;
  }
}
.newsletter-block .newsletter-content .form-wrapper form input[type=submit] {
  margin: 0;
  padding: 0 13px;
  background: white;
  color: #55AD3C;
  -webkit-appearance: none;
  opacity: 1;
  border: none;
  font-family: arial;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #2C2E35 !important;
  border: none !important;
  color: white !important;
  width: 45%;
  border-radius: 0 10px 10px 0 !important;
  text-transform: none;
}
.form-block .form-content {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px 30px;
  z-index: 1;
}
@media (min-width: 768px) {
  .form-block .form-content {
    background-color: white;
  }
}
.form-block .form-content.col-lg-4 {
  height: 100%;
}
.form-block .form-content h4 {
  font-size: 31px;
  font-weight: 700;
}
.form-block .form-content h5 {
  font-size: 18px;
  color: #b3b1b1;
  margin-bottom: 20px;
  font-weight: 300;
}
.form-block .form-content .form-wrapper form {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-block .form-content .form-wrapper form input,
.form-block .form-content .form-wrapper form textarea {
  border-radius: 15px !important;
  margin: 5px 0;
}
.form-block .form-content .form-wrapper form input::placeholder,
.form-block .form-content .form-wrapper form textarea::placeholder {
  color: #b3b1b1;
  opacity: 1;
  font-weight: 300;
}
.form-block .form-content .form-wrapper form input#first_name,
.form-block .form-content .form-wrapper form textarea#first_name,
.form-block .form-content .form-wrapper form input#last_name,
.form-block .form-content .form-wrapper form textarea#last_name {
  width: 49%;
}
.form-block .form-content .form-wrapper form textarea {
  height: 100px;
}
.form-block .form-content .form-wrapper form label {
  color: #505050;
  margin-left: 20px;
}
.form-block .form-content .form-wrapper form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50% !important;
  vertical-align: middle;
  border: 1px solid #eee;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.form-block .form-content .form-wrapper form input[type="checkbox"]:checked {
  width: 16px;
  height: 16px;
  background-color: #55ad3c;
  position: relative;
  margin: 7px 2px !important;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #eee;
}
.form-block .form-content .form-wrapper form input[type=submit] {
  background-color: #55ad3c;
  color: white;
}
.form-block .background-image-holder {
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  left: unset;
}
.form-block .background-image-holder img {
  transform: scale(1);
  margin: 0;
}
@media (min-width: 768px) {
  .form-1-block .background-image-holder {
    width: 75%;
  }
  .form-1-block .background-image-holder img {
    border-radius: 20px;
  }
}
.form-1-block.vc_panel {
  padding: 75px 0;
}
.form-1-block .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  padding-left: 20%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}
.form-1-block .content-wrapper.top {
  align-items: start;
}
.form-1-block .content-wrapper.center {
  align-items: center;
}
.form-1-block .content-wrapper.bottom {
  align-items: end;
}
.form-1-block .container {
  height: 100%;
}
.form-1-block .row {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .form-2-block .form-content {
    margin-left: 10%;
  }
}
@media (min-width: 768px) {
  .form-2-block .background-image-holder img {
    border-radius: 10px;
  }
}
.form-2-block.vc_panel {
  padding: 75px 0;
}
.form-2-block .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  padding-left: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}
.form-2-block .content-wrapper.top {
  align-items: start;
}
.form-2-block .content-wrapper.center {
  align-items: center;
}
.form-2-block .content-wrapper.bottom {
  align-items: end;
}
.form-2-block .container {
  height: 100%;
}
.form-2-block .row {
  height: 100%;
  display: flex;
  align-items: center;
}
.form-3-block.vc_panel {
  padding: 200px 0;
}
.form-3-block.vc_panel .background-image-holder {
  z-index: -1;
}
@media (min-width: 1200px) {
  .form-3-block.vc_panel .form-content {
    max-width: 370px;
  }
}
.form-3-block .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  padding-left: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}
.form-3-block .content-wrapper.top {
  align-items: start;
}
.form-3-block .content-wrapper.center {
  align-items: center;
}
.form-3-block .content-wrapper.bottom {
  align-items: end;
}
.form-3-block .container {
  height: 100%;
}
.form-3-block .row {
  height: 100%;
  display: flex;
  align-items: center;
}
.form-4-block.vc_panel {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .form-4-block.vc_panel.rounded-corners img {
    border-radius: 30px;
  }
}
@media (max-width: 1200px) {
  .form-4-block.vc_panel .container {
    width: 100%;
  }
}
.form-4-block.vc_panel .container {
  height: 100%;
}
.form-4-block.vc_panel .row {
  height: 100%;
  display: flex;
  align-items: center;
}
.form-4-block.vc_panel .form-content {
  padding: 10px 20px;
}
.form-4-block.vc_panel .form-wrapper form input,
.form-4-block.vc_panel .form-wrapper form textarea {
  border-radius: 10px !important;
}
.form-4-block.vc_panel .form-wrapper form #company,
.form-4-block.vc_panel .form-wrapper form #email {
  width: 100%;
}
@media (min-width: 768px) {
  .form-4-block.vc_panel .form-wrapper form #company,
  .form-4-block.vc_panel .form-wrapper form #email {
    width: 49%;
  }
}
.form-4-block .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  padding-left: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}
.form-4-block .content-wrapper.top {
  align-items: start;
}
.form-4-block .content-wrapper.center {
  align-items: center;
}
.form-4-block .content-wrapper.bottom {
  align-items: end;
}
#sgpb-popup-dialog-main-div form {
  display: flex;
  flex-flow: wrap;
  max-width: 100%;
  width: 100%;
}
#sgpb-popup-dialog-main-div form input {
  margin: 0 0 20px;
}
#sgpb-popup-dialog-main-div form label {
  color: black;
}
#sgpb-popup-dialog-main-div form textarea {
  margin-top: 0;
}
#sgpb-popup-dialog-main-div form input[type=submit] {
  background: #55ad3c;
  color: white;
}
.vc_feature_box {
  padding: 30px 20px 20px;
  text-align: center;
  border-bottom: 2px solid #55ad3c;
  background: white;
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  .vc_feature_box {
    margin: 0;
  }
}
.vc_feature_box a:hover,
.vc_feature_box a:focus {
  outline: none;
  text-decoration: none;
}
.vc_feature_box a:hover .img {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.vc_feature_box a:hover h4 {
  color: #a62c93;
}
.vc_feature_box a h4 {
  color: #55ad3c;
}
.vc_feature_box a p {
  color: #505050;
  font-size: 14px;
}
.vc_feature_box a ul li {
  color: #505050;
}
.vc_feature_box .img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: -75px auto 20px;
  background: white;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  top: -10px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.vc_feature_box .img img {
  width: 50px;
  height: auto;
  margin: 0;
}
.vc_feature_box ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.vc_feature_box ul:before {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  margin: 20px auto;
  border-top: 1px solid #eeeeee;
}
.vc_feature_box ul li {
  line-height: 28px;
  margin: 10px 0;
  list-style: none;
}
.vc_feature_box ul li:before {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9.98a1.5 1.5 0 1 1 2.2 2.04l-9.29 10c-.59.64-1.6.64-2.2 0l-3.7-4A1.5 1.5 0 1 1 3.1 6.98L5.7 9.8l8.2-8.82z' fill='%2355AD3C' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 13px;
  display: inline-block;
  margin-right: 15px;
}
.vc_feature_box_alt {
  text-align: center;
  border-bottom: 2px solid #55ad3c;
  background: white;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.vc_feature_box_alt.border-purple {
  border-bottom: 2px solid #a62c93;
}
.vc_feature_box_alt.border-green {
  border-bottom: 2px solid #55ad3c;
}
.vc_feature_box_alt.border-blue {
  border-bottom: 2px solid #3d72ae;
}
.vc_feature_box_alt.border-yellow {
  border-bottom: 2px solid #f6ac07;
}
.vc_feature_box_alt .img {
  position: relative;
  display: block;
  height: 170px;
}
.vc_feature_box_alt .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vc_feature_box_alt .img h4 {
  color: #ffffff;
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.vc_feature_box_alt .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.75;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0000000', endColorstr='#a6000000', GradientType=0);
}
.vc_feature_box_alt .content {
  padding: 15px 20px 20px;
}
.vc_feature_box_alt .content p {
  font-size: 14px;
}
.vc_feature_box_alt .content .button {
  display: block;
  margin: 15px 0 0;
}
.vc_feature_box_alt ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.vc_feature_box_alt ul:before {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  margin: 20px auto;
  border-top: 1px solid #eeeeee;
}
.vc_feature_box_alt ul li {
  line-height: 24px;
  font-size: 13px;
  margin: 10px 0;
  list-style: none;
}
.vc_feature_box_alt ul li:before {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9.98a1.5 1.5 0 1 1 2.2 2.04l-9.29 10c-.59.64-1.6.64-2.2 0l-3.7-4A1.5 1.5 0 1 1 3.1 6.98L5.7 9.8l8.2-8.82z' fill='%2355AD3C' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 13px;
  display: inline-block;
  margin-right: 10px;
}
.vc_activities {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: calc(100% + 60px);
  margin-left: -30px;
}
.vc_activities-post {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .vc_activities-post {
    width: 50%;
    height: 280px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .vc_activities-post {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .vc_activities-post {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .vc_activities-post {
    width: 20%;
  }
}
@media (min-width: 1920px) {
  .vc_activities-post {
    height: 340px;
  }
}
.vc_activities-post a {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .vc_activities-post a {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .vc_activities-post a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.75;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0000000', endColorstr='#a6000000', GradientType=0);
  }
}
.vc_activities-post a:focus,
.vc_activities-post a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
@media (min-width: 768px) {
  .vc_activities-post a:focus:after,
  .vc_activities-post a:hover:after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .vc_activities-post a:focus .vc_activities-content,
  .vc_activities-post a:hover .vc_activities-content {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .vc_activities-post a:focus .vc_activities-content p.tagline,
  .vc_activities-post a:hover .vc_activities-content p.tagline {
    opacity: 1;
  }
}
.vc_activities-thumbnail {
  display: block;
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
.vc_activities-thumbnail img {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .vc_activities-thumbnail img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.vc_activities-content {
  color: white;
  background: #55ad3c;
  padding: 20px 20px 30px;
  display: block;
}
@media (min-width: 768px) {
  .vc_activities-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 20px;
    box-sizing: border-box;
    background: transparent;
    transform: translateY(110px);
    -webkit-transform: translateY(110px);
    -moz-transform: translateY(110px);
    -o-transform: translateY(110px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
.vc_activities-content h2 {
  margin: 0 0 10px;
}
.vc_activities-content p.tagline {
  color: white;
  font-size: 14px;
}
@media (min-width: 768px) {
  .vc_activities-content p.tagline {
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
  }
}
.vc_activities-content .button {
  display: inline-block;
  text-shadow: none;
  box-shadow: none;
  background: white;
  color: #55ad3c;
  text-decoration: none;
  min-width: auto;
  width: auto;
  text-align: center;
  margin: 15px 15px 0 0;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.vc_contact_offices {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_contact_offices-post {
  width: 50%;
  height: 180px;
  position: relative;
  overflow: hidden;
  opacity: 0.45;
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  cursor: pointer;
  order: 2;
}
@media (min-width: 520px) {
  .vc_contact_offices-post {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .vc_contact_offices-post {
    width: 25%;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .vc_contact_offices-post:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.35;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0000000', endColorstr='#a6000000', GradientType=0);
  }
}
.vc_contact_offices-post:hover {
  opacity: 0.8;
}
.vc_contact_offices-post.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .vc_contact_offices-post.active:after {
    opacity: 0.75;
  }
}
.vc_contact_offices-post.first {
  order: 1;
}
.vc_contact_offices-post img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vc_contact_offices-post h3 {
  color: white;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin: 0;
  bottom: 15px;
  z-index: 5;
}
.vc_contact_offices_content {
  margin-top: 80px;
  margin-bottom: 80px;
}
.vc_contact_offices_content-post {
  display: none;
}
.vc_contact_offices_content-post.active {
  display: block;
}
@media (min-width: 768px) {
  .vc_contact_offices_content-post.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.vc_contact_offices_content-post .content,
.vc_contact_offices_content-post .map {
  width: 100%;
}
@media (min-width: 768px) {
  .vc_contact_offices_content-post .content,
  .vc_contact_offices_content-post .map {
    width: 50%;
  }
}
.vc_contact_offices_content-post .content iframe,
.vc_contact_offices_content-post .map iframe {
  width: 100%;
}
.vc_contact_offices_content-post .content {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .vc_contact_offices_content-post .content {
    margin: 0;
  }
}
.vc_contact_team {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.vc_contact_team-post {
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 25px;
  display: none;
  order: 2;
}
.vc_contact_team-post.active {
  order: 1;
  display: block;
}
.vc_contact_team-post .thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
}
.vc_contact_team-post .thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vc_contact_team-post h3 {
  color: #55ad3c;
  margin: 10px 0;
}
.vc_contact_team-post .content p {
  margin: 0 0 4px;
  font-size: 14px;
}
.vc_contact_team-post .content p a {
  color: #55ad3c;
}
.vc_infographic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 30px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .vc_infographic {
    display: block;
    padding: 100px 0;
    max-width: 800px;
    margin: 30px auto;
  }
}
.vc_infographic svg {
  display: none;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .vc_infographic svg {
    display: block;
  }
}
.vc_infographic svg #inner-circle {
  animation: pulse 2s cubic-bezier(0.68, 0.55, 0.265, 1.55) infinite;
  transform: scale(0.9);
  transform-origin: 333px 239px;
}
.vc_infographic svg #icon-inner {
  animation: bounce 4s ease-in-out infinite;
}
.vc_infographic .info-box {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 460px) {
  .vc_infographic .info-box {
    width: 50%;
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box {
    position: absolute;
    width: 360px;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 1240px) {
  .vc_infographic .info-box {
    width: 380px;
  }
}
.vc_infographic .info-box img {
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .vc_infographic .info-box img {
    display: none;
  }
}
.vc_infographic .info-box h3 {
  color: #55ad3c;
  background: white;
  padding: 0 10px;
  line-height: 1;
  display: inline-block;
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .vc_infographic .info-box p {
    background: none;
    padding: 5px;
    opacity: 0;
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box--1 {
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    padding-bottom: 70px;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box--1:hover {
    top: 15px;
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box--2 {
    right: -165px;
    top: 235px;
    padding-left: 120px;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box--3 {
    right: -165px;
    bottom: 215px;
    padding-left: 120px;
    padding-top: 50px;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
  }
}
@media (min-width: 1240px) {
  .vc_infographic .info-box--3 {
    bottom: 220px;
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box--4 {
    bottom: 5px;
    left: 50%;
    padding-top: 90px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box--5 {
    left: -165px;
    bottom: 230px;
    padding-right: 140px;
    padding-top: 50px;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box--6 {
    left: -165px;
    top: 235px;
    padding-right: 140px;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box:hover {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .vc_infographic .info-box:hover p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.vc_landing_reasons {
  max-width: 1240px;
  margin-top: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_landing_reasons .item {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin: 40px 0;
}
@media (min-width: 480px) {
  .vc_landing_reasons .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vc_landing_reasons .item {
    width: 25%;
  }
}
.vc_landing_reasons .item:nth-child(-n + 1) {
  margin-top: 0;
}
@media (min-width: 480px) {
  .vc_landing_reasons .item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .vc_landing_reasons .item:nth-child(-n + 4) {
    margin-top: 0;
  }
}
.vc_landing_reasons .item .number {
  color: #55ad3c;
  padding: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1.25;
  border-radius: 25px;
  font-size: 15px;
  border: 2px solid #55ad3c;
  font-weight: 600;
}
.vc_landing_reasons .item p {
  font-size: 14px;
}
.vc_landing_reasons .item:nth-child(1):before,
.vc_landing_reasons .item:nth-child(3):before,
.vc_landing_reasons .item:nth-child(4):before,
.vc_landing_reasons .item:nth-child(6):before,
.vc_landing_reasons .item:nth-child(7):before,
.vc_landing_reasons .item:nth-child(8):before {
  display: none;
}
@media (min-width: 992px) {
  .vc_landing_reasons .item:nth-child(1):before,
  .vc_landing_reasons .item:nth-child(3):before,
  .vc_landing_reasons .item:nth-child(4):before,
  .vc_landing_reasons .item:nth-child(6):before,
  .vc_landing_reasons .item:nth-child(7):before,
  .vc_landing_reasons .item:nth-child(8):before {
    display: block;
  }
}
.vc_landing_reasons .item:nth-child(1):before {
  content: "";
  position: absolute;
  top: -10px;
  right: -72px;
  width: 144px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='183' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.59 13.13C62.52-5.91 123.88-2.5 185.68 23.4' stroke='%2354AD3C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-dasharray='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (min-width: 1200px) {
  .vc_landing_reasons .item:nth-child(1):before {
    right: -92px;
    width: 184px;
  }
}
.vc_landing_reasons .item:nth-child(6):before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: -70px;
  width: 150px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg width='178' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1 1.47c63.17 34.33 123.46 34.33 180.88 0' stroke='%2354AD3C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-dasharray='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (min-width: 1200px) {
  .vc_landing_reasons .item:nth-child(6):before {
    bottom: -45px;
    width: 180px;
  }
}
.vc_landing_reasons .item:nth-child(4):before {
  content: "";
  position: absolute;
  top: -35px;
  left: -102px;
  width: 185px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='235' height='49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 47.77C63.75-6.74 142.12-13.6 236.13 27.18' stroke='%2354AD3C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-dasharray='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
@media (min-width: 1200px) {
  .vc_landing_reasons .item:nth-child(4):before {
    width: 227px;
  }
}
.vc_landing_reasons .item:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 22px;
  left: -65px;
  width: 108px;
  background-image: url("data:image/svg+xml,%3Csvg width='128' height='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.45 1.21c35.32 24.8 76.95 24.8 124.86 0' stroke='%2354AD3C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-dasharray='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (min-width: 1200px) {
  .vc_landing_reasons .item:nth-child(3):before {
    left: -80px;
    width: 128px;
  }
}
.vc_landing_reasons .item:nth-child(7):before {
  content: "";
  position: absolute;
  top: -10px;
  left: -92px;
  width: 184px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='183' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.59 13.13C62.52-5.91 123.88-2.5 185.68 23.4' stroke='%2354AD3C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-dasharray='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.vc_landing_reasons .item:nth-child(8):before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -35px;
  width: 127px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='127' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.84 1.82c45.87 34.89 87 37.98 123.36 9.26' stroke='%2354AD3C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-dasharray='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
}
.vc_video_block {
  position: relative;
  width: 100%;
  width: calc(100% + 60px);
  height: auto;
  margin-left: -30px;
  margin-right: -30px;
}
.vc_video_block video {
  display: block;
  width: 100%;
  height: auto;
}
.vc_video_block img {
  display: none;
}
.vc_tile_section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  width: calc(100% + 60px);
  height: auto;
  margin-left: -30px;
  margin-right: -30px;
}
.vc_tile_section.nolink .vc_tile_block .wpb_text_column {
  margin: 0;
}
@media (min-width: 768px) {
  .vc_tile_section.col-2 .vc_tile_block {
    width: 50%;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .vc_tile_section.col-2 .vc_tile_block {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .vc_tile_section.col-2 .vc_tile_block {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .vc_tile_section.col-3 .vc_tile_block {
    width: 50%;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .vc_tile_section.col-3 .vc_tile_block {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .vc_tile_section.col-3 .vc_tile_block {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .vc_tile_section.col-4 .vc_tile_block {
    width: 50%;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .vc_tile_section.col-4 .vc_tile_block {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .vc_tile_section.col-4 .vc_tile_block {
    width: 25%;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .vc_tile_section.col-5 .vc_tile_block {
    width: 50%;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .vc_tile_section.col-5 .vc_tile_block {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .vc_tile_section.col-5 .vc_tile_block {
    width: 25%;
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .vc_tile_section.col-5 .vc_tile_block {
    width: 20%;
    height: 350px;
  }
}
.vc_tile_block {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  height: 275px;
  overflow: hidden;
}
.vc_tile_block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a8000000', GradientType=0);
  opacity: 0.5;
  z-index: 1;
  transition: 0.35s ease;
}
.vc_tile_block .content {
  position: absolute;
  width: 100%;
  bottom: -68px;
  left: 0;
  padding: 0 20px 20px;
  z-index: 2;
  font-size: 16px;
  font-weight: 300;
  color: white;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .vc_tile_block .content {
    bottom: 0 !important;
  }
}
.vc_tile_block .content h1,
.vc_tile_block .content h2,
.vc_tile_block .content h3,
.vc_tile_block .content h4,
.vc_tile_block .content h5,
.vc_tile_block .content h6,
.vc_tile_block .content p {
  color: white;
}
.vc_tile_block .content .button {
  text-align: center;
  min-width: auto;
  width: fit-content;
  display: block;
  background: white;
  color: #55ad3c;
  padding: 15px;
  margin: 20px 0 0;
  line-height: 1;
  height: auto;
}
.vc_tile_block .content .button:empty {
  display: none;
}
.vc_tile_block .content .button:hover,
.vc_tile_block .content .button:focus {
  outline: none;
  background: #55ad3c;
  color: white;
}
.vc_tile_block:hover .content {
  bottom: 0 !important;
}
.vc_tile_block:hover:after {
  opacity: 0.75;
}
.vc_tile_block img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vc_tile_block.no-link .content {
  bottom: -60px;
}
.vc_tile_block.no-link .content .wpb_content_element {
  margin: 0;
}
.vc_tile_block.no-link:hover .content {
  bottom: 0;
}
.vc_tile_block.no-link:hover:after {
  opacity: 0.75;
}
.vc_seminars_list-post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 30px;
}
.vc_seminars_list-post:nth-of-type(even) .vc_seminars_list-thumb {
  order: 2;
}
.vc_seminars_list-post:nth-of-type(even) .vc_seminars_list-content {
  order: 1;
}
.vc_seminars_list-thumb {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.vc_seminars_list-thumb img {
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vc_seminars_list-content {
  width: 50%;
  padding: 30px;
}
.vc_casestudies_list-post {
  display: none;
  margin: 0 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .vc_casestudies_list-post {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.vc_casestudies_list-post.active {
  display: block;
}
@media (min-width: 768px) {
  .vc_casestudies_list-post.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.vc_casestudies_list-post:last-child {
  border-bottom: none;
}
.vc_casestudies_list-title {
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .vc_casestudies_list-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.vc_casestudies_list-title h2 {
  margin: 0;
}
.vc_casestudies_list-title img {
  display: none;
  max-height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .vc_casestudies_list-title img {
    display: block;
  }
}
.vc_casestudies_list-thumb {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .vc_casestudies_list-thumb {
    width: 250px;
    margin: 0;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .vc_casestudies_list-thumb {
    width: 350px;
  }
}
.vc_casestudies_list-thumb img {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.vc_casestudies_list-content {
  width: 100%;
}
@media (min-width: 768px) {
  .vc_casestudies_list-content {
    width: calc(100% - 280px);
  }
}
@media (min-width: 992px) {
  .vc_casestudies_list-content {
    width: calc(100% - 480px);
  }
}
.vc_casestudies_list-cats {
  position: relative;
  margin: 0 0 25px;
  width: 100%;
}
.vc_casestudies_list-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_casestudies_list-cats ul li {
  list-style: none;
  margin: 6px;
  padding: 0;
}
.vc_casestudies_list-cats ul li a {
  color: #a62c93;
  border: 1px solid #a62c93;
  display: inline-block;
  height: auto;
  font-size: 14px;
  font-family: 'soleil', Arial, sans-serif;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.vc_casestudies_list-cats ul li a.active {
  background: #a62c93;
  color: white;
}
.vc_casestudies_list-cats ul li a:hover,
.vc_casestudies_list-cats ul li a:focus {
  outline: none;
  background: #a62c93;
  color: white;
  text-decoration: none;
}
.vc_imagesgrid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.vc_imagesgrid-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: calc(50% - 10px);
  height: 60px;
  margin: 0 5px 60px;
}
@media (min-width: 640px) {
  .vc_imagesgrid-img {
    width: calc(25% - 10px);
  }
}
@media (min-width: 992px) {
  .vc_imagesgrid-img {
    width: calc(20% - 10px);
  }
}
.vc_imagesgrid-img img {
  display: block;
  margin: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 60px;
}
.vc_activities_list-post {
  display: block;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.vc_activities_list-post:last-child {
  border-bottom: none;
}
.vc_activities_list-post.green .vc_activities_list-content .tagline {
  color: white;
  background: #55ad3c;
}
.vc_activities_list-post.green .vc_activities_list-content h2 {
  color: white;
  background: #55ad3c;
}
.vc_activities_list-post.purple .vc_activities_list-content .tagline {
  color: white;
  background: #a62c93;
}
.vc_activities_list-post.purple .vc_activities_list-content h2 {
  color: white;
  background: #a62c93;
}
.vc_activities_list-post.blue .vc_activities_list-content .tagline {
  color: white;
  background: #38ace2;
}
.vc_activities_list-post.blue .vc_activities_list-content h2 {
  color: white;
  background: #38ace2;
}
.vc_activities_list-post.red .vc_activities_list-content .tagline {
  color: white;
  background: #d83824;
}
.vc_activities_list-post.red .vc_activities_list-content h2 {
  color: white;
  background: #d83824;
}
.vc_activities_list-post.teal .vc_activities_list-content .tagline {
  color: white;
  background: #85c5ba;
}
.vc_activities_list-post.teal .vc_activities_list-content h2 {
  color: white;
  background: #85c5ba;
}
.vc_activities_list-post.orange .vc_activities_list-content .tagline {
  color: white;
  background: #e6830e;
}
.vc_activities_list-post.orange .vc_activities_list-content h2 {
  color: white;
  background: #e6830e;
}
.vc_activities_list-flex {
  display: block;
}
@media (min-width: 768px) {
  .vc_activities_list-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.vc_activities_list-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .vc_activities_list-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.vc_activities_list-title img {
  display: none;
  max-height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .vc_activities_list-title img {
    display: block;
  }
}
.vc_activities_list-thumb {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .vc_activities_list-thumb {
    width: 250px;
    margin: 0;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .vc_activities_list-thumb {
    width: 450px;
  }
}
.vc_activities_list-thumb img {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.vc_activities_list-content {
  width: 100%;
}
@media (min-width: 768px) {
  .vc_activities_list-content {
    width: calc(100% - 280px);
  }
}
@media (min-width: 992px) {
  .vc_activities_list-content {
    width: calc(100% - 480px);
  }
}
.vc_activities_list-content .tagline {
  color: white;
  background: #55ad3c;
  padding: 2px 12px 7px 12px;
  font-size: 20px;
  margin: 0 0 3px;
  width: fit-content;
}
@media (min-width: 1200px) {
  .vc_activities_list-content .tagline {
    max-width: calc(100% - 140px);
  }
}
.vc_activities_list-content h2 {
  color: white;
  background: #55ad3c;
  padding: 2px 12px 7px 12px;
  margin-top: 0;
  width: fit-content;
}
@media (min-width: 1200px) {
  .vc_activities_list-content h2 {
    max-width: calc(100% - 140px);
  }
}
.vc_activities_list-content .main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.vc_activities_list-content .main .meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: fit-content;
  flex: none;
  text-align: right;
  margin-left: 50px;
}
.vc_activities_list-content .main .meta-field {
  display: block;
  background: #bcbec0;
  padding: 2px 5px;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
  font-size: 15px;
  flex: none;
  width: fit-content;
}
.vc_activities_list-end {
  margin: 15px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.vc_accordion-content {
  display: none;
}
.vc_accordion-content .wpb_text_column {
  margin: 0;
  padding: 10px 3px;
}
.vc_accordion-content p {
  color: #505050;
  font-size: 14px;
}
.vc_accordion-content p:last-child {
  margin-bottom: 0;
}
.vc_accordion-toggle {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  color: #505050;
  font-size: 16px;
  padding: 15px 3px;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
}
.vc_accordion-toggle:hover {
  text-decoration: none;
  color: #55ad3c;
}
.vc_accordion-toggle:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #55ad3c;
  border-bottom: 1px solid #55ad3c;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(45deg);
}
.vc_accordion-toggle.active:after {
  transform: rotate(-135deg);
}
.vc_contact_team_list-cats {
  position: relative;
  margin: 0 0 25px;
  width: 100%;
}
.vc_contact_team_list-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_contact_team_list-cats ul li {
  list-style: none;
  margin: 6px;
  padding: 0;
}
.vc_contact_team_list-cats ul li a {
  color: #a62c93;
  border: 1px solid #a62c93;
  display: inline-block;
  height: auto;
  font-size: 14px;
  font-family: 'soleil', Arial, sans-serif;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.vc_contact_team_list-cats ul li a.active {
  background: #a62c93;
  color: white;
}
.vc_contact_team_list-cats ul li a:hover,
.vc_contact_team_list-cats ul li a:focus {
  outline: none;
  background: #a62c93;
  color: white;
  text-decoration: none;
}
@media (min-width: 992px) {
  .vc_calculator {
    display: flex;
    align-items: flex-start;
  }
}
.vc_calculator .roi-results {
  background: #a62c93;
  padding: 40px;
  width: 100%;
  margin-top: 50px;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .vc_calculator .roi-results {
    margin: 0;
    margin-left: 50px;
  }
}
.vc_calculator .roi-results__title {
  display: none;
}
.vc_calculator .roi-results__title.active {
  display: block;
}
.vc_calculator .roi-calculator {
  background: white;
  padding: 40px;
  -webkit-box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  border-bottom: 3px solid #55ad3c;
}
@media (min-width: 992px) {
  .vc_calculator .roi-calculator {
    width: 560px;
    flex: none;
  }
}
@media (min-width: 768px) {
  .vc_calculator .roi-calculator__item {
    display: flex;
    justify-content: space-between;
  }
}
.vc_calculator .roi-calculator__item-title p {
  font-weight: 600;
  padding: 0;
  line-height: 24px;
}
.vc_calculator .roi-calculator__item-value {
  position: relative;
  flex: none;
}
.vc_calculator .roi-calculator__item-value span {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  color: #505050;
  width: 100px;
}
.vc_calculator .roi-calculator__item-value i {
  position: absolute;
  left: 60px;
  top: 10px;
}
@media (min-width: 768px) {
  .vc_calculator .roi-calculator__item-value i {
    left: inherit;
    right: 115px;
  }
}
.vc_calculator .roi-calculator__item-number {
  width: 80px;
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #ededf2;
  color: #505050;
  text-align: left;
  font-weight: 600;
  padding: 5px 7px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  line-height: 22px;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_calculator .roi-calculator__item-number:focus {
  outline: none;
  border-color: #55ad3c;
}
.vc_calculator .roi-calculator__sliders {
  padding-bottom: 40px;
}
.vc_calculator .roi-calculator .actions .button {
  width: 100%;
  display: block;
}
.vc_calculator .roi-calculator .js-advanced-more {
  color: #55ad3c;
  cursor: pointer;
}
.vc_calculator .roi-calculator__more {
  padding: 0 0 20px;
}
.vc_calculator .roi-calculator__advanced {
  display: none;
}
.vc_calculator .roi-calculator .ui-widget-header {
  background: #55ad3c;
}
.vc_calculator .roi-calculator .ui-widget-content {
  background: #ededf2;
  border: none;
  border-radius: 5px;
  height: 8px;
}
.vc_calculator .roi-calculator .ui-slider-handle {
  background: white !important;
  border: none !important;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  top: -4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  outline: none;
}
.vc_calculator .roi-calculator .roi-calculator__advanced .ui-widget-header {
  background: #a62c93;
}
/* Seminars */
.seminar-single-row {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .seminar-single-row {
    display: flex;
    align-items: center;
  }
}
.seminar-single-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .seminar-single-row .col-sm-6 {
    width: 50%;
  }
}
.seminar-single-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Booking bar */
.booking-bar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.booking-bar h2 {
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 639px) {
  .booking-bar h2 {
    text-align: center;
  }
}
.booking-bar .button {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .booking-bar .button {
    margin: 20px auto 0;
  }
}
.modal-booking-form {
  /*
  background: #a62c93;
  color: white;
*/
  padding: 40px 20px 20px;
  padding-bottom: 80px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .modal-booking-form {
    padding: 30px 20px 20px;
    width: 680px;
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 640px) and (min-height: 720px) {
  .modal-booking-form {
    overflow: hidden;
  }
}
.modal-booking-form .modal-title h2 {
  font-size: 24px;
  color: #55ad3c;
}
.modal-booking-form a,
.modal-booking-form .close-modal {
  color: #55ad3c;
  text-decoration: underline !important;
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #55ad3c;
  font-weight: 400;
  font-size: 14px;
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #55ad3c;
}
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=date],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=datetime],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=datetime-local],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=email],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=month],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=number],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=password],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=range],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=search],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=tel],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=text],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=time],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=url],
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=week],
.modal-booking-form div.wpforms-container-full .wpforms-form select,
.modal-booking-form div.wpforms-container-full .wpforms-form textarea {
  border: none;
  border-radius: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.modal-booking-form .wpcf7 input,
.modal-booking-form .wpcf7 select,
.modal-booking-form .wpcf7 textarea {
  border: 1px solid #55ad3c;
  box-shadow: none;
  padding: 10px;
  height: 44px;
  width: 100%;
}
.modal-booking-form .wpcf7 input[type="submit"]:disabled,
.modal-booking-form .wpcf7 input[type="submit"]:disabled:hover {
  background: #c0c0c0 !important;
  cursor: not-allowed;
}
.modal-booking-form span.wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  background: white;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  border: 1px solid #55ad3b;
}
.modal-booking-form span.wpcf7-list-item-label::after {
  position: absolute;
  top: -6px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #55ad3b;
  opacity: 0;
}
@media (min-width: 768px) {
  .modal-booking-form span.wpcf7-list-item-label::before {
    top: 0;
  }
  .modal-booking-form span.wpcf7-list-item-label::after {
    top: 4px;
  }
}
.modal-booking-form .wpcf7 input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}
.modal-booking-form .wpcf7-not-valid-tip {
  color: #dc3232 !important;
}
.modal-booking-form .wpcf7-form .ajax-loader {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  background-image: none;
  width: 20px;
  height: 20px;
}
.modal-booking-form .wpcf7-form .ajax-loader:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-booking-form .wpcf7-form div.wpcf7-response-output {
  position: relative !important;
}
.modal-booking-form .wpcf7-acceptance .wpcf7-list-item {
  padding-left: 25px;
}
.modal-booking-form .wpcf7-form p {
  position: relative;
}
.modal-booking-form div.wpforms-container-full .wpforms-form input::-webkit-input-placeholder {
  color: #333333;
}
.modal-booking-form div.wpforms-container-full .wpforms-form input::-moz-placeholder {
  color: #333333;
}
.modal-booking-form div.wpforms-container-full .wpforms-form input:-ms-input-placeholder {
  color: #333333;
}
.modal-booking-form div.wpforms-container-full .wpforms-form input:-moz-placeholder {
  color: #333333;
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field-stripe-credit-card-cardnumber,
.modal-booking-form div.wpforms-container-full .wpforms-form input.wpforms-stripe-credit-card-hidden-input {
  border: none;
  border-radius: 0;
}
.modal-booking-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.modal-booking-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal-booking-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 12px;
  clear: both;
}
@media (min-width: 768px) {
  .modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field {
    width: calc(50% - 12px);
    margin: 0 6px;
  }
}
@media (min-width: 768px) {
  .modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox,
  .modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-total,
  .modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-stripe-credit-card,
  .modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field:first-child {
    width: calc(100% - 12px);
  }
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-total {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  margin-top: 10px;
  justify-content: space-between;
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-total .wpforms-field-label {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-total .wpforms-payment-total {
  font-size: 20px;
  font-weight: 600;
  transform: translateY(-2px);
}
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=submit],
.modal-booking-form div.wpforms-container-full .wpforms-form button[type=submit],
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-page-button {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: 'soleil', Arial, sans-serif;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 0;
  border: none;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  background: transparent;
  border: 1px solid white;
  color: white;
}
.modal-booking-form div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.modal-booking-form div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  border-color: white;
  background: white;
  color: #55ad3c;
}
.modal-booking-form div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: white;
}
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,
.modal-booking-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border: none;
}
.modal-booking-form .wpforms-form .wpforms-field-checkbox li {
  position: relative;
}
.modal-booking-form .wpforms-form .wpforms-field-checkbox li label {
  padding-left: 34px;
}
.modal-booking-form .wpforms-form .wpforms-field-checkbox li label:before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
}
.modal-booking-form .wpforms-form .wpforms-field-checkbox li label:after {
  content: '';
  position: absolute;
  background-color: #55ad3c;
  left: 6px;
  top: 5px;
  width: 12px;
  height: 12px;
  opacity: 0;
}
.modal-booking-form .wpforms-form .wpforms-field-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.modal-booking-form .wpforms-form .wpforms-field-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.modal-booking-form .wpforms-confirmation-container-full,
.modal-booking-form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #a62d93;
  border: none;
  color: white;
  text-align: center;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.9);
    transform-origin: 333px 239px;
  }
  50% {
    transform: scale(1.85);
    transform-origin: 333px 239px;
  }
  75% {
    opacity: 0;
    transform-origin: 333px 239px;
  }
  100% {
    transform: scale(0.9);
    transform-origin: 333px 239px;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.9);
    transform-origin: 333px 239px;
  }
  50% {
    transform: scale(1.85);
    transform-origin: 333px 239px;
  }
  75% {
    opacity: 0;
    transform-origin: 333px 239px;
  }
  100% {
    transform: scale(0.9);
    transform-origin: 333px 239px;
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
    transform-origin: 30px 30px;
  }
  50% {
    transform: scale(1.15);
    transform-origin: 30px 30px;
  }
  100% {
    transform: scale(1);
    transform-origin: 30px 30px;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
    transform-origin: 30px 30px;
  }
  50% {
    transform: scale(1.15);
    transform-origin: 30px 30px;
  }
  100% {
    transform: scale(1);
    transform-origin: 30px 30px;
  }
}
.article_content {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .article_content {
    padding: 0;
  }
}
.article_content h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article_content h1 {
    margin-bottom: 40px;
  }
}
.article_content article {
  max-width: 860px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .article_content article {
    margin: 50px auto 0;
  }
}
.article_content article img.size-full {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article_content article img.aligncenter {
  margin: 0 auto;
}
.article_content article img.alignleft {
  float: left;
  margin-right: 30px;
}
.article_content article img.alignright {
  float: left;
  margin-left: 30px;
}
.article_content article p strong,
.article_content article p b {
  font-weight: bold;
}
.article_content article p i {
  font-style: italic;
}
.article_date {
  text-align: center;
}
.article_meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 860px;
  margin: 50px auto;
  padding-top: 50px;
  border-top: 1px solid #eeeeee;
}
.article_meta-thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #eeeeee;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .article_meta-thumb {
    width: 100px;
    height: 100px;
  }
}
.article_meta-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.article_meta-details p {
  margin: 0;
}
.article_grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.article_grid article {
  position: relative;
}
.article_grid-item {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article_grid-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin: 0 0 30px;
  text-decoration: none;
}
.article_grid-item a .article_grid-content {
  flex: 1 0 auto;
}
.article_grid-item a .article_grid-content h4 {
  flex: 1 0 auto;
}
.article_grid-item a .article_grid-content .meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
}
.article_grid-item a .article_grid-content .date {
  font-size: 14px;
}
.article_grid-item a .article_grid-content .author {
  font-size: 14px;
}
.article_grid-item a .button {
  width: fit-content;
}
.article_grid-item a:focus,
.article_grid-item a:hover {
  outline: none;
}
.article_grid-item a:focus .article_grid-content h4,
.article_grid-item a:hover .article_grid-content h4 {
  color: #55ad3c;
}
.article_grid-thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 0 20px;
}
.article_grid-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.article_grid-content h4,
.article_grid-content p {
  color: #505050;
}
.article_related .article_grid-item a .article_grid-content p {
  display: none;
}
.article_related .article_grid-item a:hover .article_grid-content h4,
.article_related .article_grid-item a:focus .article_grid-content h4 {
  color: #55ad3c;
}
.article_related .article_grid-item a .button {
  display: none;
}
nav.pagination {
  width: 100%;
  margin: 50px 0 0;
}
nav.pagination .nav-links span {
  padding: 7px 14px;
  background: #a62c93;
  color: white;
  margin: 0 3px;
}
nav.pagination .nav-links a {
  padding: 7px 14px;
  margin: 0 3px;
  color: #55ad3c;
}
nav.pagination .nav-links a:hover,
nav.pagination .nav-links a:focus {
  outline: none;
  color: #a62c93;
  background: #f1f1f1;
  text-decoration: none;
}
.image-slider,
.content-slider {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .image-slider,
  .content-slider {
    padding: 0 0 70px;
  }
}
.image-slider .swiper-slide > img,
.content-slider .swiper-slide > img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.image-slider .swiper-slide-wrap,
.content-slider .swiper-slide-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .image-slider .swiper-slide-wrap,
  .content-slider .swiper-slide-wrap {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.image-slider .swiper-slide-wrap .content,
.content-slider .swiper-slide-wrap .content {
  width: calc(100% - 80px);
  padding: 0 40px;
  order: 2;
}
@media (min-width: 768px) {
  .image-slider .swiper-slide-wrap .content,
  .content-slider .swiper-slide-wrap .content {
    width: 50%;
    padding: 40px;
    padding-left: 60px;
    order: 1;
  }
}
.image-slider .swiper-slide-wrap img,
.content-slider .swiper-slide-wrap img {
  display: block;
  width: calc(100% - 80px);
  height: auto;
  margin: 0 40px 30px;
  order: 1;
}
@media (min-width: 768px) {
  .image-slider .swiper-slide-wrap img,
  .content-slider .swiper-slide-wrap img {
    width: 40%;
    margin: 0;
    margin-right: 60px;
    order: 2;
  }
}
.image-slider .swiper-button-next,
.content-slider .swiper-button-next {
  right: 0;
  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");
}
.image-slider .swiper-button-prev,
.content-slider .swiper-button-prev {
  left: 0;
  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");
}
.image-slider .swiper-button-next,
.content-slider .swiper-button-next,
.image-slider .swiper-button-prev,
.content-slider .swiper-button-prev {
  width: 17px;
  height: 34px;
  background-size: 17px 34px;
}
.image-slider .swiper-button-next:focus,
.content-slider .swiper-button-next:focus,
.image-slider .swiper-button-prev:focus,
.content-slider .swiper-button-prev:focus {
  outline: none;
}
.image-slider .swiper-pagination-bullet-active,
.content-slider .swiper-pagination-bullet-active {
  background: #55ad3c;
}
.image-slider.rounded-images .swiper-slide > img,
.content-slider.rounded-images .swiper-slide > img {
  border-radius: 20px;
  height: 385px;
  object-fit: cover;
}
.image-slider {
  padding: 0 0 35px;
}
@media (min-width: 768px) {
  .image-slider {
    padding: 0 0 35px;
  }
}
.image-slider .swiper-button-next,
.image-slider .swiper-button-prev {
  width: 30px;
  height: 50px;
  background-size: 15px 20px;
  background-color: white;
  padding: 5px;
  margin-top: -35px;
}
.grid-slider {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .grid-slider {
    padding: 0;
  }
}
.grid-slider .swiper-slide .image {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.grid-slider .swiper-slide .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.grid-slider .swiper-slide .content {
  padding: 7px 0 0;
}
.grid-slider .swiper-slide .content h1,
.grid-slider .swiper-slide .content h2,
.grid-slider .swiper-slide .content h3,
.grid-slider .swiper-slide .content h4,
.grid-slider .swiper-slide .content h5,
.grid-slider .swiper-slide .content h6 {
  color: #55ad3c;
}
.grid-slider .swiper-button-next,
.grid-slider .swiper-button-prev {
  width: 17px;
  height: 34px;
  background-size: 17px 34px;
}
.grid-slider .swiper-button-next:focus,
.grid-slider .swiper-button-prev:focus {
  outline: none;
}
.grid-slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2355ad3c'%2F%3E%3C%2Fsvg%3E");
  right: calc(50% - 34px);
  bottom: 0;
  top: inherit;
}
.grid-slider .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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2355ad3c'%2F%3E%3C%2Fsvg%3E");
  left: calc(50% - 34px);
  bottom: 0;
  top: inherit;
}
.grid-slider.type-logos {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .grid-slider.type-logos {
    padding: 0 0 20px;
  }
}
.grid-slider.type-logos .swiper-slide .image img {
  object-fit: contain;
  -o-object-fit: contain;
}
.swiper-main .swiper-button-next,
.swiper-main .swiper-button-prev {
  width: 17px;
  height: 34px;
  background-size: 17px 34px;
}
.swiper-main .swiper-button-next:focus,
.swiper-main .swiper-button-prev:focus {
  outline: none;
}
.swiper-main .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2355ad3c'%2F%3E%3C%2Fsvg%3E");
  right: calc(50% - 34px);
  bottom: 0;
  top: inherit;
}
@media (min-width: 768px) {
  .swiper-main .swiper-button-next {
    right: -15px;
    top: 50%;
    bottom: inherit;
    margin: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
}
.swiper-main .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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2355ad3c'%2F%3E%3C%2Fsvg%3E");
  left: calc(50% - 34px);
  bottom: 0;
  top: inherit;
}
@media (min-width: 768px) {
  .swiper-main .swiper-button-prev {
    left: -15px;
    top: 50%;
    bottom: inherit;
    margin: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
}
@media (min-width: 768px) {
  .swiper-main.type-logos .swiper-button-next,
  .swiper-main.type-logos .swiper-button-prev {
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
  }
}
.bg--white {
  background: white;
}
.bg--grey {
  background: #f5f5f5;
}
.bg--primary {
  background: #55ad3c;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6 {
  color: white;
}
.bg--primary p {
  color: white;
}
.bg--primary p.lead {
  color: white;
}
.bg--secondary {
  background: #a62c93;
}
.bg--secondary h1,
.bg--secondary h2,
.bg--secondary h3,
.bg--secondary h4,
.bg--secondary h5,
.bg--secondary h6 {
  color: white;
}
.bg--dark {
  background: #505050;
}
footer h3 {
  font-size: 20px;
  margin: 0 0 15px;
}
footer h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 600;
  background: none;
}
@media (min-width: 768px) {
  footer .col-sm-6 {
    width: 50% !important;
  }
}
footer div.wpcf7-response-output {
  display: block;
  margin: 0;
  border: none;
  font-size: 12px;
  text-align: center;
  padding: 0;
}
footer p {
  font-size: 14px;
  font-weight: 400;
}
footer a,
footer p a {
  color: white;
}
footer a:hover,
footer p a:hover {
  color: white;
}
footer .footer-main {
  background: #55ad3c;
  color: white;
  padding: 50px 0 35px;
}
footer .footer-main input[type=email] {
  height: 40px;
  background: white;
  border: none;
  padding: 10px;
  color: white;
  font-size: 13px;
  font-weight: 300;
  width: 300px;
  margin: 0 0 7px;
  color: #999999;
}
footer .footer-main input[type=email]::-webkit-placeholder {
  color: #999999;
}
footer .footer-main input[type=email]:hover,
footer .footer-main input[type=email]:focus {
  outline: none;
}
footer .footer-main textarea {
  height: 80px;
  background: white;
  border: none;
  padding: 10px;
  color: white;
  font-size: 13px;
  font-weight: 300;
  width: 300px;
  margin: 0 0 7px;
  color: #999999;
}
footer .footer-main textarea::-webkit-placeholder {
  color: #999999;
}
footer .footer-main textarea:hover,
footer .footer-main textarea:focus {
  border: none;
  outline: none;
}
footer .footer-main input[type=submit] {
  height: 40px;
  min-width: auto;
  width: auto;
  padding: 10px 25px;
  line-height: 1;
  font-size: 13px;
  margin: 10px 0 0;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-weight: 600;
}
footer .footer-main input[type=submit]:hover,
footer .footer-main input[type=submit]:focus {
  outline: none;
  background: white;
  color: #55AD3C;
}
@media (min-width: 1040px) {
  footer .footer-main input[type=submit] {
    margin: 0 auto;
    margin-left: 0;
    margin-top: 10px;
  }
}
footer .footer-main .details:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer .footer-main .details:first-child {
    margin-bottom: 0;
    border-right: 1px solid white;
  }
}
@media (min-width: 768px) {
  footer .footer-main .details:last-child {
    margin-bottom: 0;
    border-left: 1px solid white;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  footer .footer-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1040px) {
  footer .footer-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
footer .footer-row-form {
  margin: 15px 0 0;
  width: 300px;
}
@media (min-width: 576px) and (max-width: 768px) {
  footer .footer-row-form {
    margin: 0;
  }
}
@media (min-width: 1040px) {
  footer .footer-row-form {
    margin: 0;
  }
}
footer .footer-row-form form p {
  margin: 0;
}
footer .footer-bottom {
  background: #489D30;
  color: white;
  padding: 35px 0;
}
footer .footer-bottom p {
  line-height: 24px;
  font-size: 12px;
}
footer .footer-bottom p.small {
  font-size: 10px;
}
footer .footer-bottom p a i {
  margin-right: 8px;
  width: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-bottom .footer-form {
    text-align: right;
  }
}
footer .footer-bottom .copyright {
  margin-top: 20px;
  text-align: center;
}
footer .footer-bottom .copyright p {
  margin-bottom: 0;
}
footer .footer-bottom form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .footer-bottom form {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
footer .footer-bottom form .ajax-loader {
  display: none !important;
}
footer .footer-bottom form input[type=email] {
  height: 40px;
  background: transparent;
  border: 1px solid white;
  padding: 10px;
  color: white;
  font-size: 12px;
  font-weight: 300;
  min-width: 200px;
  margin: 0;
}
footer .footer-bottom form input[type=email]:hover,
footer .footer-bottom form input[type=email]:focus {
  outline: none;
}
footer .footer-bottom form input[type=email]::-webkit-input-placeholder {
  color: white;
}
footer .footer-bottom form input[type=submit] {
  margin: 0;
  padding: 0 13px;
  background: white;
  color: #55AD3C;
  -webkit-appearance: none;
  opacity: 1;
  border: none;
  font-family: arial;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.compose-mode .vc_col-sm-2 .col-sm-2,
.compose-mode .vc_col-sm-4 .col-sm-2,
.compose-mode .vc_col-sm-6 .col-sm-2,
.compose-mode .vc_col-sm-2 .col-sm-4,
.compose-mode .vc_col-sm-4 .col-sm-4,
.compose-mode .vc_col-sm-6 .col-sm-4,
.compose-mode .vc_col-sm-2 .col-sm-6,
.compose-mode .vc_col-sm-4 .col-sm-6,
.compose-mode .vc_col-sm-6 .col-sm-6 {
  width: 100%;
}
.compose-mode .vc_enome_hero .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_hero_gradient .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_hero_ios .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_hero_ios_slider .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_hero_slider .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_hero_video .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_text_app .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_text_image .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_text_map .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_enome_text_video .vc_controls > .vc_controls-out-tl {
  top: 30px;
}
@media screen and (min-width: 768px) {
  .five-columns.vc_row .vc_col-sm-2 {
    float: left;
    width: 18.5%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
  }
  .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
    margin-right: 0;
  }
}
.vc_contact_offices-post {
  opacity: 1;
}
.vc_contact_offices-post.active {
  opacity: 0.45;
}
.wpcf7-form {
  max-width: 305px;
  margin: 0 auto;
}
.wpcf7-form input {
  max-width: 100%;
}
.wpcf7-response-output {
  display: block;
  position: absolute;
  top: 100%;
}
.wpcf7-form .wpcf7-submit {
  background: transparent;
  border: 1px solid white;
  color: white;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.hero-video .background-image-holder img {
  filter: brightness(50%);
}
.wpcf7-form .wpcf7-submit:hover {
  outline: none;
  background: white;
  color: #55ad3c;
}
@media (min-width: 992px) {
  ul[id="menu-header-right-new"] li:nth-of-type(2) {
    background: #55ad3c;
    position: absolute;
    padding: 10px;
    top: -5px;
    right: 90px;
    min-width: 90px;
    text-align: center;
  }
  ul[id="menu-header-right-new"] li:nth-of-type(2) a {
    color: #fff;
    font-size: 14px;
  }
  ul[id="menu-header-right-new"] li:nth-of-type(2) a {
    color: #fff;
    font-size: 14px;
  }
  ul[id="menu-header-right-new"] li:nth-of-type(2) a:before {
    width: 0;
  }
  ul.sub-menu {
    min-width: 200px;
  }
  #menu-header-right-new li:first-of-type {
    right: 180px;
    background-color: transparent;
  }
  #menu-header-right-new li:first-of-type a {
    color: #231f20;
  }
}
.wpcf7-display-none {
  display: none;
}
.request-more-info-block .wpcf7-response-output {
  position: absolute;
  top: 350px;
  left: 30px;
  right: 30px;
}
.vc_panel.bg--secondary .wpcf7-response-output {
  position: absolute;
  display: block;
  top: 100% !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .vc_panel.bg--secondary .wpcf7-response-output {
    top: 430px;
  }
  .grecaptcha-badge {
    display: none !important;
  }
  #cookie-law-info-again {
    display: none !important;
    z-index: 0 !important;
  }
}
@media (max-width: 350px) {
  .vc_panel.bg--secondary .wpcf7-response-output {
    top: 450px;
  }
}
@media (max-width: 992px) {
  .footer-bottom a {
    white-space: nowrap;
  }
}
.hero .col-sm-12,
.banner .col-sm-12 {
  text-align: center;
}
.container .row {
  margin-left: 0;
  margin-right: 0;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form textarea[type="checkbox"] {
  opacity: 0;
}
@media (max-width: 768px) {
  .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
    top: 17px;
  }
}
html,
body {
  overflow-x: hidden;
}
@media (max-width: 330px) {
  .vc_contact_team-post {
    width: 100%;
  }
  footer .footer-row-form {
    width: 230px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  footer .footer-row {
    flex-direction: column;
  }
}
.vc_imagesgrid-img img {
  max-width: 150px !important;
  max-height: 140px !important;
}
.hero .wpb_column:last-child .wpb_text_column {
  width: 100% !important;
}
.footer-row .wpcf7-response-output {
  top: 269px;
  color: red;
}
@media (max-width: 1039px) {
  .footer-row .wpcf7-response-output {
    top: 420px;
    color: red;
  }
}
@media (max-width: 767px) {
  .footer-row .wpcf7-response-output {
    top: 440px;
  }
  .footer-main .details {
    margin-bottom: 50px !important;
  }
}
.form-modal .wpcf7-response-output {
  display: block;
  top: 4px;
  right: 60px;
}
.footer div.wpcf7-response-output {
  top: 79px;
  position: absolute;
}
.image-slider,
.content-slider {
  max-height: 420px;
}
.col-lg-4 {
  min-height: 666px;
  padding-bottom: 20px;
}
.alm-btn-wrap .alm-load-more-btn {
  background: #55ad3c !important;
  color: white !important;
  border-radius: 0px !important;
}
.alm-btn-wrap {
  margin-top: 50px;
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  #livechat-compact-view {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #livechat-eye-catcher {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #livechat-compact-container {
    display: none !important;
  }
}
.grecaptcha-badge {
  z-index: 1000;
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .vc_contact_team-post {
    width: calc(3%);
  }
}
@media screen and (max-width: 765px) {
  .vc_contact_team-post {
    width: calc(20%);
  }
}
@media screen and (max-width: 360px) {
  .vc_contact_team-post {
    width: calc(70%);
  }
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  order: 0;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_contact_offices {
  order: 3;
  margin-bottom: 80px;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_contact_offices_content {
  order: 2;
  margin-top: 0;
}
.flex-contact-order > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container {
  order: 3;
}
@media (min-width: 768px) {
  .vc_contact_offices_content-post.active {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.hero-video .background-image-holder video {
  position: absolute;
  top: 44%;
  left: 50%;
  height: auto;
  display: flex;
}
.background-image-holder {
  height: 110%;
}
@media (max-width: 960px) {
  .article-hero h1 {
    font-size: 34px !important;
  }
}
.article-hero h1 {
  position: inherit !important;
}
@media (max-width: 768px) {
  .request-more-info-button {
    top: -35px;
  }
  .request-more-info-button span {
    font-size: 14px;
  }
  .request-more-info {
    width: 100%;
    display: block;
    bottom: -5px;
  }
  .request-more-info-block {
    width: calc(100%);
  }
  .hero-video .background-image-holder video {
    height: 180% !important;
  }
}
.article_grid article {
  height: 300px;
}
.bar.article-bar {
  z-index: 99;
}
.wpcf7-checkbox > span {
  display: inline-flex;
  margin-right: 15px;
}
.wpcf7-list-item-label {
  text-align: left;
}
.wpcf7-form p {
  text-align: left;
  color: #fff;
}
.background-image-holder video {
  border-radius: 10px;
}
