@charset "UTF-8";
/* Common */
/**
 * Vars
 */
/**
 * Breakpoints
 */
/**
 * COLORS
 */
/*********************
 * BREAKPOINTS
*********************/
/* Variables */
/* Colors */
/* Mixins */
/* Vendor */
@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Global */
/* Popups plugin */
.spu-close-popup {
  display: none !important; }

@media (max-width: 767px) {
  .spu-box.spu-centered {
    margin: 0;
    top: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0 !important;
    bottom: 0 !important;
    height: 100vh;
    overflow-y: scroll;
    padding: 40px 25px 25px 25px !important; } }

/* Base */
/* Slick Slide */
.slick-slide:focus {
  outline: 0; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 46px;
  width: 46px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  border: none;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  border: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  border-radius: 100px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
  opacity: 0.75; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -80px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -80px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -80px; }
  [dir="rtl"] .slick-next {
    left: -80px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 100px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background: #223260; }
    .slick-dots li.slick-active button {
      background: #223260; }

body.not-logged-to-lusha-app .logged-in-only {
  display: none !important; }

body.logged-to-lusha-app .logged-out-only {
  display: none !important; }

.lity-iframe-container iframe {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

/**
 * Forms
 */
.cf7-wrapper {
  /**
   * Contact Form 7
   */ }
  .cf7-wrapper span.wpcf7-list-item {
    display: block; }
  .cf7-wrapper .field-wrap {
    margin-bottom: 20px;
    text-align: left; }
    .cf7-wrapper .field-wrap br {
      display: none; }
    .cf7-wrapper .field-wrap label {
      display: block;
      font-size: 16px;
      text-align: left;
      color: #656974;
      margin-bottom: 5px; }
      .cf7-wrapper .field-wrap label.big {
        font-size: 18px;
        margin-bottom: 15px; }
      .cf7-wrapper .field-wrap label.highlight {
        color: #83a4ff; }
  .cf7-wrapper input[type="email"], .cf7-wrapper input[type="text"], .cf7-wrapper input[type="tel"], .cf7-wrapper select, .cf7-wrapper textarea {
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 14px;
    color: #898989;
    width: 100%;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 5px 15px;
    height: 48px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #eaeaea; }
    .cf7-wrapper input[type="email"]:focus, .cf7-wrapper input[type="text"]:focus, .cf7-wrapper input[type="tel"]:focus, .cf7-wrapper select:focus, .cf7-wrapper textarea:focus {
      outline: 0;
      border-color: #19B4FF; }
    @media (max-width: 1200px) {
      .cf7-wrapper input[type="email"], .cf7-wrapper input[type="text"], .cf7-wrapper input[type="tel"], .cf7-wrapper select, .cf7-wrapper textarea {
        height: 44px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .cf7-wrapper input[type="email"], .cf7-wrapper input[type="text"], .cf7-wrapper input[type="tel"], .cf7-wrapper select, .cf7-wrapper textarea {
        height: 42px; } }
  .cf7-wrapper input[type="checkbox"] {
    border: 2px solid #eaeaea;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 7px;
    background: #fff; }
    .cf7-wrapper input[type="checkbox"]:checked {
      background: url("../images/checked.svg");
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: center; }
  .cf7-wrapper input[type="radio"] {
    border: 2px solid #eaeaea;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin-right: 7px;
    background: #fff; }
    .cf7-wrapper input[type="radio"]:checked {
      background: url("../images/radio-checked.svg");
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: center; }
  .cf7-wrapper textarea {
    height: 150px; }
  .cf7-wrapper input[type="file"] {
    max-width: 100%;
    font-family: "Proxima Nova", Arial, sans-serif; }
  .cf7-wrapper input[type="submit"] {
    font-family: "Proxima Nova", Arial, sans-serif;
    background: #19B4FF;
    color: #fff;
    border: 0;
    padding: 5px 50px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase; }
    .cf7-wrapper input[type="submit"]:focus, .cf7-wrapper input[type="submit"]:hover {
      outline: 0;
      background-color: #199EDF; }
    @media (max-width: 1200px) {
      .cf7-wrapper input[type="submit"] {
        height: 44px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .cf7-wrapper input[type="submit"] {
        margin-top: 0;
        width: 100%;
        height: 42px; } }
  .cf7-wrapper span.wpcf7-not-valid-tip {
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
    color: #ee4646;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    bottom: -7px;
    padding: 0; }
    @media (max-width: 767px) {
      .cf7-wrapper span.wpcf7-not-valid-tip {
        font-size: 12px;
        bottom: 12px;
        padding-bottom: 1px; } }
  .cf7-wrapper div.wpcf7-response-output {
    margin: 15px 0 0 0;
    padding: 5px 15px;
    border: 0;
    text-align: left;
    display: none;
    border-radius: 5px; }
  .cf7-wrapper div.wpcf7-mail-sent-ok {
    background: #2ecc71;
    display: inline-block;
    color: #fff;
    display: none !important; }
  .cf7-wrapper div.wpcf7-validation-errors {
    display: none !important; }
  .cf7-wrapper div.wpcf7 .ajax-loader {
    position: absolute;
    margin-top: 14px;
    margin-right: 10px; }
  .cf7-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    .cf7-wrapper .inline_inputs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .cf7-wrapper .inline_inputs .field-wrap {
        width: 50%; }
        .cf7-wrapper .inline_inputs .field-wrap:nth-child(2n) {
          margin-left: 20px; }
      .cf7-wrapper .inline_inputs input[type="submit"] {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .cf7-wrapper .wpcf7-checkbox .wpcf7-list-item {
      margin: 0 0 0 5px; }
    .cf7-wrapper .wpcf7-checkbox label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; } }
  @media (max-width: 767px) {
    .cf7-wrapper .wpcf7-checkbox .wpcf7-list-item {
      margin-left: 0; }
    .cf7-wrapper .wpcf7-checkbox input[type="checkbox"] {
      position: relative;
      top: 2px;
      margin-right: 3px; } }
  .cf7-wrapper .wpcf7-radio {
    margin-top: 9px;
    display: block; }
    .cf7-wrapper .wpcf7-radio .wpcf7-list-item {
      margin: 0 0 0 10px; }
      .cf7-wrapper .wpcf7-radio .wpcf7-list-item.first {
        margin-left: 0; }
    .cf7-wrapper .wpcf7-radio label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
    .cf7-wrapper .wpcf7-radio .wpcf7-list-item-label {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .cf7-wrapper .wpcf7 .radio_wrapper {
    text-align: right;
    width: 100%; }
    .cf7-wrapper .wpcf7 .radio_wrapper .wpcf7-form-control-wrap {
      margin-bottom: -10px; }
    .cf7-wrapper .wpcf7 .radio_wrapper br {
      display: none; }
    .cf7-wrapper .wpcf7 .radio_wrapper .form_label {
      display: block;
      margin-bottom: 10px;
      color: #757575;
      font-weight: 400;
      padding-right: 15px; }
    .cf7-wrapper .wpcf7 .radio_wrapper .wpcf7-list-item {
      margin: 0 8px 0 0; }
      .cf7-wrapper .wpcf7 .radio_wrapper .wpcf7-list-item .last {
        margin-left: 0; }
      .cf7-wrapper .wpcf7 .radio_wrapper .wpcf7-list-item label {
        background: #fff;
        color: #757575;
        border: 1px solid #ddd;
        display: inline-block;
        padding: 3px 10px;
        cursor: pointer;
        margin-bottom: 10px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .cf7-wrapper .wpcf7 .radio_wrapper .wpcf7-list-item input[type="radio"] {
        display: none; }
      .cf7-wrapper .wpcf7 .radio_wrapper .wpcf7-list-item.active label {
        background: #19B4FF;
        border-color: #19B4FF;
        color: #fff; }
  .cf7-wrapper .intl-tel-input {
    margin-bottom: 0;
    width: 100%; }
  .cf7-wrapper .form-no-labels .field-wrap {
    margin-bottom: 10px; }
    .cf7-wrapper .form-no-labels .field-wrap > label {
      display: none; }

.popup-form-wrapper.cf7-wrapper p {
  margin-bottom: 40px; }

.popup-form-wrapper.cf7-wrapper input[type="submit"] {
  width: auto; }

.form_thankyou {
  display: none; }
  .form_thankyou .thankyou-title {
    font-size: 1.3em;
    font-weight: 600;
    margin: 15px 0 5px 0;
    color: #2D4373; }

/**
 * Animations
 */
/**
 * Checkmark Circle
 */
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px; }
  100% {
    stroke-dashoffset: 480px; } }

.checkmark-animation circle {
  -webkit-animation: checkmark-circle .6s ease-in-out backwards;
          animation: checkmark-circle .6s ease-in-out backwards; }

.checkmark-animation path {
  -webkit-animation: checkmark .25s ease-in-out .7s backwards;
          animation: checkmark .25s ease-in-out .7s backwards; }

/**
 * Floating
 */
.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out; }

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 2px); }
  to {
    -webkit-transform: translate(0, 0px); } }

/* Template Parts */
/**
 * [Part] Page Cover
 */
.page-cover {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  height: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  min-height: 350px;
  background: #38337a;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  /**
   * Sizes
   */ }
  .page-cover h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 1.3;
    text-transform: uppercase; }
    .page-cover h1:not(.no-sep):after {
      content: '';
      height: 6px;
      width: 51px;
      background: #223260;
      display: block;
      margin: 20px auto 25px auto;
      display: none; }
    .page-cover h1.no-sep {
      margin-bottom: 30px; }
  .page-cover .subtitle {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
    color: #fff; }
  .page-cover .text {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 650px;
    line-height: 1.4;
    color: #fff; }
  .page-cover:after {
    content: '';
    opacity: .85;
    background: #38337a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page-cover .container {
    position: relative;
    z-index: 2; }
  .page-cover .btn {
    margin-top: 25px; }
  .page-cover .page-cover-video {
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: no-repeat;
    background-size: cover; }
  .page-cover .short-form {
    margin-top: 50px; }
  .page-cover.full-screen {
    height: calc(100vh - 72px);
    min-height: 550px; }
  .page-cover.high {
    height: 70vh;
    min-height: 450px; }
  .page-cover.low {
    height: auto;
    min-height: 250px; }
  @media (min-width: 992px) {
    .page-cover.align-left {
      text-align: left; }
      .page-cover.align-left h1:after {
        margin-right: 0;
        margin-left: 0; }
      .page-cover.align-left .subtitle {
        margin-right: 0;
        margin-left: 0; } }
  @media (max-width: 1200px) {
    .page-cover h1 {
      font-size: 50px; }
    .page-cover .subtitle {
      font-size: 22px; }
    .page-cover.low {
      min-height: 200px; } }
  @media (max-width: 992px) {
    .page-cover h1 {
      font-size: 45px; }
    .page-cover .subtitle {
      font-size: 20px;
      line-height: 1.3; } }
  @media (max-width: 767px) {
    .page-cover {
      min-height: 250px;
      height: auto; }
      .page-cover h1 {
        font-size: 35px;
        line-height: 1.2; }
      .page-cover .subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px; }
        .page-cover .subtitle br {
          display: none; }
      .page-cover .short-form {
        margin-top: 30px; }
      .page-cover .page-cover-video {
        display: none; }
      .page-cover.high {
        height: auto;
        min-height: 250px; } }

/**
 * [Part] Page Section
 */
.page-section {
  padding: 70px 0;
  width: 100%; }
  .page-section.alt {
    background: #F8F9FD; }
  .page-section.border-bottom {
    border-bottom: 1px solid #f1f2f3; }
  .page-section.border-top {
    border-top: 1px solid #f1f2f3; }
  .page-section-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    color: #38337a;
    font-size: 45px;
    line-height: 1.07;
    font-weight: bold; }
  .page-section-text {
    color: #384150;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px; }
    .page-section-text p {
      color: #384150;
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 25px; }
      .page-section-text p:last-child {
        margin-bottom: 0; }
  .page-section .page-narrow {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto; }
  .page-section .page-super-narrow {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto; }
  @media (max-width: 1200px) {
    .page-section-title {
      font-size: 40px; }
    .page-section-text, .page-section-text p {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .page-section {
      padding: 40px 0; }
      .page-section-title {
        font-size: 30px;
        margin-bottom: 30px; }
      .page-section-text, .page-section-text p {
        font-size: 14px; } }

.iat {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0; }
  .iat .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .iat .container:before, .iat .container:after {
      display: none; }
  .iat .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative; }
    .iat .image img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-right: auto;
      margin-left: auto; }
  .iat .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 14px;
    position: relative;
    z-index: 2; }
  .iat .content-inner {
    max-width: 450px;
    margin-left: auto; }
  .iat .title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 30px 0;
    color: #38337a; }
  .iat .text {
    color: #384150; }
  .iat .btn-wrap {
    margin-top: 20px; }
  .iat .iat-link {
    text-decoration: none;
    display: inline-block;
    color: #223260;
    text-decoration: none; }
    .iat .iat-link i {
      position: relative;
      top: 1px;
      margin-right: 5px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
    .iat .iat-link:hover {
      color: #151e3a; }
      .iat .iat-link:hover i {
        margin-right: 8px; }
  .iat:nth-child(2n) {
    background: #f8f9fd; }
    .iat:nth-child(2n) .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .iat:nth-child(2n) .content {
      padding-left: 0;
      padding-right: 14px; }
    .iat:nth-child(2n) .content-inner {
      margin-right: auto;
      margin-left: 0; }
  @media (max-width: 992px) {
    .iat {
      min-height: 450px; }
      .iat .title {
        font-size: 35px;
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .iat .container {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -webkit-flex-direction: column-reverse !important;
         -moz-box-orient: vertical !important;
         -moz-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; }
    .iat .title {
      font-size: 25px;
      margin-bottom: 20px; }
    .iat .image {
      margin-top: 40px; }
    .iat .content-inner {
      text-align: center; }
    .iat .content {
      width: 100%; }
    .iat .image {
      width: 100%; } }

.testimonials-section {
  background: #38337a; }
  .testimonials-section .testimonials-slider {
    margin-right: auto;
    margin-left: auto; }
  .testimonials-section .page-section-title {
    color: #fff; }
  .testimonials-section .single-testimonial .inner {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 15px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    border: 1px solid #223260; }
  .testimonials-section .single-testimonial .testimonial-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
    width: 100%; }
  .testimonials-section .single-testimonial .quote-mark {
    font-size: 20px;
    margin-bottom: 10px; }
  .testimonials-section .single-testimonial .quote {
    font-size: 18px;
    height: 112px;
    overflow: hidden; }
  .testimonials-section .single-testimonial .profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .testimonials-section .single-testimonial .profile .image {
      max-width: 50px; }
      .testimonials-section .single-testimonial .profile .image img {
        max-width: 100%;
        height: auto;
        border-radius: 100px; }
    .testimonials-section .single-testimonial .profile .info {
      text-align: right;
      line-height: 1.4;
      margin-right: 15px;
      font-size: 16px; }
    .testimonials-section .single-testimonial .profile .name {
      display: block; }
    .testimonials-section .single-testimonial .profile .role {
      display: block;
      opacity: .7; }
  .testimonials-section .slick-dots {
    bottom: -50px; }
    .testimonials-section .slick-dots li:not(.slick-active) button {
      background: rgba(255, 255, 255, 0.2); }
  @media (max-width: 767px) {
    .testimonials-section .single-testimonial .inner {
      padding: 20px; }
    .testimonials-section .single-testimonial .profile .image {
      max-width: 40px; }
    .testimonials-section .single-testimonial .profile .info {
      font-size: 14px; }
    .testimonials-section .single-testimonial .quote-mark {
      font-size: 16px; }
    .testimonials-section .single-testimonial .quote {
      font-size: 16px;
      height: 100px; }
    .testimonials-section .slick-dots {
      bottom: -35px; } }

.logos-slider {
  padding: 20px 0;
  overflow: hidden; }
  .logos-slider .container:before, .logos-slider .container:after {
    display: none; }
  .logos-slider .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
    .logos-slider .logos.slick-slider {
      opacity: 1; }
    .logos-slider .logos .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .logos-slider .logos .slick-track:before, .logos-slider .logos .slick-track:after {
        display: none; }
  .logos-slider .single-logo {
    margin: 0 20px; }
    .logos-slider .single-logo img {
      max-height: 55px;
      display: block;
      max-width: 100px;
      margin-right: auto;
      margin-left: auto; }
    @media (max-width: 767px) {
      .logos-slider .single-logo {
        margin: 0 10px; }
        .logos-slider .single-logo img {
          max-height: 30px;
          max-width: 80px; } }

.logos-grid .container:before, .logos-grid .container:after {
  display: none; }

.logos-grid .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -50px; }

.logos-grid .single-logo {
  margin-bottom: 50px;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .logos-grid .single-logo img {
    max-height: 60px;
    display: block;
    max-width: 130px; }

@media (max-width: 1400px) {
  .logos-grid .logos {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -40px; }
  .logos-grid .single-logo {
    margin-bottom: 40px; }
    .logos-grid .single-logo img {
      max-height: 50px;
      max-width: 110px; } }

@media (max-width: 850px) {
  .logos-grid .logos {
    max-width: 850px; }
  .logos-grid .single-logo {
    margin-bottom: 40px; }
    .logos-grid .single-logo img {
      max-height: 40px;
      max-width: 100px; } }

@media (max-width: 767px) {
  .logos-grid .single-logo {
    margin-bottom: 30px;
    width: 33.33333333%; }
    .logos-grid .single-logo img {
      max-height: 30px;
      max-width: 80px; } }

/**
 * Icons Grid
 */
.icons-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  margin-bottom: -50px; }
  @media (max-width: 767px) {
    .icons-grid {
      margin-top: 50px; } }

.single-icon-grid {
  margin-bottom: 50px;
  padding: 0 15px;
  width: 25%; }
  .single-icon-grid .inner {
    max-width: 200px; }
  .single-icon-grid .icon {
    opacity: .7; }
    .single-icon-grid .icon i {
      font-size: 22px; }
  .single-icon-grid .title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.2; }
  .single-icon-grid .text {
    font-size: 16px;
    opacity: .7;
    height: 75px;
    overflow: hidden; }
  @media (max-width: 1200px) {
    .single-icon-grid {
      width: 33.3333333%; } }
  @media (max-width: 767px) {
    .single-icon-grid {
      margin-bottom: 15px;
      width: 100%; }
      .single-icon-grid .inner {
        margin: 0 auto;
        text-align: center; } }

.icons-grid2 .row:before, .icons-grid2 .row:after {
  display: none; }

.icons-grid2 .container {
  max-width: 1000px; }

.icons-grid2 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -50px; }

.icons-grid2 .single-icon2 {
  text-align: center;
  float: none;
  margin-bottom: 50px; }
  .icons-grid2 .single-icon2 img {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .icons-grid2 .single-icon2 .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
  .icons-grid2 .single-icon2 .title {
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 0;
    margin-right: auto;
    line-height: 1.2;
    margin-left: auto;
    font-size: 20px;
    color: #38337a; }
  .icons-grid2 .single-icon2 .text {
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 10px;
    margin-right: auto;
    line-height: 1.2;
    margin-left: auto;
    font-size: 16px;
    max-width: 290px;
    color: #384150; }

.icons-grid2.small-icons .single-icon2 {
  width: 20%; }

.icons-grid2.small-icons .single-icon2 .icon {
  width: 45px;
  height: 45px;
  font-size: 18px; }

.icons-grid2.small-icons .single-icon2 .title {
  font-size: 21px; }

@media (max-width: 1200px) {
  .icons-grid2 .single-icon2 .title {
    font-size: 22px; } }

@media (max-width: 992px) {
  .icons-grid2.small-icons .single-icon2 {
    width: 25%; } }

@media (max-width: 767px) {
  .icons-grid2 .row {
    margin-bottom: -30px; }
  .icons-grid2 .container {
    max-width: 450px; }
  .icons-grid2 .single-icon2 {
    margin-bottom: 30px; }
    .icons-grid2 .single-icon2 .icon img {
      max-height: 80px; }
    .icons-grid2 .single-icon2 .title {
      font-size: 18px; }
    .icons-grid2 .single-icon2 .text {
      font-size: 14px; }
  .icons-grid2.small-icons .single-icon2 {
    width: 33.3333333%; }
  .icons-grid2.small-icons .single-icon2 .icon {
    width: 40px;
    height: 40px;
    font-size: 16px; }
  .icons-grid2.small-icons .single-icon2 .title {
    font-size: 16px; } }

/**
 * Icons Grid 3
 */
.icons-grid3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -50px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .icons-grid3 {
      margin-top: 50px; } }

.single-icon-grid3 {
  margin-bottom: 50px;
  padding: 0 15px;
  width: 33.3333333%; }
  .single-icon-grid3 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .single-icon-grid3 .icon {
    margin-right: 15px;
    width: 65px; }
    .single-icon-grid3 .icon img {
      max-width: 60px; }
    .single-icon-grid3 .icon i {
      font-size: 22px; }
  .single-icon-grid3 .right-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .single-icon-grid3 .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1.2; }
  .single-icon-grid3 .text {
    font-size: 16px;
    overflow: hidden; }
  @media (max-width: 1200px) {
    .single-icon-grid3 {
      width: 50%; }
      .single-icon-grid3 .icon {
        width: 50px; }
      .single-icon-grid3 .icon img {
        max-width: 45px; }
      .single-icon-grid3 .text {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .single-icon-grid3 {
      margin-bottom: 25px;
      width: 100%; }
      .single-icon-grid3 .icon img {
        max-width: 35px; } }

/**
 * [Part] Team
 */
.team-section .team {
  margin-right: auto;
  margin-left: auto; }

.team-section .single-team-person {
  text-align: center;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 20%; }
  .team-section .single-team-person .inner {
    max-width: 160px;
    margin-right: auto;
    margin-left: auto; }

.team-section .img {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background: -webkit-linear-gradient(250deg, #b4add3, #90a3d1);
  background: -o-linear-gradient(250deg, #b4add3, #90a3d1);
  background: linear-gradient(200deg, #b4add3, #90a3d1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .team-section .img img {
    max-width: 100%;
    height: auto;
    display: block; }
  .team-section .img i {
    font-size: 20px;
    color: #fff; }

.team-section .name {
  margin-top: 15px;
  font-size: 18px;
  color: #384150;
  font-weight: 500; }

.team-section .role {
  font-weight: 400;
  color: #384150;
  line-height: 1.2;
  margin-top: 2px;
  height: 38px; }

@media (max-width: 1200px) {
  .team-section .img {
    width: 120px;
    height: 120px; } }

@media (max-width: 992px) {
  .team-section .single-team-person {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px; }
  .team-section .img {
    height: 90px;
    width: 90px; }
  .team-section .name {
    font-size: 16px; }
  .team-section .role {
    font-size: 14px; } }

@media (max-width: 767px) {
  .team-section .team {
    max-width: 320px; }
  .team-section .single-team-person {
    margin: 0 0 5px 0;
    width: 50%; }
  .team-section .single-team-person .inner {
    height: 163px; }
  .team-section .name {
    font-size: 16px;
    line-height: 1.2; }
  .team-section .role {
    font-size: 13px; }
  .team-section .img {
    width: 70px;
    height: 70px; }
    .team-section .img i {
      font-size: 18px; } }

/**
 * CTA Section
 */
.cta-section {
  padding: 70px 0;
  background-color: #f8f9fd;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .cta-section .container {
    max-width: 1000px; }
  .cta-section .title {
    font-size: 40px;
    margin: 0;
    color: #223260; }
  .cta-section .text {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 15px;
    color: #3E4852; }
  .cta-section .short-form {
    margin-top: 22px; }
  .cta-section form.simple-form {
    margin-top: 0; }
  .cta-section form input[type="text"] {
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 1rem;
    min-width: 280px;
    height: 47px; }
  .cta-section form input[type="submit"] {
    font-size: 1rem;
    padding: 12px 15px 12px 16px;
    margin-left: -2px;
    height: 47px; }
  .cta-section .error {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 10px; }
  @media (max-width: 992px) {
    .cta-section .title {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .cta-section {
      padding: 50px 0;
      text-align: center; }
      .cta-section .title {
        font-size: 24px; }
      .cta-section .text {
        font-size: 16px;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto; } }

/**
 * Numbers
 */
.numbers-section .numbers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.numbers-section .single-number {
  width: 25%;
  float: none;
  text-align: center; }

.numbers-section .single-number-num {
  font-size: 50px;
  font-weight: 600;
  color: #223260; }

.numbers-section .text-below-number {
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 0;
  margin-right: auto;
  line-height: 1.2;
  margin-left: auto;
  font-size: 24px;
  color: #38337a; }

@media (max-width: 1200px) {
  .numbers-section .single-number-num {
    font-size: 40px; }
  .numbers-section .text-below-number {
    font-size: 22px; } }

@media (max-width: 992px) {
  .numbers-section .single-number-num {
    font-size: 35px; }
  .numbers-section .text-below-number {
    font-size: 20px; } }

@media (max-width: 992px) {
  .numbers-section .numbers-list {
    margin-bottom: -30px; }
  .numbers-section .single-number {
    width: 50%;
    margin-bottom: 30px; }
  .numbers-section .single-number-num {
    font-size: 30px; }
  .numbers-section .text-below-number {
    font-size: 18px; } }

/**
 * Cover skew
 */
.cover_skew-section {
  height: calc(100vh - 182px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  color: #333;
  padding: 0 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .cover_skew-section #bgtrig {
    position: absolute;
    border-bottom: calc(100vh - 182px) solid #f4f0f8;
    border-left: 18vw solid transparent;
    width: 60vw;
    top: 0;
    right: 0;
    z-index: 1; }
  .cover_skew-section .side-left, .cover_skew-section .side-right {
    z-index: 3; }
  .cover_skew-section img {
    max-width: 100%;
    height: auto; }
  .cover_skew-section .side-right .images img {
    width: auto;
    height: auto;
    max-width: 35vw;
    max-height: 60vh; }
  .cover_skew-section .side-left {
    max-width: 550px; }
  .cover_skew-section h1 {
    font-size: 50px;
    font-weight: 300; }
    .cover_skew-section h1 b {
      font-weight: 500; }
  .cover_skew-section .general-info-left form {
    padding-top: 40px; }
    .cover_skew-section .general-info-left form input[type="text"] {
      font-size: 18px;
      padding: 10px 60px 10px 16px; }
    .cover_skew-section .general-info-left form input[type="submit"] {
      font-size: 18px;
      height: 48px; }
  @media (max-width: 1400px) {
    .cover_skew-section h1 {
      font-size: 45px; }
    .cover_skew-section .side-left {
      max-width: 500px; } }
  @media (max-width: 1200px) {
    .cover_skew-section h1 {
      font-size: 40px;
      line-height: 1.3; }
    .cover_skew-section .side-left {
      max-width: 450px; }
    .cover_skew-section .general-info-left form {
      padding-top: 30px; }
      .cover_skew-section .general-info-left form input[type="text"] {
        font-size: 15px;
        padding: 11px 16px 12px 16px;
        min-width: 230px; }
      .cover_skew-section .general-info-left form input[type="submit"] {
        font-size: 15px;
        height: 46px; } }
  @media (max-width: 992px) {
    .cover_skew-section .side-right .images img {
      max-width: 40vw;
      position: relative;
      left: 15px; }
    .cover_skew-section h1 {
      font-size: 32px; }
    .cover_skew-section .side-left {
      max-width: 350px; }
    .cover_skew-section .general-info-left form {
      padding-top: 25px;
      margin-bottom: 0; }
      .cover_skew-section .general-info-left form input[type="text"] {
        font-size: 14px;
        min-width: 150px; }
      .cover_skew-section .general-info-left form input[type="submit"] {
        font-size: 14px;
        padding: 0 7px;
        height: 45px; }
    .cover_skew-section #bgtrig {
      width: 57vw; } }
  @media (max-width: 767px) {
    .cover_skew-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      position: relative;
      height: auto;
      padding: 80px 15px 15px 15px;
      text-align: center; }
      .cover_skew-section #bgtrig {
        display: none; }
      .cover_skew-section:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        background-color: #f4f0f8;
        -webkit-clip-path: polygon(0% 43%, 0 100%, 100% 100%);
        clip-path: polygon(0% 43%, 0 100%, 100% 100%);
        width: 100%; }
      .cover_skew-section h1 {
        font-size: 28px; }
      .cover_skew-section .side-right {
        margin-top: 30px; }
      .cover_skew-section .side-right .images img {
        max-width: 290px; }
      .cover_skew-section .only-mobile {
        margin: 15px auto 0 auto; } }

.cover-image-aside {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  min-height: 600px;
  background: #F8F9FD; }
  .cover-image-aside .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0; }
  .cover-image-aside h1 {
    margin-bottom: 30px; }
  .cover-image-aside .subtitle {
    margin-bottom: 25px;
    color: #4F5A65; }
  .cover-image-aside form.simple-form {
    margin-top: 0; }
  .cover-image-aside form.simple-form input[type=text] {
    height: 40px; }
  @media (max-width: 1200px) {
    .cover-image-aside {
      min-height: 450px; }
      .cover-image-aside h1 {
        font-size: 45px; }
      .cover-image-aside .subtitle {
        font-size: 20px; } }
  @media (max-width: 992px) {
    .cover-image-aside {
      text-align: center; }
      .cover-image-aside .image {
        margin-top: 40px; }
      .cover-image-aside .image img {
        max-width: 90%; }
      .cover-image-aside .container {
        max-width: 600px; } }
  @media (max-width: 767px) {
    .cover-image-aside {
      min-height: 250px;
      height: auto; }
      .cover-image-aside h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px; }
      .cover-image-aside .subtitle {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10px; }
        .cover-image-aside .subtitle br {
          display: none; }
      .cover-image-aside .image img {
        max-width: 100%; } }

/**
 * Testimonials Grid
 */
.testimonials-grid-section .full-story:after {
  display: none; }

.testimonials-grid-section .full-story i {
  font-size: 1.2em;
  position: relative;
  top: 2px;
  left: 6px; }

.testimonials-grid-section .full-story:hover {
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .testimonials-grid-section .review-parag {
    text-align: center;
    margin-bottom: 20px; }
  .testimonials-grid-section .reviews {
    padding-top: 0; }
  .testimonials-grid-section .reviews .review-item {
    width: 100%; }
  .testimonials-grid-section .author-company img {
    display: block;
    margin: 0 auto;
    max-height: 65px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .testimonials-grid-section .reviews .review-item {
    margin-bottom: 15px; } }

@media screen and (max-width: 400px) {
  .testimonials-grid-section .reviews {
    margin: 0; } }

.footer-compact-section {
  padding: 25px 0; }
  .footer-compact-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-compact-section .container:before, .footer-compact-section .container:after {
      display: none; }

@media (max-width: 767px) {
  .footer-compact-logo img {
    max-width: 85px; } }

.footer-compact-socials ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-compact-socials li {
  display: inline-block;
  margin-right: 20px;
  font-size: 35px; }
  .footer-compact-socials li:last-child {
    margin-right: 0; }

.footer-compact-socials i {
  color: #403c84; }

.footer-compact-socials .fa-twitter {
  position: relative;
  top: 1px; }

@media (max-width: 992px) {
  .footer-compact-socials li {
    font-size: 30px; } }

@media (max-width: 767px) {
  .footer-compact-socials li {
    font-size: 19px;
    margin-right: 10px; } }

.footer-compact-copyrights {
  font-size: 12px; }
  @media (max-width: 767px) {
    .footer-compact-copyrights {
      font-size: 10px; } }

.video-section .title {
  font-size: 25px;
  color: #223260;
  line-height: 28px;
  margin-bottom: 24px;
  font-weight: 600; }

.video-section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .video-section .container:after, .video-section .container:before {
    display: none; }

.video-section .content-column, .video-section .video-column {
  width: 50%; }

.video-section .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px; }
  .video-section .content-column .inner {
    max-width: 450px; }

.video-section .video-column {
  position: relative;
  border-radius: 12px;
  overflow: hidden; }
  .video-section .video-column img {
    border-radius: 12px;
    display: block; }
  .video-section .video-column a:hover .video-content:after {
    opacity: 1; }

.video-section .video-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0; }
  .video-section .video-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .video-section .video-content i {
    color: #fff;
    font-size: 60px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 3; }

.video-section .top-label {
  background: #fff;
  color: #223260;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 12px;
  left: 13px;
  top: 13px;
  position: absolute;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.2);
  z-index: 3; }

@media (max-width: 1200px) {
  .video-section .top-label {
    font-size: 16px; }
  .video-section .video-content i {
    font-size: 45px; }
  .video-section .content-column .inner {
    max-width: 400px; } }

@media (max-width: 992px) {
  .video-section .top-label {
    font-size: 15px; }
  .video-section .video-content i {
    font-size: 35px; }
  .video-section .title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .video-section .container {
    display: block;
    text-align: center;
    max-width: 400px;
    padding: 0 15px; }
  .video-section .content-column, .video-section .video-column {
    width: 100%; }
  .video-section .content-column {
    padding-left: 0; }
  .video-section .video-column {
    margin-bottom: 15px; }
  .video-section .top-label {
    font-size: 14px; }
  .video-section .video-content i {
    font-size: 32px; }
  .video-section .title {
    font-size: 22px;
    margin: 15px 0 20px 0;
    line-height: 1.2; } }

/* Shortcodes */
.social_share_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-------*/
  /* sizes */
  /*-------*/ }
  .social_share_buttons a {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none !important;
    font-size: 18px; }
    .social_share_buttons a:last-child {
      margin-right: 0; }
    .social_share_buttons a:hover, .social_share_buttons a:focus, .social_share_buttons a:active {
      text-decoration: none !important; }
    .social_share_buttons a.facebook {
      background-color: #3d57a2; }
      .social_share_buttons a.facebook:hover {
        background-color: #4c69bc; }
    .social_share_buttons a.twitter {
      background-color: #00b1fd; }
      .social_share_buttons a.twitter:hover {
        background-color: #27beff; }
    .social_share_buttons a.linkedin {
      background-color: #007ab5; }
      .social_share_buttons a.linkedin:hover {
        background-color: #0096de; }
    .social_share_buttons a.google-plus {
      background-color: #e84b2a; }
      .social_share_buttons a.google-plus:hover {
        background-color: #ec6a4f; }
    .social_share_buttons a.mail {
      background-color: #2c2f38; }
      .social_share_buttons a.mail:hover {
        background-color: #3e424f; }
    .social_share_buttons a.whatsapp {
      background-color: #25d366; }
      .social_share_buttons a.whatsapp:hover {
        background-color: #43de7d; }
  .social_share_buttons.large a {
    font-size: 20px;
    width: 48px;
    height: 48px; }
  .social_share_buttons.small a {
    font-size: 15px;
    width: 35px;
    height: 35px; }
  @media (max-width: 767px) {
    .social_share_buttons.mobile_sticky {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      right: 0;
      z-index: 99999; }
      .social_share_buttons.mobile_sticky a {
        border-radius: 0;
        margin: 0;
        width: 100%; } }

/* helpers */
@media (min-width: 767px) {
  .mobile-only {
    display: none !important; } }

@media (max-wdth: 767px) {
  html.social-share-buttons-on {
    padding-bottom: 35px; } }

.lusha-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f8f9fd;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .lusha-popup .cf7-wrapper .wpcf7-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .lusha-popup.open {
    opacity: 1;
    pointer-events: all; }
  .lusha-popup .close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer; }
    .lusha-popup .close-button span {
      width: 32px;
      height: 2px;
      background-color: #49448f;
      display: block;
      margin-top: 20px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .lusha-popup .close-button span:first-child {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .lusha-popup .close-button span:last-child {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: -2px;
        width: 33px; }
  .lusha-popup__logo {
    text-align: center; }
    @media (min-width: 768px) {
      .lusha-popup__logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 30px; } }
  .lusha-popup__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .lusha-popup__content {
    text-align: center; }
    .lusha-popup__content h3 {
      color: #49448f;
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 5px; }
    .lusha-popup__content p {
      color: #656974; }
  .lusha-popup__form-wrapper {
    max-width: 650px; }
  .lusha-popup__form {
    margin-top: 40px; }
  .lusha-popup input[type="submit"] {
    font-size: 16px;
    min-width: 200px; }
  .lusha-popup .cf-7submit-wrapper {
    text-align: center; }
  .lusha-popup__form-thankyou {
    display: none;
    text-align: center; }
    .lusha-popup__form-thankyou svg {
      max-width: 80px; }
    .lusha-popup__form-thankyou .thankyou-title {
      color: #49448f;
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 5px; }
  @media screen and (max-height: 600px), screen and (max-width: 767px) {
    .lusha-popup {
      overflow-y: scroll; }
      .lusha-popup__container {
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
           -moz-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial;
        margin-top: 35px;
        padding: 0 15px; }
      .lusha-popup .close-button {
        right: 15px;
        top: 7px;
        width: 30px; }
      .lusha-popup__logo {
        padding-top: 0;
        position: relative;
        top: -15px; }
        .lusha-popup__logo .logo {
          padding-top: 0; }
        .lusha-popup__logo img {
          max-height: 15px; }
      .lusha-popup__content h3 {
        font-size: 26px; }
      .lusha-popup__content p {
        font-size: 14px; }
      .lusha-popup__form {
        margin-top: 20px; }
      .lusha-popup .field-wrap {
        margin-bottom: 10px; }
      .lusha-popup .cf7-wrapper div.wpcf7 .ajax-loader {
        position: relative; }
      .lusha-popup .cf7-wrapper span.wpcf7-not-valid-tip {
        top: 8px;
        right: 8px;
        position: absolute; }
      .lusha-popup input[type="email"], .lusha-popup input[type="text"], .lusha-popup input[type="tel"], .lusha-popup select, .lusha-popup textarea {
        font-size: 14px; }
      .lusha-popup__form-thankyou {
        margin-top: 20px; }
        .lusha-popup__form-thankyou svg {
          max-width: 60px;
          height: 60px;
          margin-bottom: 10px; }
        .lusha-popup__form-thankyou .thankyou-title {
          font-size: 25px; } }
  .lusha-popup.compact {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .lusha-popup.compact:after {
      content: '';
      z-index: 1;
      opacity: 0.5;
      background-color: #2d4373;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .lusha-popup.compact .lusha-popup__logo {
      display: none; }
    .lusha-popup.compact .lusha-popup__container {
      padding: 45px 30px;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -webkit-box-shadow: 0px 0px 36px 0px #2d4373;
      box-shadow: 0px 0px 36px 0px #2d4373;
      background: #f8f9fd;
      width: auto;
      height: auto;
      z-index: 2;
      position: relative; }
    .lusha-popup.compact .close-button {
      top: 18px;
      right: 10px;
      width: 30px;
      height: 30px; }
      .lusha-popup.compact .close-button span {
        width: 22px;
        margin-top: 10px; }
      .lusha-popup.compact .close-button span:last-child {
        width: 22px;
        margin-top: -2px; }

/* Partials */
/* Header closed */
.header-closed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .header-closed button, .header-closed input, .header-closed select {
    font-family: "Proxima Nova", Arial, sans-serif; }
  .header-closed .logo-and-menu {
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 30px 50px 50px 50px;
    background: #fff;
    -webkit-box-shadow: -9px 0 36px 0 rgba(131, 164, 255, 0.42);
            box-shadow: -9px 0 36px 0 rgba(131, 164, 255, 0.42);
    width: 400px;
    right: -410px;
    -webkit-transition: .45s ease-out;
    -o-transition: .45s ease-out;
    transition: .45s ease-out;
    overflow-y: scroll; }
    @media screen and (max-width: 800px) {
      .header-closed .logo-and-menu {
        margin-top: 0;
        width: 300px;
        padding: 20px 30px 30px 31px;
        right: -310px; }
        .header-closed .logo-and-menu button::before {
          display: none; }
        .header-closed .logo-and-menu .main-nav {
          display: block;
          height: auto;
          width: auto;
          margin: 0;
          top: 0;
          position: relative; }
        .header-closed .logo-and-menu .main-nav > ul {
          position: relative;
          top: 0; }
        .header-closed .logo-and-menu .menu-buttons {
          position: relative;
          bottom: 0;
          display: none; }
          .header-closed .logo-and-menu .menu-buttons a {
            -webkit-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                    flex-basis: 100%;
            font-size: 20px; }
        .header-closed .logo-and-menu .menu-toggler {
          font-size: 23px !important;
          position: relative;
          left: 3px; } }
    @media screen and (max-width: 960px) {
      .header-closed .logo-and-menu form {
        display: block; } }
    .header-closed .logo-and-menu.open {
      right: 0; }
    .header-closed .logo-and-menu a {
      font-size: 30px; }
      @media screen and (max-width: 800px) {
        .header-closed .logo-and-menu a {
          font-size: 20px; } }
      .header-closed .logo-and-menu a.opened {
        color: #83A4FF; }
    .header-closed .logo-and-menu .main-nav {
      padding: 0; }
    .header-closed .logo-and-menu .main-nav ul > li.menu-item-has-children > a:after {
      background: none;
      display: block;
      position: absolute;
      right: -35px;
      top: 30%;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      content: "\f107";
      width: auto;
      height: auto; }
      @media screen and (max-width: 800px) {
        .header-closed .logo-and-menu .main-nav ul > li.menu-item-has-children > a:after {
          right: 0;
          top: 0; } }
    .header-closed .logo-and-menu .main-nav ul > li {
      display: block;
      padding: 0; }
      .header-closed .logo-and-menu .main-nav ul > li:not(:last-child) {
        margin-bottom: 30px; }
      .header-closed .logo-and-menu .main-nav ul > li ul.sub-menu li:not(:last-child) {
        margin-bottom: 25px; }
      @media screen and (max-width: 800px) {
        .header-closed .logo-and-menu .main-nav ul > li:not(:last-child) {
          margin-bottom: 15px; }
        .header-closed .logo-and-menu .main-nav ul > li ul.sub-menu li:not(:last-child) {
          margin-bottom: 10px; } }
    @media screen and (min-width: 800px) {
      .header-closed .logo-and-menu .main-nav ul > li:hover > ul {
        display: none; }
      .header-closed .logo-and-menu .main-nav ul > li.menu-item-has-children:hover a:after {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .header-closed .logo-and-menu .main-nav li.open-menu > a:after {
      -webkit-transform: rotate(180deg) !important;
          -ms-transform: rotate(180deg) !important;
              transform: rotate(180deg) !important; }
    .header-closed .logo-and-menu .main-nav li.open-menu > a {
      color: #83A4FF; }
    .header-closed .logo-and-menu .main-nav ul li ul {
      position: relative;
      opacity: 1;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 30px 0 0 0;
      min-width: 0;
      padding-left: 50px;
      -webkit-animation: none;
              animation: none; }
      @media screen and (max-width: 800px) {
        .header-closed .logo-and-menu .main-nav ul li ul {
          padding: 15px 0 5px 20px; } }
    .header-closed .logo-and-menu .menu-toggle-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        .header-closed .logo-and-menu .menu-toggle-wrapper {
          margin-bottom: 25px; } }
    .header-closed .logo-and-menu .menu-toggler {
      font-size: 31px; }
      .header-closed .logo-and-menu .menu-toggler i {
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header-closed .logo-and-menu .menu-toggler:hover i {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .header-closed .logo-and-menu .form-and-link {
      display: block;
      margin-top: 70px; }
      .header-closed .logo-and-menu .form-and-link .app.dashboard {
        border-radius: 2px;
        background-color: #19B4FF;
        color: #fff;
        width: 100%;
        display: block;
        font-size: 1rem;
        min-width: 300px;
        padding-right: 15px;
        padding-left: 15px; }
        @media (max-width: 800px) {
          .header-closed .logo-and-menu .form-and-link .app.dashboard {
            min-width: 240px; } }
      @media (min-height: 760px) and (min-width: 768px) {
        .header-closed .logo-and-menu .form-and-link {
          position: absolute;
          bottom: 50px; } }
    .header-closed .logo-and-menu .signup-title {
      color: #4F5A65;
      font-weight: 400;
      font-size: 24px;
      margin-bottom: 15px; }
      @media screen and (max-width: 800px) {
        .header-closed .logo-and-menu .signup-title {
          font-size: 20px; } }
    .header-closed .logo-and-menu form {
      margin: 0;
      width: 100%; }
    .header-closed .logo-and-menu form input[type="text"] {
      width: 100%;
      font-size: 16px;
      margin-right: 0;
      padding: 9px 16px;
      border: 1px solid #D4D4D4; }
    .header-closed .logo-and-menu form input[type="submit"] {
      width: 100%;
      font-size: 14px;
      height: 42px;
      font-weight: 600;
      margin-top: 8px; }
  .header-closed .menu-hamburger-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-closed .menu-hamburger-login .login-link {
      font-size: 16px;
      color: #2D4373;
      font-weight: 600; }
      .header-closed .menu-hamburger-login .login-link:hover {
        color: #83A4FF; }
      @media (max-width: 800px) {
        .header-closed .menu-hamburger-login .login-link {
          font-size: 20px; } }
      @media (max-width: 600px) {
        .header-closed .menu-hamburger-login .login-link {
          font-size: 16px; } }
  .header-closed .menu-hamburger {
    width: 30px;
    margin-bottom: -4px;
    margin-left: 25px;
    cursor: pointer; }
    .header-closed .menu-hamburger span {
      background: #2D4373;
      width: 100%;
      height: 3px;
      display: block;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .header-closed .menu-hamburger span:not(:last-child) {
        margin-bottom: 5px; }
    .header-closed .menu-hamburger:hover span:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 800px) {
      .header-closed .menu-hamburger {
        width: 25px;
        margin-left: 15px; }
        .header-closed .menu-hamburger span {
          height: 2px; }
          .header-closed .menu-hamburger span:not(:last-child) {
            margin-bottom: 4px; } }
    @media (max-width: 600px) {
      .header-closed .menu-hamburger {
        width: 23px;
        margin-left: 12px; } }
  @media screen and (max-width: 800px) {
    .header-closed .main-nav a.opened::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }
  .header-closed .simple-form input[type=submit] {
    font-size: 14px;
    font-weight: 400;
    font-family: "Proxima Nova", Arial, sans-serif;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px; }

/* Shortcode - RAD Modal Testimonial */
.rmt__quote {
  font-size: 28px;
  color: #2D4373; }
  .rmt__quote-name {
    color: #656974;
    font-size: 16px;
    margin-top: 15px; }

.rmt .logged-in-only {
  margin-top: 20px; }

.rmt__content {
  margin-bottom: 70px; }

.rmt__form-before {
  font-weight: 600; }
  .rmt__form-before .highlight {
    color: #83A4FF; }

.rmt__form-after {
  color: #ABABAB;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 13px; }
  .rmt__form-after:hover {
    color: #929292; }

.rmt__bottom form {
  margin-top: 20px; }

.rmt form {
  display: block; }
  .rmt form input[type=text] {
    width: 70%;
    height: 40px; }
  .rmt form input[type="submit"] {
    width: 30%; }
  @media (max-width: 767px) {
    .rmt form input[type="text"] {
      width: 100%; }
    .rmt form input[type="submit"] {
      width: 100%;
      margin-top: 10px; } }

.rmt .close-button-wrapper button {
  border: 0;
  -webkit-appearance: none;
  font-size: 30px;
  color: #2D4373;
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer; }
  .rmt .close-button-wrapper button i {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
  .rmt .close-button-wrapper button:hover i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (max-width: 767px) {
    .rmt .close-button-wrapper button {
      font-size: 21px; } }

.rmt__container {
  padding-top: 30px; }

/* Cookies Popup */
.cookies-popup {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 32px 0 rgba(131, 164, 255, 0.25);
          box-shadow: 0 0 32px 0 rgba(131, 164, 255, 0.25);
  font-size: 15px;
  line-height: 1.5;
  color: #4F5A65;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  display: none;
  z-index: 9999;
  padding: 15px 0; }

.cookies-popup a {
  color: #83A4FF;
  text-decoration: none; }

.cookies-popup a:hover {
  text-decoration: underline; }

.cookies-popup .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.cookies-popup .text-col {
  width: 81%; }

.cookies-popup .close-col {
  width: 19%;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.cookies-popup .cookies-popup__agree {
  color: #ababab;
  font-size: 24px;
  line-height: 1; }

@media (max-width: 1300px) {
  .cookies-popup .container {
    max-width: 1000px; } }

@media (max-width: 992px) {
  .cookies-popup {
    height: 110px;
    font-size: 14px; }
  .cookies-popup .close-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 767px) {
  .cookies-popup {
    height: auto; }
  .cookies-popup .close-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

/* Pages */
/** Home **/
body.page-template-templateshome-php .general-info-right img {
  max-width: 550px; }

body.page-template-templateshome-php .topsection__has-video {
  display: none; }

body.page-template-templateshome-php .topsection__video {
  max-width: 700px; }
  @media (max-width: 1500px) {
    body.page-template-templateshome-php .topsection__video {
      max-width: 600px !important; } }
  @media (max-width: 1100px) {
    body.page-template-templateshome-php .topsection__video {
      max-width: 550px !important; } }

@media (max-height: 870px) and (max-width: 1500px) and (min-width: 992px) {
  body.page-template-templateshome-php .general-info-right {
    margin-top: 30px; }
  body.page-template-templateshome-php .general-info-right img {
    max-width: 480px; }
  body.page-template-templateshome-php .general-info-right video {
    max-width: 480px; }
  body.page-template-templateshome-php .general-info {
    padding-bottom: 30px;
    max-width: 1050px;
    margin: 0 auto; } }

@media (max-width: 992px) {
  body.page-template-templateshome-php .general-info-right img {
    max-width: 100%; }
  body.page-template-templateshome-php .general-info-right video {
    max-width: 100%; }
  body.page-template-templateshome-php .topsection__has-video {
    display: block; }
  body.page-template-templateshome-php .topsection__video {
    display: none; } }

@media (max-width: 769px) {
  body.page-template-templateshome-php .registration {
    display: none; } }

@media (max-width: 767px) {
  body.page-template-templateshome-php .general-info-right img {
    max-width: 350px; } }

/* Home V2 */
body.page-template-template-homev2 .wp-footer {
  background: #f8f9fd; }

/* Template: Page with Form */
.page-with-form {
  text-align: center;
  padding: 60px 0;
  background: #f8f9fd; }
  @media (max-width: 1400px) {
    .page-with-form {
      padding: 35px 0; } }
  @media (max-width: 767px) {
    .page-with-form {
      padding: 30px 0; } }
  .page-with-form__title {
    margin-bottom: 50px; }
    @media (max-width: 1400px) {
      .page-with-form__title {
        font-size: 40px;
        margin-bottom: 30px; } }
    @media (max-width: 1200px) {
      .page-with-form__title {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .page-with-form__title {
        font-size: 25px;
        line-height: 1.25;
        margin-bottom: 25px; } }
  .page-with-form__subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #3E4852;
    font-weight: 400;
    margin: -35px 0 35px 0; }
    @media (max-width: 767px) {
      .page-with-form__subtitle {
        margin-top: -20px;
        font-size: 14px; } }
  .page-with-form .cf7-wrapper {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }
    .page-with-form .cf7-wrapper input[type="submit"] {
      font-size: 16px;
      margin-top: 0;
      min-width: 200px;
      text-transform: uppercase; }
    .page-with-form .cf7-wrapper .wpcf7-checkbox .wpcf7-list-item, .page-with-form .cf7-wrapper .wpcf7-radio .wpcf7-list-item {
      margin: 0; }
    .page-with-form .cf7-wrapper .whyother {
      margin-top: 10px; }
    .page-with-form .cf7-wrapper .wpcf7-checkbox label, .page-with-form .cf7-wrapper .wpcf7-radio label {
      margin-bottom: 11px; }
    .page-with-form .cf7-wrapper .field-wrap {
      margin-bottom: 40px; }
    @media (max-width: 1400px) {
      .page-with-form .cf7-wrapper .field-wrap {
        margin-bottom: 30px; } }
  .page-with-form #whytoointrusivegroup {
    background: #F8F9FD;
    border: 1px solid #E8E6E6;
    border-radius: 8px;
    padding: 30px 25px;
    width: 910px;
    margin-top: 20px;
    margin-bottom: 30px; }
    .page-with-form #whytoointrusivegroup > label {
      font-weight: 300;
      margin-bottom: 25px; }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item-label:after {
      content: '';
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 398px;
      height: 227px;
      display: block;
      position: relative;
      left: -38px;
      -webkit-transition: .35s;
      -o-transition: .35s;
      transition: .35s; }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item label:hover .wpcf7-list-item-label:after {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02); }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:after {
      background-image: url("../images/templates/page-with-form/uninstall-appears-no-credits.png"); }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:after {
      background-image: url("../images/templates/page-with-form/uninstall-lusha-face-on-the-page.png"); }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:after {
      background-image: url("../images/templates/page-with-form/uninstall-too-much-space.png"); }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:after {
      background-image: url("../images/templates/page-with-form/uninstall-auto-open.png"); }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label:after {
      background-image: url("../images/templates/page-with-form/uninstall-appears-no-credits.png"); }
    .page-with-form #whytoointrusivegroup .wpcf7-radio {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: -20px; }
      .page-with-form #whytoointrusivegroup .wpcf7-radio label {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item {
      width: 50%;
      margin-bottom: 20px; }
    .page-with-form #whytoointrusivegroup .wpcf7-list-item-label span {
      height: 38px;
      margin-bottom: 15px;
      display: block;
      font-weight: 300;
      width: 310px; }
    @media (max-width: 1220px) {
      .page-with-form #whytoointrusivegroup {
        width: 760px; }
        .page-with-form #whytoointrusivegroup .wpcf7-list-item-label:after {
          width: 300px;
          height: 171px; } }
    @media (max-width: 1023px) {
      .page-with-form #whytoointrusivegroup {
        width: 650px;
        padding: 25px 15px; }
        .page-with-form #whytoointrusivegroup .wpcf7-list-item-label:after {
          width: 259px;
          height: 111px;
          left: -20px; }
        .page-with-form #whytoointrusivegroup .wpcf7-list-item-label span {
          width: 270px;
          font-size: 15px; } }
    @media (max-width: 767px) {
      .page-with-form #whytoointrusivegroup {
        width: 100%; }
        .page-with-form #whytoointrusivegroup .wpcf7-list-item {
          width: 100%; }
        .page-with-form #whytoointrusivegroup .wpcf7-list-item-label span {
          font-size: 16px;
          height: auto;
          width: 100%; }
        .page-with-form #whytoointrusivegroup .wpcf7-list-item-label:after {
          width: 270px;
          height: 171px; } }
  .page-with-form__form-thankyou {
    display: none; }
  .page-with-form .thankyou-title {
    color: #49448f;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .page-with-form .thankyou-title {
        font-size: 25px; } }

body.page-id-322 .top-banner .text-holder {
  margin-bottom: 0;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    body.page-id-322 .top-banner .text-holder {
      margin-top: 0; } }

body.page-id-322 form.simple-form {
  margin-top: 0; }

@media (max-width: 767px) {
  body.page-id-322 .top-banner .socials {
    margin: 20px 0 10px 0; } }

body.page-id-326 form.simple-form {
  margin-top: 10px; }

body.page-id-326 .intl-tel-input {
  width: 100%; }
