@charset "UTF-8";
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/*Width for all icons*/
/* Base colors*/
/*  Media query variables */
.bg-gray {
  background-color: #231f21 !important; }

.bg-gray2 {
  background-color: #231f22 !important; }

.bg-gray3 {
  background-color: #231f23 !important; }

.bg-gray4 {
  background-color: #231f26 !important; }

.bg-dark-blue {
  background-color: #1B1D4B !important; }

.bg-navy-blue {
  background-color: #F1F9FF !important; }

.text-white * {
  color: #fff !important; }

/** Media query **/
/* (max-width: 480px) */
/* (max-width: 1400px) */
/* (max-width: 1024) */
/* (min-width: 1024) */
/* (max-width: 595px) */
/* (max-width: 767px) */
/* (min-width: 596px), (max-width: 767px) */
/* (min-width: 1024px), (max-width: 1270px) */
/*  (max-width:480px) */
/* (min-width: 1270px), (max-width:1336px) */
/* (min-width: 1024px), (max-width: 1150px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1600px) */
/* (max-width: 1600px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1600px) */
/* (max-width:1150px) */
/* (min-width:1150px) */
/* (max-width:1270px) */
/* (min-width:1271px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/*
 * Buttons.
 */
.btn-default {
  padding: 11px 15px;
  margin-top: 8px;
  font-weight: 900;
  font-size: 16px;
  font-family: sofia-pro, sans-serif;
  text-align: center;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border: 1px solid transparent; }
  @media screen and (min-width: 768px) {
    .btn-default {
      min-width: 200px;
      font-size: 15px; } }
  @media (max-width: 595px) {
    .btn-default {
      padding: 10px;
      font-size: 13px;
      min-width: 165px; } }
  .btn-default:hover {
    color: #ffffff;
    background-color: #000000;
    -webkit-font-smoothing: antialiased; }

.btn-default {
  line-height: 1.3;
  min-height: 48px;
  background-color: #ff6900;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media (max-width: 595px) {
    .btn-default {
      min-height: 40px; } }
  .btn-default.btn-transparent {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .btn-default.btn-transparent:hover {
      color: #ff6900;
      border: 1px solid #ff6900; }
  .btn-default.btn-black {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .btn-default.btn-black:hover {
      color: #1c1c1c;
      border: 1px solid #1c1c1c; }
  .btn-default.btn-trans-black {
    background-color: transparent;
    color: #000000;
    border: 1px solid #1c1c1c; }
    .btn-default.btn-trans-black:hover {
      color: #ff6900;
      border: 1px solid #ff6900; }
  .btn-default.btn-hover-white:hover {
    color: #ff6900;
    background-color: #ffffff;
    border: 1px solid #ffffff; }
  .btn-default.btn-blue {
    background-color: #141b4d; }
    .btn-default.btn-blue:hover {
      background-color: transparent;
      border-color: #141b4d;
      color: #141b4d; }

.btn-orange {
  font-size: 16px;
  padding: 12px 0;
  font-weight: 900;
  letter-spacing: 2.4px;
  background-color: #ff6900;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  min-width: 200px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media (max-width: 595px) {
    .btn-orange {
      padding: 10px;
      font-size: 13px;
      min-width: 170px; } }
  .btn-orange:hover {
    background-color: #000000;
    color: #ffffff; }
  .btn-orange:active {
    background-color: #000000; }

.btn-white {
  font-size: 16px;
  padding: 12px 0;
  font-weight: 900;
  letter-spacing: 2.4px;
  background-color: #ffffff;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  min-width: 200px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media (max-width: 595px) {
    .btn-white {
      padding: 10px;
      font-size: 13px;
      min-width: 170px; } }
  .btn-white:hover {
    background-color: #000000;
    color: #ffffff; }
  .btn-white:active {
    background-color: #000000; }

.link-orange {
  display: inline-block;
  color: #ff6900;
  font-size: 20px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .link-orange {
      font-size: 16px; } }
  .link-orange:hover {
    color: #000000; }

.bottom-line {
  position: relative; }
  .bottom-line:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    height: 6px;
    width: 0;
    background-color: #ff6900;
    -webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in; }
  .bottom-line:hover:after {
    width: 31px; }
  .bottom-line.active:after {
    width: 31px; }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/*Width for all icons*/
/* Base colors*/
/*  Media query variables */
.bg-gray {
  background-color: #231f21 !important; }

.bg-gray2 {
  background-color: #231f22 !important; }

.bg-gray3 {
  background-color: #231f23 !important; }

.bg-gray4 {
  background-color: #231f26 !important; }

.bg-dark-blue {
  background-color: #1B1D4B !important; }

.bg-navy-blue {
  background-color: #F1F9FF !important; }

.text-white * {
  color: #fff !important; }

/** Media query **/
/* (max-width: 480px) */
/* (max-width: 1400px) */
/* (max-width: 1024) */
/* (min-width: 1024) */
/* (max-width: 595px) */
/* (max-width: 767px) */
/* (min-width: 596px), (max-width: 767px) */
/* (min-width: 1024px), (max-width: 1270px) */
/*  (max-width:480px) */
/* (min-width: 1270px), (max-width:1336px) */
/* (min-width: 1024px), (max-width: 1150px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1600px) */
/* (max-width: 1600px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1600px) */
/* (max-width:1150px) */
/* (min-width:1150px) */
/* (max-width:1270px) */
/* (min-width:1271px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

ol,
ul,
li {
  padding: 0;
  margin: 0;
  font-family: sofia-pro, sans-serif; }

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-family: sofia-pro, sans-serif; }
  a:hover {
    outline: 0;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
figure,
footer,
header,
menu,
nav,
section,
audio,
video,
button {
  margin: 0;
  border: 0; }

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  border: 0; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1336px;
  position: relative; }

.padding-large {
  padding: 144px 0; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .padding-large {
      padding: 96px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-large {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .padding-large {
      padding: 32px 0; } }

@media (min-width: 1336px) {
  .padding-medium-large {
    padding: 96px 0; } }

@media (min-width: 992px) and (max-width: 1336px) {
  .padding-medium-large {
    padding: 96px 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .padding-medium-large {
    padding: 56px 0; } }

@media (min-width: 596px) and (max-width: 767px) {
  .padding-medium-large {
    padding: 32px 0; } }

@media (max-width: 595px) {
  .padding-medium-large {
    padding: 32px 0; } }

.padding-medium {
  padding: 56px 0; }
  @media (min-width: 1336px) {
    .padding-medium {
      padding: 72px 0; } }
  @media (min-width: 992px) and (max-width: 1336px) {
    .padding-medium {
      padding: 56px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-medium {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .padding-medium {
      padding: 32px 0; } }

.padding-small {
  padding: 56px 0; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .padding-small {
      padding: 56px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-small {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .padding-small {
      padding: 32px 0; } }

.padding-32 {
  padding: 32px 0; }

.padding-32-bottom {
  padding-bottom: 32px; }

.padding-32-top {
  padding-top: 32px; }

.sticky-bar + section {
  padding-top: 112px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .sticky-bar + section {
      padding-top: 83px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sticky-bar + section {
      padding-top: 56px !important; } }
  @media (max-width: 767px) {
    .sticky-bar + section {
      padding-top: 32px !important; } }

.l-margin {
  margin: 72px 0; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .l-margin {
      margin: 48px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .l-margin {
      margin: 28px 0; } }
  @media (max-width: 767px) {
    .l-margin {
      margin: 16px 0; } }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.l-margin-top {
  margin-top: 72px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .l-margin-top {
      margin-top: 48px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .l-margin-top {
      margin-top: 28px; } }
  @media (max-width: 767px) {
    .l-margin-top {
      margin-top: 16px; } }

.l-margin-bottom {
  margin-bottom: 72px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .l-margin-bottom {
      margin-bottom: 48px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .l-margin-bottom {
      margin-bottom: 28px; } }
  @media (max-width: 767px) {
    .l-margin-bottom {
      margin-bottom: 16px; } }

section,
.section {
  width: 100%;
  position: relative;
  float: left;
  padding: 72px 0;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1336px) {
    section,
    .section {
      padding: 48px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section,
    .section {
      padding: 28px 0; } }
  @media (max-width: 767px) {
    section,
    .section {
      padding: 16px 0; } }
  @media (max-width: 767px) {
    section:after,
    .section:after {
      display: none; } }

header:after,
.container:after,
.wrapper:after,
.column-wrapper:after,
.grid-wrapper:after,
.two-third:after,
.content-wrapper:after,
.v-middle-wrapper:after,
.col-wrapper:after {
  content: "";
  clear: both;
  display: block; }

/*
 * Heading and Paragraph.
 */
h1 {
  color: #1c1c1c;
  font-family: sofia-pro, sans-serif;
  font-size: 95px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.05; }
  @media (max-width: 1270px) {
    h1 {
      font-size: 65px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h1 {
      font-size: 50px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    h1 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 36px; } }

h2 {
  color: #1c1c1c;
  font-family: sofia-pro, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.12; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 35px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px; } }

h3 {
  color: #1c1c1c;
  font-family: sofia-pro, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 25px; } }

h4 {
  color: #1c1c1c;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.07; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 24px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h4 {
      font-size: 24px; } }
  @media (max-width: 595px) {
    h4 {
      font-size: 20px; } }

h5 {
  color: #1c1c1c;
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.3; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 18px; } }

h6 {
  color: #1c1c1c;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    h6 {
      font-size: 18px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h6 {
      font-size: 16px; } }
  @media (max-width: 595px) {
    h6 {
      font-size: 14px; } }

p {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #1c1c1c;
  font-family: sofia-pro, sans-serif !important; }
  @media (max-width: 1024px) {
    p {
      font-size: 18px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    p {
      font-size: 16px; } }
  @media (max-width: 595px) {
    p {
      font-size: 15px; } }

span {
  font-family: sofia-pro, sans-serif; }

blockquote > p {
  color: #203c51;
  font-weight: bold;
  font-size: 18px;
  margin-top: 60px;
  font-family: sofia-pro, sans-serif;
  line-height: 1.1; }
  @media (min-width: 768px) and (max-width: 991px) {
    blockquote > p {
      font-size: 16px; } }
  @media (max-width: 767px) {
    blockquote > p {
      font-size: 14px; } }
  blockquote > p span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
    line-height: 1.12;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      blockquote > p span {
        font-size: 16px; } }
    @media (max-width: 767px) {
      blockquote > p span {
        font-size: 14px; } }

/*
 * Background Image.
 */
.bg-img {
  overflow: hidden; }
  .bg-img img {
    -o-object-fit: cover;
    object-fit: cover; }

/*
 * Text Alignment.
 */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

/*
 * Effects.
 */
.zoom-in img {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }

.zoom-in:hover img {
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.zoom-bg .bg-img img {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }

.zoom-bg:hover .bg-img img {
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.blend-mode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #000000;
  opacity: 1;
  font-size: 14px; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  color: #000000;
  opacity: 1;
  font-size: 14px; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  color: #000000;
  opacity: 1;
  font-size: 14px; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  color: #000000;
  opacity: 1;
  font-size: 14px; }

body.stop-scroll {
  overflow: hidden; }

.wow {
  visibility: hidden; }

.disable-navigation header {
  display: none; }

.no-nav header .nav-wrapper, .no-nav header .mobile-menu-toggle {
  display: none !important; }

.no-nav header .top-nav .top-links {
  display: none !important; }

.text-white {
  color: #ffffff !important; }

.row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bg-blue-gradient {
  background-image: -webkit-linear-gradient(337deg, #141b4d 20%, #4f5898 100%);
  background-image: -o-linear-gradient(337deg, #141b4d 20%, #4f5898 100%);
  background-image: linear-gradient(113deg, #141b4d 20%, #4f5898 100%); }

.bg-orange-gradient {
  background-image: -webkit-linear-gradient(345deg, #ff6900 20%, #ff8200 100%);
  background-image: -o-linear-gradient(345deg, #ff6900 20%, #ff8200 100%);
  background-image: linear-gradient(105deg, #ff6900 20%, #ff8200 100%); }

.bg-gray {
  background: #ebedee; }

.bg-dark-gray {
  background: #f5f5f5; }

.bg-orange {
  background: #ff6900; }

.bg-light-orange {
  background-color: #ff7900; }

.bg-blue {
  background: #141b4d; }

.intro {
  text-align: center;
  margin-bottom: 56px;
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .intro {
      margin-bottom: 56px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro {
      margin-bottom: 32px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .intro {
      margin-bottom: 32px; } }
  @media (max-width: 595px) {
    .intro {
      margin-bottom: 20px; } }
  .intro h2 {
    margin-bottom: 20px; }
    .intro h2 span {
      color: #ff6900; }

.border-bottom {
  padding-bottom: 15px;
  position: relative;
  display: inline-block; }
  .border-bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #141b4d; }

.slick-arrow {
  position: absolute;
  font-size: 0;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent; }
  .slick-arrow.slick-prev {
    left: 0;
    background-image: url("/wp-content/themes/socure/templates/dist/images/left-arrow.svg");
    outline: none; }
  .slick-arrow.slick-next {
    right: 0;
    background-image: url("/wp-content/themes/socure/templates/dist/images/right-arrow.svg");
    outline: none; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    width: 15px;
    height: 15px;
    background-color: #141b4d;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background-color: #ff6900; }

.padding-l {
  padding: 156px 0 120px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .padding-l {
      padding: 60px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-l {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .padding-l {
      padding: 30px 0; } }

.triangle::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #141b4d;
  top: -30px;
  right: 300px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1; }
  @media (max-width: 595px) {
    .triangle::before {
      right: 50%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); } }

.right-large-grid {
  width: 100%;
  height: 100%;
  position: relative; }
  .right-large-grid::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 38%;
    background: url("/wp-content/themes/socure/templates/dist/images/pattern.svg");
    background-size: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom; }
    @media (min-width: 1601px) {
      .right-large-grid::after {
        background-size: 80%; } }
    @media screen and (min-width: 1930px) {
      .right-large-grid::after {
        background-size: 60%; } }

.dot-pattern {
  position: absolute;
  top: -70px;
  left: -48%;
  width: 65%; }
  .dot-pattern img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (min-width: 1250px) {
      .dot-pattern img {
        width: 1000px;
        height: 850px; } }

.dot-pattern-right-large {
  overflow: visible; }
  .dot-pattern-right-large:after {
    content: "";
    position: absolute;
    right: 0;
    top: -310px;
    width: 62%;
    max-width: 992px;
    height: 100%;
    min-height: 1000px;
    background: url(/wp-content/themes/socure/templates/dist/images/img-with-text/right-big-network.png);
    z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 460px; }

.dot-pattern-right {
  overflow: visible; }
  .dot-pattern-right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100px;
    width: 62%;
    max-width: 332px;
    height: 100%;
    min-height: 1000px;
    background: url(/wp-content/themes/socure/templates/dist/images/col-three-with-icons/right-grid-img.png);
    z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 194px; }
    @media (max-width: 1024px) {
      .dot-pattern-right:after {
        background-size: 70%; } }

.bg-right img {
  -o-object-position: right;
     object-position: right; }

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

button {
  font-family: sofia-pro, sans-serif !important; }

picture {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.border-top-bottom-gray .container {
  position: relative; }
  .border-top-bottom-gray .container:after {
    content: '';
    position: absolute;
    top: -35px;
    background-color: #D9D9D9;
    width: 100%;
    height: 2px;
    left: 0; }
    @media (max-width: 767px) {
      .border-top-bottom-gray .container:after {
        top: -20px; } }
  .border-top-bottom-gray .container::before {
    content: '';
    position: absolute;
    bottom: -35px;
    background-color: #D9D9D9;
    width: 100%;
    height: 2px;
    left: 0; }
    @media (max-width: 767px) {
      .border-top-bottom-gray .container::before {
        bottom: -20px; } }

.border-top-gray .container {
  position: relative; }
  .border-top-gray .container:after {
    content: '';
    position: absolute;
    top: -35px;
    background-color: #D9D9D9;
    width: 100%;
    height: 2px;
    left: 0; }
    @media (max-width: 767px) {
      .border-top-gray .container:after {
        top: -20px; } }

.border-bottom-gray .container {
  position: relative; }
  .border-bottom-gray .container::before {
    content: '';
    position: absolute;
    bottom: -35px;
    background-color: #D9D9D9;
    width: 100%;
    height: 2px;
    left: 0; }
    @media (max-width: 767px) {
      .border-bottom-gray .container::before {
        bottom: -20px; } }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/*Width for all icons*/
/* Base colors*/
/*  Media query variables */
.bg-gray {
  background-color: #231f21 !important; }

.bg-gray2 {
  background-color: #231f22 !important; }

.bg-gray3 {
  background-color: #231f23 !important; }

.bg-gray4 {
  background-color: #231f26 !important; }

.bg-dark-blue {
  background-color: #1B1D4B !important; }

.bg-navy-blue {
  background-color: #F1F9FF !important; }

.text-white * {
  color: #fff !important; }

/** Media query **/
/* (max-width: 480px) */
/* (max-width: 1400px) */
/* (max-width: 1024) */
/* (min-width: 1024) */
/* (max-width: 595px) */
/* (max-width: 767px) */
/* (min-width: 596px), (max-width: 767px) */
/* (min-width: 1024px), (max-width: 1270px) */
/*  (max-width:480px) */
/* (min-width: 1270px), (max-width:1336px) */
/* (min-width: 1024px), (max-width: 1150px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1600px) */
/* (max-width: 1600px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1600px) */
/* (max-width:1150px) */
/* (min-width:1150px) */
/* (max-width:1270px) */
/* (min-width:1271px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.wow {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
     animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -o-transform-origin: center bottom;
     transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-o-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
     animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-animation-name: headShake;
     animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
     transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@-o-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
     transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
     animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
     animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
     animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
  -webkit-animation: fadeInUp 0.4s 0s both;
       -o-animation: fadeInUp 0.4s 0s both;
          animation: fadeInUp 0.4s 0s both; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
     animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
     animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -o-animation-name: jackInTheBox;
     animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-o-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
     animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
     animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@-o-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
     animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
     animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
     animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
     animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp; }

.blur {
  -webkit-animation-name: blur;
       -o-animation-name: blur;
          animation-name: blur; }

@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@-o-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

.scaleRight {
  -webkit-animation-name: scaleRight;
       -o-animation-name: scaleRight;
          animation-name: scaleRight; }

@-webkit-keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; } }

@-o-keyframes scaleRight {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; } }

.scaleLeft {
  -webkit-animation-name: scaleLeft;
       -o-animation-name: scaleLeft;
          animation-name: scaleLeft; }

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; } }

@-o-keyframes scaleLeft {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; } }

@keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; } }

.wefadeInRight {
  -webkit-animation: we-fade-in-right 1.2s 0.2s both;
  -o-animation: we-fade-in-right 1.2s 0.2s both;
     animation: we-fade-in-right 1.2s 0.2s both; }

.wefadeInLeft {
  -webkit-animation: we-fade-in-left 1.2s 0.2s both;
  -o-animation: we-fade-in-left 1.2s 0.2s both;
     animation: we-fade-in-left 1.2s 0.2s both; }

.wefadeInBottom {
  -webkit-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
  -o-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
     animation: we-fade-in-bottom 2s ease-in-out 0.2s both; }

.kenburns-bottom-right {
  -webkit-animation: kenburns-bottom-right 12s ease-in-out both;
  -o-animation: kenburns-bottom-right 12s ease-in-out both;
     animation: kenburns-bottom-right 12s ease-in-out both; }
  @media (max-width: 480px) {
    .kenburns-bottom-right {
      -webkit-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
      -o-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
         animation: kenburns-bottom-right-mobile 12s ease-in-out both; } }

/**
 * ----------------------------------------
 * custom animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
       transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
       transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

.we-zoom-in {
  -webkit-animation: we-zoom-in 1.2s 0.2s both;
  -o-animation: we-zoom-in 1.2s 0.2s both;
     animation: we-zoom-in 1.2s 0.2s both; }

@-webkit-keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-o-keyframes we-zoom-in {
  0% {
    -o-transform: scale(0.75);
       transform: scale(0.75);
    opacity: 0; }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1; } }

@keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
         -o-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/**
 * ----------------------------------------
 * custom animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
       transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
       transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-up {
  0% {
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUp {
  -webkit-animation: wefadeInUp 1.2s 0.2s both;
  -o-animation: wefadeInUp 1.2s 0.2s both;
     animation: wefadeInUp 1.2s 0.2s both; }

@-webkit-keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wefadeIn {
  -webkit-animation: we-fade-in 1.2s 0.2s both;
  -o-animation: we-fade-in 1.2s 0.2s both;
     animation: we-fade-in 1.2s 0.2s both; }

@-webkit-keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes wefadeInUp {
  0% {
    -o-transform: translateY(20px);
       transform: translateY(20px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUplarge {
  -webkit-animation: wefadeInUplarge 1.2s 0.2s both;
  -o-animation: wefadeInUplarge 1.2s 0.2s both;
     animation: wefadeInUplarge 1.2s 0.2s both; }

@-webkit-keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes wefadeInUplarge {
  0% {
    -o-transform: translateY(100px);
       transform: translateY(100px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-o-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-webkit-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-o-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-webkit-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@-o-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@-webkit-keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right-mobile
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold; }

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000; }

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515; }

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #fff;
  background-color: #151515; }

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #efefef;
  background-color: #202020; }

.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515; }

.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold; }

.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #eee; }

.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #ddd; }

.flipdown.flipdown__theme-light .rotor, .flipdown.flipdown__theme-light .rotor-top, .flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222;
  background-color: #ddd; }

.flipdown.flipdown__theme-light .rotor-bottom, .flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333;
  background-color: #eee; }

.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222; }

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px; }

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px; }

.flipdown .rotor-group:last-child {
  padding-right: 0; }

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  -webkit-perspective: 200px;
          perspective: 200px; }

.flipdown .rotor:last-child {
  margin-right: 0; }

.flipdown .rotor-top, .flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px; }

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  -o-transition: -o-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s, -o-transform 0s; }

.flipdown .rotor-leaf.flipped {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0 0; }

.flipdown .rotor-leaf-rear {
  line-height: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0 0; }

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0;
  border-radius: 0 0 4px 4px; }

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 40px;
  border-radius: 0 0 4px 4px; }

@media (max-width: 767px) {
  .flipdown {
    width: 312px;
    height: 70px; }
  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px; }
  .flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
    width: 30px; }
  .flipdown .rotor-group {
    padding-right: 20px; }
  .flipdown .rotor-group:last-child {
    padding-right: 0; }
  .flipdown .rotor-group-heading:before {
    font-size: .8rem;
    height: 20px;
    line-height: 20px; }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px; }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px; }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px; }
  .flipdown .rotor-leaf-front, .flipdown .rotor-top {
    line-height: 50px; }
  .flipdown .rotor-leaf, .flipdown .rotor {
    height: 50px; }
  .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
    height: 25px; } }

.error404 .banner-404 {
  min-height: 350px;
  background: #141b4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .error404 .banner-404 h1 {
    color: #ffffff; }

.error404 .error-404 h4 {
  margin-bottom: 30px; }

body {
  /* Styles that apply to all SelectBoxIt elements */
  /* Button */
  /* Height and Vertical Alignment of Text */
  /* Focus pseudo selector */
  /* Disabled Mouse Interaction */
  /* Button Text */
  /* Options List */
  /* Individual options */
  /* Individual Option Hover Action */
  /* Individual Option Optgroup Header */
  /* The first Drop Down option */
  /* The first Drop Down option optgroup */
  /* The last Drop Down option */
  /* Drop Down optgroup headers */
  /* Drop Down optgroup header hover psuedo class */
  /* Drop Down down arrow container */
  /* Drop Down down arrow */
  /* Drop Down down arrow for jQueryUI and jQuery Mobile */
  /* Drop Down individual option icon positioning */
  /* Drop Down individual option icon positioning */
  /* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
  /* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
  /*
    Default Theme
    -------------
    Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
  */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body .footer {
    background-color: #0d0d0d; }
    body .footer .column-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 16px 0 120px; }
      @media (max-width: 767px) {
        body .footer .column-wrapper {
          margin: 16px 0 80px; } }
      body .footer .column-wrapper .text {
        display: none; }
      body .footer .column-wrapper .col-three {
        width: 25%; }
        @media (max-width: 991px) {
          body .footer .column-wrapper .col-three {
            width: 100%; } }
        body .footer .column-wrapper .col-three .logo {
          width: 140px;
          height: 100%; }
          body .footer .column-wrapper .col-three .logo picture, body .footer .column-wrapper .col-three .logo img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        body .footer .column-wrapper .col-three .full-wrap-logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          @media (max-width: 991px) {
            body .footer .column-wrapper .col-three .full-wrap-logo {
              margin-left: 0; } }
          body .footer .column-wrapper .col-three .full-wrap-logo .img-logo {
            max-width: 80px;
            margin-bottom: 25px;
            margin-right: 25px;
            -webkit-box-flex: 1;
                -ms-flex: 1 1 80px;
                    flex: 1 1 80px; }
            @media screen and (min-width: 1200px) {
              body .footer .column-wrapper .col-three .full-wrap-logo .img-logo {
                max-width: 80px; } }
            body .footer .column-wrapper .col-three .full-wrap-logo .img-logo.small {
              max-width: 64px; }
              @media screen and (min-width: 1200px) {
                body .footer .column-wrapper .col-three .full-wrap-logo .img-logo.small {
                  max-width: 70px; } }
      body .footer .column-wrapper .full-wrap {
        margin-top: 30px; }
        body .footer .column-wrapper .full-wrap .content-inner-wrap p {
          color: #ffffff;
          font-size: 16px;
          font-weight: 300;
          padding-top: 5px; }
      body .footer .column-wrapper .col-seven {
        width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 15px; }
        @media screen and (min-width: 1200px) {
          body .footer .column-wrapper .col-seven {
            padding-left: 110px; } }
        @media (max-width: 991px) {
          body .footer .column-wrapper .col-seven {
            width: 100%; } }
        body .footer .column-wrapper .col-seven .col-three {
          width: calc(33.33% - 18px);
          margin: 0 9px; }
          @media (max-width: 767px) {
            body .footer .column-wrapper .col-seven .col-three {
              width: calc(50% - 10px);
              margin: 0 5px 20px; } }
          @media (max-width: 480px) {
            body .footer .column-wrapper .col-seven .col-three {
              width: 100%; } }
          body .footer .column-wrapper .col-seven .col-three span {
            font-size: 16px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 2.4px;
            text-align: left;
            color: #ffffff;
            font-family: sofia-pro, sans-serif;
            margin-bottom: 28px;
            display: block;
            text-transform: uppercase; }
          body .footer .column-wrapper .col-seven .col-three .sub-menu li {
            list-style: none;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.25;
            letter-spacing: 0.16px;
            text-align: left;
            color: #ffffff;
            font-family: sofia-pro, sans-serif; }
          body .footer .column-wrapper .col-seven .col-three a {
            color: #ffffff;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
            body .footer .column-wrapper .col-seven .col-three a:hover {
              color: #ff6900; }
          body .footer .column-wrapper .col-seven .col-three .sign-up {
            margin-top: 30px; }
            body .footer .column-wrapper .col-seven .col-three .sign-up input[type="email"] {
              font-size: 16px;
              font-family: sofia-pro, sans-serif;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              padding: 12px 18px;
              border-radius: 3px;
              color: #212121;
              border: none;
              max-width: 272px;
              width: 100%;
              margin-bottom: 24px;
              outline: none; }
              body .footer .column-wrapper .col-seven .col-three .sign-up input[type="email"]::-webkit-input-placeholder {
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.16px;
                text-align: left;
                color: #bcbcbc;
                font-family: sofia-pro, sans-serif; }
              body .footer .column-wrapper .col-seven .col-three .sign-up input[type="email"]::-moz-placeholder {
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.16px;
                text-align: left;
                color: #bcbcbc;
                font-family: sofia-pro, sans-serif; }
              body .footer .column-wrapper .col-seven .col-three .sign-up input[type="email"]::-ms-input-placeholder {
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.16px;
                text-align: left;
                color: #bcbcbc;
                font-family: sofia-pro, sans-serif; }
              body .footer .column-wrapper .col-seven .col-three .sign-up input[type="email"]::placeholder {
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.16px;
                text-align: left;
                color: #bcbcbc;
                font-family: sofia-pro, sans-serif; }
            body .footer .column-wrapper .col-seven .col-three .sign-up #country {
              outline: none;
              font-size: 16px;
              font-family: sofia-pro, sans-serif;
              letter-spacing: 0.001em;
              font-weight: 300;
              padding: 10px 20px;
              border-radius: 3px;
              color: #bcbcbc;
              border: none;
              max-width: 272px;
              width: 100%;
              -webkit-appearance: none;
              position: relative;
              background: #ffffff url(/wp-content/themes/socure/templates/dist/images/arrow_down_black.svg);
              background-size: 13px 11px;
              background-repeat: no-repeat;
              background-position: right 17px center;
              cursor: pointer; }
            body .footer .column-wrapper .col-seven .col-three .sign-up .btn-wrapper {
              margin-top: 120px; }
              @media (max-width: 767px) {
                body .footer .column-wrapper .col-seven .col-three .sign-up .btn-wrapper {
                  margin-top: 40px; } }
              body .footer .column-wrapper .col-seven .col-three .sign-up .btn-wrapper a {
                text-align: center; }
            body .footer .column-wrapper .col-seven .col-three .sign-up label {
              display: none; }
    body .footer .content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 50px;
      position: relative; }
      body .footer .content-wrap:before {
        position: absolute;
        content: "";
        top: -17px;
        left: 0;
        width: 100%;
        height: 0.5px;
        background: #ffffff; }
      body .footer .content-wrap .col-left {
        width: 56%; }
        @media (max-width: 767px) {
          body .footer .content-wrap .col-left {
            width: 100%; } }
        body .footer .content-wrap .col-left span {
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: 0.16px;
          text-align: left;
          color: #ffffff;
          font-family: sofia-pro, sans-serif;
          display: block;
          margin: 5px 0; }
        body .footer .content-wrap .col-left ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 5px 0; }
          body .footer .content-wrap .col-left ul li {
            list-style: none;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.16px;
            text-align: left;
            color: #ffffff;
            font-family: sofia-pro, sans-serif;
            margin: 0 12px 0 0; }
            @media (max-width: 767px) {
              body .footer .content-wrap .col-left ul li {
                margin: 10px 10px 0 0; } }
          body .footer .content-wrap .col-left ul a {
            color: #ffffff;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
            body .footer .content-wrap .col-left ul a:hover {
              color: #ff6900; }
        body .footer .content-wrap .col-left .loc-wrap {
          max-width: 25px;
          display: inline-block;
          top: 2px;
          left: -4px;
          position: relative;
          margin: 0; }
        body .footer .content-wrap .col-left .map-link {
          color: #ffffff; }
          body .footer .content-wrap .col-left .map-link:hover {
            color: #ff6900; }
    body .footer .col-right {
      width: 44%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      @media (max-width: 767px) {
        body .footer .col-right {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: 100%; } }
      body .footer .col-right .social-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 0 0 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 991px) {
          body .footer .col-right .social-icon {
            margin: 60px 0 20px 0; } }
        @media (max-width: 595px) {
          body .footer .col-right .social-icon {
            margin: 25px 0 20px 0; } }
        body .footer .col-right .social-icon a {
          margin-right: 15px;
          color: transparent;
          height: 25px;
          width: 25px; }
          body .footer .col-right .social-icon a svg path {
            fill: #ffffff;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          body .footer .col-right .social-icon a:hover svg path {
            fill: #ff6900 !important; }
        body .footer .col-right .social-icon div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
    body .footer .link a {
      color: #ff6900; }
  body header {
    overflow: visible;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0 35px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body header {
        padding: 12px 0 12px; } }
    @media (max-width: 1024px) {
      body header {
        padding: 12px 0 12px;
        overflow: hidden; } }
    @media (max-width: 1024px) {
      body header.o-visible {
        overflow: visible; } }
    body header .container {
      position: static; }
    body header .header-wrap {
      font-size: 0; }
      @media (max-width: 1024px) {
        body header .header-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      body header .header-wrap .logo-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 15%; }
        body header .header-wrap .logo-wrapper .brand-logo {
          width: 140px;
          height: 100%;
          margin-top: 3px; }
          @media (max-width: 595px) {
            body header .header-wrap .logo-wrapper .brand-logo {
              width: 100px; } }
          body header .header-wrap .logo-wrapper .brand-logo .dark {
            display: none; }
          body header .header-wrap .logo-wrapper .brand-logo img {
            width: 140px;
            height: 58px; }
        body header .header-wrap .logo-wrapper .link a {
          font-size: 15px; }
      body header .header-wrap .nav-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 85%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        @media (max-width: 1336px) {
          body header .header-wrap .nav-wrapper {
            padding-left: 50px; } }
        @media (min-width: 992px) and (max-width: 1336px) {
          body header .header-wrap .nav-wrapper {
            padding-left: 20px; } }
        @media (max-width: 1024px) {
          body header .header-wrap .nav-wrapper {
            position: absolute;
            top: 100%;
            background-image: -webkit-linear-gradient(337deg, #141b4d 20%, #4f5898 100%);
            background-image: -o-linear-gradient(337deg, #141b4d 20%, #4f5898 100%);
            background-image: linear-gradient(113deg, #141b4d 20%, #4f5898 100%);
            left: 0;
            width: 100%;
            height: 100vh;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            padding: 0 20px;
            opacity: 0;
            visibility: hidden;
            overflow-y: scroll; } }
        body header .header-wrap .nav-wrapper.active {
          opacity: 1;
          visibility: visible;
          z-index: 99; }
        body header .header-wrap .nav-wrapper .icons-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media (max-width: 1024px) {
            body header .header-wrap .nav-wrapper .icons-container {
              display: block;
              padding-right: 0; } }
          body header .header-wrap .nav-wrapper .icons-container nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media (max-width: 1024px) {
              body header .header-wrap .nav-wrapper .icons-container nav {
                width: 100%; } }
            body header .header-wrap .nav-wrapper .icons-container nav ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-line-pack: center;
                  align-content: center;
              height: 70px; }
              @media (max-width: 1024px) {
                body header .header-wrap .nav-wrapper .icons-container nav ul {
                  display: block;
                  height: auto;
                  width: 100%;
                  padding-top: 25px; } }
              body header .header-wrap .nav-wrapper .icons-container nav ul li {
                font-stretch: normal;
                text-align: left;
                list-style: none;
                margin: 0 23px; }
                body header .header-wrap .nav-wrapper .icons-container nav ul li:first-child {
                  margin-left: 0; }
                @media (max-width: 1336px) {
                  body header .header-wrap .nav-wrapper .icons-container nav ul li {
                    margin: 0 12px;
                    font-size: 18px; } }
                @media (max-width: 1024px) {
                  body header .header-wrap .nav-wrapper .icons-container nav ul li {
                    position: relative;
                    margin-bottom: 15px;
                    margin-left: 0;
                    width: 100%; } }
                body header .header-wrap .nav-wrapper .icons-container nav ul li.has-menu span {
                  pointer-events: all; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container nav ul li.has-menu span:after {
                      display: block; } }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container nav ul li.has-menu span.col-title:after {
                      display: none; } }
                body header .header-wrap .nav-wrapper .icons-container nav ul li.new-links {
                  display: none; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container nav ul li.new-links {
                      display: block; } }
                @media (max-width: 1024px) {
                  body header .header-wrap .nav-wrapper .icons-container nav ul li.open span:after {
                    -webkit-transform: scaleY(-1);
                         -o-transform: scaleY(-1);
                            transform: scaleY(-1); } }
                body header .header-wrap .nav-wrapper .icons-container nav ul li span {
                  position: relative; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container nav ul li span {
                      cursor: pointer;
                      pointer-events: none;
                      display: block;
                      width: 100%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid #ffffff; } }
                  body header .header-wrap .nav-wrapper .icons-container nav ul li span:after {
                    content: "";
                    position: absolute;
                    top: calc(50% - 12px);
                    right: 0;
                    width: 0;
                    height: 0;
                    border-left: 12px solid transparent;
                    border-right: 12px solid transparent;
                    border-top: 12px solid #ffffff;
                    -webkit-transition: 0.4s;
                    -o-transition: 0.4s;
                    transition: 0.4s;
                    display: none; }
                    @media (max-width: 595px) {
                      body header .header-wrap .nav-wrapper .icons-container nav ul li span:after {
                        top: calc(50% - 8px);
                        border-left: 8px solid transparent;
                        border-right: 8px solid transparent;
                        border-top: 8px solid #ffffff; } }
                body header .header-wrap .nav-wrapper .icons-container nav ul li a {
                  font-family: sofia-pro, sans-serif;
                  font-size: 18px;
                  font-weight: bold;
                  font-style: normal;
                  line-height: 1.3;
                  letter-spacing: normal;
                  color: #ffffff;
                  padding: 0 0 15px 0;
                  position: relative;
                  pointer-events: all; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container nav ul li a {
                      padding-bottom: 20px; } }
                  body header .header-wrap .nav-wrapper .icons-container nav ul li a:before {
                    content: "";
                    position: absolute;
                    bottom: -40px;
                    left: 0;
                    width: 100%;
                    height: 60px; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container nav ul li a:hover:after {
                      display: none; } }
                  body header .header-wrap .nav-wrapper .icons-container nav ul li a.no-link {
                    pointer-events: none; }
          body header .header-wrap .nav-wrapper .icons-container .btn-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media (max-width: 1450px) {
              body header .header-wrap .nav-wrapper .icons-container .btn-wrapper {
                padding-right: 50px; } }
            @media (max-width: 1024px) {
              body header .header-wrap .nav-wrapper .icons-container .btn-wrapper {
                width: 100%;
                margin-top: 20px;
                display: block;
                padding-right: 0;
                margin-bottom: 100px; } }
            body header .header-wrap .nav-wrapper .icons-container .btn-wrapper a {
              text-transform: uppercase; }
              body header .header-wrap .nav-wrapper .icons-container .btn-wrapper a.link-default {
                font-family: sofia-pro, sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.3;
                letter-spacing: normal;
                color: #ffffff;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear; }
                body header .header-wrap .nav-wrapper .icons-container .btn-wrapper a.link-default:hover {
                  color: #ff6900; }
            body header .header-wrap .nav-wrapper .icons-container .btn-wrapper .link-one {
              position: relative;
              padding-right: 25px; }
              body header .header-wrap .nav-wrapper .icons-container .btn-wrapper .link-one:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 100%;
                background-color: #fff;
                right: 11px;
                top: 1px; }
            body header .header-wrap .nav-wrapper .icons-container .btn-wrapper .search-icon {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              height: 100%;
              margin-top: 8px;
              min-width: 50px;
              max-width: 50px;
              margin-left: 19px;
              display: none; }
              @media (max-width: 595px) {
                body header .header-wrap .nav-wrapper .icons-container .btn-wrapper .search-icon {
                  margin-top: 23px; } }
              body header .header-wrap .nav-wrapper .icons-container .btn-wrapper .search-icon img {
                width: 100%;
                height: 100%;
                cursor: pointer;
                -webkit-transform: scaleX(1);
                     -o-transform: scaleX(1);
                        transform: scaleX(1);
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out; }
                @media (max-width: 1024px) {
                  body header .header-wrap .nav-wrapper .icons-container .btn-wrapper .search-icon img {
                    display: none; } }
              body header .header-wrap .nav-wrapper .icons-container .btn-wrapper .search-icon:hover img {
                -webkit-transform: scale(1.1);
                     -o-transform: scale(1.1);
                        transform: scale(1.1); }
          body header .header-wrap .nav-wrapper .icons-container .sub-menu {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s;
            background-color: #ffffff;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%;
            padding: 50px 0;
            z-index: -99;
            max-height: 750px;
            overflow: auto; }
            @media (max-width: 1024px) {
              body header .header-wrap .nav-wrapper .icons-container .sub-menu {
                opacity: 1;
                visibility: visible;
                position: relative;
                padding: 15px 0;
                display: none;
                -webkit-transition: unset;
                -o-transition: unset;
                transition: unset;
                z-index: 1;
                max-height: 100%;
                overflow-y: hidden; } }
            @media (max-width: 1270px) {
              body header .header-wrap .nav-wrapper .icons-container .sub-menu {
                padding: 30px 0; } }
            @media (max-height: 767px) and (orientation: landscape) {
              body header .header-wrap .nav-wrapper .icons-container .sub-menu {
                max-height: 530px;
                overflow-y: scroll; } }
            body header .header-wrap .nav-wrapper .icons-container .sub-menu.active {
              opacity: 1;
              visibility: visible;
              z-index: 99;
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s; }
            @media (max-width: 1024px) {
              body header .header-wrap .nav-wrapper .icons-container .sub-menu.active-mobile-search {
                display: block;
                position: fixed;
                top: 0;
                width: 100%;
                padding: 20px; } }
            @media (max-width: 1024px) {
              body header .header-wrap .nav-wrapper .icons-container .sub-menu.active-mobile-search .nav-close {
                display: block; } }
            body header .header-wrap .nav-wrapper .icons-container .sub-menu .nav-close {
              cursor: pointer;
              background-image: url(/wp-content/themes/socure/templates/dist/images/nav-close.svg);
              background-size: 100%;
              width: 27px;
              height: 27px;
              background-repeat: no-repeat;
              position: absolute;
              top: 60px;
              right: 33px; }
              @media (max-width: 1024px) {
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .nav-close {
                  display: none; } }
            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper {
              width: 100%;
              margin: 0 auto;
              padding: 0 20px;
              max-width: 1336px; }
              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap {
                margin-bottom: 40px;
                padding-right: 40px; }
                @media (max-width: 1270px) {
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap {
                    margin-bottom: 40px; } }
                @media (max-width: 1024px) {
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap {
                    margin-bottom: 25px;
                    padding-right: 0; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap strong {
                  font-size: 45px;
                  line-height: 1.12;
                  color: #ff6900;
                  margin-right: 12px;
                  display: inline-block; }
                  @media (max-width: 1336px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap strong {
                      display: inline; } }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap strong {
                      font-size: 35px; } }
                  @media (max-width: 767px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap strong {
                      font-size: 30px; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap span {
                  font-size: 18px;
                  letter-spacing: 0.01em;
                  display: inline-block;
                  cursor: default; }
                  @media (max-width: 1336px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap span {
                      display: inline; } }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap span {
                      font-size: 18px; } }
                  @media (min-width: 596px) and (max-width: 767px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap span {
                      font-size: 16px; } }
                  @media (max-width: 595px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap span {
                      font-size: 14px; } }
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .title-wrap span:after {
                    display: none; }
              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap {
                background-color: #f4f5f6;
                padding: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media (max-width: 1024px) {
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap {
                    max-width: 520px;
                    margin-top: 10px; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-image,
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-body-text {
                  width: 50%; }
                  @media (max-width: 480px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-image,
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-body-text {
                      width: 100%; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-image {
                  max-height: 184px;
                  overflow: hidden; }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-body-text {
                  padding-left: 20px;
                  padding-right: 14px;
                  position: relative; }
                  @media (max-width: 480px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-body-text {
                      padding: 12px 0 30px 0; } }
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap .card-body-text a {
                    position: inherit;
                    padding-left: 0;
                    padding-top: 5px; }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap img {
                  max-width: 238px; }
                  @media screen and (min-width: 1250px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap img {
                      width: 227px;
                      height: 143px; } }
                  @media (max-width: 480px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap img {
                      max-width: 100%; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap small {
                  font-size: 18px;
                  font-weight: 800;
                  margin-bottom: 20px;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  letter-spacing: 0.01em;
                  line-height: 1.2;
                  overflow: hidden; }
                  @media (min-width: 992px) and (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap small {
                      margin-bottom: 10px; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap p {
                  font-size: 16px;
                  line-height: 1.2;
                  max-height: 60px;
                  overflow: hidden; }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap a {
                  font-size: 16px;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  padding-left: 20px;
                  color: #ff6900;
                  padding-bottom: 0; }
                  @media (min-width: 992px) and (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap a {
                      bottom: -5px; } }
                  @media (max-width: 480px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .card-wrap a {
                      padding-left: 0; } }
              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container {
                font-size: 0; }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 {
                  display: inline-block;
                  width: 26%;
                  vertical-align: top;
                  padding-right: 25px; }
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul {
                    display: block;
                    height: auto;
                    margin-top: -3px; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul li {
                      position: relative;
                      margin: 0;
                      cursor: pointer;
                      padding-bottom: 20px;
                      padding-right: 19px;
                      margin-bottom: 6px;
                      border-bottom: 2px dotted #918f90; }
                      @media (min-width: 992px) and (max-width: 1336px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul li {
                          padding-bottom: 10px; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul li:after {
                        content: "";
                        position: absolute;
                        right: 0;
                        top: calc(50% - 19px);
                        background-image: url("/wp-content/themes/socure/templates/dist/images/gray-arrow.svg");
                        background-size: 100%;
                        width: 14px;
                        height: 23px;
                        background-repeat: no-repeat;
                        -webkit-transition: 0.2s;
                        -o-transition: 0.2s;
                        transition: 0.2s; }
                        @media (min-width: 992px) and (max-width: 1336px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul li:after {
                            top: calc(50% - 14px); } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul li span {
                        margin: 0;
                        padding: 0;
                        color: #000000;
                        font-size: 22px;
                        font-weight: bold; }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul li.active span {
                        color: #ff6900; }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 ul li.active:after {
                        background-image: url("/wp-content/themes/socure/templates/dist/images/orange-arrow.svg"); }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-30 {
                      display: none; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 {
                  display: inline-block;
                  width: 74%;
                  vertical-align: top;
                  padding-left: 20px; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 {
                      width: 100%;
                      padding: 0; } }
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab {
                    display: none; }
                    @media (max-width: 1024px) {
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab {
                        display: block !important; } }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab.showTab {
                      display: block; }
                    @media (min-width: 768px) and (max-width: 991px) {
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab.fraud-risk .col-with-text {
                        width: 50%; } }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .mobile-link {
                      display: none;
                      position: relative; }
                      @media (max-width: 1024px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .mobile-link {
                          display: block; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .mobile-link:after {
                        content: "";
                        position: absolute;
                        top: calc(50% - 12px);
                        right: 0;
                        width: 0;
                        height: 0;
                        border-left: 12px solid transparent;
                        border-right: 12px solid transparent;
                        border-top: 12px solid #000000;
                        -webkit-transition: 0.4s;
                        -o-transition: 0.4s;
                        transition: 0.4s; }
                        @media (max-width: 595px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .mobile-link:after {
                            top: calc(50% - 8px);
                            border-left: 8px solid transparent;
                            border-right: 8px solid transparent;
                            border-top: 8px solid #000000; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .mobile-link.open-subnav:after {
                        -webkit-transform: scaleY(-1);
                             -o-transform: scaleY(-1);
                                transform: scaleY(-1); }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .mobile-link span {
                        font-size: 18px;
                        margin-bottom: 20px;
                        font-weight: 700;
                        border-bottom: 2px dotted #918f90;
                        z-index: 1; }
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .mobile-link span:after {
                          display: none; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper {
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex; }
                      @media (max-width: 1024px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper {
                          display: none;
                          margin-bottom: 15px; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content {
                        min-width: 300px;
                        max-width: 300px; }
                        @media screen and (max-width: 1024px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content {
                            max-width: 100%;
                            margin-bottom: 20px; } }
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content h3 {
                          color: #ff6900;
                          margin-bottom: 25px;
                          font-weight: 500; }
                          @media (max-width: 991px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content h3 {
                              margin-bottom: 15px; } }
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content p {
                          line-height: 1.45;
                          margin-bottom: 15px; }
                          @media (min-width: 992px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content p {
                              font-size: 16px; } }
                          @media (max-width: 991px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content p {
                              margin-bottom: 10px; } }
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content a.btn-default {
                          padding-top: 10px;
                          font-size: 16px; }
                          @media (min-width: 992px) and (max-width: 1024px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content a.btn-default {
                              padding-top: 6px; } }
                          @media (min-width: 768px) and (max-width: 991px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content a.btn-default {
                              padding: 10px 0; } }
                          @media (max-width: 767px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content a.btn-default {
                              padding: 10px 12px; } }
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content-wrapper .inner-content a.btn-default:before {
                            display: none; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content {
                      padding-left: 20px;
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      -ms-flex-wrap: wrap;
                          flex-wrap: wrap;
                      -webkit-box-pack: justify;
                          -ms-flex-pack: justify;
                              justify-content: space-between;
                      -ms-flex-item-align: start;
                          align-self: flex-start; }
                      @media (max-width: 1024px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .content {
                          padding-left: 0; } }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text {
                      width: 45%;
                      display: inline-block;
                      vertical-align: top; }
                      @media screen and (min-width: 1025px) and (max-width: 1150px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text {
                          width: 100%; } }
                      @media (max-width: 767px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text {
                          width: 100%; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content {
                        margin-bottom: 20px; }
                        @media (max-width: 767px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content {
                            margin-bottom: 20px; } }
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .icon-wrap {
                          display: inline-block;
                          vertical-align: top;
                          width: 14%; }
                          @media (max-width: 767px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .icon-wrap {
                              max-width: 50px; } }
                          @media (max-width: 595px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .icon-wrap {
                              max-width: 40px; } }
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .icon-wrap img {
                            height: 100%;
                            width: 100%;
                            max-width: 50px; }
                            @media (max-width: 767px) {
                              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .icon-wrap img {
                                max-width: 100%;
                                padding-right: 22px; } }
                            @media (max-width: 595px) {
                              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .icon-wrap img {
                                padding-right: 10px; } }
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content {
                          position: relative;
                          display: inline-block;
                          vertical-align: top;
                          width: 86%;
                          padding-left: 8px; }
                          @media (max-width: 991px) {
                            body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content {
                              padding-left: 10px; } }
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content span.col-title {
                            display: inline-block;
                            font-weight: 700;
                            margin-bottom: 9px;
                            font-size: 22px; }
                            @media (max-width: 991px) {
                              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content span.col-title {
                                font-size: 18px;
                                padding: 0; } }
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content p {
                            line-height: 1.45; }
                            @media (min-width: 992px) {
                              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content p {
                                font-size: 16px; } }
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content a {
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            text-indent: -9999;
                            font-size: 0;
                            z-index: 1; }
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-text .icon-with-content .text-content.islink:hover span.col-title {
                            color: #ff6900; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-card {
                      width: 55%;
                      display: inline-block;
                      vertical-align: top;
                      padding-left: 24px; }
                      @media screen and (min-width: 1025px) and (max-width: 1150px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-card {
                          padding-left: 0; } }
                      @media (max-width: 767px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .tabs-container .col-70 .tab-wrap .tab .col-with-card {
                          width: 100%;
                          padding: 0; } }
              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta {
                font-size: 0; }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap {
                  width: 33.3%;
                  display: inline-block;
                  vertical-align: top;
                  padding-right: 25px; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap {
                      width: 50%; } }
                  @media (max-width: 595px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap {
                      width: 100%;
                      padding: 0; } }
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap {
                    position: relative;
                    padding-bottom: 20px;
                    margin-bottom: 20px;
                    border-bottom: 2px dotted #918f90; }
                    @media (max-width: 595px) {
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap {
                        padding-bottom: 15px;
                        margin-bottom: 15px;
                        padding-right: 25px; } }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap:after {
                      content: "";
                      position: absolute;
                      right: 0;
                      top: 8px;
                      background-image: url("/wp-content/themes/socure/templates/dist/images/gray-arrow.svg");
                      background-size: 100%;
                      width: 12px;
                      height: 20px;
                      background-repeat: no-repeat;
                      -webkit-transition: 0.2s;
                      -o-transition: 0.2s;
                      transition: 0.2s; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap > a {
                      font-size: 0; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap:hover span.col-title {
                      color: #ff6900; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap:hover:after {
                      background-image: url("/wp-content/themes/socure/templates/dist/images/orange-arrow.svg"); }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap a {
                      position: absolute;
                      width: 100%;
                      height: 100%;
                      z-index: 1; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .icon-wrap {
                      width: 10%;
                      display: inline-block;
                      vertical-align: top; }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .icon-wrap img {
                        max-width: 36px; }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .content-wrapper {
                      width: 90%;
                      display: inline-block;
                      vertical-align: top;
                      padding-left: 16px; }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .content-wrapper span.col-title {
                        display: inline-block;
                        font-weight: 700;
                        margin-bottom: 9px;
                        font-size: 22px; }
                        @media (max-width: 991px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .content-wrapper span.col-title {
                            font-size: 18px;
                            padding: 0; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .content-wrapper p {
                        font-size: 16px;
                        line-height: 1.45;
                        padding-right: 42px; }
                        @media (max-width: 1024px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .content-wrapper p {
                            font-size: 16px; } }
                        @media (max-width: 595px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .grid-with-cta .col-wrap .content-wrap .content-wrapper p {
                            padding: 0; } }
              body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources {
                font-size: 0; }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 {
                  display: inline-block;
                  width: 60%;
                  vertical-align: top;
                  padding-right: 25px; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 {
                      width: 100%; } }
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul {
                    height: auto;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    -webkit-box-align: start;
                        -ms-flex-align: start;
                            align-items: start;
                    -ms-flex-line-pack: start;
                        align-content: start;
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: flex-start;
                    max-height: 360px;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                    overflow-y: scroll; }
                    @media (max-width: 1024px) {
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul {
                        max-height: 100%;
                        padding-top: 0;
                        overflow: hidden; } }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li {
                      width: 42%;
                      position: relative;
                      margin: 0 26px 0 0;
                      cursor: pointer;
                      padding-bottom: 20px;
                      margin-bottom: 14px;
                      border-bottom: 2px dotted #918f90; }
                      @media (max-width: 1024px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li {
                          width: 100%;
                          padding-bottom: 10px;
                          margin-bottom: 10px; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li:after {
                        content: "";
                        position: absolute;
                        right: 0;
                        top: 7px;
                        background-image: url("/wp-content/themes/socure/templates/dist/images/gray-arrow.svg");
                        background-size: 100%;
                        width: 14px;
                        height: 23px;
                        background-repeat: no-repeat;
                        -webkit-transition: 0.2s;
                        -o-transition: 0.2s;
                        transition: 0.2s; }
                        @media (max-width: 595px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li:after {
                            width: 10px;
                            height: 17px;
                            top: calc(50% - 13px); } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li:hover:after {
                        background-image: url("/wp-content/themes/socure/templates/dist/images/orange-arrow.svg"); }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li:hover span {
                        color: #ff6900; }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li a {
                        display: block;
                        padding: 0;
                        width: calc(100% + 5px);
                        z-index: 9; }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li span {
                        margin: 0;
                        padding: 0;
                        color: #000000;
                        font-size: 22px; }
                        @media (max-width: 1024px) {
                          body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li span {
                            font-size: 18px; } }
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-60 ul li.active span {
                        color: #ff6900; }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-40 {
                  display: inline-block;
                  width: 40%;
                  vertical-align: top; }
                  @media (max-width: 1024px) {
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources .col-40 {
                      width: 100%; } }
                body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources.three-col .col-60 {
                  width: 100%; }
                  body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources.three-col .col-60 ul {
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row; }
                    @media (max-width: 1024px) {
                      body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources.three-col .col-60 ul {
                        max-height: 100%;
                        padding-top: 0;
                        overflow: hidden; } }
                    body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources.three-col .col-60 ul li {
                      width: 30%; }
                      @media (max-width: 1024px) {
                        body header .header-wrap .nav-wrapper .icons-container .sub-menu .menu-wrapper .links-with-resources.three-col .col-60 ul li {
                          width: 100%; } }
            @media (max-width: 1024px) {
              body header .header-wrap .nav-wrapper .icons-container .sub-menu.products .tabs-container .col-30 {
                display: none; } }
      body header .header-wrap .search {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 94px 0 145px; }
        @media (max-width: 1024px) {
          body header .header-wrap .search {
            padding: 15px 0;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
        body header .header-wrap .search .search-wrapper {
          position: relative;
          max-width: 640px;
          width: 100%;
          margin: 0 auto; }
          body header .header-wrap .search .search-wrapper .search-close {
            display: none; }
            @media (max-width: 1024px) {
              body header .header-wrap .search .search-wrapper .search-close {
                display: block;
                background-image: url(/wp-content/themes/socure/templates/dist/images/nav-close.svg);
                top: 20px;
                right: 20px; } }
          body header .header-wrap .search .search-wrapper .search-title-wrap span.search-title {
            font-size: 35px;
            color: #ff6900;
            margin-bottom: 25px;
            display: inline-block;
            font-family: sofia-pro, sans-serif;
            font-style: normal;
            font-weight: bold;
            letter-spacing: normal;
            line-height: 1.2; }
            @media (max-width: 595px) {
              body header .header-wrap .search .search-wrapper .search-title-wrap span.search-title {
                font-size: 25px; } }
          body header .header-wrap .search .search-wrapper .search-bar {
            position: relative; }
            body header .header-wrap .search .search-wrapper .search-bar button {
              font-size: 0; }
            body header .header-wrap .search .search-wrapper .search-bar label {
              font-size: 0; }
            body header .header-wrap .search .search-wrapper .search-bar .search-input {
              width: 100%;
              height: 58px;
              outline: none;
              border: 1px solid #231f20;
              border-radius: 7px;
              font-size: 16px;
              padding: 0 18px;
              color: #231f20;
              text-overflow: ellipsis; }
              @media (max-width: 480px) {
                body header .header-wrap .search .search-wrapper .search-bar .search-input {
                  padding: 0 45px 0 15px; } }
              body header .header-wrap .search .search-wrapper .search-bar .search-input::-webkit-input-placeholder {
                color: #231f20; }
              body header .header-wrap .search .search-wrapper .search-bar .search-input::-moz-placeholder {
                color: #231f20; }
              body header .header-wrap .search .search-wrapper .search-bar .search-input::-ms-input-placeholder {
                color: #231f20; }
              body header .header-wrap .search .search-wrapper .search-bar .search-input::placeholder {
                color: #231f20; }
            body header .header-wrap .search .search-wrapper .search-bar .search-btn {
              cursor: pointer;
              outline: none;
              background-image: url("/wp-content/themes/socure/templates/dist/images/search-icon.svg");
              background-color: transparent;
              background-position: center;
              background-size: 50px;
              background-repeat: no-repeat;
              position: absolute;
              right: 0;
              height: 100%;
              width: 60px; }
              @media (max-width: 595px) {
                body header .header-wrap .search .search-wrapper .search-bar .search-btn {
                  background-size: 30px;
                  width: 40px; } }
        body header .header-wrap .search .search-close {
          cursor: pointer;
          background-image: url(/wp-content/themes/socure/templates/dist/images/nav-close.svg);
          background-size: 100%;
          width: 27px;
          height: 27px;
          background-repeat: no-repeat;
          position: absolute;
          top: 21px;
          right: 33px;
          z-index: 1; }
          @media (max-width: 1024px) {
            body header .header-wrap .search .search-close {
              display: none; } }
        body header .header-wrap .search.active {
          opacity: 1;
          visibility: visible;
          z-index: 100; }
          @media (max-width: 1024px) {
            body header .header-wrap .search.active {
              position: fixed;
              top: 0;
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              background: transparent;
              padding: 20px;
              z-index: 100; } }
          body header .header-wrap .search.active:after {
            content: ""; }
            @media (max-width: 1024px) {
              body header .header-wrap .search.active:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: black;
                opacity: 0.7; } }
          @media (max-width: 1024px) {
            body header .header-wrap .search.active .search-wrapper {
              background-color: #ffffff;
              padding: 40px;
              z-index: 1;
              border-radius: 8px; } }
          @media (max-width: 595px) {
            body header .header-wrap .search.active .search-wrapper {
              padding: 11px 15px 40px; } }
      body header .header-wrap .search-mobile {
        display: none;
        vertical-align: middle;
        margin-right: 15px;
        cursor: pointer; }
        @media (max-width: 1024px) {
          body header .header-wrap .search-mobile {
            display: none; } }
      body header .header-wrap .burger {
        background-color: transparent;
        border: none;
        cursor: pointer;
        vertical-align: middle;
        padding: 0;
        outline: none;
        position: relative;
        width: 55px;
        height: 48px;
        display: none; }
        @media (max-width: 1024px) {
          body header .header-wrap .burger {
            display: inline-block; } }
        @media (max-width: 595px) {
          body header .header-wrap .burger {
            width: 45px;
            height: 42px; } }
      body header .header-wrap svg {
        width: 100%;
        height: 100%; }
      body header .header-wrap .line {
        fill: none;
        stroke: #ffffff;
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
      body header .header-wrap .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      body header .header-wrap .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6; }
      body header .header-wrap .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      body header .header-wrap .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
      body header .header-wrap .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6; }
      body header .header-wrap .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
    body header.active {
      background-color: #141b4d; }
    body header .top-nav {
      position: relative; }
      body header .top-nav .top-links {
        position: absolute;
        top: -14px;
        right: -173px;
        background-color: #ff6900;
        padding: 11px 40px;
        border-bottom-left-radius: 20px;
        font-size: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 99;
        cursor: pointer; }
        @media (max-width: 1024px) {
          body header .top-nav .top-links {
            display: none; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body header .top-nav .top-links {
            top: 90px; } }
        @media (max-width: 1024px) {
          body header .top-nav .top-links {
            top: 65px;
            border-top-left-radius: 20px; } }
        body header .top-nav .top-links .img-wrap {
          max-width: 35px;
          position: absolute;
          left: 5px;
          top: 5px;
          -webkit-animation: bounce 2s infinite;
               -o-animation: bounce 2s infinite;
                  animation: bounce 2s infinite; }
        body header .top-nav .top-links span {
          position: relative;
          padding: 0 10px;
          font-size: 15px; }
          body header .top-nav .top-links span:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 1px;
            height: 58%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-color: #ffffff; }
          body header .top-nav .top-links span a {
            text-transform: uppercase;
            color: #ffffff; }
            body header .top-nav .top-links span a:hover {
              text-decoration: underline; }
          body header .top-nav .top-links span:last-child:after {
            display: none; }
        body header .top-nav .top-links.active {
          right: 0; }
          body header .top-nav .top-links.active .img-wrap {
            -webkit-animation: bounceback 2s infinite;
                 -o-animation: bounceback 2s infinite;
                    animation: bounceback 2s infinite; }
            body header .top-nav .top-links.active .img-wrap img {
              -webkit-transform: rotate(180deg);
                   -o-transform: rotate(180deg);
                      transform: rotate(180deg); }
    body header.dark .header-wrap .logo-wrapper .brand-logo .light {
      display: none; }
    body header.dark .header-wrap .logo-wrapper .brand-logo .dark {
      display: block; }
    @media screen and (min-width: 1024px) {
      body header.dark .header-wrap .nav-wrapper .icons-container nav ul li a {
        color: #000; } }
    @media screen and (min-width: 1024px) {
      body header.dark .header-wrap .nav-wrapper .icons-container .btn-wrapper a {
        color: #000; }
        body header.dark .header-wrap .nav-wrapper .icons-container .btn-wrapper a:hover {
          color: #ff6900; } }
    body header.dark .header-wrap .burger .line {
      stroke: #000; }
      @media (max-width: 991px) {
        body header.dark .header-wrap .burger .line {
          stroke: #fff; } }
    body header.dark.active .header-wrap .logo-wrapper .brand-logo .light {
      display: block; }
    body header.dark.active .header-wrap .logo-wrapper .brand-logo .dark {
      display: none; }
    body header.dark.active .header-wrap .nav-wrapper .icons-container nav ul li a {
      color: #fff; }
    body header.dark.active .header-wrap .nav-wrapper .icons-container .btn-wrapper a {
      color: #ffffff; }
      body header.dark.active .header-wrap .nav-wrapper .icons-container .btn-wrapper a:hover {
        color: #ff6900; }
    body header.dark.active .header-wrap .burger .line {
      stroke: #fff; }
    body header picture {
      height: 100%;
      width: 100%;
      overflow: hidden; }
    body header .link a {
      color: #ff6900; }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px); }
  60% {
    -webkit-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px); } }

@-webkit-keyframes bounceback {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-o-keyframes bounceback {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  40% {
    -o-transform: translateX(0px);
       transform: translateX(0px); }
  60% {
    -o-transform: translateX(0px);
       transform: translateX(0px); } }

@keyframes bounceback {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px); }
  60% {
    -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px); } }
  body .banner-second-level {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    min-height: 700px;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body .banner-second-level.locked {
      background-color: #222026;
      z-index: -1; }
      @media (min-width: 1601px) {
        body .banner-second-level.locked .bg-img {
          max-width: 1600px; } }
    body .banner-second-level.content-width-40 .content-wrap {
      max-width: 600px; }
    body .banner-second-level.content-width-40 h1 {
      font-size: 38px; }
    body .banner-second-level .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0;
      background-color: #000;
      text-align: center; }
      body .banner-second-level .bg-img img {
        height: inherit; }
        @media screen and (min-width: 1150px) {
          body .banner-second-level .bg-img img {
            width: 3000px; } }
      @media (min-width: 1601px) {
        body .banner-second-level .bg-img {
          width: 100%;
          left: 50%;
          -webkit-transform: translate(-50%);
               -o-transform: translate(-50%);
                  transform: translate(-50%); } }
    @media screen and (max-width: 1024px) {
      body .banner-second-level::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.5;
        z-index: 1; } }
    @media (max-width: 1336px) {
      body .banner-second-level {
        min-height: auto; } }
    @media (max-width: 595px) {
      body .banner-second-level {
        background-position: 81% center; } }
    body .banner-second-level .content-wrap {
      margin-top: 73px;
      max-width: 500px;
      padding: 56px 0; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .banner-second-level .content-wrap {
          margin-top: 60px; } }
      @media screen and (max-width: 1024px) {
        body .banner-second-level .content-wrap {
          z-index: 2;
          position: relative;
          max-width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .banner-second-level .content-wrap {
          margin-top: 60px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .banner-second-level .content-wrap {
          margin-top: 60px;
          padding: 32px 0; } }
      @media (max-width: 595px) {
        body .banner-second-level .content-wrap {
          margin-top: 40px;
          padding: 32px 0; } }
      body .banner-second-level .content-wrap span {
        font-size: 30px;
        color: #ff6900;
        font-weight: 800;
        display: inline-block; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .banner-second-level .content-wrap span {
            font-size: 24px; } }
        @media (max-width: 767px) {
          body .banner-second-level .content-wrap span {
            font-size: 20px; } }
      body .banner-second-level .content-wrap h1 {
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 35px;
        line-height: 1.1;
        font-size: 50px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .banner-second-level .content-wrap h1 {
            margin-bottom: 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .banner-second-level .content-wrap h1 {
            font-size: 36px;
            margin-bottom: 20px; } }
        @media (max-width: 595px) {
          body .banner-second-level .content-wrap h1 {
            font-size: 36px;
            margin-bottom: 14px; } }
        body .banner-second-level .content-wrap h1 span {
          display: block;
          color: #ff6900; }
      body .banner-second-level .content-wrap p {
        color: #ffffff;
        margin-bottom: 35px;
        max-width: 537px;
        line-height: 1.4; }
        @media (max-width: 767px) {
          body .banner-second-level .content-wrap p {
            margin-bottom: 25px; } }
        @media (max-width: 595px) {
          body .banner-second-level .content-wrap p {
            margin-bottom: 12px; } }
        @media (max-width: 595px) {
          body .banner-second-level .content-wrap p br {
            display: none; } }
      body .banner-second-level .content-wrap a {
        margin-right: 20px; }
        body .banner-second-level .content-wrap a:last-child {
          margin-right: 0;
          margin-top: 14px; }
    body .banner-second-level.small-banner {
      min-height: 430px;
      padding: 0; }
      @media (max-width: 991px) {
        body .banner-second-level.small-banner {
          min-height: 400px; } }
      @media (max-width: 767px) {
        body .banner-second-level.small-banner {
          min-height: 350px; } }
      @media (max-width: 595px) {
        body .banner-second-level.small-banner {
          min-height: 330px; } }
      @media (max-width: 480px) {
        body .banner-second-level.small-banner {
          padding: 25px 0; } }
      body .banner-second-level.small-banner .content-wrap {
        max-width: 500px;
        margin-top: 100px; }
        @media (max-width: 991px) {
          body .banner-second-level.small-banner .content-wrap {
            margin-top: 30px; } }
        @media (max-width: 767px) {
          body .banner-second-level.small-banner .content-wrap {
            margin-top: 35px; } }
        body .banner-second-level.small-banner .content-wrap h1 {
          color: #ffffff;
          margin-top: 5px;
          margin-bottom: 35px;
          font-size: 50px;
          font-weight: bold;
          line-height: 1.1; }
          @media (max-width: 991px) {
            body .banner-second-level.small-banner .content-wrap h1 {
              font-size: 36px;
              margin-bottom: 20px; } }
          body .banner-second-level.small-banner .content-wrap h1 span {
            display: block;
            color: #ff6900; }
        body .banner-second-level.small-banner .content-wrap p {
          color: #ffffff;
          margin-bottom: 35px;
          max-width: 950px;
          line-height: 1.4; }
          @media (max-width: 991px) {
            body .banner-second-level.small-banner .content-wrap p {
              margin-bottom: 0; } }
          @media (max-width: 767px) {
            body .banner-second-level.small-banner .content-wrap p {
              margin-bottom: 0; } }
          @media (max-width: 480px) {
            body .banner-second-level.small-banner .content-wrap p {
              margin-bottom: 0; } }
        body .banner-second-level.small-banner .content-wrap a {
          margin-right: 20px; }
          body .banner-second-level.small-banner .content-wrap a:last-child {
            margin-right: 0; }
    body .banner-second-level.blog-detail {
      min-height: 300px;
      position: relative; }
      body .banner-second-level.blog-detail .content-wrap {
        margin-top: 60px;
        max-width: 1100px;
        padding: 0;
        z-index: 2;
        position: relative; }
        @media (min-width: 992px) {
          body .banner-second-level.blog-detail .content-wrap span {
            font-size: 20px; } }
        body .banner-second-level.blog-detail .content-wrap h2 {
          color: #ffffff;
          margin: 20px 0; }
          @media (min-width: 992px) {
            body .banner-second-level.blog-detail .content-wrap h2 {
              font-size: 36px; } }
        body .banner-second-level.blog-detail .content-wrap p {
          max-width: 100%; }
      body .banner-second-level.blog-detail:after {
        content: "";
        position: absolute;
        background-color: rgba(30, 45, 57, 0.6);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1; }
    body .banner-second-level.blog-landing {
      min-height: auto; }
      body .banner-second-level.blog-landing .content-wrap {
        padding: 0;
        max-width: 520px; }
        body .banner-second-level.blog-landing .content-wrap h2 {
          color: #ffffff; }
    body .banner-second-level.tiny-banner {
      padding: 40px 0;
      min-height: auto; }
      body .banner-second-level.tiny-banner .content-wrap {
        padding: 0;
        max-width: none; }
        body .banner-second-level.tiny-banner .content-wrap h2 {
          color: #ffffff; }
    body .banner-second-level.careers-detail .content-wrap {
      max-width: 600px; }
      body .banner-second-level.careers-detail .content-wrap h1 {
        margin-bottom: 0; }
      body .banner-second-level.careers-detail .content-wrap .company-name {
        color: #ffffff;
        display: inline-block; }
        @media (min-width: 992px) {
          body .banner-second-level.careers-detail .content-wrap .company-name {
            font-size: 40px; } }
      body .banner-second-level.careers-detail .content-wrap .view-all {
        display: inline-block;
        color: #ffffff; }
        @media (min-width: 992px) {
          body .banner-second-level.careers-detail .content-wrap .view-all {
            font-size: 40px; } }
        body .banner-second-level.careers-detail .content-wrap .view-all a {
          color: #ff6900; }
          body .banner-second-level.careers-detail .content-wrap .view-all a:hover {
            text-decoration: underline; }
      body .banner-second-level.careers-detail .content-wrap p {
        margin-top: 20px; }
    @media screen and (min-width: 1025px) {
      body .banner-second-level.dark .content-wrap h1 {
        color: #000; } }
    @media screen and (min-width: 1025px) {
      body .banner-second-level.dark .content-wrap p {
        color: #000; } }
    body .banner-second-level.more-width .content-wrap {
      max-width: 740px; }
      body .banner-second-level.more-width .content-wrap p {
        max-width: 585px; }
    body .banner-second-level.form-new-banner {
      min-height: auto; }
      @media (max-width: 1336px) {
        body .banner-second-level.form-new-banner {
          min-height: auto; } }
      @media (max-width: 767px) {
        body .banner-second-level.form-new-banner {
          min-height: auto; } }
      body .banner-second-level.form-new-banner .content-wrap {
        margin-top: 0;
        padding-bottom: 0; }
        @media (max-width: 767px) {
          body .banner-second-level.form-new-banner .content-wrap {
            padding: 50px 0;
            margin-top: 40px; } }
    body .banner-second-level.form-webinar-banner {
      min-height: 550px; }
      @media (max-width: 1336px) {
        body .banner-second-level.form-webinar-banner {
          min-height: auto; } }
      @media (max-width: 767px) {
        body .banner-second-level.form-webinar-banner {
          min-height: auto; } }
      body .banner-second-level.form-webinar-banner .content-wrap {
        margin-top: 0;
        padding-bottom: 0;
        max-width: 570px; }
        @media (max-width: 767px) {
          body .banner-second-level.form-webinar-banner .content-wrap {
            padding: 50px 0;
            margin-top: 40px; } }
        body .banner-second-level.form-webinar-banner .content-wrap h1 {
          font-size: 65px; }
    body .banner-second-level.docv-demo .content-wrap {
      max-width: 707px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .banner-second-level.docv-demo .content-wrap {
          max-width: 570px; } }
      @media (max-width: 991px) {
        body .banner-second-level.docv-demo .content-wrap {
          max-width: 100%; } }
      body .banner-second-level.docv-demo .content-wrap h1 {
        font-size: 60px;
        font-weight: 700;
        line-height: 61px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .banner-second-level.docv-demo .content-wrap h1 {
            font-size: 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .banner-second-level.docv-demo .content-wrap h1 {
            font-size: 45px;
            line-height: 45px; } }
        @media (max-width: 767px) {
          body .banner-second-level.docv-demo .content-wrap h1 {
            font-size: 40px;
            line-height: 45px; } }
    @media (max-width: 1024px) {
      body .banner-second-level.scrolling-content-banner.text-black p {
        color: white !important; } }
    body .banner-second-level.scrolling-content-banner.text-black h1 {
      color: #000000; }
      @media (max-width: 1024px) {
        body .banner-second-level.scrolling-content-banner.text-black h1 {
          color: white; } }
    body .banner-second-level.scrolling-content-banner.text-black:after {
      content: none; }
    body .banner-second-level.scrolling-content-banner .content-wrap {
      text-align: center;
      max-width: none; }
      body .banner-second-level.scrolling-content-banner .content-wrap h1 {
        font-weight: 400; }
      body .banner-second-level.scrolling-content-banner .content-wrap p {
        margin-bottom: 0;
        font-weight: 800;
        font-size: 18px; }
    @media screen and (min-width: 768px) {
      body .banner-second-level.agenda-landing {
        min-height: 450px; } }
  body .breadcrumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 16px 0px; }
    @media (max-width: 767px) {
      body .breadcrumbs {
        display: none; } }
    body .breadcrumbs .wrapper {
      width: 100%;
      max-width: 1266px;
      margin: 0 auto;
      color: #ffffff;
      font-family: sofia-pro, sans-serif;
      font-size: 17px;
      line-height: 1.65;
      letter-spacing: 0.17px; }
      body .breadcrumbs .wrapper a {
        position: relative;
        list-style: none;
        color: #ffffff;
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        body .breadcrumbs .wrapper a:hover {
          color: #1c1c1c; }
      body .breadcrumbs .wrapper span {
        position: relative;
        margin: 0 15px; }
        body .breadcrumbs .wrapper span:after {
          content: "";
          position: absolute;
          width: 7px;
          height: 7px;
          top: 42%;
          right: 0;
          border-top: 1.5px solid #ffffff;
          border-right: 1.5px solid #ffffff;
          -webkit-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
    body .breadcrumbs.back-breadcrumb {
      display: block !important;
      background-color: #141b4d; }
      body .breadcrumbs.back-breadcrumb a {
        color: #ff6900;
        position: relative;
        padding-left: 20px; }
        body .breadcrumbs.back-breadcrumb a:after {
          content: '';
          position: absolute;
          background-image: url(/wp-content/themes/socure/templates/assets/images/breadcrumb-arrow.svg);
          background-repeat: no-repeat;
          background-size: contain;
          left: 0;
          top: 9px;
          width: 14px;
          height: 14px; }
          @media screen and (max-width: 1024px) {
            body .breadcrumbs.back-breadcrumb a:after {
              top: 6px; } }
        @media screen and (min-width: 1024px) {
          body .breadcrumbs.back-breadcrumb a {
            font-size: 20px; } }
  body .banner-third-level {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body .banner-third-level.locked {
      background-color: #222026;
      z-index: -1; }
      @media (min-width: 1601px) {
        body .banner-third-level.locked .bg-img {
          max-width: 1600px; } }
    body .banner-third-level .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0;
      z-index: 0; }
      body .banner-third-level .bg-img img {
        height: inherit; }
      @media (min-width: 1601px) {
        body .banner-third-level .bg-img {
          width: 100%;
          left: 50%;
          -webkit-transform: translate(-50%);
               -o-transform: translate(-50%);
                  transform: translate(-50%); } }
    @media (max-width: 767px) {
      body .banner-third-level::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.5; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .banner-third-level {
        min-height: 520px; } }
    @media (max-width: 767px) {
      body .banner-third-level {
        min-height: 500px; } }
    @media (max-width: 480px) {
      body .banner-third-level {
        padding: 40px 0; } }
    body .banner-third-level .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1150px) {
        body .banner-third-level .wrapper {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    body .banner-third-level .content-wrap {
      margin-top: 30px;
      max-width: 485px; }
      @media (max-width: 1150px) {
        body .banner-third-level .content-wrap {
          max-width: 100%; } }
      @media (max-width: 767px) {
        body .banner-third-level .content-wrap {
          margin-top: 35px; } }
      body .banner-third-level .content-wrap span {
        font-size: 30px;
        color: #ff8200;
        font-weight: 800;
        display: inline-block; }
      body .banner-third-level .content-wrap h1 {
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 15px;
        line-height: 1.1;
        font-size: 50px; }
        @media (max-width: 767px) {
          body .banner-third-level .content-wrap h1 {
            font-size: 45px; } }
        @media (max-width: 595px) {
          body .banner-third-level .content-wrap h1 {
            font-size: 38px; } }
        body .banner-third-level .content-wrap h1 span {
          display: block;
          color: #ff6900; }
      body .banner-third-level .content-wrap p {
        color: #ffffff;
        margin-bottom: 35px;
        max-width: 537px;
        line-height: 1.4; }
        @media (max-width: 1150px) {
          body .banner-third-level .content-wrap p {
            max-width: 100%; } }
      body .banner-third-level .content-wrap a {
        margin-right: 20px; }
        body .banner-third-level .content-wrap a:last-child {
          margin-right: 0; }
    body .banner-third-level .img-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding-left: 60px; }
      @media (max-width: 1150px) {
        body .banner-third-level .img-wrap {
          padding-left: 0; } }
      body .banner-third-level .img-wrap .col-three {
        position: relative;
        padding: 0 15px;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          body .banner-third-level .img-wrap .col-three {
            padding: 0 6px; } }
        body .banner-third-level .img-wrap .col-three img {
          max-width: 215px;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .banner-third-level .img-wrap .col-three img {
              max-width: 180px; } }
          @media (max-width: 767px) {
            body .banner-third-level .img-wrap .col-three img {
              max-width: 125px; } }
        body .banner-third-level .img-wrap .col-three .text {
          position: absolute;
          top: 41%;
          right: 32%; }
          body .banner-third-level .img-wrap .col-three .text span {
            color: #ffffff;
            font-size: 38px;
            font-weight: 800; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .banner-third-level .img-wrap .col-three .text span {
                font-size: 32px; } }
            @media (max-width: 767px) {
              body .banner-third-level .img-wrap .col-three .text span {
                font-size: 20px; } }
        body .banner-third-level .img-wrap .col-three span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          color: #ffffff;
          font-size: 25px;
          font-weight: 600;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .banner-third-level .img-wrap .col-three span {
              font-size: 20px; } }
          @media (max-width: 767px) {
            body .banner-third-level .img-wrap .col-three span {
              font-size: 16px; } }
    body .banner-third-level.small-banner {
      min-height: 430px;
      padding: 0; }
      @media (max-width: 991px) {
        body .banner-third-level.small-banner {
          min-height: 400px; } }
      @media (max-width: 767px) {
        body .banner-third-level.small-banner {
          min-height: 350px; } }
      @media (max-width: 595px) {
        body .banner-third-level.small-banner {
          min-height: 330px; } }
      @media (max-width: 480px) {
        body .banner-third-level.small-banner {
          padding: 25px 0; } }
      body .banner-third-level.small-banner .content-wrap {
        max-width: 440px;
        margin-top: 100px; }
        @media (max-width: 991px) {
          body .banner-third-level.small-banner .content-wrap {
            margin-top: 30px;
            max-width: 290px; } }
        @media (max-width: 767px) {
          body .banner-third-level.small-banner .content-wrap {
            margin-top: 35px; } }
        body .banner-third-level.small-banner .content-wrap h1 {
          color: #ffffff;
          margin-top: 5px;
          margin-bottom: 35px;
          font-size: 50px;
          font-weight: bold;
          line-height: 1.1; }
          @media (max-width: 991px) {
            body .banner-third-level.small-banner .content-wrap h1 {
              font-size: 30px;
              margin-bottom: 20px; } }
          @media (max-width: 767px) {
            body .banner-third-level.small-banner .content-wrap h1 {
              margin-bottom: 20px;
              font-size: 28px; } }
          @media (max-width: 595px) {
            body .banner-third-level.small-banner .content-wrap h1 {
              font-size: 25px;
              margin-bottom: 14px; } }
          body .banner-third-level.small-banner .content-wrap h1 span {
            display: block;
            color: #ff6900; }
        body .banner-third-level.small-banner .content-wrap p {
          color: #ffffff;
          margin-bottom: 35px;
          max-width: 950px;
          line-height: 1.4; }
          @media (max-width: 991px) {
            body .banner-third-level.small-banner .content-wrap p {
              margin-bottom: 0; } }
          @media (max-width: 767px) {
            body .banner-third-level.small-banner .content-wrap p {
              margin-bottom: 0; } }
          @media (max-width: 480px) {
            body .banner-third-level.small-banner .content-wrap p {
              margin-bottom: 0; } }
        body .banner-third-level.small-banner .content-wrap a {
          margin-right: 20px; }
          body .banner-third-level.small-banner .content-wrap a:last-child {
            margin-right: 0; }
  body .banner-fourth-level {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      body .banner-fourth-level::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.5; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .banner-fourth-level {
        min-height: 520px; } }
    @media (max-width: 767px) {
      body .banner-fourth-level {
        min-height: 500px; } }
    @media (max-width: 480px) {
      body .banner-fourth-level {
        padding: 40px 0; } }
    body .banner-fourth-level .content-wrap {
      margin-top: 73px;
      max-width: 1100px; }
      @media (max-width: 767px) {
        body .banner-fourth-level .content-wrap {
          margin-top: 35px; } }
      body .banner-fourth-level .content-wrap span {
        font-size: 30px;
        color: #ff8200;
        font-weight: 800;
        display: inline-block; }
      body .banner-fourth-level .content-wrap h1 {
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 35px;
        line-height: 1.35; }
        @media (min-width: 1336px) {
          body .banner-fourth-level .content-wrap h1 {
            font-size: 37px; } }
        body .banner-fourth-level .content-wrap h1 span {
          display: block;
          color: #ff6900; }
      body .banner-fourth-level .content-wrap p {
        color: #ffffff;
        margin-bottom: 35px;
        max-width: 950px;
        line-height: 1.4; }
      body .banner-fourth-level .content-wrap a {
        margin-right: 20px; }
        body .banner-fourth-level .content-wrap a:last-child {
          margin-right: 0; }
  body .col-two-with-img {
    position: relative;
    width: 100%; }
    body .col-two-with-img .intro {
      width: 100%;
      max-width: 950px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      body .col-two-with-img .intro h3 {
        font-weight: 400; }
    body .col-two-with-img .wrapper {
      position: relative;
      width: calc(100% + 20px);
      margin-left: -10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        body .col-two-with-img .wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          width: 100%;
          margin: 20px 0 0; } }
    body .col-two-with-img .col-left {
      width: calc(47% - 20px);
      margin: 0 10px; }
      @media (max-width: 767px) {
        body .col-two-with-img .col-left {
          width: 100%;
          margin: 20px 0; } }
      body .col-two-with-img .col-left .text {
        padding: 0 64px 0 71px; }
        body .col-two-with-img .col-left .text p {
          color: #000000;
          font-weight: 400; }
        @media (min-width: 1336px) {
          body .col-two-with-img .col-left .text {
            margin-top: 70px; } }
        @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
          body .col-two-with-img .col-left .text {
            padding: 0 50px 0 60px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .col-two-with-img .col-left .text {
            padding: 0 30px 0 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-two-with-img .col-left .text {
            padding: 0 25px 0 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-two-with-img .col-left .text {
            margin-top: 0;
            padding: 0 20px 0 0; } }
        @media (max-width: 595px) {
          body .col-two-with-img .col-left .text {
            margin-top: 0;
            padding: 0;
            text-align: center; } }
      body .col-two-with-img .col-left h4 {
        font-weight: bold; }
      body .col-two-with-img .col-left p {
        margin: 59px 0 54px; }
        @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
          body .col-two-with-img .col-left p {
            margin: 42px 0 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-two-with-img .col-left p {
            margin: 20px 0 25px; } }
        @media (max-width: 767px) {
          body .col-two-with-img .col-left p {
            margin: 20px 0 25px; } }
    body .col-two-with-img .col-right {
      width: calc(53% - 20px);
      margin: 0 10px;
      padding: 20px 27px 28px 40px; }
      @media (max-width: 767px) {
        body .col-two-with-img .col-right {
          width: 100%;
          margin: 0;
          padding: 30px; } }
      body .col-two-with-img .col-right .img-wrap {
        width: 100%; }
  body .col-grid {
    position: relative;
    width: 100%; }
    body .col-grid .wrapper {
      width: calc(100% + 20px);
      margin-left: -10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        body .col-grid .wrapper {
          width: 100%;
          margin-left: 0px; } }
    body .col-grid .col-text {
      width: calc(40% - 20px);
      margin: 0 10px; }
      @media (max-width: 991px) {
        body .col-grid .col-text {
          width: 100%; } }
      body .col-grid .col-text .text-wrap {
        padding: 0 12px 0 25px;
        margin: 0px 0 39px; }
        @media (max-width: 991px) {
          body .col-grid .col-text .text-wrap {
            padding: 0;
            margin: 0px; } }
        body .col-grid .col-text .text-wrap h2 {
          line-height: 1.11;
          margin: 0 0 39px; }
          @media (min-width: 1336px) {
            body .col-grid .col-text .text-wrap h2 {
              font-size: 45px; } }
          @media (max-width: 991px) {
            body .col-grid .col-text .text-wrap h2 {
              margin-bottom: 28px; } }
          @media (max-width: 595px) {
            body .col-grid .col-text .text-wrap h2 {
              margin: 0 0 20px; } }
    body .col-grid .col-two-img {
      width: calc(60% - 20px);
      margin: 0 10px; }
      @media (max-width: 991px) {
        body .col-grid .col-two-img {
          width: 100%;
          margin: 20px 0 0; } }
      body .col-grid .col-two-img .col-two-img-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        grid-column-gap: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 5px 0 0; }
        @media (min-width: 1336px) {
          body .col-grid .col-two-img .col-two-img-grid {
            padding-right: 10px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .col-grid .col-two-img .col-two-img-grid {
            padding-left: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-grid .col-two-img .col-two-img-grid {
            padding-left: 20px; } }
        @media (max-width: 595px) {
          body .col-grid .col-two-img .col-two-img-grid {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding-left: 0;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      body .col-grid .col-two-img .col-img {
        width: 100%;
        max-width: 321px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 991px) {
          body .col-grid .col-two-img .col-img {
            max-width: 280px; } }
        @media (max-width: 595px) {
          body .col-grid .col-two-img .col-img {
            margin: 0 0 20px;
            max-width: 250px; } }
  body .col-two-grid {
    position: relative; }
    body .col-two-grid .row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin: 0; }
      @media (min-width: 1336px) {
        body .col-two-grid .row-reverse .text-wrap {
          margin-top: -30px; } }
      @media (min-width: 1336px) {
        body .col-two-grid .row-reverse.col-wrap {
          margin-right: 57px; } }
      body .col-two-grid .row-reverse P {
        max-width: 604px !important; }
      body .col-two-grid .row-reverse .img-wrap .arc_start {
        border-color: transparent transparent #ff6900 #ff6900;
        -webkit-transform: rotate(272deg);
        -o-transform: rotate(272deg);
        transform: rotate(272deg) !important; }
        @media (max-width: 1150px) {
          body .col-two-grid .row-reverse .img-wrap .arc_start {
            border-color: transparent #ff6900 #ff6900 #ff6900;
            -webkit-transform: rotate(106deg);
            -o-transform: rotate(106deg);
            transform: rotate(106deg); } }
      body .col-two-grid .row-reverse .img-wrap .arc_end {
        border-color: #ff6900 #ff6900 transparent transparent;
        -webkit-transform: rotate(58deg);
        -o-transform: rotate(58deg);
        transform: rotate(58deg) !important; }
        @media (max-width: 1150px) {
          body .col-two-grid .row-reverse .img-wrap .arc_end {
            display: none; } }
    body .col-two-grid .intro {
      max-width: 836px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (min-width: 1336px) {
        body .col-two-grid .intro {
          margin-bottom: 112px; } }
      body .col-two-grid .intro h2 {
        line-height: 1.11;
        font-weight: bold;
        margin-bottom: 23px; }
        @media (min-width: 1336px) {
          body .col-two-grid .intro h2 {
            font-size: 45px; } }
        @media (max-width: 767px) {
          body .col-two-grid .intro h2 {
            margin-bottom: 15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-two-grid .intro p {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        body .col-two-grid .intro p {
          padding-bottom: 15px; } }
    body .col-two-grid .align-self-top {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    body .col-two-grid .col-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 1200px;
      margin-inline: auto;
      margin-bottom: 56px;
      padding: 16px 0; }
      @media (max-width: 991px) {
        body .col-two-grid .col-wrap {
          padding: 16px 0 0; } }
      body .col-two-grid .col-wrap:last-child {
        margin-bottom: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-two-grid .col-wrap {
          margin-bottom: 32px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-two-grid .col-wrap {
          margin-bottom: 32px; } }
      @media (max-width: 595px) {
        body .col-two-grid .col-wrap {
          margin-bottom: 15px; } }
    body .col-two-grid .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 471px;
              flex: 0 0 471px;
      max-width: 441px;
      width: 100%;
      height: 441px;
      position: relative; }
      body .col-two-grid .img-wrap img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (min-width: 1336px) {
        body .col-two-grid .img-wrap {
          margin-right: 30px; } }
      @media (max-width: 1336px) {
        body .col-two-grid .img-wrap {
          margin-top: 20px;
          margin: 0 auto; } }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .col-two-grid .img-wrap {
          max-width: 380px;
          height: 380px;
          width: 100%; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .col-two-grid .img-wrap {
          max-width: 350px;
          height: 350px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 380px;
                  flex: 0 0 380px; } }
      @media (max-width: 991px) {
        body .col-two-grid .img-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 310px;
          width: 100%;
          height: 310px;
          margin-bottom: 50px; } }
      @media (max-width: 595px) {
        body .col-two-grid .img-wrap {
          max-width: 242px;
          height: 242px;
          margin-bottom: 20px; } }
      body .col-two-grid .img-wrap .arc {
        position: absolute;
        top: -15px;
        left: -15px;
        width: 471px;
        height: 471px;
        border-radius: 100%;
        border: 15px solid;
        z-index: -1; }
        @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
          body .col-two-grid .img-wrap .arc {
            width: 410px;
            height: 410px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .col-two-grid .img-wrap .arc {
            top: -12px;
            left: -13px;
            width: 370px;
            height: 370px; } }
        @media (max-width: 991px) {
          body .col-two-grid .img-wrap .arc {
            top: -14px;
            left: -14px;
            width: 335px;
            height: 335px; } }
        @media (max-width: 595px) {
          body .col-two-grid .img-wrap .arc {
            width: 270px;
            height: 270px; } }
      body .col-two-grid .img-wrap .arc_start {
        border-color: transparent transparent #ff6900 #ff6900;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media (max-width: 1150px) {
          body .col-two-grid .img-wrap .arc_start {
            border-color: transparent #ff6900 #ff6900 #ff6900;
            -webkit-transform: rotate(106deg);
            -o-transform: rotate(106deg);
            transform: rotate(106deg); } }
      body .col-two-grid .img-wrap .arc_end {
        border-color: #ff6900 #ff6900 transparent transparent;
        -webkit-transform: rotate(275deg);
        -o-transform: rotate(725deg);
        transform: rotate(257deg); }
        @media (max-width: 1150px) {
          body .col-two-grid .img-wrap .arc_end {
            display: none; } }
      body .col-two-grid .img-wrap.round-image img {
        border-radius: 50%; }
    body .col-two-grid .text-wrap {
      text-align: center;
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 471px);
              flex: 0 0 calc(100% - 471px); }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .col-two-grid .text-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 410px);
                  flex: 0 0 calc(100% - 410px); } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .col-two-grid .text-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 380px);
                  flex: 0 0 calc(100% - 380px); } }
      @media (max-width: 991px) {
        body .col-two-grid .text-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      body .col-two-grid .text-wrap .inner-col-head {
        max-width: 744px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-two-grid .text-wrap .inner-col-head {
            max-width: 100%; } }
      body .col-two-grid .text-wrap h3 {
        color: #ff6900;
        margin-bottom: 15px;
        margin-top: 10px;
        font-weight: bold; }
        @media (max-width: 767px) {
          body .col-two-grid .text-wrap h3 {
            margin-bottom: 10px; } }
      body .col-two-grid .text-wrap h4 {
        font-weight: bold;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          body .col-two-grid .text-wrap h4 {
            margin-bottom: 15px; } }
      body .col-two-grid .text-wrap p {
        max-width: 664px;
        margin: 0 auto; }
      body .col-two-grid .text-wrap ul li {
        color: #1c1c1c;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 35px;
        letter-spacing: 0.2px;
        color: #1c1c1c;
        font-family: sofia-pro, sans-serif; }
        body .col-two-grid .text-wrap ul li::marker {
          font-size: 0.9rem; }
        @media (max-width: 1024px) {
          body .col-two-grid .text-wrap ul li {
            font-size: 18px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-two-grid .text-wrap ul li {
            font-size: 16px;
            line-height: 28px; } }
        @media (max-width: 595px) {
          body .col-two-grid .text-wrap ul li {
            font-size: 15px;
            line-height: 25px; } }
    body .col-two-grid .inner-col-two {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 1336px) {
        body .col-two-grid .inner-col-two {
          max-width: 744px; } }
      body .col-two-grid .inner-col-two .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 24px);
                flex: 0 0 calc(50% - 24px);
        margin: 12px;
        padding: 15px 18px 28px;
        text-align: left;
        background-color: #ebedee; }
        @media (max-width: 595px) {
          body .col-two-grid .inner-col-two .col-two {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            text-align: center;
            margin: 10px 0;
            padding: 10px; } }
        body .col-two-grid .inner-col-two .col-two h6 {
          font-size: 24px;
          font-weight: bold;
          line-height: 1.4;
          letter-spacing: 0.2px; }
          @media (max-width: 767px) {
            body .col-two-grid .inner-col-two .col-two h6 {
              font-size: 18px; } }
    body .col-two-grid.two-grid .col-wrap.row-reverse .text-wrap {
      margin-left: unset;
      margin-right: auto;
      padding-right: 32px;
      padding-left: unset; }
      @media (max-width: 767px) {
        body .col-two-grid.two-grid .col-wrap.row-reverse .text-wrap {
          padding: unset;
          max-width: 480px;
          margin: 0 auto; } }
    body .col-two-grid.two-grid .col-wrap .text-wrap {
      padding-left: 32px;
      max-width: 750px;
      margin-left: auto;
      text-align: left; }
      @media (max-width: 767px) {
        body .col-two-grid.two-grid .col-wrap .text-wrap {
          max-width: 480px;
          margin: 0 auto;
          padding: unset; } }
      body .col-two-grid.two-grid .col-wrap .text-wrap h2 {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          body .col-two-grid.two-grid .col-wrap .text-wrap h2 {
            margin-bottom: 10px;
            text-align: center;
            font-size: 23px; } }
      body .col-two-grid.two-grid .col-wrap .text-wrap ul {
        margin-left: 20px; }
    body .col-two-grid.two-grids.right-large-grid {
      overflow: hidden; }
      body .col-two-grid.two-grids.right-large-grid::after {
        bottom: -124px;
        left: 36%; }
        @media (max-width: 991px) {
          body .col-two-grid.two-grids.right-large-grid::after {
            bottom: -66px; } }
    body .col-two-grid.two-grids .col-wrap.row-reverse .text-wrap {
      margin-left: unset;
      margin-right: auto;
      padding-right: 32px;
      padding-left: unset; }
      @media (max-width: 991px) {
        body .col-two-grid.two-grids .col-wrap.row-reverse .text-wrap {
          padding: unset;
          max-width: 480px;
          margin: 0 auto; } }
    body .col-two-grid.two-grids .col-wrap .text-wrap {
      padding-left: 32px;
      max-width: 664px;
      margin-left: auto;
      text-align: left; }
      @media (max-width: 991px) {
        body .col-two-grid.two-grids .col-wrap .text-wrap {
          max-width: 480px;
          margin: 0 auto;
          padding: unset; } }
      body .col-two-grid.two-grids .col-wrap .text-wrap h3 {
        color: unset;
        margin-bottom: 20px; }
        @media (min-width: 1336px) {
          body .col-two-grid.two-grids .col-wrap .text-wrap h3 {
            font-size: 45px; } }
        @media (max-width: 991px) {
          body .col-two-grid.two-grids .col-wrap .text-wrap h3 {
            margin-bottom: 10px;
            text-align: center;
            font-size: 23px; } }
        @media (max-width: 991px) {
          body .col-two-grid.two-grids .col-wrap .text-wrap h3 br {
            display: none; } }
      body .col-two-grid.two-grids .col-wrap .text-wrap ul {
        margin-left: 20px; }
  body .col-three-with-icons {
    width: 100%; }
    body .col-three-with-icons.right-grid {
      position: relative;
      width: 100%;
      overflow: visible; }
      body .col-three-with-icons.right-grid::after {
        content: "";
        position: absolute;
        right: 0;
        top: 45px;
        width: 138px;
        height: 849px;
        background: url(/wp-content/themes/socure/templates/dist/images/col-three-with-icons/right-grid-img.png);
        z-index: -1; }
        @media (max-width: 595px) {
          body .col-three-with-icons.right-grid::after {
            display: none; } }
    body .col-three-with-icons .intro {
      width: 100%;
      text-align: center;
      max-width: 850px;
      margin: 0 auto 56px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .col-three-with-icons .intro {
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-with-icons .intro {
          margin-bottom: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-with-icons .intro {
          margin-bottom: 20px; } }
      @media (max-width: 595px) {
        body .col-three-with-icons .intro {
          margin-bottom: 20px; } }
      body .col-three-with-icons .intro h2 {
        font-weight: bold;
        line-height: 1.12;
        color: #000000; }
      @media (max-width: 595px) {
        body .col-three-with-icons .intro p {
          padding-bottom: 15px; } }
    body .col-three-with-icons .col-three-cards {
      width: 100%;
      padding: 96px 40px 64px; }
      @media (max-width: 1024px) {
        body .col-three-with-icons .col-three-cards {
          padding: 56px 56px 24px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-with-icons .col-three-cards {
          padding: 32px 32px 10px; } }
      @media (max-width: 595px) {
        body .col-three-with-icons .col-three-cards {
          padding: 25px 20px;
          padding-bottom: 0; } }
      body .col-three-with-icons .col-three-cards > h3 {
        text-align: center;
        line-height: 1.07;
        letter-spacing: 0.3px;
        margin-bottom: 53px;
        font-weight: normal;
        color: #ffffff; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .col-three-with-icons .col-three-cards > h3 {
            margin-bottom: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-with-icons .col-three-cards > h3 {
            margin-bottom: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-with-icons .col-three-cards > h3 {
            margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .col-three-with-icons .col-three-cards > h3 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 25px; } }
    body .col-three-with-icons .row {
      width: calc(100% + 18px);
      margin-left: -9px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .col-three-with-icons .row .col-three {
        width: calc(33.33% - 18px);
        margin: 0 9px;
        border-top: solid 1px #ffffff;
        text-align: center;
        padding: 32px 0 32px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-with-icons .row .col-three {
            width: calc(50% - 18px);
            padding: 26px 0 35px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-with-icons .row .col-three {
            width: calc(50% - 18px);
            padding: 30px 0; } }
        @media (max-width: 595px) {
          body .col-three-with-icons .row .col-three {
            width: calc(100% - 18px);
            padding: 25px 0; } }
        body .col-three-with-icons .row .col-three .img-wrap {
          width: 100%;
          max-width: 70px;
          margin: 0px auto 32px;
          max-height: 50px;
          height: 100%; }
          @media (max-width: 1024px) {
            body .col-three-with-icons .row .col-three .img-wrap {
              margin: 0px auto 20px;
              max-height: 40px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .col-three-with-icons .row .col-three .img-wrap {
              margin: 0px auto 25px;
              max-height: 40px; } }
          @media (max-width: 595px) {
            body .col-three-with-icons .row .col-three .img-wrap {
              margin: 0px auto 20px;
              max-height: 35px; } }
          body .col-three-with-icons .row .col-three .img-wrap img {
            -o-object-fit: contain;
               object-fit: contain;
            height: 100%; }
        body .col-three-with-icons .row .col-three .content-wrap h3 {
          font-weight: bold;
          line-height: 1;
          letter-spacing: 0.3px;
          margin-bottom: 30px;
          color: #ffffff; }

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1024px) {
  body .col-three-with-icons .row .col-three .content-wrap h3 {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px) and (min-width: 596px) and (max-width: 767px) {
  body .col-three-with-icons .row .col-three .content-wrap h3 {
    margin-bottom: 20px;
    font-weight: 400; } }

@media (min-width: 768px) and (max-width: 991px) and (max-width: 595px) {
  body .col-three-with-icons .row .col-three .content-wrap h3 {
    margin-bottom: 15px;
    font-weight: 400; } }
        body .col-three-with-icons .row .col-three .content-wrap p {
          color: #ffffff;
          line-height: 1.4;
          letter-spacing: 0.2px;
          max-width: 370px;
          margin: 0 auto;
          text-align: center; }
          @media (max-width: 595px) {
            body .col-three-with-icons .row .col-three .content-wrap p {
              max-width: 100%; } }
      body .col-three-with-icons .row .border-top-black {
        border-top: 1px solid #000000; }
    body .col-three-with-icons.docv-demo .intro {
      max-width: 1164px; }
      body .col-three-with-icons.docv-demo .intro h2 {
        font-size: 60px;
        font-weight: 800;
        letter-spacing: -0.015em; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .col-three-with-icons.docv-demo .intro h2 {
            font-size: 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-with-icons.docv-demo .intro h2 {
            font-size: 45px; } }
        @media (max-width: 767px) {
          body .col-three-with-icons.docv-demo .intro h2 {
            font-size: 40px; } }
    body .col-three-with-icons.docv-demo .col-three-cards {
      padding: 20px 40px 64px; }
      @media (max-width: 767px) {
        body .col-three-with-icons.docv-demo .col-three-cards {
          padding: 20px 40px 20px; } }
      body .col-three-with-icons.docv-demo .col-three-cards .row .col-three {
        border-bottom: solid 1px #ffffff;
        border-top: 0; }
        @media (min-width: 992px) {
          body .col-three-with-icons.docv-demo .col-three-cards .row .col-three:nth-last-child(-n+3) {
            border-bottom: solid 1px transparent; } }
  body .col-three-with-btn .col-three-cards {
    padding: 0px 40px; }
    body .col-three-with-btn .col-three-cards .row .col-three {
      position: relative; }
      @media (min-width: 992px) {
        body .col-three-with-btn .col-three-cards .row .col-three:nth-of-type(1), body .col-three-with-btn .col-three-cards .row .col-three:nth-of-type(2), body .col-three-with-btn .col-three-cards .row .col-three:nth-of-type(3) {
          border-top: transparent; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-with-btn .col-three-cards .row .col-three:nth-of-type(1), body .col-three-with-btn .col-three-cards .row .col-three:nth-of-type(2) {
          border-top: transparent; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-with-btn .col-three-cards .row .col-three:nth-of-type(1), body .col-three-with-btn .col-three-cards .row .col-three:nth-of-type(2) {
          border-top: transparent; } }
      @media (max-width: 595px) {
        body .col-three-with-btn .col-three-cards .row .col-three:first-child {
          border-top: transparent; } }
      @media (min-width: 596px) {
        body .col-three-with-btn .col-three-cards .row .col-three {
          padding-bottom: 48px; } }
      @media (max-width: 991px) {
        body .col-three-with-btn .col-three-cards .row .col-three {
          margin-bottom: 0; } }
      @media (max-width: 595px) {
        body .col-three-with-btn .col-three-cards .row .col-three {
          margin-bottom: 0; } }
      body .col-three-with-btn .col-three-cards .row .col-three .content-wrap h4 {
        font-weight: bold; }
      body .col-three-with-btn .col-three-cards .row .col-three .content-wrap h3 {
        color: #1c1c1c; }
      body .col-three-with-btn .col-three-cards .row .col-three .content-wrap p {
        color: #1c1c1c;
        max-width: 100%;
        margin: 20px 0 56px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-with-btn .col-three-cards .row .col-three .content-wrap p {
            margin: 25px 0 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-with-btn .col-three-cards .row .col-three .content-wrap p {
            margin: 20px 0 20px; } }
        @media (max-width: 595px) {
          body .col-three-with-btn .col-three-cards .row .col-three .content-wrap p {
            margin: 15px 0 10px; } }
      body .col-three-with-btn .col-three-cards .row .col-three .content-wrap a {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media (max-width: 595px) {
          body .col-three-with-btn .col-three-cards .row .col-three .content-wrap a {
            position: relative;
            left: unset;
            -webkit-transform: none;
                 -o-transform: none;
                    transform: none;
            margin: 20px 0 0; } }
  body .col-four-with-icons {
    overflow: visible; }
    body .col-four-with-icons .intro {
      max-width: 850px;
      margin: 0 auto 56px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .col-four-with-icons .intro {
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-four-with-icons .intro {
          margin-bottom: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-four-with-icons .intro {
          margin-bottom: 20px; } }
      @media (max-width: 595px) {
        body .col-four-with-icons .intro {
          margin-bottom: 15px; } }
      @media (min-width: 1336px) {
        body .col-four-with-icons .intro h2 {
          margin-bottom: 56px; } }
    @media (min-width: 1451px) {
      body .col-four-with-icons .dot-pattern {
        top: -360px;
        left: -50%; } }
    body .col-four-with-icons .row-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      padding: 0 70px; }
      @media (max-width: 991px) {
        body .col-four-with-icons .row-wrap {
          padding: 0 50px; } }
      @media (max-width: 595px) {
        body .col-four-with-icons .row-wrap {
          padding: 0 30px; } }
      body .col-four-with-icons .row-wrap h4 {
        max-width: 1023px;
        margin: 96px auto 56px;
        line-height: 1.13;
        letter-spacing: 0.01em; }
        @media (max-width: 767px) {
          body .col-four-with-icons .row-wrap h4 {
            margin: 30px auto; } }
      body .col-four-with-icons .row-wrap .card-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 15px; }
        body .col-four-with-icons .row-wrap .card-wrapper .col-four {
          min-height: 180px;
          width: calc(25% - 60px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin: 30px 30px 16px;
          position: relative; }
          @media (max-width: 991px) {
            body .col-four-with-icons .row-wrap .card-wrapper .col-four {
              width: 25%;
              margin: 0;
              padding: 0 18px; } }
          @media (max-width: 767px) {
            body .col-four-with-icons .row-wrap .card-wrapper .col-four {
              width: calc(50% - 40px);
              margin: 30px 20px 16px; } }
          @media (max-width: 595px) {
            body .col-four-with-icons .row-wrap .card-wrapper .col-four {
              width: 100%;
              margin: 30px 0;
              min-height: 115px; } }
          body .col-four-with-icons .row-wrap .card-wrapper .col-four:before {
            content: "";
            position: absolute;
            top: -30px;
            left: 7px;
            right: 0;
            margin: auto;
            height: 1px;
            width: calc(100% - 20px);
            background-color: #ffffff; }
            @media (max-width: 991px) {
              body .col-four-with-icons .row-wrap .card-wrapper .col-four:before {
                width: calc(100% - 22px); } }
          body .col-four-with-icons .row-wrap .card-wrapper .col-four .icon-wrap {
            width: 100%;
            max-width: 70px;
            margin: 10px auto 27px;
            max-height: 50px;
            height: 100%; }
            @media (max-width: 991px) {
              body .col-four-with-icons .row-wrap .card-wrapper .col-four .icon-wrap {
                max-width: 50px;
                max-height: 40px; } }
            body .col-four-with-icons .row-wrap .card-wrapper .col-four .icon-wrap img {
              -o-object-fit: contain;
                 object-fit: contain; }
          body .col-four-with-icons .row-wrap .card-wrapper .col-four span {
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: 0.18px;
            text-align: center;
            margin: -2px 0 0 -5px;
            color: #ffffff;
            font-family: sofia-pro, sans-serif; }
  body .col-four-grid .intro {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto; }
    @media (min-width: 1336px) {
      body .col-four-grid .intro {
        margin-bottom: 6px; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .col-four-grid .intro {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      body .col-four-grid .intro {
        margin-bottom: 10px; } }
    body .col-four-grid .intro h2 {
      margin-bottom: 0; }
  body .col-four-grid .content {
    text-align: center; }
    body .col-four-grid .content h2 {
      font-size: 100px;
      font-weight: 600;
      line-height: 1.55;
      letter-spacing: -1px;
      text-align: center;
      color: #ff6900; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .col-four-grid .content h2 {
          font-size: 75px; } }
      @media (max-width: 991px) {
        body .col-four-grid .content h2 {
          font-size: 65px;
          line-height: 1.5;
          letter-spacing: normal; } }
      @media (max-width: 595px) {
        body .col-four-grid .content h2 {
          line-height: 1.2; } }
  body .col-four-grid .row {
    width: calc(100% + 32px);
    margin-left: -16px; }
    @media (max-width: 767px) {
      body .col-four-grid .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  body .col-four-grid .col-four {
    width: calc(25% - 32px);
    margin: 0 16px; }
    @media (min-width: 596px) and (max-width: 767px) {
      body .col-four-grid .col-four {
        width: calc(33% - 32px); } }
    @media (max-width: 595px) {
      body .col-four-grid .col-four {
        width: 100%;
        margin: 15px 0;
        padding: 0 20px; } }
  @media (min-width: 1336px) {
    body .column-grid .intro {
      margin-bottom: 56px; } }
  body .column-grid .bottom-border {
    padding-bottom: 14px;
    position: relative;
    display: inline-block; }
    body .column-grid .bottom-border::after {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      border-bottom: 2px solid #141b4d; }
  body .column-grid .outer-wrapper .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
    @media (max-width: 595px) {
      body .column-grid .outer-wrapper .card-wrapper {
        margin-bottom: 20px; } }
    body .column-grid .outer-wrapper .card-wrapper .col-three {
      position: relative;
      padding: 56px 56px 32px;
      min-height: 362px;
      height: 100%;
      background-color: #ebedee; }
      @media (max-width: 1024px) {
        body .column-grid .outer-wrapper .card-wrapper .col-three {
          padding: 32px; } }
      @media (max-width: 991px) {
        body .column-grid .outer-wrapper .card-wrapper .col-three {
          min-height: auto; } }
      @media (max-width: 767px) {
        body .column-grid .outer-wrapper .card-wrapper .col-three {
          padding: 20px; } }
      body .column-grid .outer-wrapper .card-wrapper .col-three .card-bg-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6; }
        body .column-grid .outer-wrapper .card-wrapper .col-three .card-bg-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      body .column-grid .outer-wrapper .card-wrapper .col-three .content {
        height: 100%;
        position: relative; }
        @media (max-width: 991px) {
          body .column-grid .outer-wrapper .card-wrapper .col-three .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
      body .column-grid .outer-wrapper .card-wrapper .col-three h3 {
        margin-bottom: 15px; }
      body .column-grid .outer-wrapper .card-wrapper .col-three p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      body .column-grid .outer-wrapper .card-wrapper .col-three a {
        position: absolute;
        left: 0;
        bottom: 0; }
        @media (max-width: 991px) {
          body .column-grid .outer-wrapper .card-wrapper .col-three a {
            position: relative;
            margin-top: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; } }
      body .column-grid .outer-wrapper .card-wrapper .col-three.bg-orange {
        background-color: #ff6900; }
        body .column-grid .outer-wrapper .card-wrapper .col-three.bg-orange h3,
        body .column-grid .outer-wrapper .card-wrapper .col-three.bg-orange p,
        body .column-grid .outer-wrapper .card-wrapper .col-three.bg-orange a {
          color: #ffffff; }
        body .column-grid .outer-wrapper .card-wrapper .col-three.bg-orange a:hover {
          color: #000000; }
        body .column-grid .outer-wrapper .card-wrapper .col-three.bg-orange .bottom-border::after {
          border-bottom-color: #ffffff; }
    body .column-grid .outer-wrapper .card-wrapper .col-image {
      background: #ebedee;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 20px; }
      @media (max-width: 595px) {
        body .column-grid .outer-wrapper .card-wrapper .col-image {
          padding: 20px; } }
    body .column-grid .outer-wrapper .card-wrapper .col-small {
      width: 32%; }
      @media (max-width: 595px) {
        body .column-grid .outer-wrapper .card-wrapper .col-small {
          width: 100%;
          margin-bottom: 20px; } }
    body .column-grid .outer-wrapper .card-wrapper .col-big {
      width: 68%;
      padding-left: 29px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 991px) {
        body .column-grid .outer-wrapper .card-wrapper .col-big {
          padding-left: 15px; } }
      @media (max-width: 595px) {
        body .column-grid .outer-wrapper .card-wrapper .col-big {
          width: 100%;
          padding: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      body .column-grid .outer-wrapper .card-wrapper .col-big > .col-three {
        width: 48%; }
        @media (max-width: 595px) {
          body .column-grid .outer-wrapper .card-wrapper .col-big > .col-three {
            width: 100%;
            height: auto; } }
      body .column-grid .outer-wrapper .card-wrapper .col-big .col-image {
        width: 52%; }
        @media (max-width: 595px) {
          body .column-grid .outer-wrapper .card-wrapper .col-big .col-image {
            width: 100%;
            min-height: 200px; } }
        @media (max-width: 595px) {
          body .column-grid .outer-wrapper .card-wrapper .col-big .col-image img {
            max-height: 200px; } }
    body .column-grid .outer-wrapper .card-wrapper:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      body .column-grid .outer-wrapper .card-wrapper:nth-child(2n) .col-big {
        padding-left: 0;
        padding-right: 29px; }
        @media (max-width: 991px) {
          body .column-grid .outer-wrapper .card-wrapper:nth-child(2n) .col-big {
            padding-right: 15px; } }
        @media (max-width: 595px) {
          body .column-grid .outer-wrapper .card-wrapper:nth-child(2n) .col-big {
            padding: 0; } }
    body .column-grid .outer-wrapper .card-wrapper:last-child {
      margin-bottom: 0; }
  body .col-two-tabs {
    overflow: visible; }
    @media (max-width: 991px) {
      body .col-two-tabs.section-overlay {
        z-index: 99; } }
    body .col-two-tabs .container {
      overflow: hidden; }
    body .col-two-tabs .blade-intro {
      text-align: center;
      margin-bottom: 96px; }
      @media (max-width: 991px) {
        body .col-two-tabs .blade-intro {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        body .col-two-tabs .blade-intro {
          margin-bottom: 40px; } }
    body .col-two-tabs .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1165px;
      margin-left: auto; }
      body .col-two-tabs .wrapper .col-two .inner-circle {
        border-radius: 50%;
        overflow: hidden;
        background: #ffffff;
        width: calc(100% - 116px);
        height: calc(100% - 116px);
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: auto;
        z-index: 1; }
        body .col-two-tabs .wrapper .col-two .inner-circle .text-wrap {
          position: relative;
          z-index: 100;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          max-width: 260px;
          text-align: center;
          margin: auto;
          top: 50%;
          -webkit-transform: translateY(-54%);
               -o-transform: translateY(-54%);
                  transform: translateY(-54%); }
          @media (max-width: 480px) {
            body .col-two-tabs .wrapper .col-two .inner-circle .text-wrap {
              max-width: 135px; } }
          body .col-two-tabs .wrapper .col-two .inner-circle .text-wrap h3 {
            font-size: 36px;
            line-height: 1.24; }
            @media (max-width: 480px) {
              body .col-two-tabs .wrapper .col-two .inner-circle .text-wrap h3 {
                font-size: 18px; } }
      body .col-two-tabs .wrapper .col-two .tabs-wrap {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ff6900; }
        body .col-two-tabs .wrapper .col-two .tabs-wrap ul {
          list-style: none;
          position: relative;
          height: 100%;
          width: 100%;
          z-index: 2;
          -webkit-transform: rotate(-90deg);
               -o-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: -webkit-transform 0.9s ease-in-out;
          transition: -webkit-transform 0.9s ease-in-out;
          -o-transition: -o-transform 0.9s ease-in-out;
          transition: transform 0.9s ease-in-out;
          transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out, -o-transform 0.9s ease-in-out; }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto !important;
            width: 162px;
            height: 100px;
            text-align: center;
            cursor: pointer;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            @media (max-width: 1024px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
                width: 122px;
                height: 78px; } }
            @media (max-width: 767px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
                width: 159px; } }
            @media (max-width: 595px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
                width: 116px; } }
            @media (max-width: 480px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
                width: 67px;
                height: 65px; } }
            body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) span {
              display: block;
              height: 100%;
              width: 100%;
              position: relative;
              -webkit-transform: rotate(14deg);
                   -o-transform: rotate(14deg);
                      transform: rotate(14deg); }
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) span:after {
                content: "";
                display: block;
                width: 2px;
                height: 100%;
                position: absolute;
                right: 0;
                bottom: 0;
                background: #ffffff; }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p {
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            -webkit-transform: translate(-50%, -50%);
                 -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
            @media (max-width: 1024px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p {
                padding: 0 8px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p {
                -webkit-transform: translate(-50%, 72%);
                     -o-transform: translate(-50%, 72%);
                        transform: translate(-50%, 72%);
                font-size: 12px; } }
            @media (max-width: 595px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p {
                font-size: 10px;
                max-width: 98px; } }
            @media (max-width: 480px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p {
                max-width: 57px; } }
            body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p > span {
              height: auto !important;
              width: auto !important;
              top: auto;
              left: auto; }
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p > span:after {
                display: none !important; }
              @media (max-width: 595px) {
                body .col-two-tabs .wrapper .col-two .tabs-wrap ul li p > span {
                  -webkit-transform: none !important;
                       -o-transform: none !important;
                          transform: none !important; } }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(1) {
            -webkit-transform: rotate(-35deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(-35deg) translate(166%) rotate(90deg);
                    transform: rotate(-35deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(2) {
            -webkit-transform: rotate(-8deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(-8deg) translate(166%) rotate(90deg);
                    transform: rotate(-8deg) translate(166%) rotate(90deg); }
            body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(2) p {
              -webkit-transform: translate(-39%, -50%);
                   -o-transform: translate(-39%, -50%);
                      transform: translate(-39%, -50%); }
              @media (min-width: 596px) and (max-width: 767px) {
                body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(2) p {
                  -webkit-transform: translate(-39%, 52%);
                       -o-transform: translate(-39%, 52%);
                          transform: translate(-39%, 52%); } }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(3) {
            -webkit-transform: rotate(24deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(24deg) translate(166%) rotate(90deg);
                    transform: rotate(24deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(4) {
            -webkit-transform: rotate(58deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(58deg) translate(166%) rotate(90deg);
                    transform: rotate(58deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(5) {
            -webkit-transform: rotate(91deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(91deg) translate(166%) rotate(90deg);
                    transform: rotate(91deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(6) {
            -webkit-transform: rotate(124deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(124deg) translate(166%) rotate(90deg);
                    transform: rotate(124deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(7) {
            -webkit-transform: rotate(157deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(157deg) translate(166%) rotate(90deg);
                    transform: rotate(157deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(8) {
            -webkit-transform: rotate(190deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(190deg) translate(166%) rotate(90deg);
                    transform: rotate(190deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(9) {
            -webkit-transform: rotate(220deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(220deg) translate(166%) rotate(90deg);
                    transform: rotate(220deg) translate(166%) rotate(90deg); }
            @media (max-width: 480px) {
              body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(9) p {
                -webkit-transform: translate(-42%, -50%);
                     -o-transform: translate(-42%, -50%);
                        transform: translate(-42%, -50%); } }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(10) {
            -webkit-transform: rotate(-104deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(-104deg) translate(166%) rotate(90deg);
                    transform: rotate(-104deg) translate(166%) rotate(90deg); }
          body .col-two-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(11) {
            -webkit-transform: rotate(-70deg) translate(166%) rotate(90deg);
                 -o-transform: rotate(-70deg) translate(166%) rotate(90deg);
                    transform: rotate(-70deg) translate(166%) rotate(90deg); }
      @media (min-width: 992px) {
        body .col-two-tabs .wrapper .col-two .tabs-content-wrap {
          max-width: 440px;
          padding-left: 20px;
          margin: 132px 0 0 auto; } }
      @media (max-width: 991px) {
        body .col-two-tabs .wrapper .col-two .tabs-content-wrap {
          position: relative;
          max-width: 500px;
          width: 100%;
          margin: 0 auto; } }
      body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content {
        display: none; }
        @media (max-width: 991px) {
          body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content {
            position: relative;
            padding: 50px 30px 40px;
            background: white;
            border: 1px solid #ebedee;
            -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
                    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05); }
            body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .cross {
              position: absolute;
              display: block;
              width: 15px;
              height: 15px;
              top: 20px;
              right: 20px;
              cursor: pointer; }
              body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .cross:before, body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .cross:after {
                content: "";
                position: absolute;
                left: 50%;
                display: block;
                width: 2px;
                height: 20px;
                background: #5a5a5a;
                -webkit-transform: rotate(45deg);
                     -o-transform: rotate(45deg);
                        transform: rotate(45deg); }
              body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .cross::before {
                -webkit-transform: rotate(-45deg);
                     -o-transform: rotate(-45deg);
                        transform: rotate(-45deg); } }
        @media (max-width: 480px) {
          body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content {
            padding: 40px 20px 30px; }
            body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .cross {
              top: 10px;
              right: 15px; } }
        body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h3 {
          position: relative;
          padding-left: 26px;
          margin-bottom: 12px; }
          @media (min-width: 992px) {
            body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h3::after, body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h3:before {
              content: "";
              display: block;
              background-color: #ff6900;
              position: absolute;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-7%);
                   -o-transform: translateY(-7%);
                      transform: translateY(-7%);
              width: 12px;
              height: 12px; }
            body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h3::after {
              width: 0;
              height: 2px;
              -webkit-transform: translate(-202px, 190%);
                   -o-transform: translate(-202px, 190%);
                      transform: translate(-202px, 190%);
              -webkit-transition: width 0.5s linear;
              -o-transition: width 0.5s linear;
              transition: width 0.5s linear;
              -webkit-transition-delay: 0.6s;
                   -o-transition-delay: 0.6s;
                      transition-delay: 0.6s; } }
          @media (max-width: 991px) {
            body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h3 {
              padding-left: 0; } }
        body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h4 {
          line-height: 1.3;
          letter-spacing: 0.009em; }
          @media (min-width: 1336px) {
            body .col-two-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h4 {
              font-size: 26px; } }
      body .col-two-tabs .wrapper .col-two.tabs-block {
        width: 602px;
        height: 602px;
        position: relative;
        -webkit-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
        opacity: 0;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transition: opacity delay 0.1s;
        -o-transition: opacity delay 0.1s;
        transition: opacity delay 0.1s; }
        @media (max-width: 1024px) {
          body .col-two-tabs .wrapper .col-two.tabs-block {
            width: 470px;
            height: 470px; } }
        @media (max-width: 991px) {
          body .col-two-tabs .wrapper .col-two.tabs-block {
            margin: 0 auto; } }
        @media (max-width: 767px) {
          body .col-two-tabs .wrapper .col-two.tabs-block {
            width: 555px;
            height: 555px; } }
        @media (max-width: 595px) {
          body .col-two-tabs .wrapper .col-two.tabs-block {
            width: 440px;
            height: 440px; } }
        @media (max-width: 480px) {
          body .col-two-tabs .wrapper .col-two.tabs-block {
            width: 280px;
            height: 280px; } }
      body .col-two-tabs .wrapper .col-two.tabs-content-block {
        width: calc(100% - 602px); }
        @media (max-width: 1024px) {
          body .col-two-tabs .wrapper .col-two.tabs-content-block {
            width: calc(100% - 470px); } }
        @media (max-width: 991px) {
          body .col-two-tabs .wrapper .col-two.tabs-content-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            opacity: 0;
            -webkit-transition: opacity, visibility 0.3s ease-in-out;
            -o-transition: opacity, visibility 0.3s ease-in-out;
            transition: opacity, visibility 0.3s ease-in-out;
            z-index: -1;
            position: fixed;
            width: 100%;
            height: 100vh;
            left: 0;
            top: 0;
            padding: 0 36px; }
            body .col-two-tabs .wrapper .col-two.tabs-content-block.overlay {
              z-index: 99;
              opacity: 1; }
              body .col-two-tabs .wrapper .col-two.tabs-content-block.overlay:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background: rgba(255, 255, 255, 0.5);
                -webkit-backdrop-filter: blur(3px);
                        backdrop-filter: blur(3px); } }
    body .col-two-tabs.animation .wrapper .col-two.tabs-block {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
      body .col-two-tabs.animation .wrapper .col-two.tabs-block .tabs-wrap ul {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg); }
    body .col-two-tabs.animation .wrapper .col-two.tabs-content-block .tabs-content-wrap .tab-content .text-wrap h3::after {
      width: 220px;
      -webkit-transform: translate(-100%, 190%);
           -o-transform: translate(-100%, 190%);
              transform: translate(-100%, 190%); }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .col-two-tabs.animation .wrapper .col-two.tabs-content-block .tabs-content-wrap .tab-content .text-wrap h3::after {
          width: 140px; } }
  body .col-with-grid {
    position: relative;
    width: 100%; }
    @media (min-width: 1336px) {
      body .col-with-grid {
        padding-top: 112px; } }
    body .col-with-grid.right-large-grid {
      overflow: hidden; }
      body .col-with-grid.right-large-grid::after {
        bottom: -230px; }
    body .col-with-grid.grid-clip {
      overflow: unset;
      overflow-x: clip; }
      body .col-with-grid.grid-clip::after {
        bottom: -100px;
        height: 620px; }
    body .col-with-grid .intro {
      width: 100%;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (min-width: 768px) {
        body .col-with-grid .intro {
          margin-bottom: 24px; } }
      @media (max-width: 991px) {
        body .col-with-grid .intro {
          margin-bottom: 0; } }
      body .col-with-grid .intro h2 {
        line-height: 1.11;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          body .col-with-grid .intro h2 {
            margin-bottom: 15px; } }
      @media (max-width: 595px) {
        body .col-with-grid .intro p {
          padding-bottom: 15px; } }
    body .col-with-grid .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media (max-width: 1150px) {
        body .col-with-grid .wrapper {
          padding-left: 0; } }
      body .col-with-grid .wrapper .img-wrap {
        position: relative;
        width: 100%;
        max-width: 251px;
        margin: 0 auto; }
      body .col-with-grid .wrapper .col-two {
        position: relative;
        padding: 32px 48px 0;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          body .col-with-grid .wrapper .col-two {
            padding: 20px 28px 0; } }
        @media (max-width: 595px) {
          body .col-with-grid .wrapper .col-two {
            margin-bottom: 32px 28px 0; } }
        @media (max-width: 767px) {
          body .col-with-grid .wrapper .col-two {
            padding: 20px 10px 0; } }
        body .col-with-grid .wrapper .col-two h3 {
          font-weight: bold;
          line-height: 1.2;
          color: #1c1c1c;
          text-align: center;
          margin-bottom: 20px; }
        body .col-with-grid .wrapper .col-two img {
          max-width: 251px;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
        body .col-with-grid .wrapper .col-two .text {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          body .col-with-grid .wrapper .col-two .text span {
            color: #000000;
            font-size: 38px;
            font-weight: 800;
            margin: 0; }
        body .col-with-grid .wrapper .col-two span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          color: #000000;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 30px;
          line-height: 1.67;
          font-weight: normal;
          margin-top: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .col-with-grid .wrapper .col-two span {
              font-size: 20px; } }
          @media (max-width: 767px) {
            body .col-with-grid .wrapper .col-two span {
              font-size: 16px; } }
  body .col-three-card {
    position: relative;
    background-color: #141b4d;
    overflow: visible; }
    @media (min-width: 1336px) {
      body .col-three-card {
        padding: 96px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .col-three-card {
        padding: 56px 0; } }
    @media (max-width: 767px) {
      body .col-three-card {
        padding: 32px 0; } }
    body .col-three-card .intro {
      width: 100%;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (min-width: 768px) {
        body .col-three-card .intro {
          margin-bottom: 24px; } }
      @media (max-width: 991px) {
        body .col-three-card .intro {
          margin-bottom: 0; } }
      body .col-three-card .intro h2 {
        line-height: 1.11;
        font-weight: bold;
        margin-bottom: 20px;
        color: #ffffff; }
        @media (max-width: 767px) {
          body .col-three-card .intro h2 {
            margin-bottom: 15px; } }
      @media (max-width: 595px) {
        body .col-three-card .intro p {
          padding-bottom: 15px; } }
    body .col-three-card.triangle::before {
      content: "";
      position: absolute;
      width: 70px;
      height: 70px;
      background-color: #141b4d;
      top: -30px;
      right: 300px;
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: -1; }
      @media (max-width: 991px) {
        body .col-three-card.triangle::before {
          width: 50px;
          height: 50px;
          top: -12px; } }
      @media (max-width: 767px) {
        body .col-three-card.triangle::before {
          display: none; } }
    body .col-three-card .col-three-wrapper {
      width: calc(100% + 32px);
      margin-left: -16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .col-three-card .col-three-wrapper .img-wrap {
        width: 100%;
        max-width: 70px;
        margin: 0px auto 32px;
        max-height: 50px;
        height: 100%; }
        body .col-three-card .col-three-wrapper .img-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          height: 100%; }
      body .col-three-card .col-three-wrapper h3 {
        color: #ff6900;
        margin-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-card .col-three-wrapper {
          width: calc(100% + 30px);
          margin-left: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-card .col-three-wrapper {
          width: calc(100% + 16px);
          margin-left: -8px; } }
      @media (max-width: 595px) {
        body .col-three-card .col-three-wrapper {
          width: 100%;
          margin: 0; } }
      body .col-three-card .col-three-wrapper .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33% - 32px);
                flex: 0 0 calc(33.33% - 32px);
        text-align: center;
        padding: 56px 32px;
        margin: 32px 16px 0;
        background-color: #ffffff; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .col-three-card .col-three-wrapper .col-three {
            padding: 32px 20px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .col-three-card .col-three-wrapper .col-three {
            padding: 32px 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-card .col-three-wrapper .col-three {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(50% - 32px);
                    flex: 0 0 calc(50% - 32px);
            margin: 20px 16px 0;
            padding: 32px 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-card .col-three-wrapper .col-three {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(50% - 16px);
                    flex: 0 0 calc(50% - 16px);
            margin: 20px 8px 0;
            padding: 32px 20px; } }
        @media (max-width: 595px) {
          body .col-three-card .col-three-wrapper .col-three {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin: 20px 0 0;
            padding: 32px 20px; }
            body .col-three-card .col-three-wrapper .col-three:last-child {
              margin-bottom: 0; } }
        body .col-three-card .col-three-wrapper .col-three h4 {
          color: #ff6900;
          margin-bottom: 22px;
          font-weight: 700;
          text-transform: capitalize; }
          @media (min-width: 1336px) {
            body .col-three-card .col-three-wrapper .col-three h4 {
              font-size: 30px; } }
        body .col-three-card .col-three-wrapper .col-three p {
          line-height: 1.4;
          letter-spacing: 0.2px; }
  body .content-with-form {
    overflow: visible;
    padding-top: 50px; }
    @media (max-width: 767px) {
      body .content-with-form {
        padding-top: 32px; } }
    body .content-with-form img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
    body .content-with-form .wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      @media screen and (max-width: 1024px) {
        body .content-with-form .wrapper {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    body .content-with-form .content {
      width: calc(55% - 15px);
      padding-right: 20px;
      margin-right: auto;
      position: relative; }
      @media (max-width: 991px) {
        body .content-with-form .content {
          padding-right: 0; } }
      @media (max-width: 767px) {
        body .content-with-form .content {
          margin-top: 0;
          width: 100%;
          max-width: 100%;
          margin-bottom: 32px;
          padding-right: 0; } }
      @media screen and (max-width: 1024px) {
        body .content-with-form .content {
          width: 100%;
          margin-top: 0 !important; } }
      body .content-with-form .content h2 {
        font-weight: 500;
        margin-top: 25px; }
        @media screen and (min-width: 1024px) {
          body .content-with-form .content h2 {
            font-size: 40px; } }
      body .content-with-form .content .text-wrap {
        width: 100%;
        position: relative;
        list-style: none; }
        body .content-with-form .content .text-wrap li {
          margin-top: 40px;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body .content-with-form .content .text-wrap li span {
            font-size: 20px;
            line-height: 1.4;
            letter-spacing: 0.2px;
            color: #000000;
            position: relative;
            display: inline-block;
            max-width: calc(100% - 160px);
            margin-left: 40px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-with-form .content .text-wrap li span {
                max-width: calc(100% - 130px);
                margin-left: 25px; } }
            @media (max-width: 767px) {
              body .content-with-form .content .text-wrap li span {
                max-width: 100%;
                margin-top: 20px;
                margin-left: 0; } }
            body .content-with-form .content .text-wrap li span h4 {
              font-weight: 600;
              margin-bottom: 10px; }
          body .content-with-form .content .text-wrap li .img-wrap {
            max-width: 115px;
            width: 100%;
            height: 100%; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-with-form .content .text-wrap li .img-wrap {
                max-width: 90px; } }
            @media (max-width: 767px) {
              body .content-with-form .content .text-wrap li .img-wrap {
                max-width: 70px; } }
      body .content-with-form .content p {
        padding-bottom: 5px; }
      body .content-with-form .content ol {
        padding-left: 20px; }
        body .content-with-form .content ol li {
          font-size: 20px;
          padding-bottom: 12px; }
          @media (max-width: 595px) {
            body .content-with-form .content ol li {
              font-size: 15px !important; } }
      body .content-with-form .content ul {
        padding-left: 20px; }
        body .content-with-form .content ul li {
          font-size: 20px;
          padding-bottom: 12px; }
          @media screen and (max-width: 1024px) {
            body .content-with-form .content ul li {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .content-with-form .content ul li {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body .content-with-form .content ul li {
              font-size: 15px !important; } }
    body .content-with-form select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    body .content-with-form .form-wrapper {
      display: none; }
      body .content-with-form .form-wrapper .row-wrap {
        width: calc(100% + 20px);
        margin-left: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          body .content-with-form .form-wrapper .row-wrap {
            width: 100%;
            margin-left: 0;
            margin-bottom: 0; } }
        body .content-with-form .form-wrapper .row-wrap .field-wrap {
          width: calc(50% - 20px);
          margin: 0 10px; }
          @media (max-width: 991px) {
            body .content-with-form .form-wrapper .row-wrap .field-wrap {
              width: 100%;
              margin: 0 0 20px 0; } }
      body .content-with-form .form-wrapper .field-wrap {
        width: 100%;
        margin-bottom: 20px; }
        body .content-with-form .form-wrapper .field-wrap input {
          padding: 11px 11px 15px 20px;
          width: 100%;
          border: none;
          border-radius: 3px; }
          @media (max-width: 991px) {
            body .content-with-form .form-wrapper .field-wrap input {
              padding: 5px 11px 5px 20px; } }
          body .content-with-form .form-wrapper .field-wrap input::-webkit-input-placeholder {
            color: #575757;
            font-size: 17px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.65;
            letter-spacing: 0.17px;
            font-family: sofia-pro, sans-serif; }
          body .content-with-form .form-wrapper .field-wrap input::-moz-placeholder {
            color: #575757;
            font-size: 17px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.65;
            letter-spacing: 0.17px;
            font-family: sofia-pro, sans-serif; }
          body .content-with-form .form-wrapper .field-wrap input::-ms-input-placeholder {
            color: #575757;
            font-size: 17px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.65;
            letter-spacing: 0.17px;
            font-family: sofia-pro, sans-serif; }
          body .content-with-form .form-wrapper .field-wrap input::placeholder {
            color: #575757;
            font-size: 17px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.65;
            letter-spacing: 0.17px;
            font-family: sofia-pro, sans-serif; }
            @media (max-width: 991px) {
              body .content-with-form .form-wrapper .field-wrap input::-webkit-input-placeholder {
                font-size: 15px; }
              body .content-with-form .form-wrapper .field-wrap input::-moz-placeholder {
                font-size: 15px; }
              body .content-with-form .form-wrapper .field-wrap input::-ms-input-placeholder {
                font-size: 15px; }
              body .content-with-form .form-wrapper .field-wrap input::placeholder {
                font-size: 15px; } }
        body .content-with-form .form-wrapper .field-wrap input[type="hidden"] {
          display: none; }
      body .content-with-form .form-wrapper select {
        padding: 11px 11px 15px 20px;
        width: 100%;
        margin-bottom: 24px;
        color: #575757;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.65;
        letter-spacing: 0.17px;
        border-radius: 3px; }
        @media (max-width: 991px) {
          body .content-with-form .form-wrapper select {
            margin-bottom: 20px;
            padding: 5px 11px 5px 20px;
            font-size: 15px; } }
      body .content-with-form .form-wrapper .btn-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 32px; }
        @media (max-width: 991px) {
          body .content-with-form .form-wrapper .btn-wrap {
            padding-bottom: 20px; } }
      body .content-with-form .form-wrapper .logo-wrap {
        width: 100%;
        max-width: 198px;
        margin: 0 auto;
        height: 58px; }
    body .content-with-form .form-content-wrap {
      width: calc(45% - 15px);
      height: 100%;
      margin-top: -355px; }
      @media screen and (max-width: 1024px) {
        body .content-with-form .form-content-wrap {
          margin-top: auto !important;
          width: 100%; } }
      body .content-with-form .form-content-wrap .form-wrap {
        padding: 32px;
        margin-left: 15px;
        margin-bottom: 15px;
        position: relative;
        border-radius: 8px;
        background: #e8f2fa; }
        @media screen and (max-width: 1024px) {
          body .content-with-form .form-content-wrap .form-wrap {
            padding: 15px 10px;
            width: 100%;
            max-width: 100%;
            margin: 30px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        body .content-with-form .form-content-wrap .form-wrap h3 {
          line-height: 1.13;
          letter-spacing: 0.3px;
          text-align: center;
          color: #ff6900;
          margin-bottom: 32px; }
          @media (max-width: 991px) {
            body .content-with-form .form-content-wrap .form-wrap h3 {
              margin-bottom: 20px; } }
          body .content-with-form .form-content-wrap .form-wrap h3 span {
            color: #ffffff;
            display: block; }
        body .content-with-form .form-content-wrap .form-wrap .top_content_form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-bottom: 2px solid #fff;
          margin-bottom: 20px;
          padding-bottom: 30px; }
          body .content-with-form .form-content-wrap .form-wrap .top_content_form h3 {
            width: 100%;
            margin-bottom: 15px; }
          body .content-with-form .form-content-wrap .form-wrap .top_content_form p {
            color: #000000;
            margin-bottom: 20px;
            width: 100%; }
            @media (max-width: 991px) {
              body .content-with-form .form-content-wrap .form-wrap .top_content_form p {
                color: #000; } }
          body .content-with-form .form-content-wrap .form-wrap .top_content_form .mktoDemoButton {
            width: 100%;
            border-radius: 5px; }
        body .content-with-form .form-content-wrap .form-wrap .cvent-form {
          height: 720px;
          width: 100%; }
    body .content-with-form .image-content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 40px;
      margin-top: 90px;
      text-align: left;
      max-width: calc(90% - 10px);
      margin-right: 10px; }
      @media (max-width: 991px) {
        body .content-with-form .image-content-wrap {
          margin-top: 40px;
          max-width: 100%;
          margin-right: auto; } }
      body .content-with-form .image-content-wrap h3 {
        color: #ff6900;
        width: 100%; }
      body .content-with-form .image-content-wrap p {
        margin-top: 15px;
        width: 100%; }
    body .content-with-form .speaker-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 40px;
      margin-top: 45px;
      text-align: left;
      max-width: 100%;
      margin-right: 10px; }
      body .content-with-form .speaker-wrap:nth-child(2) {
        margin-top: 0px; }
      @media (max-width: 991px) {
        body .content-with-form .speaker-wrap {
          margin-top: 40px;
          max-width: 100%;
          margin-right: auto;
          margin-bottom: 0; } }
      body .content-with-form .speaker-wrap h3 {
        color: #000;
        width: 100%; }
      body .content-with-form .speaker-wrap p {
        margin-top: 15px;
        width: 100%; }
      body .content-with-form .speaker-wrap .speaker {
        width: calc(33% - 15px);
        margin: 0 25px;
        margin-left: 0;
        text-align: center; }
        @media (max-width: 991px) {
          body .content-with-form .speaker-wrap .speaker {
            width: calc(32% - 15px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .content-with-form .speaker-wrap .speaker {
            width: calc(50% - 40px); } }
        @media (max-width: 595px) {
          body .content-with-form .speaker-wrap .speaker {
            width: 100%;
            margin: 0 0 20px; } }
        body .content-with-form .speaker-wrap .speaker:nth-of-type(3n) {
          margin-right: 0; }
          @media (max-width: 991px) {
            body .content-with-form .speaker-wrap .speaker:nth-of-type(3n) {
              margin: 0 20px;
              margin-left: 0; } }
        body .content-with-form .speaker-wrap .speaker:nth-of-type(4) {
          margin-top: 0px; }
        body .content-with-form .speaker-wrap .speaker:nth-of-type(n+4) {
          margin-top: 30px; }
        body .content-with-form .speaker-wrap .speaker .img-wrap {
          position: relative;
          display: inline-block; }
          body .content-with-form .speaker-wrap .speaker .img-wrap a {
            position: absolute;
            background: #ff6900;
            top: 57px;
            right: 1px; }
            body .content-with-form .speaker-wrap .speaker .img-wrap a img {
              max-width: 25px;
              height: 100%;
              width: 100%;
              -o-object-fit: contain;
                 object-fit: contain;
              border-radius: initial;
              padding: 6px; }
        body .content-with-form .speaker-wrap .speaker img {
          border-radius: 50%;
          width: 100%;
          height: auto;
          max-width: 140px; }
        body .content-with-form .speaker-wrap .speaker span {
          display: block;
          color: #ff6900;
          width: 100%;
          text-align: center;
          margin-top: 15px;
          font-weight: 700; }
        body .content-with-form .speaker-wrap .speaker p {
          font-weight: 500;
          font-size: 15px;
          width: 100%;
          text-align: center;
          margin-top: 5px; }
    body .content-with-form .form-image-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit;
      max-width: calc(98% - 20px);
      margin-right: 20px; }
      @media (max-width: 991px) {
        body .content-with-form .form-image-wrap {
          max-width: 100%;
          margin-right: auto;
          text-align: center; } }
      body .content-with-form .form-image-wrap .img-wrap {
        width: calc(32% - 40px);
        margin: 0 20px 30px;
        margin-left: 0; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .content-with-form .form-image-wrap .img-wrap {
            width: calc(50% - 40px); } }
        @media (max-width: 595px) {
          body .content-with-form .form-image-wrap .img-wrap {
            width: calc(50% - 40px); } }
        body .content-with-form .form-image-wrap .img-wrap:nth-child(3n) {
          margin-right: 0; }
          @media (max-width: 991px) {
            body .content-with-form .form-image-wrap .img-wrap:nth-child(3n) {
              margin: 0 20px 30px; } }
        body .content-with-form .form-image-wrap .img-wrap img {
          max-width: 116px; }
    body .content-with-form .mktoForm {
      width: 100% !important;
      max-width: 610px;
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        body .content-with-form .mktoForm {
          max-width: 100%; } }
      @media (max-width: 595px) {
        body .content-with-form .mktoForm {
          padding: 0; } }
      body .content-with-form .mktoForm .mktoButtonRow {
        width: 100%;
        text-align: center;
        padding-bottom: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .content-with-form .mktoForm .mktoButtonRow .mktoButtonWrap {
          margin-left: auto !important;
          margin: 0 auto;
          width: 100%; }
        body .content-with-form .mktoForm .mktoButtonRow .mktoButton {
          line-height: 1.3;
          min-height: 48px;
          background: none !important;
          background-color: #141b4d !important;
          color: #ffffff;
          text-decoration: none;
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          background-image: none;
          border-radius: 5px !important;
          padding: 11px 15px;
          margin-top: 25px;
          font-weight: 900;
          font-size: 16px;
          font-family: sofia-pro, sans-serif;
          text-align: center;
          outline: none;
          cursor: pointer;
          transition: all 0.2s linear;
          letter-spacing: 2.4px;
          text-transform: uppercase;
          min-width: 210px;
          height: auto !important;
          width: 100%; }
          @media (max-width: 595px) {
            body .content-with-form .mktoForm .mktoButtonRow .mktoButton {
              font-size: 16px !important; } }
          body .content-with-form .mktoForm .mktoButtonRow .mktoButton span {
            margin-left: 0 !important; }
      body .content-with-form .mktoForm .row-wrap {
        width: calc(100% + 20px);
        margin-left: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          body .content-with-form .mktoForm .row-wrap {
            width: 100%;
            margin-left: 0;
            margin-bottom: 0; } }
        body .content-with-form .mktoForm .row-wrap .mktoFormRow {
          width: calc(50% - 20px);
          margin: 0 10px; }
          @media (max-width: 991px) {
            body .content-with-form .mktoForm .row-wrap .mktoFormRow {
              width: 100%;
              margin: 0 0 20px 0; } }
      body .content-with-form .mktoForm .mktoFieldWrap .nb-feedback {
        clear: both !important;
        padding: 0.2em !important; }
      body .content-with-form .mktoForm .mktoFormRow {
        width: 100%;
        clear: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: hidden; }
        @media (max-width: 767px) {
          body .content-with-form .mktoForm .mktoFormRow {
            height: auto !important; } }
        body .content-with-form .mktoForm .mktoFormRow .mktoFormCol {
          margin-bottom: 0 !important;
          margin-left: 0;
          width: 100%; }
        body .content-with-form .mktoForm .mktoFormRow .mktoFieldWrap {
          float: none; }
        body .content-with-form .mktoForm .mktoFormRow .mktoFormCol {
          float: none; }
        body .content-with-form .mktoForm .mktoFormRow:first-of-type {
          margin-right: auto;
          float: left !important; }
          @media (max-width: 767px) {
            body .content-with-form .mktoForm .mktoFormRow:first-of-type {
              width: 100%; } }
        body .content-with-form .mktoForm .mktoFormRow:nth-of-type(2) {
          margin-left: auto; }
          @media (max-width: 767px) {
            body .content-with-form .mktoForm .mktoFormRow:nth-of-type(2) {
              width: 100%; } }
        body .content-with-form .mktoForm .mktoFormRow .mktoCheckboxList {
          width: 100% !important;
          overflow: hidden; }
          @media screen and (max-width: 480px) {
            body .content-with-form .mktoForm .mktoFormRow .mktoCheckboxList {
              margin-top: 20px; } }
          body .content-with-form .mktoForm .mktoFormRow .mktoCheckboxList input {
            position: absolute;
            left: 0px;
            top: 0;
            width: 20px !important; }
          body .content-with-form .mktoForm .mktoFormRow .mktoCheckboxList label {
            margin-left: 30px;
            width: 100% !important;
            max-width: 100% !important;
            margin-top: 0; }
            @media screen and (max-width: 480px) {
              body .content-with-form .mktoForm .mktoFormRow .mktoCheckboxList label {
                width: 89% !important; } }
        body .content-with-form .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
          margin-top: 20px;
          width: 100% !important; }
          @media screen and (max-width: 480px) {
            body .content-with-form .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
              width: 89% !important; } }
        body .content-with-form .mktoForm .mktoFormRow .mktoHtmlText p, body .content-with-form .mktoForm .mktoFormRow .mktoHtmlText span {
          font-size: 13px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.2;
          letter-spacing: .2px;
          font-family: sofia-pro, sans-serif !important; }
        body .content-with-form .mktoForm .mktoFormRow .mktoHtmlText a {
          color: #FF6903;
          padding: 0; }
        body .content-with-form .mktoForm .mktoFormRow div[id^=nb-field-] div.nb-feedback {
          z-index: 99 !important; }
      body .content-with-form .mktoForm .mktoButtonRow .mktoButton {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border: none; }
        body .content-with-form .mktoForm .mktoButtonRow .mktoButton:hover {
          background-color: #ffffff !important;
          color: #ff6900 !important;
          border: none; }
      body .content-with-form .mktoForm .mktoFieldWrap {
        position: relative; }
        body .content-with-form .mktoForm .mktoFieldWrap input::-webkit-input-placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
        body .content-with-form .mktoForm .mktoFieldWrap input::-moz-placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
        body .content-with-form .mktoForm .mktoFieldWrap input::-ms-input-placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
        body .content-with-form .mktoForm .mktoFieldWrap input::placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
          @media (max-width: 595px) {
            body .content-with-form .mktoForm .mktoFieldWrap input::-webkit-input-placeholder {
              font-size: 16px; }
            body .content-with-form .mktoForm .mktoFieldWrap input::-moz-placeholder {
              font-size: 16px; }
            body .content-with-form .mktoForm .mktoFieldWrap input::-ms-input-placeholder {
              font-size: 16px; }
            body .content-with-form .mktoForm .mktoFieldWrap input::placeholder {
              font-size: 16px; } }
        body .content-with-form .mktoForm .mktoFieldWrap.active label {
          top: 0px;
          color: #ffffff; }
        body .content-with-form .mktoForm .mktoFieldWrap .mktoLabel {
          position: relative;
          width: auto !important;
          padding: 0 !important;
          color: #ffffff;
          font-size: 17px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.65;
          letter-spacing: 0.17px;
          cursor: text;
          z-index: 2;
          font-family: sofia-pro, sans-serif;
          margin-left: -10px; }
          @media (max-width: 991px) {
            body .content-with-form .mktoForm .mktoFieldWrap .mktoLabel {
              font-size: 15px; } }
          @media (max-width: 767px) {
            body .content-with-form .mktoForm .mktoFieldWrap .mktoLabel {
              margin-left: 0; } }
        body .content-with-form .mktoForm .mktoFieldWrap .mktoField:focus ~ .mktoGutter {
          background-color: #ff6900; }
        body .content-with-form .mktoForm .mktoFieldWrap .mktoField {
          padding: 18px 15px;
          width: 100% !important;
          border: none;
          outline: none;
          border-radius: 3px;
          z-index: 1;
          position: relative;
          margin-top: 8px;
          min-height: 40px;
          margin-bottom: 0;
          font-size: 17px;
          font-family: sofia-pro, sans-serif;
          background: #fff; }
          @media (max-width: 595px) {
            body .content-with-form .mktoForm .mktoFieldWrap .mktoField {
              padding: 3px 8px;
              font-size: 16px; } }
        body .content-with-form .mktoForm .mktoFieldWrap select {
          padding: 15px 11px 14px 20px;
          width: 100% !important;
          margin-bottom: 24px;
          color: #575757;
          font-size: 17px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.65;
          letter-spacing: 0.17px;
          border-radius: 3px; }
          @media (max-width: 991px) {
            body .content-with-form .mktoForm .mktoFieldWrap select {
              margin-bottom: 20px;
              padding: 5px 11px 5px 20px;
              font-size: 15px; } }
          @media (max-width: 595px) {
            body .content-with-form .mktoForm .mktoFieldWrap select {
              font-size: 16px; } }
        body .content-with-form .mktoForm .mktoFieldWrap textarea.mktoField {
          min-height: 130px; }
        body .content-with-form .mktoForm .mktoFieldWrap textarea::-webkit-input-placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
        body .content-with-form .mktoForm .mktoFieldWrap textarea::-moz-placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
        body .content-with-form .mktoForm .mktoFieldWrap textarea::-ms-input-placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
        body .content-with-form .mktoForm .mktoFieldWrap textarea::placeholder {
          font-size: 17px;
          color: #575757;
          font-family: sofia-pro, sans-serif; }
          @media (max-width: 595px) {
            body .content-with-form .mktoForm .mktoFieldWrap textarea::-webkit-input-placeholder {
              font-size: 16px; }
            body .content-with-form .mktoForm .mktoFieldWrap textarea::-moz-placeholder {
              font-size: 16px; }
            body .content-with-form .mktoForm .mktoFieldWrap textarea::-ms-input-placeholder {
              font-size: 16px; }
            body .content-with-form .mktoForm .mktoFieldWrap textarea::placeholder {
              font-size: 16px; } }
    body .content-with-form .btn-wrap {
      width: 100%;
      text-align: center;
      padding-bottom: 32px; }
      @media (max-width: 991px) {
        body .content-with-form .btn-wrap {
          padding-bottom: 20px; } }
    body .content-with-form .logo-wrap {
      width: 100%;
      max-width: 198px;
      margin: 0 auto;
      height: 58px; }
    body .content-with-form .script-form .mktoFormRow {
      width: 100%; }
    body .content-with-form .star-wrap {
      --star-size: 35px;
      --star-color: #fff;
      --star-background: #ff6900;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 50px; }
      body .content-with-form .star-wrap .Stars {
        --percent: calc(var(--rating) / 5 * 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: var(--star-size);
        font-family: system-ui;
        line-height: 1; }
        body .content-with-form .star-wrap .Stars::before {
          content: '★★★★★';
          letter-spacing: 3px;
          background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
          background: -webkit-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
          background: -o-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
          background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke-width: 2px;
          -webkit-text-stroke-color: #ff6900; }
      body .content-with-form .star-wrap .star-image-wrap span.number {
        padding-left: 10px; }
      body .content-with-form .star-wrap .star-image-wrap span img {
        width: calc(90% - 20px); }
      body .content-with-form .star-wrap .img-wrap {
        max-width: 132px;
        width: 100%; }
      body .content-with-form .star-wrap .content-wrap {
        padding-left: 35px; }
        body .content-with-form .star-wrap .content-wrap span {
          font-size: 20px;
          font-weight: 300; }
        body .content-with-form .star-wrap .content-wrap h3 {
          font-weight: 600;
          margin-top: 7px; }
    body .content-with-form.docv-demo .wrapper .content .image-content-wrap {
      margin-top: 10px; }
      body .content-with-form.docv-demo .wrapper .content .image-content-wrap p small {
        font-size: 15px; }
    body .content-with-form.webinar .form-content-wrap .top_content_form {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    body .content-with-form.webinar .image-content-wrap {
      margin-top: 50px; }
      body .content-with-form.webinar .image-content-wrap h3 {
        color: #000; }
    body .content-with-form.webinar p {
      padding-bottom: 12px; }
    body .content-with-form.webinar ul {
      padding-left: 20px; }
      body .content-with-form.webinar ul li {
        font-size: 20px;
        padding-bottom: 12px; }
    body .content-with-form.webinar ol {
      padding-left: 20px; }
      body .content-with-form.webinar ol li {
        font-size: 20px;
        padding-bottom: 12px; }
  body .resource-gated.speaker-wrap.sp-columns {
    margin-top: 0px; }
  body .resource-gated.speaker-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 45px;
    text-align: left;
    max-width: 100%;
    margin-right: 10px; }
    @media (max-width: 991px) {
      body .resource-gated.speaker-wrap {
        margin-top: 40px;
        max-width: 100%;
        margin-right: auto;
        margin-bottom: 0; } }
    body .resource-gated.speaker-wrap h3 {
      color: #000;
      width: 100%; }
    body .resource-gated.speaker-wrap p {
      margin-top: 15px;
      width: 100%; }
    body .resource-gated.speaker-wrap .speaker {
      width: calc(33% - 15px);
      margin: 0 25px;
      margin-left: 0;
      text-align: center; }
      @media (max-width: 991px) {
        body .resource-gated.speaker-wrap .speaker {
          width: calc(32% - 15px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .resource-gated.speaker-wrap .speaker {
          width: calc(50% - 40px); } }
      @media (max-width: 595px) {
        body .resource-gated.speaker-wrap .speaker {
          width: 100%;
          margin: 0 0 20px; } }
      body .resource-gated.speaker-wrap .speaker:nth-of-type(3n) {
        margin-right: 0; }
        @media (max-width: 991px) {
          body .resource-gated.speaker-wrap .speaker:nth-of-type(3n) {
            margin: 0 20px;
            margin-left: 0; } }
      body .resource-gated.speaker-wrap .speaker:nth-of-type(4) {
        margin-top: 0px; }
      body .resource-gated.speaker-wrap .speaker:nth-of-type(n+4) {
        margin-top: 30px; }
      body .resource-gated.speaker-wrap .speaker .img-wrap {
        position: relative;
        display: inline-block; }
        body .resource-gated.speaker-wrap .speaker .img-wrap a {
          position: absolute;
          background: #ff6900;
          top: 57px;
          right: 1px; }
          body .resource-gated.speaker-wrap .speaker .img-wrap a img {
            max-width: 25px;
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            border-radius: initial;
            padding: 6px; }
      body .resource-gated.speaker-wrap .speaker img {
        border-radius: 50%;
        width: 100%;
        height: auto;
        max-width: 140px; }
      body .resource-gated.speaker-wrap .speaker span {
        display: block;
        color: #ff6900;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        font-weight: 700; }
      body .resource-gated.speaker-wrap .speaker p {
        font-weight: 500;
        font-size: 15px;
        width: 100%;
        text-align: center;
        margin-top: 5px; }
    body .resource-gated.speaker-wrap .speaker-intro {
      display: block;
      width: 100%;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        body .resource-gated.speaker-wrap .speaker-intro {
          margin-bottom: 30px; } }
  body .career-grid .intro {
    margin-bottom: 56px; }
    body .career-grid .intro h2 {
      color: #ffffff; }
  body .career-grid .content-wrapper .handlers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body .career-grid .content-wrapper .handlers h6 {
      width: 45%;
      font-size: 22px;
      color: #ffffff; }
    body .career-grid .content-wrapper .handlers .list-search-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 55%; }
      body .career-grid .content-wrapper .handlers .list-search-wrapper span, body .career-grid .content-wrapper .handlers .list-search-wrapper ul {
        list-style: none;
        color: #ffffff; }
      body .career-grid .content-wrapper .handlers .list-search-wrapper span {
        font-size: 24px; }
      body .career-grid .content-wrapper .handlers .list-search-wrapper ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        right: 0;
        padding: 12px;
        border: 1px solid #ffffff; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper ul li {
          padding-bottom: 5px;
          margin-bottom: 5px;
          border-bottom: 1px solid white; }
      body .career-grid .content-wrapper .handlers .list-search-wrapper .list-content {
        width: 50%; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper .list-content .dropdown {
          border: 1px solid #ffffff;
          border-radius: 4px;
          padding: 6px 12px 10px; }
      body .career-grid .content-wrapper .handlers .list-search-wrapper .search-wrap {
        position: relative;
        width: 50%;
        padding-left: 30px; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper .search-wrap input {
          color: #ffffff;
          outline: none;
          width: 100%;
          height: 100%;
          background: transparent;
          border: none;
          border-bottom: 1px solid #ffffff; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper .search-wrap input::-webkit-input-placeholder {
          color: #ffffff; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper .search-wrap input::-moz-placeholder {
          color: #ffffff; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper .search-wrap input::-ms-input-placeholder {
          color: #ffffff; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper .search-wrap input::placeholder {
          color: #ffffff; }
        body .career-grid .content-wrapper .handlers .list-search-wrapper .search-wrap button {
          cursor: pointer;
          outline: none;
          background-image: url(/wp-content/themes/socure/templates/dist/images/search-icon.svg);
          background-color: transparent;
          background-position: center;
          background-size: 50px;
          background-repeat: no-repeat;
          position: absolute;
          right: 0;
          top: -60px;
          height: 100%;
          width: 60px; }
  body .career-grid .content-wrapper .jobs-content .card-wrap {
    position: relative;
    background: #ffffff;
    border-left: 25px solid #ff6900;
    padding: 16px 40px;
    margin-top: 40px; }
    body .career-grid .content-wrapper .jobs-content .card-wrap:after {
      content: "";
      position: absolute;
      right: 40px;
      top: 33%;
      background-image: url("/wp-content/themes/socure/templates/dist/images/orange-arrow.svg");
      background-size: 100%;
      width: 22px;
      height: 35px;
      background-repeat: no-repeat;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
    body .career-grid .content-wrapper .jobs-content .card-wrap h5 {
      font-size: 23px;
      font-weight: 700; }
    body .career-grid .content-wrapper .jobs-content .card-wrap span {
      font-size: 24px;
      position: relative;
      padding-right: 10px;
      margin-right: 15px; }
      body .career-grid .content-wrapper .jobs-content .card-wrap span:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-40%);
             -o-transform: translateY(-40%);
                transform: translateY(-40%);
        width: 2px;
        height: calc(100% - 10px);
        background-color: #000000; }
      body .career-grid .content-wrapper .jobs-content .card-wrap span:last-child {
        margin-right: 0; }
        body .career-grid .content-wrapper .jobs-content .card-wrap span:last-child:after {
          display: none; }
  body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job {
    position: relative;
    border-left: 25px solid #ff6900;
    background-color: #ffffff;
    padding: 16px 40px;
    margin-top: 40px; }
    @media (max-width: 595px) {
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job {
        padding: 16px 45px 16px 15px; } }
    body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job h2 {
      font-size: 26px;
      font-weight: 700; }
      @media (max-width: 595px) {
        body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job h2 {
          font-size: 20px; } }
    body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_apply {
      display: inline-block;
      margin-top: 10px; }
    body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_read_full {
      cursor: pointer;
      position: absolute;
      right: 40px;
      top: 20px;
      width: 34px;
      height: 27px;
      font-size: 0;
      background-image: url("/wp-content/themes/socure/templates/dist/images/arrow-down-orange.png");
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 595px) {
        body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_read_full {
          width: 22px;
          height: 20px;
          right: 20px; } }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_read_full.open {
        -webkit-transform: scaleY(-1);
             -o-transform: scaleY(-1);
                transform: scaleY(-1); }
    body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description {
      margin-top: 40px; }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description .section {
        padding: 0 0 30px; }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description div {
        font-family: sofia-pro, sans-serif;
        margin-bottom: 10px; }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description ul {
        margin-bottom: 20px; }
        body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description ul h3 {
          padding: 0;
          line-height: 0.5; }
          body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description ul h3 span {
            font-size: 16px; }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description h4 {
        font-size: 20px;
        letter-spacing: 0.2px;
        padding-bottom: 10px; }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description h2, body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description h3 {
        display: inline-block;
        padding-bottom: 10px; }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_description p {
        padding-bottom: 20px; }
    body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_apply {
      color: #000000; }
      body .career-grid .content-wrapper .jobs-content .greenhouse-job-board .job .job_apply:hover {
        color: #ff6900; }
  body .three-cards {
    position: relative;
    width: 100%; }
    body .three-cards .intro {
      width: 100%;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (min-width: 768px) {
        body .three-cards .intro {
          margin-bottom: 24px; } }
      @media (max-width: 991px) {
        body .three-cards .intro {
          margin-bottom: 0; } }
      body .three-cards .intro h2 {
        line-height: 1.11;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          body .three-cards .intro h2 {
            margin-bottom: 15px; } }
      @media (max-width: 595px) {
        body .three-cards .intro p {
          padding-bottom: 15px; } }
    body .three-cards h4 {
      font-weight: bold;
      line-height: 1.43;
      text-align: center;
      letter-spacing: normal;
      padding-bottom: 40px; }
      @media (min-width: 1336px) {
        body .three-cards h4 {
          font-size: 35px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .three-cards h4 {
          padding-bottom: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .three-cards h4 {
          padding-bottom: 20px; } }
      @media (max-width: 480px) {
        body .three-cards h4 {
          padding-bottom: 15px; } }
    body .three-cards .col-three-cards {
      width: calc(100% + 32px);
      margin-left: -16px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1270px) and (max-width: 1336px) {
        body .three-cards .col-three-cards {
          width: calc(100% + 32px);
          margin-left: -16px; } }
      @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
        body .three-cards .col-three-cards {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .three-cards .col-three-cards {
          width: calc(100% + 20px);
          margin-left: -10px;
          padding: 0 80px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .three-cards .col-three-cards {
          width: calc(100% + 20px);
          margin-left: -10px;
          padding: 0 35px; } }
      @media (max-width: 767px) {
        body .three-cards .col-three-cards {
          width: 100%;
          margin: 0; } }
      body .three-cards .col-three-cards .col-three {
        width: calc(33.33% - 32px);
        margin: 32px 16px 0; }
        @media (min-width: 1270px) and (max-width: 1336px) {
          body .three-cards .col-three-cards .col-three {
            width: calc(33.33% - 32px);
            margin: 32px 16px 0; } }
        @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
          body .three-cards .col-three-cards .col-three {
            width: calc(33.33% - 20px);
            margin: 32px 10px 0; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .three-cards .col-three-cards .col-three {
            width: calc(50% - 20px);
            margin: 32px 10px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .three-cards .col-three-cards .col-three {
            width: calc(50% - 20px);
            margin: 20px 10px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .three-cards .col-three-cards .col-three {
            width: 60%;
            margin: 20px 28px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .three-cards .col-three-cards .col-three {
            width: 100%;
            margin: 0 28px 20px;
            padding: 0 20px; }
            body .three-cards .col-three-cards .col-three:last-child {
              margin-bottom: 0; } }
        @media (max-width: 480px) {
          body .three-cards .col-three-cards .col-three {
            width: 100%;
            margin: 0 0 20px; }
            body .three-cards .col-three-cards .col-three:last-child {
              margin-bottom: 0; } }
        body .three-cards .col-three-cards .col-three:hover .content-wrap::before {
          border-top: 3px solid #ff6900;
          border-right: 3px solid #ff6900; }
        body .three-cards .col-three-cards .col-three:hover .content-wrap::after {
          background-color: #ffffff;
          border: 2px solid #ff6900; }
        body .three-cards .col-three-cards .col-three .img-wrap {
          height: 281px; }
          @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
            body .three-cards .col-three-cards .col-three .img-wrap {
              height: 230px; } }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .three-cards .col-three-cards .col-three .img-wrap {
              max-height: 230px; } }
          @media (max-width: 991px) {
            body .three-cards .col-three-cards .col-three .img-wrap {
              max-height: 230px; } }
          body .three-cards .col-three-cards .col-three .img-wrap img {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .three-cards .col-three-cards .col-three .content-wrap {
          position: relative;
          background-color: #ff6900;
          padding: 32px 32px 56px; }
          body .three-cards .col-three-cards .col-three .content-wrap::before {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            bottom: 20px;
            right: 22px;
            border-top: 3px solid #ffffff;
            border-right: 3px solid #ffffff;
            -webkit-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            z-index: 1; }
          body .three-cards .col-three-cards .col-three .content-wrap::after {
            content: "";
            position: absolute;
            padding: 15px 19px 15px 21px;
            width: 53px;
            height: 51px;
            background-color: #141b4d;
            border: 2px solid #141b4d;
            bottom: 0;
            right: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          body .three-cards .col-three-cards .col-three .content-wrap h3 {
            font-weight: bold;
            letter-spacing: normal;
            color: #ffffff; }
          body .three-cards .col-three-cards .col-three .content-wrap p {
            font-weight: normal;
            line-height: 1.4;
            letter-spacing: 0.2px;
            color: #ffffff;
            margin-top: 11px; }
            @media (max-width: 991px) {
              body .three-cards .col-three-cards .col-three .content-wrap p {
                margin-top: 10px;
                padding-right: 24px; } }
  body .footer-cta.dot-pattern-right-large:after {
    top: -130px; }
  body .footer-cta .text-with-cta {
    width: 100%;
    position: relative;
    padding: 96px  20px;
    text-align: center; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .footer-cta .text-with-cta {
        padding: 56px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .footer-cta .text-with-cta {
        padding: 56px 20px; } }
    @media (max-width: 767px) {
      body .footer-cta .text-with-cta {
        padding: 32px 20px; } }
    body .footer-cta .text-with-cta p {
      max-width: 650px;
      margin: 31px auto 0;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .footer-cta .text-with-cta p {
          margin: 24px auto 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .footer-cta .text-with-cta p {
          margin: 22px auto 0; } }
      @media (max-width: 767px) {
        body .footer-cta .text-with-cta p {
          margin: 20px auto 0; } }
    body .footer-cta .text-with-cta a {
      margin-right: 20px;
      margin-top: 64px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .footer-cta .text-with-cta a {
          margin-top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .footer-cta .text-with-cta a {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        body .footer-cta .text-with-cta a {
          margin-top: 20px; } }
      @media (max-width: 595px) {
        body .footer-cta .text-with-cta a {
          margin: 0px 10px 11px 10px; } }
      body .footer-cta .text-with-cta a:last-child {
        margin-right: 0; }
        @media (max-width: 595px) {
          body .footer-cta .text-with-cta a:last-child {
            margin: 20px 10px 0px 10px; } }
  body .footer-cta.footer-cta-2 .text-with-cta {
    background-color: transparent;
    padding: 0; }
    body .footer-cta.footer-cta-2 .text-with-cta h2 {
      font-size: 40px;
      font-weight: 500;
      color: #1b1d4b; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .footer-cta.footer-cta-2 .text-with-cta h2 {
          font-size: 45px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .footer-cta.footer-cta-2 .text-with-cta h2 {
          font-size: 45px; } }
      @media (max-width: 767px) {
        body .footer-cta.footer-cta-2 .text-with-cta h2 {
          font-size: 40px; } }
    body .footer-cta.footer-cta-2 .text-with-cta p {
      font-size: 18px;
      font-weight: 400;
      color: #1b1d4b;
      max-width: 1001px;
      margin: 45px auto 32px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .footer-cta.footer-cta-2 .text-with-cta p {
          font-size: 24px;
          margin: 25px auto; } }
      @media (max-width: 595px) {
        body .footer-cta.footer-cta-2 .text-with-cta p {
          font-size: 22px;
          margin: 25px auto; } }
  body .footer-cta.counter-cta .btn-default {
    margin-top: 0; }
  body .footer-cta.counter-cta #flipdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 50px 0; }
  body .footer-cta.counter-cta .rotor-group-heading:before {
    color: #fff; }
  body .footer-cta.counter-cta .rotor {
    background-color: #fff; }
    @media screen and (max-width: 395px) {
      body .footer-cta.counter-cta .rotor {
        width: 20px !important;
        font-size: 1rem !important; } }
    @media screen and (max-width: 395px) {
      body .footer-cta.counter-cta .rotor .rotor-leaf .rotor-leaf-rear, body .footer-cta.counter-cta .rotor .rotor-leaf .rotor-leaf-front {
        font-size: 30px; }
      body .footer-cta.counter-cta .rotor .rotor-top, body .footer-cta.counter-cta .rotor .rotor-bottom {
        font-size: 30px; } }
    @media screen and (min-width: 1023px) {
      body .footer-cta.counter-cta .rotor {
        width: 86px;
        height: 96px; }
        body .footer-cta.counter-cta .rotor .rotor-leaf {
          width: 86px;
          height: 96px; }
          body .footer-cta.counter-cta .rotor .rotor-leaf .rotor-leaf-rear, body .footer-cta.counter-cta .rotor .rotor-leaf .rotor-leaf-front {
            width: 86px;
            height: 48px; }
        body .footer-cta.counter-cta .rotor .rotor-top, body .footer-cta.counter-cta .rotor .rotor-bottom {
          width: 86px;
          height: 48px; }
        body .footer-cta.counter-cta .rotor:after {
          width: 86px;
          height: 48px; }
        body .footer-cta.counter-cta .rotor .rotor-leaf .rotor-leaf-rear, body .footer-cta.counter-cta .rotor .rotor-leaf .rotor-leaf-front {
          font-size: 70px;
          top: 7px; }
        body .footer-cta.counter-cta .rotor .rotor-top, body .footer-cta.counter-cta .rotor .rotor-bottom {
          font-size: 70px; } }
  @media screen and (max-width: 395px) {
    body .footer-cta.counter-cta .rotor-group {
      padding-right: 12px !important; } }
  body .footer-cta.counter-cta .rotor-group:first-child:after {
    left: 115px;
    content: '';
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%; }
    @media screen and (min-width: 1023px) {
      body .footer-cta.counter-cta .rotor-group:first-child:after {
        left: 187px; } }
    @media screen and (max-width: 395px) {
      body .footer-cta.counter-cta .rotor-group:first-child:after {
        height: 5px !important;
        width: 5px !important;
        left: 47px !important; } }
    @media screen and (max-width: 767px) {
      body .footer-cta.counter-cta .rotor-group:first-child:after {
        bottom: 29px;
        height: 8px;
        width: 8px;
        left: 69px; } }
  body .footer-cta.counter-cta .rotor-group:first-child:before {
    left: 115px;
    content: '';
    position: absolute;
    bottom: 50px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%; }
    @media screen and (min-width: 1023px) {
      body .footer-cta.counter-cta .rotor-group:first-child:before {
        left: 187px; } }
    @media screen and (max-width: 395px) {
      body .footer-cta.counter-cta .rotor-group:first-child:before {
        height: 5px !important;
        width: 5px !important;
        left: 47px !important; } }
    @media screen and (max-width: 767px) {
      body .footer-cta.counter-cta .rotor-group:first-child:before {
        bottom: 13px;
        height: 8px;
        width: 8px;
        left: 69px; } }
  @media screen and (min-width: 1023px) {
    body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):after {
      left: 187px; } }
  @media screen and (min-width: 1023px) {
    body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):before {
      left: 187px; } }
  @media screen and (max-width: 395px) {
    body .footer-cta.counter-cta .rotor, body .footer-cta.counter-cta .rotor-leaf, body .footer-cta.counter-cta .rotor-leaf-front, body .footer-cta.counter-cta .rotor-leaf-rear, body .footer-cta.counter-cta .rotor-top, body .footer-cta.counter-cta .rotor-bottom, body .footer-cta.counter-cta .rotor:after {
      width: 20px !important; } }
  body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    color: #fff; }
  body .footer-cta.counter-cta .rotor-leaf-rear {
    background-color: #141b4d; }
  body .footer-cta.counter-cta .rotor-bottom, body .footer-cta.counter-cta .rotor-leaf-rear {
    color: #141b4d; }
  body .footer-cta.counter-cta .rotor, body .footer-cta.counter-cta .rotor-top, body .footer-cta.counter-cta .rotor-leaf-front {
    color: #141b4d; }
  body .footer-cta.counter-cta .rotor, body .footer-cta.counter-cta .rotor-top, body .footer-cta.counter-cta .rotor-leaf-front {
    background-color: #fff; }
  body .footer-cta.counter-cta .rotor-bottom, body .footer-cta.counter-cta .rotor-leaf-rear {
    background-color: #fff; }
  body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):before, body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #fff; }
  body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):before, body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #fff; }
  @media screen and (max-width: 395px) {
    body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):before {
      height: 5px;
      width: 5px;
      left: 47px; } }
  @media screen and (max-width: 395px) {
    body .footer-cta.counter-cta .rotor-group:nth-child(n+2):nth-child(-n+3):after {
      height: 5px;
      width: 5px;
      left: 47px; } }
  @media screen and (max-width: 395px) {
    body .footer-cta.counter-cta .rotor-group-heading:before {
      font-size: .6rem; } }
  body .footer-cta.counter-cta .disclaimer p {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    font-style: italic;
    margin: 40px auto 0; }
    @media (max-width: 767px) {
      body .footer-cta.counter-cta .disclaimer p {
        margin: 20px auto; } }
  body .footer-cta.counter-cta #endDate {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0; }
  body .filters-block {
    width: 100%;
    position: relative;
    min-height: 400px; }
    body .filters-block .result-filter {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 28px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        body .filters-block .result-filter {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 0; } }
    body .filters-block .filter-result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 85%; }
      @media (max-width: 991px) {
        body .filters-block .filter-result {
          width: 100%; } }
      @media (max-width: 595px) {
        body .filters-block .filter-result {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    body .filters-block .view-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-left: 20px;
      width: 15%; }
      @media (max-width: 991px) {
        body .filters-block .view-wrap {
          width: 100%;
          margin-top: 32px;
          margin-left: 0; } }
      @media (max-width: 480px) {
        body .filters-block .view-wrap {
          margin-top: 20px; } }
    body .filters-block .filter-wrap {
      max-width: 540px;
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 35px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .filters-block .filter-wrap {
          max-width: 480px;
          margin-right: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .filters-block .filter-wrap {
          margin-right: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filters-block .filter-wrap {
          margin-right: 20px; } }
      @media (max-width: 595px) {
        body .filters-block .filter-wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: 0;
          max-width: 100%; } }
      body .filters-block .filter-wrap .table-title {
        max-width: 414px;
        width: 100%;
        position: relative; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .filters-block .filter-wrap .table-title {
            max-width: 350px; } }
        @media (max-width: 595px) {
          body .filters-block .filter-wrap .table-title {
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }
      body .filters-block .filter-wrap .active p::after {
        top: 25%;
        right: 15px;
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
      body .filters-block .filter-wrap h4 {
        font-size: 24px;
        margin-right: 30px; }
        @media (max-width: 991px) {
          body .filters-block .filter-wrap h4 {
            margin-right: 20px;
            font-size: 22px; } }
        @media (max-width: 595px) {
          body .filters-block .filter-wrap h4 {
            margin-bottom: 10px;
            font-size: 20px;
            width: 100%; } }
      body .filters-block .filter-wrap p {
        font-size: 24px;
        text-align: left;
        color: #808080;
        padding: 12px 45px 12px 22px;
        border-radius: 4px;
        border: solid 1px #000000;
        position: relative;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.5; }
        @media (max-width: 991px) {
          body .filters-block .filter-wrap p {
            margin-right: 20px;
            font-size: 22px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .filters-block .filter-wrap p {
            margin-right: 0; } }
        @media (max-width: 595px) {
          body .filters-block .filter-wrap p {
            font-size: 20px;
            margin-right: 0; } }
        body .filters-block .filter-wrap p::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 7px;
          width: 25px;
          height: 25px;
          -webkit-transform: translate(-10px, -50%);
               -o-transform: translate(-10px, -50%);
                  transform: translate(-10px, -50%);
          background: url("/wp-content/themes/socure/templates/dist/images/filters-block/drop-down-arrow.png") no-repeat;
          background-size: 100%;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
      body .filters-block .filter-wrap .search-option {
        display: none;
        position: absolute;
        top: 62px;
        left: 0px;
        z-index: 11;
        background-color: white;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
        max-height: 260px;
        overflow-y: auto;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1); }
      body .filters-block .filter-wrap li {
        list-style-type: none;
        margin-bottom: 0;
        padding: 12px 18px 12px;
        position: relative;
        line-height: 1.5;
        cursor: pointer;
        z-index: 99; }
        body .filters-block .filter-wrap li:hover {
          background-color: #f8f8f8; }
        body .filters-block .filter-wrap li.is-active {
          background-color: #f8f8f8; }
        body .filters-block .filter-wrap li a {
          color: #000000; }
    body .filters-block .search-bar {
      width: 100%;
      max-width: 430px;
      border-bottom: 1px solid #000000; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .filters-block .search-bar {
          width: 380px; } }
      @media (max-width: 595px) {
        body .filters-block .search-bar {
          max-width: 100%;
          margin-bottom: 0; } }
      body .filters-block .search-bar form {
        position: relative;
        width: 100%; }
        body .filters-block .search-bar form input {
          width: calc(100% - 50px);
          display: inline-block;
          padding: 20px 0 10px 0;
          padding-right: 45px;
          font-size: 24px;
          outline: none;
          border: none;
          line-height: 1.33;
          letter-spacing: 0.24px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .filters-block .search-bar form input {
              font-size: 22px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .filters-block .search-bar form input {
              font-size: 20px; } }
          @media (max-width: 595px) {
            body .filters-block .search-bar form input {
              font-size: 20px; } }
          body .filters-block .search-bar form input::-webkit-input-placeholder {
            font-size: 24px;
            color: #808080; }
          body .filters-block .search-bar form input::-moz-placeholder {
            font-size: 24px;
            color: #808080; }
          body .filters-block .search-bar form input::-ms-input-placeholder {
            font-size: 24px;
            color: #808080; }
          body .filters-block .search-bar form input::placeholder {
            font-size: 24px;
            color: #808080; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .filters-block .search-bar form input::-webkit-input-placeholder {
                font-size: 22px; }
              body .filters-block .search-bar form input::-moz-placeholder {
                font-size: 22px; }
              body .filters-block .search-bar form input::-ms-input-placeholder {
                font-size: 22px; }
              body .filters-block .search-bar form input::placeholder {
                font-size: 22px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .filters-block .search-bar form input::-webkit-input-placeholder {
                font-size: 20px; }
              body .filters-block .search-bar form input::-moz-placeholder {
                font-size: 20px; }
              body .filters-block .search-bar form input::-ms-input-placeholder {
                font-size: 20px; }
              body .filters-block .search-bar form input::placeholder {
                font-size: 20px; } }
            @media (max-width: 595px) {
              body .filters-block .search-bar form input::-webkit-input-placeholder {
                font-size: 20px; }
              body .filters-block .search-bar form input::-moz-placeholder {
                font-size: 20px; }
              body .filters-block .search-bar form input::-ms-input-placeholder {
                font-size: 20px; }
              body .filters-block .search-bar form input::placeholder {
                font-size: 20px; } }
        body .filters-block .search-bar form::after {
          content: "";
          position: absolute;
          width: 37px;
          height: 37px;
          right: 0;
          top: 8px;
          background: url("/wp-content/themes/socure/templates/assets/images/search.png") no-repeat;
          background-size: contain;
          cursor: pointer;
          z-index: -1; }
          @media (max-width: 595px) {
            body .filters-block .search-bar form::after {
              width: 30px;
              height: 30px;
              right: 5px;
              top: 13px; } }
      body .filters-block .search-bar input[type="submit"] {
        opacity: 0;
        padding: 10px 0;
        width: 40px;
        display: inline-block;
        z-index: 9;
        cursor: pointer;
        pointer-events: none; }
    body .filters-block .grid-view {
      width: 50px;
      height: 50px;
      margin-left: 20px;
      cursor: pointer; }
      @media (max-width: 595px) {
        body .filters-block .grid-view {
          width: 40px;
          height: 40px; } }
      body .filters-block .grid-view picture.active, body .filters-block .grid-view img.active {
        display: none; }
      body .filters-block .grid-view.selected picture.inactive, body .filters-block .grid-view.selected img.inactive {
        display: none; }
      body .filters-block .grid-view.selected picture.active, body .filters-block .grid-view.selected img.active {
        display: block; }
    body .filters-block .list-view {
      width: 50px;
      height: 50px;
      margin-left: 20px;
      cursor: pointer; }
      @media (max-width: 595px) {
        body .filters-block .list-view {
          width: 40px;
          height: 40px; } }
      body .filters-block .list-view picture.inactive, body .filters-block .list-view img.inactive {
        display: none; }
      body .filters-block .list-view.selected picture.inactive, body .filters-block .list-view.selected img.inactive {
        display: block; }
      body .filters-block .list-view.selected picture.active, body .filters-block .list-view.selected img.active {
        display: none; }
    body .filters-block .column-wrapper {
      width: calc(100% + 56px);
      margin-left: -28px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .filters-block .column-wrapper {
          width: calc(100% + 20px);
          margin-left: -10px;
          margin-top: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .filters-block .column-wrapper {
          width: calc(100% + 56px);
          margin-left: -28px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filters-block .column-wrapper {
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
      @media (max-width: 595px) {
        body .filters-block .column-wrapper {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      body .filters-block .column-wrapper.view-list {
        position: relative;
        width: 100%;
        margin-left: 0;
        overflow: visible;
        margin-top: 56px; }
        @media (max-width: 991px) {
          body .filters-block .column-wrapper.view-list {
            margin-top: 32px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .filters-block .column-wrapper.view-list {
            margin-top: 20px; } }
        @media (max-width: 595px) {
          body .filters-block .column-wrapper.view-list {
            margin-top: 20px; } }
        body .filters-block .column-wrapper.view-list .col-three {
          width: 100%;
          position: relative;
          margin: 0 0 56px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .filters-block .column-wrapper.view-list .col-three {
              margin: 0 0 32px 0; } }
          @media (max-width: 595px) {
            body .filters-block .column-wrapper.view-list .col-three {
              margin: 0 0 32px 0; } }
          body .filters-block .column-wrapper.view-list .col-three .title-wrap {
            min-height: auto; }
        body .filters-block .column-wrapper.view-list .bg-img {
          max-width: 650px;
          height: 350px; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .filters-block .column-wrapper.view-list .bg-img {
              max-width: 480px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .filters-block .column-wrapper.view-list .bg-img {
              max-width: 400px;
              height: 310px; } }
          @media (max-width: 767px) {
            body .filters-block .column-wrapper.view-list .bg-img {
              max-width: 100%;
              height: 225px;
              margin-bottom: 20px; } }
        body .filters-block .column-wrapper.view-list .content {
          width: calc(100% - 650px);
          padding: 0 30px 0 0; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .filters-block .column-wrapper.view-list .content {
              width: calc(100% - 480px); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .filters-block .column-wrapper.view-list .content {
              width: calc(100% - 400px); } }
          @media (max-width: 767px) {
            body .filters-block .column-wrapper.view-list .content {
              width: 100%; } }
          body .filters-block .column-wrapper.view-list .content p {
            margin-top: 20px;
            overflow: hidden;
            top: 0;
            line-height: 1.56;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis; }
        @media (max-width: 767px) {
          body .filters-block .column-wrapper.view-list .author-wrap {
            margin-bottom: 10px; } }
        body .filters-block .column-wrapper.view-list .tag-wrapper {
          width: 100%;
          display: block; }
        body .filters-block .column-wrapper.view-list ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          list-style: none; }
        body .filters-block .column-wrapper.view-list li {
          font-size: 16px;
          line-height: 1;
          letter-spacing: 0.16px;
          text-align: left;
          color: #000000;
          margin-right: 20px;
          padding-right: 20px;
          margin-top: 20px;
          border-right: 1px solid #ff6900; }
          body .filters-block .column-wrapper.view-list li:last-child {
            border-right: none; }
    body .filters-block .col-three {
      width: calc(33.33% - 56px);
      position: relative;
      margin: 28px; }
      body .filters-block .col-three > a {
        text-indent: -99999999px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 0;
        z-index: 2; }
      body .filters-block .col-three a:not([href]):not([tabindex]) {
        cursor: default; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .filters-block .col-three {
          width: calc(33.33% - 20px);
          margin: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .filters-block .col-three {
          width: calc(50% - 56px);
          margin: 28px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filters-block .col-three {
          width: calc(50% - 20px);
          margin: 10px; } }
      @media (max-width: 595px) {
        body .filters-block .col-three {
          width: calc(100% - 20px);
          margin: 20px auto; } }
    body .filters-block .bg-img {
      width: 100%;
      height: 240px;
      overflow: hidden; }
      body .filters-block .bg-img picture, body .filters-block .bg-img img {
        height: 100%; }
      @media (max-width: 480px) {
        body .filters-block .bg-img {
          height: 170px; } }
    body .filters-block .content {
      width: 100%;
      position: relative;
      padding: 25px 0;
      border-bottom: solid 1px #151831; }
      body .filters-block .content p {
        display: none; }
      body .filters-block .content .date {
        color: #ff6900;
        font-weight: 700;
        min-height: 22px;
        min-width: 22px;
        display: inline-block; }
      body .filters-block .content .title-wrap {
        min-height: 80px; }
        @media (max-width: 595px) {
          body .filters-block .content .title-wrap {
            min-height: auto; } }
        body .filters-block .content .title-wrap h3 {
          font-size: 20px; }
      body .filters-block .content .btn-default {
        margin-top: 15px; }
        body .filters-block .content .btn-default.btn-gray {
          background-color: #b9b9b9; }
    body .filters-block .tag-wrapper {
      display: none; }
    body .filters-block .author-wrap {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px; }
      body .filters-block .author-wrap .author-img {
        width: 41px;
        height: 41px;
        border-radius: 50%; }
        body .filters-block .author-wrap .author-img img {
          padding-top: 3px;
          border-radius: 50%;
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%; }
      body .filters-block .author-wrap .author-text {
        width: calc(100% - 41px);
        margin-left: 17px;
        text-transform: capitalize; }
    body .filters-block .pagination {
      position: relative;
      margin-top: 88px;
      margin-left: 13px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .filters-block .pagination {
          margin-top: 40px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .filters-block .pagination {
          margin-top: 50px; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .filters-block .pagination {
          margin-top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .filters-block .pagination {
          margin-top: 12px; } }
      @media (max-width: 767px) {
        body .filters-block .pagination {
          margin-top: 0px; } }
      body .filters-block .pagination li.active a {
        background-color: #ff6900;
        color: #ffffff;
        font-weight: 600; }
      body .filters-block .pagination li a {
        font-size: 22px;
        padding: 2px 18px;
        display: inline-block;
        line-height: 1.86;
        color: #000000;
        background-color: #f0f0f0;
        margin-right: 10px;
        -webkit-transition: all 0.12s linear;
        -o-transition: all 0.12s linear;
        transition: all 0.12s linear; }
        @media (max-width: 480px) {
          body .filters-block .pagination li a {
            padding: 0px 12px;
            font-size: 16px; } }
        body .filters-block .pagination li a:hover {
          background-color: #ff6900;
          color: #ffffff; }
      body .filters-block .pagination li:first-child {
        background-color: transparent;
        font-size: 0; }
        body .filters-block .pagination li:first-child:hover a {
          color: #ff6900; }
        body .filters-block .pagination li:first-child a {
          font-size: 40px;
          background: transparent;
          line-height: 0.6; }
          @media (max-width: 480px) {
            body .filters-block .pagination li:first-child a {
              font-size: 33px;
              padding: 0 0 0 14px; } }
      body .filters-block .pagination li.disabled {
        pointer-events: none; }
      body .filters-block .pagination li:last-child {
        background-color: transparent;
        font-size: 0;
        position: relative; }
        body .filters-block .pagination li:last-child:hover a {
          color: #ff6900; }
        body .filters-block .pagination li:last-child a {
          font-size: 40px;
          background: transparent;
          line-height: 0.6; }
          @media (max-width: 480px) {
            body .filters-block .pagination li:last-child a {
              font-size: 33px;
              padding: 0 14px 0 0; } }
    body .filters-block #pagination-container, body .filters-block #pagination-rcontainer, body .filters-block #pagination-econtainer, body .filters-block #pagination-gcontainer, body .filters-block #pagination-ncontainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 20px 0 10px; }
      body .filters-block #pagination-container button, body .filters-block #pagination-rcontainer button, body .filters-block #pagination-econtainer button, body .filters-block #pagination-gcontainer button, body .filters-block #pagination-ncontainer button {
        font-size: 22px;
        padding: 2px 18px;
        display: inline-block;
        line-height: 1.86;
        color: #000000;
        background-color: #f0f0f0;
        margin-right: 10px;
        -webkit-transition: all 0.12s linear;
        -o-transition: all 0.12s linear;
        transition: all 0.12s linear;
        cursor: pointer; }
        @media (max-width: 767px) {
          body .filters-block #pagination-container button, body .filters-block #pagination-rcontainer button, body .filters-block #pagination-econtainer button, body .filters-block #pagination-gcontainer button, body .filters-block #pagination-ncontainer button {
            padding: 0px 9px;
            font-size: 16px; } }
        body .filters-block #pagination-container button.active, body .filters-block #pagination-rcontainer button.active, body .filters-block #pagination-econtainer button.active, body .filters-block #pagination-gcontainer button.active, body .filters-block #pagination-ncontainer button.active {
          background-color: #ff6900;
          color: #ffffff;
          font-weight: 600; }
        body .filters-block #pagination-container button:hover, body .filters-block #pagination-rcontainer button:hover, body .filters-block #pagination-econtainer button:hover, body .filters-block #pagination-gcontainer button:hover, body .filters-block #pagination-ncontainer button:hover {
          color: #ff6900; }
          body .filters-block #pagination-container button:hover i, body .filters-block #pagination-rcontainer button:hover i, body .filters-block #pagination-econtainer button:hover i, body .filters-block #pagination-gcontainer button:hover i, body .filters-block #pagination-ncontainer button:hover i {
            border-color: #ff6900; }
          body .filters-block #pagination-container button:hover.active, body .filters-block #pagination-rcontainer button:hover.active, body .filters-block #pagination-econtainer button:hover.active, body .filters-block #pagination-gcontainer button:hover.active, body .filters-block #pagination-ncontainer button:hover.active {
            color: #fff; }
      body .filters-block #pagination-container .arrow, body .filters-block #pagination-rcontainer .arrow, body .filters-block #pagination-econtainer .arrow, body .filters-block #pagination-gcontainer .arrow, body .filters-block #pagination-ncontainer .arrow {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        -webkit-transition: all 0.12s linear;
        -o-transition: all 0.12s linear;
        transition: all 0.12s linear; }
        @media (max-width: 767px) {
          body .filters-block #pagination-container .arrow, body .filters-block #pagination-rcontainer .arrow, body .filters-block #pagination-econtainer .arrow, body .filters-block #pagination-gcontainer .arrow, body .filters-block #pagination-ncontainer .arrow {
            border-width: 0 2px 2px 0;
            padding: 3px; } }
      body .filters-block #pagination-container .right, body .filters-block #pagination-rcontainer .right, body .filters-block #pagination-econtainer .right, body .filters-block #pagination-gcontainer .right, body .filters-block #pagination-ncontainer .right {
        -webkit-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      body .filters-block #pagination-container .left, body .filters-block #pagination-rcontainer .left, body .filters-block #pagination-econtainer .left, body .filters-block #pagination-gcontainer .left, body .filters-block #pagination-ncontainer .left {
        -webkit-transform: rotate(135deg);
             -o-transform: rotate(135deg);
                transform: rotate(135deg); }
    body .filters-block .no-record, body .filters-block #no-results, body .filters-block #no-eresults, body .filters-block #no-rresults, body .filters-block #no-gresults {
      text-align: center;
      margin-top: 50px;
      font-size: 30px;
      font-family: sofia-pro, sans-serif; }
      @media (max-width: 767px) {
        body .filters-block .no-record, body .filters-block #no-results, body .filters-block #no-eresults, body .filters-block #no-rresults, body .filters-block #no-gresults {
          margin-top: 20px;
          font-size: 16px; } }
    body .filters-block.text-filter .result-filter {
      margin-bottom: 0; }
    body .filters-block.text-filter .col {
      width: calc(100% + 32px);
      margin-left: -16px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .filters-block.text-filter .col {
          width: calc(100% + 20px);
          margin-left: -10px;
          margin-top: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .filters-block.text-filter .col {
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filters-block.text-filter .col {
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
      @media (max-width: 595px) {
        body .filters-block.text-filter .col {
          width: 100%;
          margin-left: 0; } }
    body .filters-block.text-filter .col-four {
      position: relative;
      width: calc(25% - 32px);
      margin: 96px 16px 0;
      padding-top: 10px;
      border-top: 1px solid #151831; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .filters-block.text-filter .col-four {
          width: calc(33.33% - 32px);
          margin: 80px 16px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .filters-block.text-filter .col-four {
          width: calc(50% - 60px);
          margin: 60px 30px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filters-block.text-filter .col-four {
          width: calc(50% - 20px);
          margin: 40px 10px 0; } }
      @media (max-width: 595px) {
        body .filters-block.text-filter .col-four {
          width: calc(100% - 20px);
          margin: 20px 10px 0; } }
      body .filters-block.text-filter .col-four .content {
        position: relative;
        padding: 0;
        border: none; }
        body .filters-block.text-filter .col-four .content:first-child h2 {
          display: block; }
      body .filters-block.text-filter .col-four h2 {
        color: #151831;
        margin-bottom: 32px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .filters-block.text-filter .col-four h2 {
            margin-bottom: 25px; } }
        @media (max-width: 595px) {
          body .filters-block.text-filter .col-four h2 {
            margin-bottom: 16px; } }
      body .filters-block.text-filter .col-four h6 {
        font-weight: bold;
        margin-bottom: 10px; }
        body .filters-block.text-filter .col-four h6 a {
          color: #ff6900; }
          body .filters-block.text-filter .col-four h6 a:hover {
            text-decoration: underline; }
      @media (max-width: 595px) {
        body .filters-block.text-filter .col-four:first-child {
          border-top: 0; } }
    body .filters-block.blog-landing {
      display: block; }
  body .image-grid {
    width: 100%;
    height: 100%; }
  body .preload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .preload img {
      height: 100px;
      width: 100px; }
  body .content-form {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      body .content-form {
        padding-top: 165px; } }
    body .content-form .background-img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      body .content-form .background-img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .content-form .content-form-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      body .content-form .content-form-wrap .content-wrap {
        width: 43%;
        margin-right: 30px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .content-form .content-form-wrap .content-wrap {
            width: 40%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .content-form .content-form-wrap .content-wrap {
            width: 100%;
            margin-top: 90px; } }
        @media (max-width: 1024px) {
          body .content-form .content-form-wrap .content-wrap {
            width: 100%;
            margin-right: 0;
            margin-top: 90px; } }
        body .content-form .content-form-wrap .content-wrap span {
          font-size: 20px;
          font-weight: normal;
          line-height: 1.2;
          letter-spacing: 0.41px;
          color: #f60;
          margin-bottom: 30px;
          display: inline-block; }
          @media (max-width: 767px) {
            body .content-form .content-form-wrap .content-wrap span {
              margin-bottom: 20px; } }
        body .content-form .content-form-wrap .content-wrap h2 {
          color: #ffffff;
          margin-bottom: 20px;
          font-weight: 600; }
          @media (max-width: 767px) {
            body .content-form .content-form-wrap .content-wrap h2 {
              margin-bottom: 15px; } }
        body .content-form .content-form-wrap .content-wrap p {
          color: #ffffff;
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            body .content-form .content-form-wrap .content-wrap p {
              margin-bottom: 25px; } }
          @media (min-width: 992px) {
            body .content-form .content-form-wrap .content-wrap p a {
              font-size: 19px; } }
        body .content-form .content-form-wrap .content-wrap a {
          color: #ff6900; }
          body .content-form .content-form-wrap .content-wrap a:hover {
            text-decoration: underline; }
        body .content-form .content-form-wrap .content-wrap ul {
          margin-left: 20px; }
          body .content-form .content-form-wrap .content-wrap ul li {
            margin-bottom: 10px;
            color: #ffffff; }
            body .content-form .content-form-wrap .content-wrap ul li:last-child {
              margin-bottom: 0; }
            @media (min-width: 992px) {
              body .content-form .content-form-wrap .content-wrap ul li {
                font-size: 19px; } }
            body .content-form .content-form-wrap .content-wrap ul li::marker {
              color: #f60; }
        body .content-form .content-form-wrap .content-wrap ol {
          padding-left: 18px;
          margin-bottom: 20px; }
          body .content-form .content-form-wrap .content-wrap ol li {
            font-size: 19px;
            color: #ffffff; }
            @media screen and (max-width: 1024px) {
              body .content-form .content-form-wrap .content-wrap ol li {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .content-form .content-form-wrap .content-wrap ol li {
                font-size: 16px; } }
            body .content-form .content-form-wrap .content-wrap ol li::marker {
              color: #f60; }
      body .content-form .content-form-wrap .form-with-img {
        width: 55%;
        max-width: 637px;
        margin-top: -22px; }
        @media (max-width: 991px) {
          body .content-form .content-form-wrap .form-with-img {
            margin-top: 20px; } }
        body .content-form .content-form-wrap .form-with-img .img-wrap {
          width: 293px;
          height: 316px;
          margin: 0 auto;
          padding-top: 44px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .content-form .content-form-wrap .form-with-img {
            width: 100%;
            margin: 20px auto; } }
        @media (max-width: 1024px) {
          body .content-form .content-form-wrap .form-with-img {
            width: 100%;
            max-width: 100%;
            margin: 20px auto; } }
        body .content-form .content-form-wrap .form-with-img .form-wrap {
          border-radius: 5px;
          overflow: hidden;
          background: #e8f2fa; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content {
            padding: 25px 30px 0 30px; }
            @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content {
                padding: 25px 30px 0 30px; } }
            @media (min-width: 992px) and (max-width: 1024px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content {
                padding: 25px 30px 0 30px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content {
                padding: 20px 25px; } }
            @media (max-width: 767px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content {
                padding: 20px 25px;
                max-width: 100%; } }
            body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content h3 {
              max-width: 637px;
              font-weight: bold;
              color: #000000;
              font-family: sofia-pro, sans-serif; }
              @media (max-width: 767px) {
                body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content h3 {
                  max-width: 100%; } }
            body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content p {
              font-size: 20px;
              font-family: sofia-pro, sans-serif;
              margin: 30px 0 18px 0; }
              @media (max-width: 767px) {
                body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content p {
                  font-size: 16px; } }
            body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content .divider {
              margin-top: 20px;
              font-family: sofia-pro, sans-serif;
              text-align: center;
              position: relative;
              font-weight: 600; }
              body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content .divider:after {
                content: '';
                background: #000;
                right: 0;
                width: 47%;
                position: absolute;
                height: 2px;
                top: 12px; }
                @media (max-width: 480px) {
                  body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content .divider:after {
                    width: 45%; } }
              body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content .divider:before {
                content: '';
                background: #000;
                position: absolute;
                left: 0;
                top: 12px;
                width: 47%;
                height: 2px; }
                @media (max-width: 480px) {
                  body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content .divider:before {
                    width: 45%; } }
            body .content-form .content-form-wrap .form-with-img .form-wrap .form-top-content .mktoDemoButton2020 {
              width: 100%;
              border-radius: 4px; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .form {
            max-width: 637px;
            padding: 0 30px 30px 30px; }
            @media (max-width: 480px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form form {
                padding: 0; } }
            @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form {
                padding: 0 30px 30px 30px; } }
            @media (min-width: 992px) and (max-width: 1024px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form {
                padding: 0 30px 30px 30px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form {
                padding: 0 25px 25px 25px; } }
            @media (max-width: 1024px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form {
                padding: 0 20px 25px 20px;
                max-width: 100%; } }
            @media (max-width: 480px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .form {
                padding: 0 20px 25px 20px; } }
            body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm {
              width: 100% !important; }
              @media (max-width: 767px) {
                body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm {
                  text-align: center; } }
              body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoGutter {
                display: none; }
              body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoOffset {
                display: none; }
              body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow {
                width: 100%;
                margin-top: 5px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow span {
                  margin-left: 0 !important; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button {
                  position: relative;
                  width: 100%; }
                  body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton {
                    font-size: 16px !important;
                    font-weight: 900;
                    line-height: 1.2;
                    letter-spacing: 2.4px;
                    color: #ffffff;
                    padding: 21px 95px 20px 90px;
                    border-radius: 4px;
                    background-color: #f60 !important;
                    background-image: none;
                    border: none;
                    background: #f60 !important;
                    font-family: sofia-pro, sans-serif;
                    -webkit-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    transition: all 0.2s linear; }
                    body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton:hover {
                      color: #ffffff;
                      background-color: #000000 !important;
                      -webkit-font-smoothing: antialiased; }
                    @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
                      body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton {
                        padding: 17px 80px 17px 80px; } }
                    @media (min-width: 992px) and (max-width: 1024px) {
                      body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton {
                        padding: 17px 80px 17px 80px; } }
                    @media (min-width: 768px) and (max-width: 991px) {
                      body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton {
                        padding: 16px 60px 16px 60px; } }
                    @media (max-width: 767px) {
                      body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton {
                        padding: 16px 60px 16px 60px; } }
                    @media (max-width: 595px) {
                      body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton {
                        padding: 12px 40px 12px 40px;
                        font-size: 13px !important;
                        height: 46px !important; } }
                    body .content-form .content-form-wrap .form-with-img .form-wrap .form .mktoForm .mktoButtonRow button.mktoButton:hover {
                      border: none; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldDescriptor {
            margin-bottom: 0 !important;
            width: 100%;
            margin-top: 6px; }
            @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldDescriptor {
                float: unset; } }
            @media (min-width: 992px) and (max-width: 1024px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldDescriptor {
                float: unset; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldDescriptor {
                float: unset; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldDescriptor {
                float: unset; } }
            @media (max-width: 595px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldDescriptor {
                float: unset; } }
            @media (max-width: 480px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldDescriptor {
                margin-bottom: 20px !important; } }
          @media (max-width: 480px) {
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow {
              width: 100%;
              display: unset;
              border-bottom: none;
              padding-right: 0; } }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .nb-feedback {
            clear: both !important;
            padding: 0.2em !important; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoFieldWrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoError {
            left: 0 !important;
            bottom: -39px !important;
            right: unset !important; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow label {
            width: unset !important;
            font-size: 17px;
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: -0.48px;
            color: #4f4f4f;
            font-family: sofia-pro, sans-serif; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow label {
                font-size: 17px; } }
            @media (max-width: 480px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow label {
                font-size: 16px; } }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input {
            width: 100% !important;
            border: none;
            border-radius: 0;
            margin: 0;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: #f4f4f4;
            background: #fff;
            padding: 20px 10px;
            font-family: sofia-pro, sans-serif;
            margin-top: 12px; }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-webkit-input-placeholder {
              font-size: 17px;
              font-weight: 500;
              line-height: 1.2;
              letter-spacing: -0.48px;
              color: #4f4f4f;
              font-family: sofia-pro, sans-serif; }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-moz-placeholder {
              font-size: 17px;
              font-weight: 500;
              line-height: 1.2;
              letter-spacing: -0.48px;
              color: #4f4f4f;
              font-family: sofia-pro, sans-serif; }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-ms-input-placeholder {
              font-size: 17px;
              font-weight: 500;
              line-height: 1.2;
              letter-spacing: -0.48px;
              color: #4f4f4f;
              font-family: sofia-pro, sans-serif; }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::placeholder {
              font-size: 17px;
              font-weight: 500;
              line-height: 1.2;
              letter-spacing: -0.48px;
              color: #4f4f4f;
              font-family: sofia-pro, sans-serif; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-webkit-input-placeholder {
                  font-size: 17px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-moz-placeholder {
                  font-size: 17px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-ms-input-placeholder {
                  font-size: 17px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::placeholder {
                  font-size: 17px; } }
              @media (max-width: 480px) {
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-webkit-input-placeholder {
                  font-size: 16px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-moz-placeholder {
                  font-size: 16px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::-ms-input-placeholder {
                  font-size: 16px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input::placeholder {
                  font-size: 16px; } }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input [hidden] {
            display: none; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow select {
            width: 100% !important;
            border: none;
            border-radius: 0;
            padding: 0;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: #ffffff;
            margin: 0;
            outline: 0;
            font-weight: 500;
            font-size: 17px;
            color: #4f4f4f;
            min-height: 45px;
            padding: 16.5px 10px;
            font-family: sofia-pro, sans-serif;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            margin-top: 12px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow select {
                font-size: 17px; } }
            @media (max-width: 480px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow select {
                font-size: 16px; } }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoHtmlText.mktoHasWidth {
            margin-top: 20px;
            width: 100% !important; }
            @media screen and (max-width: 480px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoHtmlText.mktoHasWidth {
                width: 89% !important; } }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoHtmlText p, body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoHtmlText span {
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.2;
            letter-spacing: .2px;
            font-family: sofia-pro, sans-serif !important; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow .mktoHtmlText a {
            color: #FF6903;
            padding: 0; }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea {
            width: 100% !important;
            border: none;
            border-radius: 0;
            padding: 0;
            min-height: 35px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: #ffffff;
            margin-bottom: 0;
            font-weight: 500;
            font-size: 17px;
            color: #4f4f4f;
            padding: 20px 15px;
            font-family: sofia-pro, sans-serif;
            min-height: 130px;
            margin-top: 12px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea {
                font-size: 17px; } }
            @media (max-width: 480px) {
              body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea {
                font-size: 16px;
                margin-top: 15px; } }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::-webkit-input-placeholder {
              font-size: 17px;
              font-family: sofia-pro, sans-serif;
              color: #4f4f4f; }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::-moz-placeholder {
              font-size: 17px;
              font-family: sofia-pro, sans-serif;
              color: #4f4f4f; }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::-ms-input-placeholder {
              font-size: 17px;
              font-family: sofia-pro, sans-serif;
              color: #4f4f4f; }
            body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::placeholder {
              font-size: 17px;
              font-family: sofia-pro, sans-serif;
              color: #4f4f4f; }
              @media (max-width: 480px) {
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::-webkit-input-placeholder {
                  font-size: 16px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::-moz-placeholder {
                  font-size: 16px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::-ms-input-placeholder {
                  font-size: 16px; }
                body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea::placeholder {
                  font-size: 16px; } }
          body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow input:focus, body .content-form .content-form-wrap .form-with-img .form-wrap .mktoFormRow textarea {
            outline: none !important; }
    body .content-form.banner-with-form h1 {
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 600; }
      @media screen and (min-width: 1200px) {
        body .content-form.banner-with-form h1 {
          font-size: 70px; } }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        body .content-form.banner-with-form h1 {
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .content-form.banner-with-form h1 {
          font-size: 45px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .content-form.banner-with-form h1 {
          font-size: 45px; } }
      @media (max-width: 767px) {
        body .content-form.banner-with-form h1 {
          margin-bottom: 15px; } }
    body .content-form.banner-with-form .image-content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 40px;
      margin-top: 90px;
      text-align: left;
      margin-right: 10px; }
      @media (max-width: 991px) {
        body .content-form.banner-with-form .image-content-wrap {
          margin-top: 40px;
          max-width: 100%;
          margin-right: auto; } }
      body .content-form.banner-with-form .image-content-wrap h3 {
        color: #ff6900;
        width: 100%; }
      body .content-form.banner-with-form .image-content-wrap p {
        margin-top: 15px;
        width: 100%; }
    body .content-form.banner-with-form .form-image-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit;
      margin-right: 20px; }
      @media (max-width: 991px) {
        body .content-form.banner-with-form .form-image-wrap {
          max-width: 100%;
          margin-right: auto;
          text-align: center; } }
      body .content-form.banner-with-form .form-image-wrap .img-wrap {
        width: calc(38% - 40px);
        margin: 0 20px 30px;
        margin-left: 0; }
        @media (max-width: 1024px) {
          body .content-form.banner-with-form .form-image-wrap .img-wrap {
            width: calc(32% - 40px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .content-form.banner-with-form .form-image-wrap .img-wrap {
            width: calc(50% - 40px); } }
        @media (max-width: 595px) {
          body .content-form.banner-with-form .form-image-wrap .img-wrap {
            width: calc(50% - 40px); } }
        body .content-form.banner-with-form .form-image-wrap .img-wrap:nth-child(3n) {
          margin-right: 0; }
          @media (max-width: 991px) {
            body .content-form.banner-with-form .form-image-wrap .img-wrap:nth-child(3n) {
              margin: 0 20px 30px; } }
        body .content-form.banner-with-form .form-image-wrap .img-wrap img {
          max-width: 116px; }
  body .speakers-blade {
    width: 100%;
    position: relative;
    background-image: -webkit-linear-gradient(337deg, #141b4d 20%, #4f5898 100%);
    background-image: -o-linear-gradient(337deg, #141b4d 20%, #4f5898 100%);
    background-image: linear-gradient(113deg, #141b4d 20%, #4f5898 100%); }
    body .speakers-blade .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body .speakers-blade .bg-img img {
        height: 100%; }
    body .speakers-blade .image-with-text {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 56px; }
      body .speakers-blade .image-with-text:last-child {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        body .speakers-blade .image-with-text {
          margin-bottom: 32px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      body .speakers-blade .image-with-text .img-wrap {
        max-width: 190px;
        max-height: 190px;
        margin: 0 auto 20px; }
        body .speakers-blade .image-with-text .img-wrap:last-child {
          margin-bottom: 0; }
        @media (max-width: 991px) {
          body .speakers-blade .image-with-text .img-wrap {
            max-height: 170px;
            max-width: 170px;
            margin-bottom: 0; } }
      body .speakers-blade .image-with-text .text {
        width: calc(100% - 190px);
        padding-left: 28px; }
        @media (max-width: 767px) {
          body .speakers-blade .image-with-text .text {
            width: 100%;
            padding-left: 0;
            text-align: center;
            margin-top: 20px; } }
        body .speakers-blade .image-with-text .text h4 {
          color: #ffffff;
          margin-bottom: 20px; }
          body .speakers-blade .image-with-text .text h4 span {
            color: #ff6900;
            margin-left: 20px; }
            @media (max-width: 767px) {
              body .speakers-blade .image-with-text .text h4 span {
                display: block;
                margin-top: 15px;
                margin-left: 0; } }
        body .speakers-blade .image-with-text .text p {
          color: #ffffff; }
        body .speakers-blade .image-with-text .text a {
          color: #ff6900; }
          body .speakers-blade .image-with-text .text a:hover {
            text-decoration: underline; }
  body .intro-with-image .intro {
    max-width: 706px;
    margin-left: auto;
    margin-right: auto; }
    body .intro-with-image .intro h2 {
      color: #ff6900; }
  body .intro-with-image .image-with-text .img-wrap {
    max-width: 222px;
    max-height: 222px;
    margin: 0 auto 20px; }
    @media (max-width: 991px) {
      body .intro-with-image .image-with-text .img-wrap {
        max-height: 170px;
        max-width: 170px; } }
  body .intro-with-image .image-with-text a {
    color: #ff6900;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px; }
    body .intro-with-image .image-with-text a:hover {
      text-decoration: underline; }
  body .content-detail {
    max-width: 1100px;
    width: 100%; }
    body .content-detail p {
      margin-bottom: 35px;
      font-weight: 500;
      line-height: 1.7;
      letter-spacing: -0.2px; }
      @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
        body .content-detail p {
          margin-bottom: 20px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .content-detail p {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        body .content-detail p {
          margin-bottom: 10px; } }
    body .content-detail h1, body .content-detail h2, body .content-detail h3 {
      margin-bottom: 32px;
      text-align: left; }
      @media (max-width: 767px) {
        body .content-detail h1, body .content-detail h2, body .content-detail h3 {
          margin-bottom: 15px; } }
    body .content-detail h4 {
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
      margin-bottom: 32px; }
      @media (max-width: 767px) {
        body .content-detail h4 {
          margin-bottom: 15px; } }
    body .content-detail a {
      color: #ff6900; }
      body .content-detail a:hover {
        text-decoration: underline; }
    body .content-detail ul {
      padding-left: 18px;
      margin-bottom: 20px;
      text-align: left; }
      body .content-detail ul li {
        font-size: 20px;
        text-align: left; }
        @media screen and (max-width: 1024px) {
          body .content-detail ul li {
            font-size: 18px; } }
        @media (max-width: 767px) {
          body .content-detail ul li {
            font-size: 16px; } }
    body .content-detail ol {
      padding-left: 18px;
      margin-bottom: 20px;
      text-align: left; }
      body .content-detail ol li {
        font-size: 20px;
        text-align: left; }
        @media screen and (max-width: 1024px) {
          body .content-detail ol li {
            font-size: 18px; } }
        @media (max-width: 767px) {
          body .content-detail ol li {
            font-size: 16px; } }
    body .content-detail img.vsmall {
      max-width: 200px; }
  body .hero-banner {
    min-height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      body .hero-banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.5; } }
    @media (max-width: 1024px) {
      body .hero-banner {
        min-height: 620px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .hero-banner {
        min-height: 615px; } }
    @media (max-width: 767px) {
      body .hero-banner {
        min-height: 540px; } }
    body .hero-banner .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0;
      background-color: #000;
      text-align: center; }
      body .hero-banner .bg-img img {
        height: inherit; }
        @media screen and (min-width: 1150px) {
          body .hero-banner .bg-img img {
            height: 700px;
            width: 3000px; } }
      @media (min-width: 1601px) {
        body .hero-banner .bg-img {
          width: 100%;
          left: 50%;
          -webkit-transform: translate(-50%);
               -o-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (max-width: 595px) {
        body .hero-banner .bg-img {
          display: none; } }
    body .hero-banner .content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .hero-banner .content-wrap {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        body .hero-banner .content-wrap {
          margin-top: 65px;
          visibility: visible !important;
          -webkit-animation-name: none !important;
               -o-animation-name: none !important;
                  animation-name: none !important; } }
      body .hero-banner .content-wrap .content {
        display: inline-block;
        width: calc(100% - 431px);
        vertical-align: middle;
        padding-right: 20px; }
        @media (max-width: 767px) {
          body .hero-banner .content-wrap .content {
            vertical-align: top; } }
        @media (max-width: 767px) {
          body .hero-banner .content-wrap .content {
            width: 100%; } }
        body .hero-banner .content-wrap .content .text-content {
          max-width: 643px; }
          @media (min-width: 1336px) {
            body .hero-banner .content-wrap .content .text-content {
              margin-top: 45px; } }
          body .hero-banner .content-wrap .content .text-content h1 {
            color: #ffffff;
            margin-bottom: 25px; }
            body .hero-banner .content-wrap .content .text-content h1 span {
              display: block;
              color: #ff6900; }
          body .hero-banner .content-wrap .content .text-content p {
            color: #ffffff;
            margin-bottom: 25px;
            line-height: 1.4; }
        body .hero-banner .content-wrap .content .image-wrap {
          margin-left: auto;
          padding-left: 22px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%;
          width: 90%; }
          @media (max-width: 595px) {
            body .hero-banner .content-wrap .content .image-wrap {
              padding: 0;
              max-width: 300px;
              margin: 30px auto 0; } }
          body .hero-banner .content-wrap .content .image-wrap iframe {
            width: 100%;
            height: 100%; }
          body .hero-banner .content-wrap .content .image-wrap #animation_container,
          body .hero-banner .content-wrap .content .image-wrap #canvas,
          body .hero-banner .content-wrap .content .image-wrap #dom_overlay_container {
            height: 100% !important;
            width: 100% !important; }
    body .hero-banner lottie-player {
      position: absolute;
      top: 0;
      left: 0;
      height: auto; }
      @media (max-width: 1399px) {
        body .hero-banner lottie-player {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; } }
      @media (max-width: 595px) {
        body .hero-banner lottie-player {
          display: none; } }
  body .circle-image-wrap {
    position: relative;
    margin-top: 20px;
    width: 431px;
    height: 431px; }
    @media (max-width: 767px) {
      body .circle-image-wrap {
        margin-top: 60px; } }
    @media (max-width: 595px) {
      body .circle-image-wrap {
        width: 335px;
        -webkit-transform: scale(0.7);
             -o-transform: scale(0.7);
                transform: scale(0.7);
        margin-top: 0; } }
    body .circle-image-wrap .inner-circle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: relative;
      z-index: 6; }
      body .circle-image-wrap .inner-circle .img-wrap {
        width: 330px;
        height: 330px;
        border-radius: 50%;
        overflow: hidden; }
        body .circle-image-wrap .inner-circle .img-wrap img {
          background: -webkit-radial-gradient(circle, #4f5898 0%, #141b4d 100%);
          background: -o-radial-gradient(circle, #4f5898 0%, #141b4d 100%);
          background: radial-gradient(circle, #4f5898 0%, #141b4d 100%); }
      body .circle-image-wrap .inner-circle .tab-wrap {
        border-radius: 50%;
        width: 430px;
        height: 430px;
        position: absolute;
        top: 0;
        border: 8px solid #ff6900;
        z-index: -5;
        overflow: hidden; }
        body .circle-image-wrap .inner-circle .tab-wrap::after {
          content: "";
          position: absolute;
          left: -6px;
          top: -5px;
          width: calc(100% + 12px);
          height: calc(100% + 10px);
          border-radius: 50%;
          border: 5px solid #ff6900; }
        body .circle-image-wrap .inner-circle .tab-wrap ul {
          width: 426px;
          height: 426px;
          overflow: hidden;
          list-style: none;
          position: relative;
          top: -2px;
          left: -5px;
          z-index: 2;
          -webkit-transform: rotate(-128deg);
               -o-transform: rotate(-128deg);
                  transform: rotate(-128deg);
          -webkit-transition: -webkit-transform 0.9s ease-in-out;
          transition: -webkit-transform 0.9s ease-in-out;
          -o-transition: -o-transform 0.9s ease-in-out;
          transition: transform 0.9s ease-in-out;
          transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out, -o-transform 0.9s ease-in-out;
          background-color: #88a0bc;
          position: relative;
          width: 430px;
          height: 430px;
          padding: 0;
          border-radius: 50%;
          list-style: none; }
          body .circle-image-wrap .inner-circle .tab-wrap ul > * {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 200px;
            height: 200px;
            margin: -100px; }
            body .circle-image-wrap .inner-circle .tab-wrap ul > *:nth-of-type(1) {
              -webkit-transform: rotate(0deg) translate(186.956521739px) rotate(90deg);
                   -o-transform: rotate(0deg) translate(186.956521739px) rotate(90deg);
                      transform: rotate(0deg) translate(186.956521739px) rotate(90deg); }
            body .circle-image-wrap .inner-circle .tab-wrap ul > *:nth-of-type(2) {
              -webkit-transform: rotate(72deg) translate(186.956521739px) rotate(90deg);
                   -o-transform: rotate(72deg) translate(186.956521739px) rotate(90deg);
                      transform: rotate(72deg) translate(186.956521739px) rotate(90deg); }
            body .circle-image-wrap .inner-circle .tab-wrap ul > *:nth-of-type(3) {
              -webkit-transform: rotate(144deg) translate(186.956521739px) rotate(90deg);
                   -o-transform: rotate(144deg) translate(186.956521739px) rotate(90deg);
                      transform: rotate(144deg) translate(186.956521739px) rotate(90deg); }
            body .circle-image-wrap .inner-circle .tab-wrap ul > *:nth-of-type(4) {
              -webkit-transform: rotate(216deg) translate(186.956521739px) rotate(90deg);
                   -o-transform: rotate(216deg) translate(186.956521739px) rotate(90deg);
                      transform: rotate(216deg) translate(186.956521739px) rotate(90deg); }
            body .circle-image-wrap .inner-circle .tab-wrap ul > *:nth-of-type(5) {
              -webkit-transform: rotate(288deg) translate(186.956521739px) rotate(90deg);
                   -o-transform: rotate(288deg) translate(186.956521739px) rotate(90deg);
                      transform: rotate(288deg) translate(186.956521739px) rotate(90deg); }
          body .circle-image-wrap .inner-circle .tab-wrap ul li {
            position: absolute;
            top: 0;
            bottom: 8px;
            left: 0;
            right: 0;
            margin: auto !important;
            width: 205px;
            height: 113px;
            text-align: center;
            z-index: 99;
            cursor: pointer;
            background-color: transparent; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li:hover .background:after {
              opacity: 1;
              background-color: #ff6900;
              z-index: 19; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li:hover::before, body .circle-image-wrap .inner-circle .tab-wrap ul li:hover::after {
              content: "";
              background-color: #ff6900; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li::before, body .circle-image-wrap .inner-circle .tab-wrap ul li::after {
              content: "";
              position: absolute;
              -webkit-transform: rotate(-35deg);
                   -o-transform: rotate(-35deg);
                      transform: rotate(-35deg);
              width: 42px;
              height: 80px;
              background-color: transparent;
              left: -7px;
              top: 41px;
              z-index: 28;
              border-left: 2px solid #3f4a7b; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li::after {
              right: -16px;
              left: unset;
              -webkit-transform: rotate(37deg);
                   -o-transform: rotate(37deg);
                      transform: rotate(37deg);
              border-left: 0;
              border-right: 2px solid #3f4a7b; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li .background {
              position: relative;
              width: 100%;
              height: 100%; }
              body .circle-image-wrap .inner-circle .tab-wrap ul li .background::after {
                opacity: 0;
                content: "";
                position: absolute;
                width: 100%;
                height: 100px;
                background-color: #ff6900;
                left: 0;
                top: 0;
                z-index: 18; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li a {
              color: #fff;
              font-weight: 600;
              padding: 47px 20px 60px;
              font-size: 13px;
              font-weight: 600;
              position: absolute;
              text-transform: uppercase;
              top: 50%;
              left: 47%;
              width: 100%;
              background-color: transparent;
              z-index: 999;
              -webkit-transform: translate(-46%, -50%) rotate(-2deg);
                   -o-transform: translate(-46%, -50%) rotate(-2deg);
                      transform: translate(-46%, -50%) rotate(-2deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li a span {
                font-weight: 800; }
              body .circle-image-wrap .inner-circle .tab-wrap ul li a img {
                display: none; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(1) {
              width: 120px; }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(1):before {
                left: -15px;
                top: 29px; }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(1):after {
                right: -61px;
                width: 82px;
                top: 30px; }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(1) img {
                display: block;
                width: 57%;
                height: 50px;
                -webkit-transform: rotate(41deg);
                     -o-transform: rotate(41deg);
                        transform: rotate(41deg);
                position: absolute;
                -o-object-fit: 30%;
                   object-fit: 30%;
                left: 1px;
                top: 25px; }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(1) .img2 {
                width: 68%;
                height: 46px;
                left: 70px;
                top: 35px;
                -webkit-transform: rotate(44deg);
                     -o-transform: rotate(44deg);
                        transform: rotate(44deg); }
            body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(2) {
              width: 192px;
              -webkit-transform: rotate(70deg) translate(186.956521739px) rotate(90deg);
                   -o-transform: rotate(70deg) translate(186.956521739px) rotate(90deg);
                      transform: rotate(70deg) translate(186.956521739px) rotate(90deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(2):before {
                -webkit-transform: rotate(-33deg);
                     -o-transform: rotate(-33deg);
                        transform: rotate(-33deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(2):after {
                right: -14px;
                -webkit-transform: rotate(36deg);
                     -o-transform: rotate(36deg);
                        transform: rotate(36deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(2) a {
                -webkit-transform: translate(-42%, -50%) rotate(6deg);
                     -o-transform: translate(-42%, -50%) rotate(6deg);
                        transform: translate(-42%, -50%) rotate(6deg); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(2) a img {
                  display: block;
                  width: 57%;
                  height: 34px;
                  -webkit-transform: rotate(-38deg);
                       -o-transform: rotate(-38deg);
                          transform: rotate(-38deg);
                  position: absolute;
                  -o-object-fit: 30%;
                     object-fit: 30%;
                  left: 15px;
                  top: 33px; }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(2) a .img2 {
                  height: 35px;
                  left: 69px;
                  top: 33px px;
                  -webkit-transform: rotate(36deg);
                  -o-transform: rotate(36deg);
                  transform: rotate(-36deg); }
            body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(3) {
              width: 216px;
              -webkit-transform: rotate(141deg) translate(186.956521739px) rotate(90deg);
                   -o-transform: rotate(141deg) translate(186.956521739px) rotate(90deg);
                      transform: rotate(141deg) translate(186.956521739px) rotate(90deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(3) a {
                -webkit-transform: translate(-50%, -50%) rotate(1deg) scale(-1);
                     -o-transform: translate(-50%, -50%) rotate(1deg) scale(-1);
                        transform: translate(-50%, -50%) rotate(1deg) scale(-1); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(3) a img {
                  display: block;
                  width: 57%;
                  height: 60px;
                  -webkit-transform: rotate(75deg);
                       -o-transform: rotate(75deg);
                          transform: rotate(75deg);
                  position: absolute;
                  -o-object-fit: 30%;
                     object-fit: 30%;
                  left: -20px;
                  top: 8px; }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(3) a .img2 {
                  height: 57px;
                  left: 49px;
                  top: 21px;
                  -webkit-transform: rotate(73deg);
                       -o-transform: rotate(73deg);
                          transform: rotate(73deg); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(3) a .img3 {
                  height: 43px;
                  left: 107px;
                  top: 19px;
                  -webkit-transform: rotate(73deg);
                       -o-transform: rotate(73deg);
                          transform: rotate(73deg); }
            body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4) {
              width: 275px;
              -webkit-transform: rotate(225deg) translate(186.956521739px) rotate(80deg);
                   -o-transform: rotate(225deg) translate(186.956521739px) rotate(80deg);
                      transform: rotate(225deg) translate(186.956521739px) rotate(80deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4):before {
                -webkit-transform: rotate(-37deg);
                     -o-transform: rotate(-37deg);
                        transform: rotate(-37deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4):after {
                right: 10px;
                top: 79px;
                -webkit-transform: rotate(46deg);
                     -o-transform: rotate(46deg);
                        transform: rotate(46deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4) a {
                -webkit-transform: translate(-50.5%, -47%) rotate(6deg) scale(-1);
                     -o-transform: translate(-50.5%, -47%) rotate(6deg) scale(-1);
                        transform: translate(-50.5%, -47%) rotate(6deg) scale(-1); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4) a img {
                  display: block;
                  width: 57%;
                  height: 33px;
                  -webkit-transform: rotate(6deg);
                       -o-transform: rotate(6deg);
                          transform: rotate(6deg);
                  position: absolute;
                  -o-object-fit: 30%;
                     object-fit: 30%;
                  left: -20px;
                  top: 9px; }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4) a .img2 {
                  height: 11px;
                  left: 21px;
                  top: 39px;
                  -webkit-transform: rotate(7deg);
                       -o-transform: rotate(7deg);
                          transform: rotate(7deg); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4) a .img3 {
                  height: 10px;
                  left: 53px;
                  top: 44px;
                  -webkit-transform: rotate(3deg);
                       -o-transform: rotate(3deg);
                          transform: rotate(3deg); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4) a .img4 {
                  height: 35px;
                  left: 119px;
                  top: 18px;
                  -webkit-transform: rotate(0deg);
                       -o-transform: rotate(0deg);
                          transform: rotate(0deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(4) .background::after {
                left: 19px;
                top: 30px;
                width: 87%; }
            body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) {
              width: 161px;
              -webkit-transform: rotate(296deg) translate(187.956522px) rotate(90deg);
                   -o-transform: rotate(296deg) translate(187.956522px) rotate(90deg);
                      transform: rotate(296deg) translate(187.956522px) rotate(90deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) a {
                -webkit-transform: translate(-44%, -51%) rotate(-2deg) scale(-1);
                     -o-transform: translate(-44%, -51%) rotate(-2deg) scale(-1);
                        transform: translate(-44%, -51%) rotate(-2deg) scale(-1); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) a img {
                  display: block;
                  width: 57%;
                  height: 25px;
                  -webkit-transform: rotate(-66deg);
                       -o-transform: rotate(-66deg);
                          transform: rotate(-66deg);
                  position: absolute;
                  -o-object-fit: 30%;
                     object-fit: 30%;
                  left: -59px;
                  top: 9px; }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) a .img2 {
                  height: 8px;
                  left: -39px;
                  top: 28px;
                  -webkit-transform: rotate(-63deg);
                       -o-transform: rotate(-63deg);
                          transform: rotate(-63deg); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) a .img3 {
                  height: 65px;
                  left: 2px;
                  top: 9px;
                  -webkit-transform: rotate(-66deg);
                       -o-transform: rotate(-66deg);
                          transform: rotate(-66deg); }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) a .img4 {
                  height: 59px;
                  left: 74px;
                  top: 12px;
                  -webkit-transform: rotate(-68deg);
                       -o-transform: rotate(-68deg);
                          transform: rotate(-68deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5):before {
                left: 5px; }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5):after {
                width: 71px;
                right: -47px;
                -webkit-transform: rotate(29deg);
                     -o-transform: rotate(29deg);
                        transform: rotate(29deg); }
              body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) .background {
                overflow: hidden; }
                body .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(5) .background:after {
                  left: 12px; }
  body .intro-block .content-wrap {
    text-align: center;
    margin-bottom: 56px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .intro-block .content-wrap {
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .intro-block .content-wrap {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      body .intro-block .content-wrap {
        margin-bottom: 20px; } }
    body .intro-block .content-wrap h2 {
      margin-bottom: 20px; }
    body .intro-block .content-wrap p {
      padding: 20px 0; }
      @media (min-width: 992px) {
        body .intro-block .content-wrap p {
          font-size: 24px; } }
      @media (max-width: 991px) {
        body .intro-block .content-wrap p {
          padding: 15px 0; } }
  body .intro-block.large-content .content-wrap {
    max-width: 1150px; }
  body .intro-block.text-white p {
    color: #ffffff; }
  body .intro-block.left-align h2 {
    margin-bottom: 12px; }
  body .intro-block.left-align p {
    text-align: left;
    font-size: 20px;
    padding-bottom: 0; }
    @media (max-width: 1024px) {
      body .intro-block.left-align p {
        font-size: 18px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .intro-block.left-align p {
        font-size: 16px; } }
    @media (max-width: 595px) {
      body .intro-block.left-align p {
        font-size: 16px; } }
  @media (max-width: 991px) {
    body .intro-block.left-align .content-wrap {
      margin-bottom: 0; } }
  body .img-with-text {
    width: 100%;
    position: relative; }
    body .img-with-text .wrapper-container {
      padding-top: 96px; }
      @media (max-width: 1024px) {
        body .img-with-text .wrapper-container {
          padding-top: 56px; } }
      @media (max-width: 991px) {
        body .img-with-text .wrapper-container {
          padding-top: 25px; } }
    body .img-with-text .intro {
      width: 100%;
      position: relative;
      text-align: center;
      margin: 0; }
      body .img-with-text .intro h2 {
        text-align: center;
        color: #ff6900;
        margin-bottom: 56px; }
        @media (max-width: 1024px) {
          body .img-with-text .intro h2 {
            margin-bottom: 32px; } }
        @media (max-width: 767px) {
          body .img-with-text .intro h2 {
            margin-bottom: 26px; } }
    body .img-with-text .row {
      position: relative;
      padding: 0 6px 56px 121px;
      margin: 0; }
      @media (max-width: 1024px) {
        body .img-with-text .row {
          padding: 0 6px 56px 56px; } }
      @media (max-width: 767px) {
        body .img-with-text .row {
          padding: 0 35px 30px 40px; } }
    body .img-with-text .wrapper {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    body .img-with-text .text-wrapper {
      width: 400px;
      position: relative;
      margin-top: -68px; }
      @media (max-width: 991px) {
        body .img-with-text .text-wrapper {
          width: 100%;
          margin-top: 0;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        body .img-with-text .text-wrapper {
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        body .img-with-text .text-wrapper {
          margin-bottom: 20px; } }
      body .img-with-text .text-wrapper h3 {
        font-size: 35px;
        line-height: 0.69;
        letter-spacing: 0.35px;
        color: #ffffff;
        margin-bottom: 36px;
        padding-left: 32px;
        position: relative; }
        @media (max-width: 991px) {
          body .img-with-text .text-wrapper h3 {
            margin-bottom: 0;
            font-size: 30px; } }
        @media (max-width: 767px) {
          body .img-with-text .text-wrapper h3 {
            font-size: 25px; } }
        @media (max-width: 480px) {
          body .img-with-text .text-wrapper h3 {
            font-size: 21px; } }
        body .img-with-text .text-wrapper h3::after {
          content: "";
          position: absolute;
          top: 10px;
          left: 3px;
          width: 13px;
          height: 13px;
          background-color: #ff8200;
          background-size: 100%; }
          @media (max-width: 991px) {
            body .img-with-text .text-wrapper h3::after {
              top: 7px; } }
          @media (max-width: 767px) {
            body .img-with-text .text-wrapper h3::after {
              top: 5px;
              left: 10px; } }
          @media (max-width: 480px) {
            body .img-with-text .text-wrapper h3::after {
              top: 3px; } }
      body .img-with-text .text-wrapper h5 {
        line-height: 1.31;
        letter-spacing: 0.26px;
        text-align: left;
        color: #ffffff;
        margin-top: 20px; }
      body .img-with-text .text-wrapper .btn-wrapper {
        margin-top: 45px; }
        @media (max-width: 991px) {
          body .img-with-text .text-wrapper .btn-wrapper {
            margin-top: 20px; } }
    body .img-with-text .img-wrapper {
      width: calc(100% - 400px);
      position: relative; }
      @media (max-width: 991px) {
        body .img-with-text .img-wrapper {
          width: 100%;
          max-width: 450px;
          margin: 0 auto; } }
      body .img-with-text .img-wrapper img {
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
  body .icon-with-cards {
    position: relative; }
    @media (min-width: 1336px) {
      body .icon-with-cards.product-icon-card {
        padding-top: 112px; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .icon-with-cards.product-icon-card {
        padding-top: 67px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .icon-with-cards.col-grid .col-four-wrap {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (max-width: 480px) {
      body .icon-with-cards.col-grid .col-four-wrap {
        width: 100%;
        margin-left: 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .icon-with-cards.col-grid .col-four-wrap .col-four {
        margin-bottom: 20px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .icon-with-cards.col-grid .col-four-wrap .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 20px);
                flex: 0 0 calc(50% - 20px);
        padding: 32px 20px;
        margin: 0 10px 20px; } }
    @media (max-width: 480px) {
      body .icon-with-cards.col-grid .col-four-wrap .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 0 16px;
        padding: 32px 20px; }
        body .icon-with-cards.col-grid .col-four-wrap .col-four:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .icon-with-cards.col-grid .col-four-wrap .icon-wrap {
        max-width: 50px; } }
    @media (max-width: 767px) {
      body .icon-with-cards.col-grid .col-four-wrap .icon-wrap {
        max-width: 43px; } }
    body .icon-with-cards.full-width .intro {
      max-width: 100%; }
    body .icon-with-cards .intro {
      max-width: 848px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (min-width: 768px) {
        body .icon-with-cards .intro {
          margin-bottom: 24px; } }
      body .icon-with-cards .intro h2 {
        line-height: 1.11;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          body .icon-with-cards .intro h2 {
            margin-bottom: 15px; } }
        body .icon-with-cards .intro h2 span {
          color: #ff6900; }
      @media (max-width: 595px) {
        body .icon-with-cards .intro p {
          padding-bottom: 15px; } }
    body .icon-with-cards .col-four-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: calc(100% + 32px);
      margin-left: -16px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .icon-with-cards .col-four-wrap {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .icon-with-cards .col-four-wrap {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (max-width: 595px) {
        body .icon-with-cards .col-four-wrap {
          width: 100%;
          margin: 0; } }
      body .icon-with-cards .col-four-wrap .icon-wrap {
        width: 100%;
        max-width: 100px;
        height: 100px;
        margin: 0 auto 32px; }
        @media (max-width: 991px) {
          body .icon-with-cards .col-four-wrap .icon-wrap {
            margin-bottom: 20px; } }
        body .icon-with-cards .col-four-wrap .icon-wrap img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    body .icon-with-cards .col-four {
      padding: 56px 40px 40px;
      background-color: #ff7900;
      text-align: center;
      margin-left: 16px;
      margin-right: 16px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 32px);
              flex: 0 0 calc(25% - 32px); }
      @media (min-width: 768px) {
        body .icon-with-cards .col-four {
          margin-top: 32px; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .icon-with-cards .col-four {
          padding: 32px 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .icon-with-cards .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 20px);
                  flex: 0 0 calc(50% - 20px);
          padding: 32px 20px;
          margin: 20px 10px 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .icon-with-cards .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 20px);
                  flex: 0 0 calc(50% - 20px);
          padding: 32px 20px;
          margin: 20px 10px 0px; } }
      @media (max-width: 595px) {
        body .icon-with-cards .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0 0 16px;
          padding: 32px 20px; }
          body .icon-with-cards .col-four:last-child {
            margin-bottom: 0; } }
      body .icon-with-cards .col-four .btn-default {
        min-width: unset !important; }
      body .icon-with-cards .col-four .btn-white {
        padding: 12px 20px !important;
        min-width: unset !important; }
      body .icon-with-cards .col-four span {
        font-size: 55px;
        line-height: 0.51;
        letter-spacing: 0.55px;
        color: #ffffff; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .icon-with-cards .col-four span {
            font-size: 45px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .icon-with-cards .col-four span {
            font-size: 40px; } }
        @media (max-width: 595px) {
          body .icon-with-cards .col-four span {
            font-size: 35px; } }
      body .icon-with-cards .col-four h5 {
        color: #ffffff;
        font-weight: 800;
        margin-bottom: 20px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .icon-with-cards .col-four h5 {
            margin-bottom: 10px;
            font-size: 23px; } }
      body .icon-with-cards .col-four p {
        color: #ffffff;
        line-height: 1.4; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .icon-with-cards .col-four p {
            font-size: 18px; } }
      body .icon-with-cards .col-four .btn-wrap {
        margin-top: 20px; }
    body .icon-with-cards.large-text .col-four h5 {
      font-size: 45px; }
      @media (max-width: 595px) {
        body .icon-with-cards.large-text .col-four h5 {
          font-size: 35px; } }
    body .icon-with-cards.p-white .col-four-wrap p {
      margin-top: 20px;
      color: #ffffff; }
    body .icon-with-cards.heading-bold .col-four-wrap .col-four span {
      font-weight: bold; }
    body .icon-with-cards.industries-cards {
      background-color: #f5f5f5; }
      @media (max-width: 991px) {
        body .icon-with-cards.industries-cards .intro {
          margin-bottom: 0; } }
      body .icon-with-cards.industries-cards .col-four-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .icon-with-cards.industries-cards .col-four-wrap .col-four {
          padding: 56px 32px; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .icon-with-cards.industries-cards .col-four-wrap .col-four {
              padding: 32px 20px; } }
          @media (max-width: 991px) {
            body .icon-with-cards.industries-cards .col-four-wrap .col-four {
              padding: 32px 20px;
              margin: 20px 10px 0; } }
        body .icon-with-cards.industries-cards .col-four-wrap p {
          font-size: 24px; }
    body .icon-with-cards.blue-cards {
      padding-bottom: 96px; }
      @media (max-width: 991px) {
        body .icon-with-cards.blue-cards .intro {
          margin-bottom: 0; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .icon-with-cards.blue-cards {
          padding-bottom: 56px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .icon-with-cards.blue-cards {
          padding-bottom: 56px; } }
      @media (max-width: 767px) {
        body .icon-with-cards.blue-cards {
          padding-bottom: 32px; } }
      body .icon-with-cards.blue-cards .col-four-wrap .col-four {
        padding: 56px 32px;
        margin-top: 0;
        margin: 32px 16px 0;
        background-color: #141b4d; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .icon-with-cards.blue-cards .col-four-wrap .col-four {
            padding: 32px; } }
        @media (max-width: 991px) {
          body .icon-with-cards.blue-cards .col-four-wrap .col-four {
            padding: 32px 20px;
            margin: 20px 10px 0; } }
    body .icon-with-cards.blue-bg-cards {
      background-color: #141b4d; }
      @media (min-width: 1336px) {
        body .icon-with-cards.blue-bg-cards {
          padding-top: 96px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .icon-with-cards.blue-bg-cards {
          padding-bottom: 36px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .icon-with-cards.blue-bg-cards {
          padding-bottom: 12px; } }
      body .icon-with-cards.blue-bg-cards .icon-wrap {
        max-width: 70px;
        height: 50px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .icon-with-cards.blue-bg-cards .col-four-wrap {
          max-width: 950px;
          margin-left: auto;
          margin-right: auto; } }
      body .icon-with-cards.blue-bg-cards .col-four {
        position: relative;
        background-color: unset; }
        body .icon-with-cards.blue-bg-cards .col-four p {
          margin-bottom: 32px; }
        body .icon-with-cards.blue-bg-cards .col-four::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #fff;
          border: 1px solid #707070;
          opacity: 0.05;
          z-index: -1; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .icon-with-cards.blue-bg-cards .col-four {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(50% - 32px);
                    flex: 0 0 calc(50% - 32px);
            padding: 16px; } }
        @media (min-width: 1336px) {
          body .icon-with-cards.blue-bg-cards .col-four {
            padding: 56px 32px 32px; } }
        body .icon-with-cards.blue-bg-cards .col-four::after {
          content: '';
          position: absolute;
          width: 80%;
          height: 13px;
          background-color: #ff6900;
          bottom: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
      body .icon-with-cards.blue-bg-cards .text-orange {
        color: #ff6900 !important; }
      body .icon-with-cards.blue-bg-cards .intro h2 {
        color: #ffffff; }
      body .icon-with-cards.blue-bg-cards .text-wrap {
        padding-bottom: 32px; }
    @media (min-width: 1336px) {
      body .icon-with-cards.col-three-with-list {
        padding-top: 144px; } }
    body .icon-with-cards.col-three-with-list .text-orange {
      color: #ff6900; }
    body .icon-with-cards.col-three-with-list .col-four {
      background-color: #ff6900; }
      @media (min-width: 992px) {
        body .icon-with-cards.col-three-with-list .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(33.33% - 32px);
                  flex: 0 0 calc(33.33% - 32px);
          margin: 32px 16px 0;
          padding: 56px 32px;
          text-align: center; } }
    body .icon-with-cards.col-three-with-list ul {
      list-style: none; }
    @media screen and (min-width: 1336px) {
      body .icon-with-cards.policies {
        padding: 56px 0 72px; } }
    @media screen and (min-width: 1340px) {
      body .icon-with-cards.less-space-card .col-four {
        padding: 40px 32px; } }
    body .icon-with-cards.icon-large .col-four-wrap .icon-wrap {
      max-width: 300px;
      height: 100px; }
    body .icon-with-cards .three-cards .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33% - 32px);
              flex: 0 0 calc(33% - 32px); }
      @media (min-width: 768px) and (max-width: 991px) {
        body .icon-with-cards .three-cards .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 20px);
                  flex: 0 0 calc(50% - 20px);
          padding: 32px 20px;
          margin: 20px 10px 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .icon-with-cards .three-cards .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 20px);
                  flex: 0 0 calc(50% - 20px);
          padding: 32px 20px;
          margin: 20px 10px 0px; } }
      @media (max-width: 595px) {
        body .icon-with-cards .three-cards .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0 0 16px;
          padding: 32px 20px; }
          body .icon-with-cards .three-cards .col-four:last-child {
            margin-bottom: 0; } }
    @media (min-width: 992px) {
      body .icon-with-cards.icon-with-circle {
        padding-top: 100px; } }
    body .icon-with-cards.icon-with-circle .col-four-wrap .col-four {
      background-color: transparent;
      padding-top: 0; }
      body .icon-with-cards.icon-with-circle .col-four-wrap .col-four .icon-wrap {
        background-color: #1B1D4B;
        max-width: 132px;
        max-height: 132px;
        height: 100%;
        padding: 24px;
        border-radius: 50%; }
      body .icon-with-cards.icon-with-circle .col-four-wrap .col-four h5 {
        font-weight: 400;
        letter-spacing: normal; }
        @media (min-width: 992px) {
          body .icon-with-cards.icon-with-circle .col-four-wrap .col-four h5 {
            font-size: 24px;
            line-height: 1.1; } }
      body .icon-with-cards.icon-with-circle .col-four-wrap .col-four h5, body .icon-with-cards.icon-with-circle .col-four-wrap .col-four p {
        color: #000; }
    body .icon-with-cards.border-top-bottom-gray .container:after {
      top: -50px; }
      @media (max-width: 991px) {
        body .icon-with-cards.border-top-bottom-gray .container:after {
          top: -20px; } }
    body .icon-with-cards.border-top-bottom-gray .container:before {
      bottom: -15px; }
    body .icon-with-cards.docv-demo .intro {
      max-width: 1060px; }
      body .icon-with-cards.docv-demo .intro h2 {
        font-size: 60px;
        font-weight: 800; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .icon-with-cards.docv-demo .intro h2 {
            font-size: 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .icon-with-cards.docv-demo .intro h2 {
            font-size: 45px; } }
        @media (max-width: 767px) {
          body .icon-with-cards.docv-demo .intro h2 {
            font-size: 40px; } }
      body .icon-with-cards.docv-demo .intro p {
        font-size: 30px;
        font-weight: 400; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .icon-with-cards.docv-demo .intro p {
            font-size: 22px; } }
        @media (max-width: 595px) {
          body .icon-with-cards.docv-demo .intro p {
            font-size: 22px; } }
    body .icon-with-cards.docv-demo .col-four-wrap .col-four {
      background-color: #ff6900; }
    body .icon-with-cards .btn-outer-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
    body .icon-with-cards.bg-light-gray-box .col-four {
      background-color: #F4F5F6; }
      body .icon-with-cards.bg-light-gray-box .col-four h5 {
        color: #141B4F; }
      body .icon-with-cards.bg-light-gray-box .col-four .btn-wrap a {
        color: #141B4F;
        border-color: #141B4F; }
        body .icon-with-cards.bg-light-gray-box .col-four .btn-wrap a:hover {
          color: #fff;
          background-color: #141B4F; }
  body .breadcrumbs {
    width: 100%;
    position: relative;
    padding: 16px 0px; }
    body .breadcrumbs .wrapper {
      width: 100%;
      max-width: 1334px;
      margin: 0 auto; }
  body .image-with-slider {
    width: 100%;
    position: relative; }
    body .image-with-slider .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; }
      body .image-with-slider .row.bg-white .intro h2 {
        color: #000000; }
      body .image-with-slider .row.bg-white .text-wrap h5 {
        color: #000000; }
      body .image-with-slider .row.bg-white .text-wrap p {
        color: #000000; }
      body .image-with-slider .row.bg-white .slick-dots .slick-active {
        background-color: #ff6900; }
      body .image-with-slider .row.bg-white .slick-dots li {
        background-color: #000000; }
      body .image-with-slider .row.bg-white .image-wrap {
        border: 2px solid #ff6900; }
      body .image-with-slider .row.bg-white .slick-arrow.slick-prev {
        background-image: url(/wp-content/themes/socure/templates/dist/images/left-arrow-black.svg); }
      body .image-with-slider .row.bg-white .slick-arrow.slick-next {
        background-image: url(/wp-content/themes/socure/templates/dist/images/right-arrow.svg); }
    body .image-with-slider .intro {
      width: 100%;
      position: relative;
      text-align: center;
      margin: 0; }
      body .image-with-slider .intro h2, body .image-with-slider .intro p {
        text-align: center;
        color: #ffffff;
        margin-bottom: 20px; }
    body .image-with-slider .wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      max-width: 1214px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        body .image-with-slider .wrapper.columns {
          max-width: 100%;
          margin-bottom: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 767px) {
        body .image-with-slider .wrapper.columns .col-four {
          width: 100%; } }
    body .image-with-slider .col-four {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 20px);
              flex: 0 0 calc(25% - 20px);
      width: calc(25% - 20px);
      margin: 0 10px; }
      @media (max-width: 767px) {
        body .image-with-slider .col-four {
          margin: 0; } }
    body .image-with-slider .image-wrap {
      width: 203px;
      height: 203px;
      overflow: hidden;
      border-radius: 50%;
      border: 8px solid #ffffff;
      margin: 10px auto;
      position: relative; }
      @media (max-width: 991px) {
        body .image-with-slider .image-wrap {
          max-width: 200px;
          margin: 0 auto; } }
      @media (max-width: 595px) {
        body .image-with-slider .image-wrap {
          max-width: 150px;
          height: 150px; } }
      body .image-with-slider .image-wrap img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      body .image-with-slider .image-wrap ul {
        position: absolute;
        z-index: 1;
        height: 30px;
        width: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
        body .image-with-slider .image-wrap ul li {
          list-style: none; }
          body .image-with-slider .image-wrap ul li img {
            border-radius: 0; }
    body .image-with-slider .text-wrap {
      position: relative;
      margin-top: 20px;
      text-align: center; }
      @media (max-width: 991px) {
        body .image-with-slider .text-wrap {
          margin-top: 10px;
          margin-bottom: 30px; } }
      body .image-with-slider .text-wrap h5 {
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px; }
      body .image-with-slider .text-wrap p {
        color: #ffffff;
        padding: 0 13px; }
    @media (max-width: 991px) {
      body .image-with-slider .slick-slide {
        text-align: center; } }
    body .image-with-slider .slick-list {
      padding: 56px 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .image-with-slider .slick-list {
          padding: 40px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .image-with-slider .slick-list {
          padding: 32px 0; } }
      @media (max-width: 480px) {
        body .image-with-slider .slick-list {
          padding: 20px 0; } }
    body .image-with-slider .slick-dots {
      margin: 0 auto; }
      body .image-with-slider .slick-dots li {
        background-color: #ffffff;
        width: 18px;
        height: 18px; }
        @media (max-width: 991px) {
          body .image-with-slider .slick-dots li {
            width: 12px;
            height: 12px; } }
      body .image-with-slider .slick-dots .slick-active {
        background-color: #ff6900; }
    body .image-with-slider .slick-arrow {
      height: 30px;
      width: 30px; }
      body .image-with-slider .slick-arrow.slick-prev {
        background-image: url(/wp-content/themes/socure/templates/assets/images/left-arrow-white.svg); }
      body .image-with-slider .slick-arrow.slick-next {
        background-image: url(/wp-content/themes/socure/templates/assets/images/right-arrow-white.svg); }
  body .logo-grid .intro {
    margin-bottom: 40px; }
    body .logo-grid .intro h3 {
      color: #ff6900; }
  body .logo-grid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: calc(100% + 68px);
    margin-left: -34px; }
    @media (max-width: 991px) {
      body .logo-grid ul {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .logo-grid ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 767px) {
      body .logo-grid ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    body .logo-grid ul li {
      max-width: 100px;
      list-style-type: none;
      width: calc(100% / 7 - 68px);
      margin: 24px 34px 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .logo-grid ul li {
          width: calc(20% - 30px);
          margin: 20px 15px 0;
          max-width: 100px; } }
      @media (max-width: 767px) {
        body .logo-grid ul li {
          width: calc(25% - 30px);
          margin: 20px 15px 0;
          max-width: 100px; } }
      @media (max-width: 480px) {
        body .logo-grid ul li {
          width: calc(50% - 30px);
          margin: 15px 15px 0; } }
      body .logo-grid ul li img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 56px; }
  body .logo-grid .logo-grid-slider li {
    max-width: 155px; }
    body .logo-grid .logo-grid-slider li img {
      max-height: 87px; }
  body .logo-grid .logo-grid-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body .logo-slider {
    width: 100%;
    position: relative; }
    body .logo-slider .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0; }
    body .logo-slider .intro {
      width: 100%;
      position: relative;
      text-align: center;
      margin: 0; }
      body .logo-slider .intro p {
        max-width: 830px;
        margin: 0 auto;
        text-align: center; }
    body .logo-slider .logo-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body .logo-slider .col-six {
      width: calc(16.66% - 20px);
      position: relative;
      margin: 10px; }
    body .logo-slider .logo-wrap {
      max-width: 182px;
      height: 58px;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .logo-slider .logo-wrap {
          max-width: 150px; } }
      @media (max-width: 595px) {
        body .logo-slider .logo-wrap {
          height: 45px; } }
      body .logo-slider .logo-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    body .logo-slider .slick-dots {
      margin: 0 auto; }
      body .logo-slider .slick-dots li {
        background-color: #ffffff;
        width: 18px;
        height: 18px; }
        @media (max-width: 767px) {
          body .logo-slider .slick-dots li {
            width: 14px;
            height: 14px; } }
      body .logo-slider .slick-dots .slick-active {
        background-color: #ff6900; }
    @media (min-width: 992px) {
      body .logo-slider .slick-slide div {
        margin: 20px auto;
        text-align: center; }
        body .logo-slider .slick-slide div img {
          width: auto !important;
          margin: 0 auto; } }
    @media (max-width: 1024px) {
      body .logo-slider .slick-slide div {
        margin: 10px auto;
        text-align: center; } }
    @media (max-width: 595px) {
      body .logo-slider .slick-slide div {
        max-width: 120px;
        text-align: center; } }
    body .logo-slider.text-white .intro h2 {
      color: #ffffff; }
    body .logo-slider.text-white .intro p {
      color: #ffffff; }
  body .partners-grid {
    position: relative;
    width: 100%;
    overflow: unset; }
    body .partners-grid.right-large-grid {
      overflow-x: clip;
      overflow-y: visible; }
      body .partners-grid.right-large-grid::after {
        height: 693px;
        bottom: -130px;
        left: 40%; }
        @media (max-width: 991px) {
          body .partners-grid.right-large-grid::after {
            bottom: 0px; } }
    @media (max-width: 767px) {
      body .partners-grid {
        padding-top: 20px; } }
    body .partners-grid .intro {
      margin: 0 auto;
      max-width: 980px; }
      @media (max-width: 595px) {
        body .partners-grid .intro h2 {
          margin-bottom: 10px; } }
    body .partners-grid .col-six-wrapper {
      position: relative;
      width: 100%;
      max-width: 1188px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        body .partners-grid .col-six-wrapper {
          max-width: 100%; } }
    body .partners-grid .col-six {
      width: calc(16.66% - 20px);
      margin: 0 10px;
      text-align: center;
      margin-top: 32px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .partners-grid .col-six {
          width: calc(25% - 20px);
          margin: 20px 10px 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .partners-grid .col-six {
          width: calc(33.33% - 20px);
          margin: 20px 10px 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .partners-grid .col-six {
          width: calc(50% - 20px);
          margin: 20px 10px 0px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .partners-grid .col-six {
          width: calc(50% - 20px);
          margin: 20px 10px 0px; } }
      @media (max-width: 480px) {
        body .partners-grid .col-six {
          width: 100%;
          margin: 20px 0 0px; } }
      body .partners-grid .col-six .img-wrap {
        max-width: 136px;
        height: 100%;
        margin: 0 auto 16px; }
        @media (max-width: 767px) {
          body .partners-grid .col-six .img-wrap {
            margin: 0 auto 10px; } }
        @media (max-width: 480px) {
          body .partners-grid .col-six .img-wrap {
            height: 90px; } }
        body .partners-grid .col-six .img-wrap img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      body .partners-grid .col-six p {
        font-size: 15px; }
        @media (min-width: 1336px) {
          body .partners-grid .col-six p {
            font-weight: 700; } }
    body .partners-grid.docv-demo .intro {
      max-width: 1170px; }
      body .partners-grid.docv-demo .intro h2 {
        font-size: 60px;
        font-weight: 800; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .partners-grid.docv-demo .intro h2 {
            font-size: 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .partners-grid.docv-demo .intro h2 {
            font-size: 45px; } }
        @media (max-width: 767px) {
          body .partners-grid.docv-demo .intro h2 {
            font-size: 40px; } }
    @media (min-width: 992px) {
      body .partners-grid.docv-demo .col-six-wrapper {
        -ms-flex-wrap: inherit;
            flex-wrap: inherit; } }
    @media screen and (min-width: 1024px) {
      body .partners-grid.col-seven .col-six {
        width: calc(13.66% - 20px); } }
  body .quote-slider .outer-wrapper {
    position: relative;
    background-color: #ebedee; }
    @media (max-width: 595px) {
      body .quote-slider .outer-wrapper .slick-list {
        height: auto !important; } }
    @media (max-width: 595px) {
      body .quote-slider .outer-wrapper {
        padding: 0; } }
    body .quote-slider .outer-wrapper .inner-wrapper {
      max-width: 1203px;
      margin: 0 auto;
      padding: 0 56px; }
      @media (max-width: 595px) {
        body .quote-slider .outer-wrapper .inner-wrapper {
          padding: 0 30px 10px; } }
      body .quote-slider .outer-wrapper .inner-wrapper .slick-track {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper {
        padding: 56px 40px;
        font-size: 0; }
        @media (max-width: 991px) {
          body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper {
            padding: 40px 0; } }
        @media (max-width: 595px) {
          body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper {
            text-align: center; } }
        body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-70,
        body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 {
          display: inline-block;
          vertical-align: middle; }
        body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 h6 {
          margin-top: 56px;
          text-align: center; }
        body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-70 {
          width: 70%;
          padding-right: 40px; }
          @media (max-width: 595px) {
            body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-70 {
              width: 100%;
              padding: 0;
              margin-bottom: 20px; } }
          body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-70 .logo-wrap {
            margin-bottom: 40px;
            max-width: 120px; }
            @media (max-width: 595px) {
              body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-70 .logo-wrap {
                margin: 0 auto 20px; } }
          body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-70 h5 {
            margin-bottom: 20px;
            font-weight: 500; }
        body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 {
          width: 30%; }
          @media (max-width: 595px) {
            body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 {
              width: 100%; } }
          body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 .content h2 {
            color: #ff6900;
            font-size: 190px;
            font-weight: 400; }
            @media (max-width: 1336px) {
              body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 .content h2 {
                font-size: 160px; } }
            @media (max-width: 991px) {
              body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 .content h2 {
                font-size: 130px; } }
          @media (max-width: 595px) {
            body .quote-slider .outer-wrapper .inner-wrapper .slide-wrapper .col-30 .content .image {
              margin: 0 auto 20px;
              max-width: 220px; } }
      body .quote-slider .outer-wrapper .inner-wrapper .slick-arrow.slick-prev {
        left: -8px; }
      body .quote-slider .outer-wrapper .inner-wrapper .slick-arrow.slick-next {
        right: -8px; }
  body .tab-grid .intro {
    max-width: 834px;
    margin-right: auto;
    margin-left: auto; }
    body .tab-grid .intro p {
      line-height: 1.4; }
  body .tab-grid .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body .tab-grid .item-wrap .column-item {
      display: none;
      height: 100%; }
      body .tab-grid .item-wrap .column-item .text-wrap {
        width: 50%;
        background-color: #141b4d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 1336px) {
          body .tab-grid .item-wrap .column-item .text-wrap {
            padding-top: 52px; } }
        @media (max-width: 991px) {
          body .tab-grid .item-wrap .column-item .text-wrap {
            padding-top: 30px;
            padding-bottom: 30px;
            width: 100%;
            padding: 30px 20px; } }
        body .tab-grid .item-wrap .column-item .text-wrap .inner-text {
          margin-bottom: 17px;
          padding-bottom: 31px;
          padding-right: 73px;
          border-bottom: 2px dotted #ffffff;
          margin-left: 56px;
          width: 100%; }
          body .tab-grid .item-wrap .column-item .text-wrap .inner-text:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; }
          @media (max-width: 991px) {
            body .tab-grid .item-wrap .column-item .text-wrap .inner-text {
              margin-left: 26px;
              padding-right: 43px; } }
          @media (max-width: 767px) {
            body .tab-grid .item-wrap .column-item .text-wrap .inner-text {
              margin-left: 0;
              margin-bottom: 12px;
              padding-bottom: 15px; } }
        body .tab-grid .item-wrap .column-item .text-wrap p {
          color: #ffffff;
          line-height: 1.4;
          padding-right: 62px; }
          @media (max-width: 991px) {
            body .tab-grid .item-wrap .column-item .text-wrap p {
              padding: 0; } }
        body .tab-grid .item-wrap .column-item .text-wrap a {
          margin-top: 43px; }
          @media (max-width: 991px) {
            body .tab-grid .item-wrap .column-item .text-wrap a {
              margin-top: 20px; } }
      body .tab-grid .item-wrap .column-item .img-item {
        width: 50%;
        overflow: hidden; }
        @media (max-width: 991px) {
          body .tab-grid .item-wrap .column-item .img-item {
            width: 100%;
            max-height: 380px; } }
        body .tab-grid .item-wrap .column-item .img-item img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        body .tab-grid .item-wrap .column-item .img-item.image-contain img {
          -o-object-fit: contain;
             object-fit: contain; }
          @media (max-width: 991px) {
            body .tab-grid .item-wrap .column-item .img-item.image-contain img {
              max-height: 380px; } }
      body .tab-grid .item-wrap .column-item.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    body .tab-grid .item-wrap .list-wrap {
      width: 29%;
      padding-right: 30px; }
      @media (min-width: 992px) {
        body .tab-grid .item-wrap .list-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .tab-grid .item-wrap .list-wrap {
          padding-right: 10px; } }
      @media (max-width: 991px) {
        body .tab-grid .item-wrap .list-wrap {
          padding: 0;
          width: 100%; } }
      body .tab-grid .item-wrap .list-wrap .list-item {
        width: 100%;
        position: relative;
        opacity: 0.5;
        padding-right: 50px;
        margin-bottom: 35px;
        padding-bottom: 30px;
        border-bottom: 2px dotted; }
        @media (min-width: 768px) {
          body .tab-grid .item-wrap .list-wrap .list-item {
            cursor: pointer; } }
        @media (max-width: 991px) {
          body .tab-grid .item-wrap .list-wrap .list-item {
            padding: 0;
            opacity: 1; } }
        body .tab-grid .item-wrap .list-wrap .list-item:last-child {
          margin-bottom: 0;
          border-bottom: none;
          padding-bottom: 0; }
        body .tab-grid .item-wrap .list-wrap .list-item:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -30px;
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-right: 20px solid #141b4d;
          border-bottom: 20px solid transparent;
          opacity: 0; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .tab-grid .item-wrap .list-wrap .list-item:after {
              right: -10px; } }
          @media (max-width: 991px) {
            body .tab-grid .item-wrap .list-wrap .list-item:after {
              display: none;
              top: 50%;
              right: 0;
              width: 0;
              height: 0;
              border-left: 12px solid transparent;
              border-right: 12px solid transparent;
              border-top: 12px solid #141b4d; } }
        body .tab-grid .item-wrap .list-wrap .list-item .tab-item {
          position: relative; }
          @media (max-width: 991px) {
            body .tab-grid .item-wrap .list-wrap .list-item .tab-item {
              padding-bottom: 20px;
              padding-right: 32px;
              cursor: pointer; } }
          body .tab-grid .item-wrap .list-wrap .list-item .tab-item:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 12px solid #141b4d;
            opacity: 0;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s; }
            @media (max-width: 991px) {
              body .tab-grid .item-wrap .list-wrap .list-item .tab-item:after {
                opacity: 1; } }
          body .tab-grid .item-wrap .list-wrap .list-item .tab-item.mobile-active h3 {
            color: #ff6900; }
          body .tab-grid .item-wrap .list-wrap .list-item .tab-item.mobile-active:after {
            -webkit-transform: scaleY(-1);
                 -o-transform: scaleY(-1);
                    transform: scaleY(-1); }
          body .tab-grid .item-wrap .list-wrap .list-item .tab-item.mobile-active .img-wrap img.inactive-icon {
            display: none; }
          body .tab-grid .item-wrap .list-wrap .list-item .tab-item.mobile-active .img-wrap img.active-icon {
            display: block; }
        body .tab-grid .item-wrap .list-wrap .list-item h3 {
          margin-bottom: 7px; }
        body .tab-grid .item-wrap .list-wrap .list-item p {
          line-height: 1.4; }
          @media (max-width: 767px) {
            body .tab-grid .item-wrap .list-wrap .list-item p {
              padding-right: 40px; } }
        @media (max-width: 991px) {
          body .tab-grid .item-wrap .list-wrap .list-item .text-wrap .inner-text p {
            padding-right: 0; } }
        body .tab-grid .item-wrap .list-wrap .list-item .img-wrap {
          max-width: 55px;
          margin-bottom: 26px; }
          @media (max-width: 767px) {
            body .tab-grid .item-wrap .list-wrap .list-item .img-wrap {
              max-width: 45px;
              margin-bottom: 20px; } }
          body .tab-grid .item-wrap .list-wrap .list-item .img-wrap img {
            width: 100%;
            height: 100%; }
            body .tab-grid .item-wrap .list-wrap .list-item .img-wrap img.inactive-icon {
              display: block; }
            body .tab-grid .item-wrap .list-wrap .list-item .img-wrap img.active-icon {
              display: none; }
        @media (min-width: 992px) {
          body .tab-grid .item-wrap .list-wrap .list-item.active {
            opacity: 1; }
            body .tab-grid .item-wrap .list-wrap .list-item.active h3 {
              color: #ff6900; }
            body .tab-grid .item-wrap .list-wrap .list-item.active:after {
              opacity: 1; }
            body .tab-grid .item-wrap .list-wrap .list-item.active .img-wrap img.inactive-icon {
              display: none; }
            body .tab-grid .item-wrap .list-wrap .list-item.active .img-wrap img.active-icon {
              display: block; } }
        @media (min-width: 992px) {
          body .tab-grid .item-wrap .list-wrap .list-item .column-item {
            display: none !important; } }
    body .tab-grid .item-wrap .column-wrap {
      width: 71%; }
      @media (min-width: 992px) {
        body .tab-grid .item-wrap .column-wrap {
          min-height: 766px; } }
      @media (min-width: 1336px) {
        body .tab-grid .item-wrap .column-wrap {
          padding-top: 10px; } }
      @media (max-width: 991px) {
        body .tab-grid .item-wrap .column-wrap {
          display: none; } }
  body .text-with-images {
    width: 100%;
    position: relative; }
    body .text-with-images .row {
      position: relative;
      width: calc(100% + 20px);
      margin-left: -10px;
      padding: 56px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-image: -webkit-linear-gradient(345deg, #ff6900 20%, #ff8200 100%);
      background-image: -o-linear-gradient(345deg, #ff6900 20%, #ff8200 100%);
      background-image: linear-gradient(105deg, #ff6900 20%, #ff8200 100%); }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .text-with-images .row {
          padding: 56px 38px 56px 40px; } }
      @media (max-width: 767px) {
        body .text-with-images .row {
          padding: 32px 40px 32px 45px; } }
      @media (max-width: 595px) {
        body .text-with-images .row {
          padding: 20px; } }
    body .text-with-images .col-two {
      width: calc(50% - 20px);
      position: relative; }
      @media (max-width: 1150px) {
        body .text-with-images .col-two {
          width: 100%;
          margin-bottom: 20px; } }
    body .text-with-images .img-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 27px;
      padding-bottom: 15px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .text-with-images .img-wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-left: 0; } }
      @media (max-width: 991px) {
        body .text-with-images .img-wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-bottom: 0;
          margin-left: 0; } }
      @media (max-width: 595px) {
        body .text-with-images .img-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    body .text-with-images .img-wrap {
      max-width: 150px;
      max-height: 154px;
      overflow: hidden;
      margin-right: 50px; }
      @media (min-width: 1150px) and (max-width: 1199px) {
        body .text-with-images .img-wrap {
          margin-right: 40px; } }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .text-with-images .img-wrap {
          margin-right: 40px; } }
      @media (max-width: 767px) {
        body .text-with-images .img-wrap {
          margin-right: 30px; } }
      @media (max-width: 595px) {
        body .text-with-images .img-wrap {
          max-width: none;
          max-height: none;
          height: 154px;
          width: calc(100% - 10px);
          margin: 0 auto 20px; } }
      body .text-with-images .img-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      body .text-with-images .img-wrap:last-child {
        margin-right: 0; }
    body .text-with-images .text-wrapper {
      max-width: 450px;
      margin-left: 41px;
      margin-top: 5px;
      text-align: left;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .text-with-images .text-wrapper {
          margin-left: 0; } }
      @media (max-width: 1150px) {
        body .text-with-images .text-wrapper {
          width: 100%;
          margin: 10px auto;
          text-align: center;
          max-width: 584px; } }
      body .text-with-images .text-wrapper h3 {
        font-weight: bold;
        margin-bottom: 18px;
        color: #ffffff; }
      body .text-with-images .text-wrapper p {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0.2px;
        color: #ffffff;
        margin-bottom: 20px; }
      body .text-with-images .text-wrapper .btn-wrapper {
        margin-top: 34px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .text-with-images .text-wrapper .btn-wrapper {
            margin-top: 10px; } }
        @media (max-width: 991px) {
          body .text-with-images .text-wrapper .btn-wrapper {
            margin-top: 10px; } }
        body .text-with-images .text-wrapper .btn-wrapper .btn-transparent {
          margin-top: 0; }
  body .text-with-logo {
    width: 100%;
    position: relative; }
    body .text-with-logo .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 1050px;
      margin: 0 auto; }
    body .text-with-logo .intro {
      width: 100%;
      position: relative;
      text-align: center;
      margin-bottom: 0; }
    body .text-with-logo .logo-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin: 46px 0 0 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .text-with-logo .logo-wrapper {
          margin: 40px 0 0 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .text-with-logo .logo-wrapper {
          margin: 32px 0 0 0; } }
      @media (max-width: 595px) {
        body .text-with-logo .logo-wrapper {
          font-size: 0;
          display: block; } }
      @media (max-width: 480px) {
        body .text-with-logo .logo-wrapper {
          margin: 20px 0 0 0; } }
    body .text-with-logo .col-five {
      width: calc(20% - 20px);
      position: relative;
      margin: 10px 56px 10px 0;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content; }
      body .text-with-logo .col-five:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        body .text-with-logo .col-five {
          width: calc(33.33% - 20px); } }
      @media (max-width: 595px) {
        body .text-with-logo .col-five {
          display: inline-block;
          width: 50%;
          margin: 10px 0;
          max-width: 100%; } }
    body .text-with-logo .logo-wrap {
      max-width: 182px;
      height: 58px;
      overflow: hidden; }
      body .text-with-logo .logo-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    body .text-with-logo .btn-default {
      margin-top: 0; }
  body .two-column-grid {
    position: relative; }
    body .two-column-grid .intro {
      max-width: 774px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (max-width: 991px) {
        body .two-column-grid .intro {
          margin-bottom: 32px; } }
      @media (max-width: 595px) {
        body .two-column-grid .intro {
          margin-bottom: 20px; } }
    body .two-column-grid .content-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 1162px;
      margin-inline: auto;
      margin-bottom: 56px; }
      body .two-column-grid .content-wrapper:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        body .two-column-grid .content-wrapper {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 32px; } }
      body .two-column-grid .content-wrapper.row-reverse .text-wrap {
        margin-left: unset;
        margin-right: 56px; }
        @media (max-width: 767px) {
          body .two-column-grid .content-wrapper.row-reverse .text-wrap {
            margin-right: unset; } }
      body .two-column-grid .content-wrapper.row-reverse .img-wrap {
        margin-right: unset;
        margin-left: auto; }
        @media (max-width: 767px) {
          body .two-column-grid .content-wrapper.row-reverse .img-wrap {
            margin-inline: auto; } }
      body .two-column-grid .content-wrapper .btn-wrap {
        margin-top: 26px; }
        body .two-column-grid .content-wrapper .btn-wrap .btn-default:first-child {
          margin-right: 10px; }
          @media (max-width: 767px) {
            body .two-column-grid .content-wrapper .btn-wrap .btn-default:first-child {
              margin-right: unset; } }
        @media (max-width: 767px) {
          body .two-column-grid .content-wrapper .btn-wrap {
            margin-top: 12px; } }
      body .two-column-grid .content-wrapper .text-wrap {
        max-width: 528px;
        width: 100%;
        margin-left: 56px; }
        @media (max-width: 767px) {
          body .two-column-grid .content-wrapper .text-wrap {
            text-align: center; } }
        body .two-column-grid .content-wrapper .text-wrap h2 {
          margin-bottom: 20px;
          color: #ff6900; }
        body .two-column-grid .content-wrapper .text-wrap h3 {
          margin-bottom: 20px; }
        body .two-column-grid .content-wrapper .text-wrap ul {
          padding-left: 20px; }
          @media (max-width: 767px) {
            body .two-column-grid .content-wrapper .text-wrap ul {
              text-align: left; } }
          body .two-column-grid .content-wrapper .text-wrap ul li {
            padding-bottom: 10px;
            color: #1c1c1c;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: 0.2px;
            color: #1c1c1c;
            font-family: sofia-pro, sans-serif; }
            body .two-column-grid .content-wrapper .text-wrap ul li::marker {
              font-size: .9rem; }
            @media (max-width: 1024px) {
              body .two-column-grid .content-wrapper .text-wrap ul li {
                font-size: 18px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .two-column-grid .content-wrapper .text-wrap ul li {
                font-size: 16px; } }
            @media (max-width: 595px) {
              body .two-column-grid .content-wrapper .text-wrap ul li {
                font-size: 15px; } }
        @media (max-width: 767px) {
          body .two-column-grid .content-wrapper .text-wrap {
            max-width: 100%;
            margin-left: unset; }
            body .two-column-grid .content-wrapper .text-wrap h2, body .two-column-grid .content-wrapper .text-wrap h3, body .two-column-grid .content-wrapper .text-wrap .btn-wrap {
              text-align: center; } }
      body .two-column-grid .content-wrapper .img-wrap {
        max-width: 538px;
        width: 100%;
        margin-right: auto;
        padding: 0 0 10px 10px;
        position: relative; }
        body .two-column-grid .content-wrapper .img-wrap.orange-graphic:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          bottom: 0;
          max-width: 70%;
          max-height: 70%;
          background-color: #ff6900;
          z-index: -1; }
        @media (max-width: 767px) {
          body .two-column-grid .content-wrapper .img-wrap {
            max-width: 350px;
            margin-inline: auto;
            margin-bottom: 20px; } }
      body .two-column-grid .content-wrapper.center {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    body .two-column-grid.no-intro .intro {
      display: none; }
    body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
      left: 29%; }
      @media (min-width: 1270px) and (max-width: 1336px) {
        body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
          right: unset;
          left: 27%; } }
      @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
        body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
          right: unset;
          left: 26%; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
          right: unset;
          left: 31%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
          right: unset;
          left: 16%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
          left: unset;
          top: -66px;
          right: 22%; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
          left: unset;
          right: 10%;
          top: -66px; } }
      @media (max-width: 480px) {
        body .two-column-grid.arrow-reverse .col-three-card .col-three-wrapper::before {
          left: unset;
          right: 27%;
          top: -66px; } }
    body .two-column-grid.column-grid .col-three-card {
      position: relative;
      background-color: #141b4d;
      overflow: visible;
      margin-top: 58px;
      padding: 56px 0 24px;
      display: none;
      opacity: 0;
      visibility: hidden; }
      body .two-column-grid.column-grid .col-three-card.active {
        display: block;
        opacity: 1;
        visibility: visible; }
        body .two-column-grid.column-grid .col-three-card.active .col-three-wrapper::before {
          opacity: 1; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .two-column-grid.column-grid .col-three-card {
          padding: 32px 0 16px; } }
      @media (max-width: 595px) {
        body .two-column-grid.column-grid .col-three-card {
          padding: 32px 0; } }
      body .two-column-grid.column-grid .col-three-card .col-three-wrapper {
        position: relative;
        width: calc(100% + 32px);
        margin-left: -16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
          content: "";
          position: absolute;
          top: -90px;
          right: 20%;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 0;
          height: 0;
          border-left: 50px solid transparent;
          border-bottom: 50px solid #141b4d;
          border-right: 50px solid transparent;
          opacity: 0;
          z-index: -1; }
          @media (min-width: 1270px) and (max-width: 1336px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
              right: 26%; } }
          @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
              right: 24%; } }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
              right: 10%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
              right: 22%; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
              top: -66px;
              right: 22%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
              right: 10%;
              top: -66px; } }
          @media (max-width: 480px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper:before {
              right: 27%;
              top: -66px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .two-column-grid.column-grid .col-three-card .col-three-wrapper {
            width: calc(100% + 30px);
            margin-left: -15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .two-column-grid.column-grid .col-three-card .col-three-wrapper {
            width: calc(100% + 16px);
            margin-left: -8px; } }
        @media (max-width: 595px) {
          body .two-column-grid.column-grid .col-three-card .col-three-wrapper {
            width: 100%;
            margin: 0; } }
        body .two-column-grid.column-grid .col-three-card .col-three-wrapper .btn-wrap {
          position: absolute;
          bottom: 56px;
          left: 50%;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
          @media (max-width: 991px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper .btn-wrap {
              bottom: 32px;
              position: relative;
              top: 0;
              left: 0;
              -webkit-transform: none;
                   -o-transform: none;
                      transform: none; } }
          body .two-column-grid.column-grid .col-three-card .col-three-wrapper .btn-wrap .btn-default {
            margin-top: 0; }
        body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(33.33% - 32px);
                  flex: 0 0 calc(33.33% - 32px);
          margin: 0px 16px 32px;
          text-align: center;
          padding: 56px 40px;
          background-color: #ffffff;
          position: relative; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(50% - 30px);
                      flex: 0 0 calc(50% - 30px);
              margin: 0px 15px 30px;
              padding: 32px 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(50% - 16px);
                      flex: 0 0 calc(50% - 16px);
              margin: 0px 8px 16px;
              padding: 32px 20px; } }
          @media (max-width: 595px) {
            body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              margin: 0 0 16px;
              padding: 20px; }
              body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three:last-child {
                margin-bottom: 0; } }
          body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three h4 {
            color: #ff6900;
            margin-bottom: 20px;
            font-weight: 700; }
            @media (min-width: 1336px) {
              body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three h4 {
                font-size: 30px; } }
          body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three p {
            margin-bottom: 32px; }
            @media (max-width: 991px) {
              body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three p {
                min-height: 80px; } }
            @media (max-width: 767px) {
              body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three p {
                margin-bottom: 20px; } }
            @media (max-width: 595px) {
              body .two-column-grid.column-grid .col-three-card .col-three-wrapper .col-three p {
                min-height: auto; } }
    @media (max-width: 991px) {
      body .two-column-grid.two-grid .content-wrapper.row-reverse .text-wrap {
        padding-bottom: 0;
        padding-top: 0; } }
    @media (max-width: 991px) {
      body .two-column-grid.two-grid .content-wrapper .text-wrap {
        padding-bottom: 0;
        padding-top: 0; } }
    @media (min-width: 1336px) {
      body .two-column-grid.two-grid {
        padding-top: 56px; }
        body .two-column-grid.two-grid .content-wrapper.row-reverse .text-wrap p {
          max-width: 535px; }
        body .two-column-grid.two-grid .content-wrapper .text-wrap p {
          max-width: 535px; } }
    body .two-column-grid.black-inner-title .text-wrap h2 {
      color: #000000;
      max-width: 460px; }
      @media (max-width: 767px) {
        body .two-column-grid.black-inner-title .text-wrap h2 {
          margin-inline: auto; } }
    @media (max-width: 767px) {
      body .two-column-grid.industries-grid .text-wrap {
        margin-top: 20px; } }
    body .two-column-grid.industries-grid .content-wrapper {
      padding-bottom: 0; }
      body .two-column-grid.industries-grid .content-wrapper .img-wrap {
        margin: 0 auto 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .two-column-grid.industries-grid .content-wrapper .img-wrap {
            padding-top: 0; } }
    body .two-column-grid.industries-grid .text-wrap p {
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        body .two-column-grid.industries-grid .text-wrap p {
          margin-bottom: 16px; } }
    body .two-column-grid.industries-grid .text-wrap h2 {
      font-size: 17px;
      margin-bottom: 10px; }
    body .two-column-grid.industries-grid .text-wrap .btn-wrap {
      margin-bottom: 0; }
    body .two-column-grid.align-center .content-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    body .two-column-grid.no-btn-wrap .btn-wrap {
      display: none; }
    body .two-column-grid.glossary-grid .content-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body .two-column-grid.glossary-grid .content-wrapper .img-wrap {
        margin-right: 17px; }
        @media (max-width: 767px) {
          body .two-column-grid.glossary-grid .content-wrapper .img-wrap {
            margin-inline: auto; } }
      body .two-column-grid.glossary-grid .content-wrapper .text-wrap {
        margin-left: 30px;
        margin-bottom: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .two-column-grid.glossary-grid .content-wrapper .text-wrap {
            margin-left: 12px; } }
        @media (max-width: 767px) {
          body .two-column-grid.glossary-grid .content-wrapper .text-wrap {
            text-align: unset;
            margin-left: 0;
            margin-bottom: 0; } }
        body .two-column-grid.glossary-grid .content-wrapper .text-wrap h3 {
          margin-bottom: 32px; }
          @media (max-width: 480px) {
            body .two-column-grid.glossary-grid .content-wrapper .text-wrap h3 {
              text-align: left; } }
        body .two-column-grid.glossary-grid .content-wrapper .text-wrap ul li {
          color: #ff6900;
          font-weight: bold;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            body .two-column-grid.glossary-grid .content-wrapper .text-wrap ul li:last-child {
              margin-bottom: 0; } }
          body .two-column-grid.glossary-grid .content-wrapper .text-wrap ul li::marker {
            color: #000000; }
          body .two-column-grid.glossary-grid .content-wrapper .text-wrap ul li a {
            color: #ff6900; }
            body .two-column-grid.glossary-grid .content-wrapper .text-wrap ul li a:hover {
              text-decoration: underline; }
    body .two-column-grid.circled-img .content-wrapper .img-wrap {
      text-align: center; }
      body .two-column-grid.circled-img .content-wrapper .img-wrap img {
        border-radius: 50%;
        height: 330px;
        width: 330px; }
        @media (max-width: 595px) {
          body .two-column-grid.circled-img .content-wrapper .img-wrap img {
            height: 300px;
            width: 300px; } }
        @media (max-width: 480px) {
          body .two-column-grid.circled-img .content-wrapper .img-wrap img {
            height: 250px;
            width: 250px; } }
    body .two-column-grid.bg-left-pattern {
      position: relative; }
      body .two-column-grid.bg-left-pattern:after {
        content: '';
        position: absolute;
        background-image: url("/wp-content/themes/socure/templates/dist/images/dotted-pattern.png");
        background-repeat: no-repeat;
        background-size: 50% 80%;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 27%;
        left: 25px; }
        @media (max-width: 767px) {
          body .two-column-grid.bg-left-pattern:after {
            display: block;
            background-size: 50% 50%;
            top: 15%;
            left: 90px; } }
    body .two-column-grid.bg-right-pattern {
      position: relative; }
      body .two-column-grid.bg-right-pattern:after {
        content: '';
        position: absolute;
        background-image: url("/wp-content/themes/socure/templates/dist/images/dotted-pattern.png");
        background-repeat: no-repeat;
        background-size: 50% 80%;
        background-position: 100% 100%;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: -20%;
        right: 0; }
        @media (max-width: 767px) {
          body .two-column-grid.bg-right-pattern:after {
            display: block;
            background-size: 50% 54%;
            top: -43%;
            right: 40px; } }
    body .two-column-grid.small-img-with-pattern {
      position: relative; }
      body .two-column-grid.small-img-with-pattern:after {
        content: '';
        position: absolute;
        background-image: url("/wp-content/themes/socure/templates/dist/images/dot-with-linepattern.png");
        background-repeat: no-repeat;
        background-size: 54% 100%;
        background-position: 100% 100%;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 15px; }
      body .two-column-grid.small-img-with-pattern .content-wrapper {
        z-index: 2;
        position: relative; }
        @media (max-width: 767px) {
          body .two-column-grid.small-img-with-pattern .content-wrapper {
            padding: 20px 0; } }
        body .two-column-grid.small-img-with-pattern .content-wrapper .img-wrap {
          max-width: 300px; }
    body .two-column-grid.docv-style {
      background-color: #000F3A !important; }
      body .two-column-grid.docv-style .content-wrapper {
        max-width: 100%;
        margin-inline: unset; }
        body .two-column-grid.docv-style .content-wrapper .text-wrap {
          max-width: 760px;
          width: unset;
          margin: 0; }
          body .two-column-grid.docv-style .content-wrapper .text-wrap h2 {
            font-size: 40px;
            font-weight: 600;
            text-align: center; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .two-column-grid.docv-style .content-wrapper .text-wrap h2 {
                font-size: 32px; } }
            @media (max-width: 595px) {
              body .two-column-grid.docv-style .content-wrapper .text-wrap h2 {
                font-size: 32px; } }
        body .two-column-grid.docv-style .content-wrapper .img-wrap {
          max-width: 480px;
          max-height: 243px;
          overflow: hidden;
          width: 100%;
          height: 100%; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .two-column-grid.docv-style .content-wrapper .img-wrap {
              max-width: 270px;
              max-height: 220px; } }
          @media (max-width: 595px) {
            body .two-column-grid.docv-style .content-wrapper .img-wrap {
              max-width: 200px;
              max-height: 200px; } }
          body .two-column-grid.docv-style .content-wrapper .img-wrap img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
  body .three-col-grid {
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      body .three-col-grid {
        padding-bottom: 17px; } }
    body .three-col-grid .intro {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 24px;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .three-col-grid .intro {
          margin-bottom: 8px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .three-col-grid .intro {
          margin-bottom: 8px; } }
      body .three-col-grid .intro h2 {
        line-height: 1.11;
        font-weight: bold;
        margin-bottom: 14px; }
        @media (max-width: 595px) {
          body .three-col-grid .intro h2 {
            margin-bottom: 8px; } }
      @media (min-width: 1336px) {
        body .three-col-grid .intro p {
          font-size: 24px; } }
    body .three-col-grid .col-three-wrapper {
      position: relative;
      width: calc(100% + 32px);
      margin-left: -16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .three-col-grid .col-three-wrapper {
          width: calc(100% + 24px);
          margin-left: -12px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .three-col-grid .col-three-wrapper {
          width: calc(100% + 24px);
          margin-left: -12px; } }
      @media (max-width: 595px) {
        body .three-col-grid .col-three-wrapper {
          width: 100%;
          margin-left: 0; } }
    body .three-col-grid .col-three {
      position: relative;
      width: calc(33.33% - 32px);
      margin: 32px 16px 0;
      padding: 56px 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 1336px) {
        body .three-col-grid .col-three {
          margin: 32px 16px 0; } }
      body .three-col-grid .col-three:last-of-type(1) {
        margin-bottom: 0; }
      body .three-col-grid .col-three:last-of-type(2) {
        margin-bottom: 0; }
      body .three-col-grid .col-three:last-of-type(3) {
        margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .three-col-grid .col-three {
          width: calc(50% - 24px);
          margin: 24px 12px 0px;
          padding: 30px 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .three-col-grid .col-three {
          width: calc(50% - 24px);
          padding: 30px 20px;
          margin: 24px 12px 0px; } }
      @media (max-width: 595px) {
        body .three-col-grid .col-three {
          width: 100%;
          padding: 30px 20px;
          margin: 0 0 20px; }
          body .three-col-grid .col-three:last-child {
            margin-bottom: 0; } }
      body .three-col-grid .col-three:hover .hover-content {
        opacity: 1;
        z-index: 1; }
      body .three-col-grid .col-three .icon-wrap {
        width: 100%;
        max-width: 76px;
        max-height: 70px;
        margin: 0 auto 34px;
        min-height: 70px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .three-col-grid .col-three .icon-wrap {
            max-width: 70px;
            margin: 0 auto 26px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .three-col-grid .col-three .icon-wrap {
            max-width: 65px;
            margin: 0 auto 16px;
            min-height: auto; } }
        @media (max-width: 595px) {
          body .three-col-grid .col-three .icon-wrap {
            max-width: 60px;
            max-height: 60px;
            margin: 0 auto 10px;
            min-height: auto; } }
        body .three-col-grid .col-three .icon-wrap img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      body .three-col-grid .col-three .text-wrap {
        text-align: center;
        position: relative; }
        body .three-col-grid .col-three .text-wrap h3 {
          margin-bottom: 16px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .three-col-grid .col-three .text-wrap h3 {
              margin: 0 auto 10px; } }
      body .three-col-grid .col-three .hover-content {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #141b4d;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 991px) {
          body .three-col-grid .col-three .hover-content {
            position: relative;
            opacity: 1;
            background-color: transparent;
            margin: 10px auto 0;
            height: auto;
            width: auto;
            display: inline-block;
            text-align: center; } }
        body .three-col-grid .col-three .hover-content span {
          font-size: 26px;
          font-weight: bold;
          color: #ffffff; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .three-col-grid .col-three .hover-content span {
              font-size: 20px; } }
          @media (max-width: 767px) {
            body .three-col-grid .col-three .hover-content span {
              font-size: 16px;
              display: inline-block; } }
        body .three-col-grid .col-three .hover-content a {
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0; }
        body .three-col-grid .col-three .hover-content .block-content {
          text-align: center;
          padding: 20px;
          max-height: 320px;
          overflow-x: auto; }
          body .three-col-grid .col-three .hover-content .block-content h3, body .three-col-grid .col-three .hover-content .block-content p {
            color: #ffffff; }
          @media (max-width: 991px) {
            body .three-col-grid .col-three .hover-content .block-content {
              max-height: inherit;
              padding: 0; } }
          body .three-col-grid .col-three .hover-content .block-content p {
            margin-bottom: 15px; }
            @media (min-width: 992px) {
              body .three-col-grid .col-three .hover-content .block-content p {
                height: 100% !important; } }
          body .three-col-grid .col-three .hover-content .block-content a.btn-default {
            position: inherit;
            opacity: 1;
            width: inherit;
            height: inherit;
            min-width: 145px;
            padding: 10px 10px;
            font-size: 14px;
            min-height: 40px; }
    body .three-col-grid.grid-acquisition {
      overflow: visible; }
      body .three-col-grid.grid-acquisition .col-three {
        min-height: 480px;
        overflow: hidden;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .three-col-grid.grid-acquisition .col-three {
            min-height: 400px; } }
        @media (max-width: 991px) {
          body .three-col-grid.grid-acquisition .col-three {
            min-height: 100%;
            -ms-flex-wrap: inherit;
                flex-wrap: inherit;
            display: block; } }
        body .three-col-grid.grid-acquisition .col-three:hover {
          position: relative;
          z-index: 2;
          overflow: visible;
          height: auto !important; }
          body .three-col-grid.grid-acquisition .col-three:hover .hover-content {
            height: auto !important;
            min-height: 100%; }
        body .three-col-grid.grid-acquisition .col-three .hover-content {
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          padding: 35px 45px;
          background-color: #1B1D4B; }
          @media (max-width: 991px) {
            body .three-col-grid.grid-acquisition .col-three .hover-content {
              padding: 20px 40px 20px 40px;
              background-color: transparent; } }
      body .three-col-grid.grid-acquisition .btn-wrap {
        margin-top: 25px; }
    body .three-col-grid.left-content .col-three .hover-content .block-content {
      text-align: left; }
    body .three-col-grid.icon-large .col-three {
      min-height: 375px; }
      body .three-col-grid.icon-large .col-three .icon-wrap {
        max-width: 100px;
        max-height: 100px; }
    body .three-col-grid .four-card .col-three {
      width: calc(25% - 32px); }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .three-col-grid .four-card .col-three {
          width: calc(33.33% - 32px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .three-col-grid .four-card .col-three {
          width: calc(50% - 24px);
          margin: 24px 12px 0px;
          padding: 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .three-col-grid .four-card .col-three {
          width: calc(50% - 24px);
          padding: 32px 20px;
          margin: 24px 12px 0px; } }
      @media (max-width: 595px) {
        body .three-col-grid .four-card .col-three {
          width: 100%;
          padding: 32px 20px;
          margin: 0 0 20px; }
          body .three-col-grid .four-card .col-three:last-child {
            margin-bottom: 0; } }
      @media (min-width: 992px) {
        body .three-col-grid .four-card .col-three h3 {
          font-size: 25px; } }
    body .three-col-grid.icon-center .col-three-wrapper .col-three {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body .three-col-grid.icon-center .col-three-wrapper .col-three .icon-wrap {
        height: 100% !important; }
      body .three-col-grid.icon-center .col-three-wrapper .col-three .text-wrap h3 {
        height: 100% !important; }
  body .text-carousel .outer-wrapper {
    position: relative;
    background-color: #ebedee; }
    @media (max-width: 595px) {
      body .text-carousel .outer-wrapper {
        padding: 0; } }
    @media (max-width: 767px) {
      body .text-carousel .outer-wrapper {
        padding-bottom: 22px; } }
    body .text-carousel .outer-wrapper .inner-wrapper {
      position: static;
      max-width: 1063px;
      margin: 0 auto;
      padding: 0 61px; }
      @media (max-width: 991px) {
        body .text-carousel .outer-wrapper .inner-wrapper {
          padding: 0 100px; } }
      @media (max-width: 767px) {
        body .text-carousel .outer-wrapper .inner-wrapper {
          padding: 0 32px; } }
      @media (max-width: 595px) {
        body .text-carousel .outer-wrapper .inner-wrapper {
          padding: 0 30px 10px; } }
      body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper {
        padding: 96px 40px;
        font-size: 0; }
        @media (max-width: 991px) {
          body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper {
            padding: 40px 0; } }
        @media (max-width: 595px) {
          body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper {
            text-align: center;
            padding-bottom: 10px; } }
        body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper .col-inner {
          width: 100%;
          padding-right: 28px; }
          @media (max-width: 595px) {
            body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper .col-inner {
              width: 100%;
              padding: 0;
              margin-bottom: 0; } }
          body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper .col-inner .logo-wrap {
            margin-top: 36px;
            max-width: 140px; }
            @media (max-width: 595px) {
              body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper .col-inner .logo-wrap {
                margin: 0 auto; } }
          body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper .col-inner h3 {
            margin-bottom: 14px; }
          body .text-carousel .outer-wrapper .inner-wrapper .slide-wrapper .col-inner h5 {
            font-weight: 500; }
      body .text-carousel .outer-wrapper .inner-wrapper .slick-arrow.slick-prev {
        left: 34px; }
      body .text-carousel .outer-wrapper .inner-wrapper .slick-arrow.slick-next {
        right: 34px; }
  body .testimonial-slider {
    opacity: 0;
    background-image: -webkit-linear-gradient(335deg, #1c1c4b 20%, #2f3e8b 100%);
    background-image: -o-linear-gradient(335deg, #1c1c4b 20%, #2f3e8b 100%);
    background-image: linear-gradient(115deg, #1c1c4b 20%, #2f3e8b 100%); }
    @media (min-width: 1336px) {
      body .testimonial-slider {
        padding: 96px 0; } }
    @media (min-width: 992px) {
      body .testimonial-slider {
        padding: 96px 0; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .testimonial-slider {
        padding: 56px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .testimonial-slider {
        padding: 56px 0 41px; } }
    @media (max-width: 767px) {
      body .testimonial-slider {
        padding: 32px 0; } }
    body .testimonial-slider .container {
      z-index: 1; }
    body .testimonial-slider .outer-wrapper .slider-container {
      padding: 0 80px; }
      @media (max-width: 595px) {
        body .testimonial-slider .outer-wrapper .slider-container {
          padding: 0 40px; } }
      body .testimonial-slider .outer-wrapper .slider-container .slide {
        font-size: 0; }
        body .testimonial-slider .outer-wrapper .slider-container .slide .image-wrapper {
          display: inline-block;
          vertical-align: middle;
          width: 100%; }
          @media (max-width: 991px) {
            body .testimonial-slider .outer-wrapper .slider-container .slide .image-wrapper {
              width: 100%;
              margin-bottom: 15px; } }
          body .testimonial-slider .outer-wrapper .slider-container .slide .image-wrapper .img-content {
            max-width: 200px;
            height: 80px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px; }
            @media (max-width: 991px) {
              body .testimonial-slider .outer-wrapper .slider-container .slide .image-wrapper .img-content {
                margin: 0 auto;
                max-width: 170px; } }
            body .testimonial-slider .outer-wrapper .slider-container .slide .image-wrapper .img-content img {
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
        body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper {
          display: inline-block;
          vertical-align: middle;
          padding-left: 42px;
          width: 100%; }
          @media (max-width: 991px) {
            body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper {
              width: 100%;
              padding: 20px 0 0; } }
          body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper .content {
            position: relative;
            padding-top: 70px;
            max-width: 875px;
            margin: 0 auto; }
            @media (max-width: 991px) {
              body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper .content {
                max-width: 100%;
                text-align: center; } }
            body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper .content:after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              background-image: url("/wp-content/themes/socure/templates/dist/images/quotes.png");
              background-size: 100%;
              background-repeat: no-repeat;
              height: 50px;
              width: 70px; }
              @media (max-width: 991px) {
                body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper .content:after {
                  left: 50%;
                  -webkit-transform: translateX(-50%);
                       -o-transform: translateX(-50%);
                          transform: translateX(-50%); } }
          body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper h4 {
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 28px;
            line-height: 1.3; }
          body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper h6 {
            color: #ffffff; }
            @media (min-width: 992px) {
              body .testimonial-slider .outer-wrapper .slider-container .slide .content-wrapper h6 {
                font-size: 22px; } }
      body .testimonial-slider .outer-wrapper .slider-container .slick-dots {
        display: none;
        margin-top: 109px; }
        @media (max-width: 991px) {
          body .testimonial-slider .outer-wrapper .slider-container .slick-dots {
            margin-top: 30px; } }
        body .testimonial-slider .outer-wrapper .slider-container .slick-dots li {
          background-color: #ffffff; }
          body .testimonial-slider .outer-wrapper .slider-container .slick-dots li.slick-active {
            background-color: #ff6900; }
      body .testimonial-slider .outer-wrapper .slider-container .slick-arrow {
        top: 216px;
        background-image: url("/wp-content/themes/socure/templates/dist/images/left-arrow-white.svg"); }
        @media (max-width: 1024px) {
          body .testimonial-slider .outer-wrapper .slider-container .slick-arrow {
            top: 206px; } }
        body .testimonial-slider .outer-wrapper .slider-container .slick-arrow.slick-next {
          -webkit-transform: rotate(180deg) translateY(26px);
               -o-transform: rotate(180deg) translateY(26px);
                  transform: rotate(180deg) translateY(26px); }
        body .testimonial-slider .outer-wrapper .slider-container .slick-arrow.slick-disabled {
          opacity: 0.4;
          cursor: default; }
    body .testimonial-slider .outer-wrapper .logo-container {
      font-size: 0;
      padding: 0 39px;
      text-align: center; }
      body .testimonial-slider .outer-wrapper .logo-container .logo-wrap {
        display: inline-block;
        width: 16.6%;
        vertical-align: middle;
        padding-top: 90px;
        padding: 90px 22px 0;
        max-width: 182px;
        margin: 0 16px;
        cursor: pointer; }
        @media (max-width: 991px) {
          body .testimonial-slider .outer-wrapper .logo-container .logo-wrap {
            width: 25%;
            margin: 0 0 15px;
            padding-right: 30px;
            padding-top: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .testimonial-slider .outer-wrapper .logo-container .logo-wrap {
            max-width: 150px;
            width: 33.3%; } }
        @media (max-width: 767px) {
          body .testimonial-slider .outer-wrapper .logo-container .logo-wrap {
            width: 33.3%;
            padding-right: 25px;
            max-width: 130px;
            padding-top: 30px; } }
        @media (max-width: 480px) {
          body .testimonial-slider .outer-wrapper .logo-container .logo-wrap {
            width: 50%;
            margin: 0;
            padding-right: 20px;
            max-width: 100px; } }
        body .testimonial-slider .outer-wrapper .logo-container .logo-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 55px; }
          @media (max-width: 595px) {
            body .testimonial-slider .outer-wrapper .logo-container .logo-wrap img {
              height: 43px; } }
    body .testimonial-slider.indusrties-slider .outer-wrapper .slider-container .slick-dots {
      margin-top: 60px; }
      @media (max-width: 991px) {
        body .testimonial-slider.indusrties-slider .outer-wrapper .slider-container .slick-dots {
          margin-top: 30px; } }
    body .testimonial-slider.indusrties-slider .outer-wrapper .slider-container .slide .image-wrapper .img-content {
      width: 261px;
      height: 261px;
      overflow: hidden;
      border-radius: 50%;
      border: 12px solid #ffffff;
      margin-top: 125px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .testimonial-slider.indusrties-slider .outer-wrapper .slider-container .slide .image-wrapper .img-content {
          margin-right: 45px;
          margin-top: 0; } }
      @media (max-width: 991px) {
        body .testimonial-slider.indusrties-slider .outer-wrapper .slider-container .slide .image-wrapper .img-content {
          margin: 0 auto;
          max-width: 100%; } }
      body .testimonial-slider.indusrties-slider .outer-wrapper .slider-container .slide .image-wrapper .img-content img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  body .testimonial-slider-case {
    background-image: -webkit-linear-gradient(335deg, #1c1c4b 20%, #2f3e8b 100%);
    background-image: -o-linear-gradient(335deg, #1c1c4b 20%, #2f3e8b 100%);
    background-image: linear-gradient(115deg, #1c1c4b 20%, #2f3e8b 100%); }
    @media (min-width: 1336px) {
      body .testimonial-slider-case {
        padding: 96px 0; } }
    @media (min-width: 992px) {
      body .testimonial-slider-case {
        padding: 96px 0; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .testimonial-slider-case {
        padding: 56px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .testimonial-slider-case {
        padding: 56px 0 41px; } }
    @media (max-width: 767px) {
      body .testimonial-slider-case {
        padding: 32px 0; } }
    body .testimonial-slider-case .container {
      z-index: 1; }
    body .testimonial-slider-case .outer-wrapper .slider-container .slide {
      font-size: 0; }
      body .testimonial-slider-case .outer-wrapper .slider-container .slide .image-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 40%; }
        @media (max-width: 991px) {
          body .testimonial-slider-case .outer-wrapper .slider-container .slide .image-wrapper {
            width: 100%;
            margin-bottom: 15px; } }
        body .testimonial-slider-case .outer-wrapper .slider-container .slide .image-wrapper .img-content {
          max-width: 250px;
          margin-left: auto;
          margin-right: 45px; }
          @media (max-width: 991px) {
            body .testimonial-slider-case .outer-wrapper .slider-container .slide .image-wrapper .img-content {
              margin: 0 auto;
              max-width: 170px; } }
      body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper {
        display: inline-block;
        vertical-align: middle;
        padding-left: 42px;
        width: 60%; }
        @media (max-width: 991px) {
          body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper {
            width: 100%;
            padding: 20px 0 0; } }
        body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper .content {
          position: relative;
          padding-top: 70px;
          max-width: 665px; }
          @media (max-width: 991px) {
            body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper .content {
              max-width: 100%;
              text-align: center; } }
          body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper .content:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-image: url("/wp-content/themes/socure/templates/dist/images/quotes.png");
            background-size: 100%;
            background-repeat: no-repeat;
            height: 50px;
            width: 70px; }
            @media (max-width: 991px) {
              body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper .content:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                     -o-transform: translateX(-50%);
                        transform: translateX(-50%); } }
        body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper h4 {
          color: #ffffff;
          font-weight: 600;
          margin-bottom: 28px;
          line-height: 1.3; }
        body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper h6 {
          color: #ffffff; }
          @media (min-width: 992px) {
            body .testimonial-slider-case .outer-wrapper .slider-container .slide .content-wrapper h6 {
              font-size: 22px; } }
    body .testimonial-slider-case .outer-wrapper .slider-container .slick-dots {
      margin-top: 109px; }
      @media (max-width: 991px) {
        body .testimonial-slider-case .outer-wrapper .slider-container .slick-dots {
          margin-top: 30px; } }
      body .testimonial-slider-case .outer-wrapper .slider-container .slick-dots li {
        background-color: #ffffff; }
        body .testimonial-slider-case .outer-wrapper .slider-container .slick-dots li.slick-active {
          background-color: #ff6900; }
    body .testimonial-slider-case .outer-wrapper .logo-container {
      font-size: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap {
        display: inline-block;
        width: 16.6%;
        vertical-align: middle;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding-top: 60px;
        max-width: 182px;
        margin: 0 16px; }
        body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap:last-child {
          padding-right: 0; }
        @media (max-width: 991px) {
          body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap {
            width: 25%;
            margin: 0 0 15px;
            padding-right: 30px;
            padding-top: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap {
            max-width: 150px;
            width: 33.3%; } }
        @media (max-width: 767px) {
          body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap {
            width: 33.3%;
            padding-right: 25px;
            max-width: 130px;
            padding-top: 30px; } }
        @media (max-width: 480px) {
          body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap {
            width: 50%;
            margin: 0;
            padding-right: 20px;
            max-width: 100px; } }
        body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 55px; }
          @media (max-width: 595px) {
            body .testimonial-slider-case .outer-wrapper .logo-container .logo-wrap img {
              height: 43px; } }
  body .use-case-grid {
    position: relative;
    width: 100%; }
    body .use-case-grid.text-middle .col-two .text-wrap {
      padding: 96px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .use-case-grid.text-middle .col-two .text-wrap {
          padding: 56px 50px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .use-case-grid.text-middle .col-two .text-wrap {
          padding: 56px 40px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .use-case-grid.text-middle .col-two .text-wrap {
          padding: 32px 20px; } }
      @media (max-width: 480px) {
        body .use-case-grid.text-middle .col-two .text-wrap {
          padding: 32px 20px; } }
      body .use-case-grid.text-middle .col-two .text-wrap p {
        text-align: center; }
    body .use-case-grid .intro {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (max-width: 595px) {
        body .use-case-grid .intro p {
          padding-bottom: 10px; } }
    body .use-case-grid .col-two-wrapper {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        body .use-case-grid .col-two-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    body .use-case-grid .col-two {
      width: 50%;
      position: relative; }
      @media (max-width: 767px) {
        body .use-case-grid .col-two {
          width: 100%; } }
      body .use-case-grid .col-two .text-wrap {
        padding: 96px 96px 56px 96px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .use-case-grid .col-two .text-wrap {
            padding: 56px 50px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .use-case-grid .col-two .text-wrap {
            padding: 56px 40px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .use-case-grid .col-two .text-wrap {
            padding: 32px 20px; } }
        @media (max-width: 480px) {
          body .use-case-grid .col-two .text-wrap {
            padding: 32px 20px; } }
      body .use-case-grid .col-two .btn-transparent:hover {
        color: #000000;
        border: 1px solid #000000; }
      body .use-case-grid .col-two .btn-default {
        padding: 11px 39px;
        margin-top: 45px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .use-case-grid .col-two .btn-default {
            margin-top: 35px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .use-case-grid .col-two .btn-default {
            margin-top: 25px; } }
        @media (max-width: 767px) {
          body .use-case-grid .col-two .btn-default {
            margin-top: 15px; } }
      body .use-case-grid .col-two .img-wrap {
        width: 100%;
        height: 100%; }
        body .use-case-grid .col-two .img-wrap img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media container-up {
            body .use-case-grid .col-two .img-wrap img {
              -o-object-fit: fill;
                 object-fit: fill; } }
    body .use-case-grid .reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 767px) {
        body .use-case-grid .reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
  body .violator-bar {
    background-color: #ff6900; }
    body .violator-bar ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style-type: none;
      padding: 14px 0 15px;
      position: relative; }
      @media (max-width: 767px) {
        body .violator-bar ul {
          text-align: center; } }
      body .violator-bar ul a {
        position: absolute;
        height: 100%;
        width: 100%; }
      body .violator-bar ul li {
        color: #ffffff;
        font-size: 18px;
        font-weight: 800;
        padding: 0 17px;
        position: relative;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        body .violator-bar ul li:hover {
          color: #000000; }
        @media (max-width: 1024px) {
          body .violator-bar ul li {
            font-size: 16px; } }
        @media (max-width: 991px) {
          body .violator-bar ul li {
            display: block;
            width: 100%;
            text-align: center;
            padding: 8px 0; } }
        body .violator-bar ul li:after {
          content: " | ";
          position: absolute;
          right: 0;
          width: 1px;
          height: 100%;
          font-weight: 500;
          top: 0;
          color: #ffffff; }
          @media (max-width: 991px) {
            body .violator-bar ul li:after {
              content: '';
              background-color: #ffffff;
              height: 2px;
              width: 52%;
              top: auto;
              bottom: 0;
              margin: auto;
              text-align: center;
              left: 0; } }
          @media (max-width: 595px) {
            body .violator-bar ul li:after {
              width: 70%; } }
        body .violator-bar ul li:last-child::after {
          display: none; }
        @media (max-width: 991px) {
          body .violator-bar ul li:last-child::after {
            display: block; } }
  body .overlay-active {
    overflow: hidden; }
    body .overlay-active .video-overlay {
      visibility: visible;
      opacity: 1;
      z-index: 99999;
      display: block; }
      body .overlay-active .video-overlay .video-container {
        opacity: 1;
        -webkit-animation: fade-Up 1.5s ease-in-out both;
             -o-animation: fade-Up 1.5s ease-in-out both;
                animation: fade-Up 1.5s ease-in-out both; }
  body .video-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    display: none; }
    body .video-overlay iframe {
      border: none;
      width: 100%; }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .video-overlay iframe {
          height: 400px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .video-overlay iframe {
          height: 465px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .video-overlay iframe {
          height: 400px; } }
      @media (max-width: 595px) {
        body .video-overlay iframe {
          height: 215px; } }
      @media (min-width: 596px) and (max-width: 767px) and (orientation: landscape) {
        body .video-overlay iframe {
          height: 240px;
          max-width: 470px; } }
      @media (max-width: 595px) and (orientation: landscape) {
        body .video-overlay iframe {
          height: 230px;
          max-width: 430px; } }
      @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
        body .video-overlay iframe {
          top: 0;
          right: 90px;
          max-width: 600px;
          height: 340px; } }
    body .video-overlay .v-middle-inner {
      display: table;
      position: relative;
      text-align: center;
      width: 100%;
      height: 100%; }
      body .video-overlay .v-middle-inner .v-middle {
        display: table-cell;
        vertical-align: middle; }
    body .video-overlay .video-container {
      position: relative;
      max-width: 840px;
      padding: 0 20px;
      margin: 0 auto; }
  body .close-video {
    height: 30px;
    width: 30px;
    padding: 1px 1px 0 0;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none; }
    @media (min-width: 596px) and (max-width: 767px) and (orientation: landscape) {
      body .close-video {
        top: 0;
        right: 65px; } }
    @media (max-width: 595px) and (orientation: landscape) {
      body .close-video {
        top: 0;
        right: 80px; } }
    @media (min-width: 481px) and (max-width: 595px) and (orientation: landscape) {
      body .close-video {
        top: -30px; } }
    @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
      body .close-video {
        top: 0;
        right: 60px; } }
    body .close-video:after, body .close-video:before {
      content: "";
      position: absolute;
      top: 13px;
      left: 4px;
      width: 20px;
      height: 2px;
      background: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body .close-video:before {
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    body .close-video:after {
      -webkit-transform: rotate(130deg);
           -o-transform: rotate(130deg);
              transform: rotate(130deg); }
    body .close-video:hover {
      border-color: #ffffff; }
      body .close-video:hover:after, body .close-video:hover:before {
        background: #ffffff; }
  body .video-blade {
    width: 100%;
    position: relative; }
    body .video-blade.bg-blue .intro h2 {
      color: #ffffff; }
    body .video-blade.bg-blue .intro p {
      color: #ffffff; }
    body .video-blade .intro {
      width: 100%;
      max-width: 804px;
      margin: 0 auto 56px;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .video-blade .intro {
          margin: 0 auto 32px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .video-blade .intro {
          margin: 0 auto 32px; } }
      @media (max-width: 595px) {
        body .video-blade .intro {
          margin: 0 auto 20px; } }
      body .video-blade .intro h2 {
        color: #ff6900;
        margin: 0 0 20px; }
      body .video-blade .intro h5 {
        color: #231f20; }
        @media (min-width: 1025px) {
          body .video-blade .intro h5 {
            font-size: 24px; } }
    body .video-blade .video-wrap {
      width: 100%;
      position: relative; }
      body .video-blade .video-wrap .thumbnail-img {
        position: relative;
        width: 100%;
        max-width: 1024px;
        height: 596px;
        margin: 0 auto;
        border: solid 10px #ff8200; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .video-blade .video-wrap .thumbnail-img {
            height: 428px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .video-blade .video-wrap .thumbnail-img {
            height: 345px;
            border: solid 8px #ff8200; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .video-blade .video-wrap .thumbnail-img {
            height: 307px;
            border: solid 6px #ff8200; } }
        @media (max-width: 480px) {
          body .video-blade .video-wrap .thumbnail-img {
            height: 206px;
            border: solid 6px #ff8200; } }
        body .video-blade .video-wrap .thumbnail-img img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%; }
        body .video-blade .video-wrap .thumbnail-img video {
          width: 100%;
          max-width: 1024px;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          body .video-blade .video-wrap .thumbnail-img video::-webkit-media-controls-overlay-play-button {
            display: none; }
      body .video-blade .video-wrap .play-btn {
        position: absolute;
        width: 138px;
        height: 159px;
        top: 50%;
        left: 50%;
        font-size: 80px;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        cursor: pointer; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .video-blade .video-wrap .play-btn {
            width: 97px;
            height: 109px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .video-blade .video-wrap .play-btn {
            width: 80px;
            height: 90px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .video-blade .video-wrap .play-btn {
            width: 59px;
            height: 68px; } }
        @media (max-width: 480px) {
          body .video-blade .video-wrap .play-btn {
            width: 39px;
            height: 45px; } }
    body .video-blade iframe {
      width: 100%;
      height: 100%; }
    body .video-blade.bg-blue {
      background: -webkit-linear-gradient(327deg, #1c1c4b 20%, #2f3e8b 100%);
      background: -o-linear-gradient(327deg, #1c1c4b 20%, #2f3e8b 100%);
      background: linear-gradient(123deg, #1c1c4b 20%, #2f3e8b 100%); }
      body .video-blade.bg-blue h2 {
        color: #f5f5f5; }
      body .video-blade.bg-blue h5 {
        color: #ffffff; }
  body .video-with-content.bg-blue .intro h2 {
    color: #ffffff; }
  body .video-with-content.bg-blue .intro p {
    color: #ffffff; }
  body .video-with-content.bg-blue .text-wrap h3 {
    color: #ffffff; }
  body .video-with-content.bg-blue .text-wrap p {
    color: #ffffff; }
  body .video-with-content .intro {
    max-width: 804px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 96px; }
    body .video-with-content .intro h2 {
      color: #ff6900; }
    @media (max-width: 991px) {
      body .video-with-content .intro {
        margin-bottom: 32px; } }
    @media (max-width: 595px) {
      body .video-with-content .intro {
        margin-bottom: 20px; } }
  body .video-with-content .content-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 56px; }
    body .video-with-content .content-wrapper:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      body .video-with-content .content-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 32px; } }
    body .video-with-content .content-wrapper .img-wrapper {
      max-width: 700px;
      width: 100%;
      margin-right: auto;
      padding: 0 0 24px 24px;
      position: relative; }
      body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap {
        position: absolute;
        top: 48%;
        left: 50%;
        width: 138px;
        height: 159px;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        overflow: hidden;
        opacity: 0; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap {
            width: 80px;
            height: 92px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap {
            width: 50px;
            height: 60px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap {
            width: 50px;
            height: 60px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap {
            width: 50px;
            height: 60px; } }
        @media (max-width: 480px) {
          body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap {
            width: 30px;
            height: 38px; } }
        body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap .play-icon {
          position: relative;
          height: 100%;
          width: 100%;
          display: inline-block; }
          body .video-with-content .content-wrapper .img-wrapper .play-icon-wrap .play-icon::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: url(/wp-content/themes/socure/templates/dist/images/video-with-content/triangle.png) no-repeat center;
            background-size: 100%; }
      body .video-with-content .content-wrapper .img-wrapper img {
        width: 100%;
        height: 405px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 1024px) {
          body .video-with-content .content-wrapper .img-wrapper img {
            height: 300px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .video-with-content .content-wrapper .img-wrapper img {
            height: 300px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .video-with-content .content-wrapper .img-wrapper img {
            height: 270px; } }
        @media (max-width: 480px) {
          body .video-with-content .content-wrapper .img-wrapper img {
            height: 250px; } }
      body .video-with-content .content-wrapper .img-wrapper.orange-graphic:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0px;
        max-width: 70%;
        max-height: 70%;
        background-color: #ff7900;
        z-index: -1; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .video-with-content .content-wrapper .img-wrapper {
          padding: 0 0 15px 15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .video-with-content .content-wrapper .img-wrapper {
          padding: 0 0 15px 15px; } }
      @media (max-width: 767px) {
        body .video-with-content .content-wrapper .img-wrapper {
          max-width: 100%;
          margin-bottom: 20px;
          padding: 0 0 15px 15px; } }
    body .video-with-content .content-wrapper .active.overlay-video {
      display: block; }
  body .video-with-content .text-wrap {
    max-width: 484px;
    width: 100%;
    margin-left: 106px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .video-with-content .text-wrap {
        margin-left: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .video-with-content .text-wrap {
        margin-left: 35px; } }
    @media (max-width: 767px) {
      body .video-with-content .text-wrap {
        text-align: center; } }
    body .video-with-content .text-wrap h3 {
      margin-bottom: 20px;
      color: #231f20;
      font-weight: 600; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .video-with-content .text-wrap h3 {
          margin: 0 auto; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .video-with-content .text-wrap h3 {
          margin: 0 auto; } }
      @media (max-width: 480px) {
        body .video-with-content .text-wrap h3 {
          margin: 0 auto; } }
    body .video-with-content .text-wrap h3 {
      margin-bottom: 20px; }
    body .video-with-content .text-wrap p {
      color: #231f20; }
    @media (max-width: 767px) {
      body .video-with-content .text-wrap {
        max-width: 100%;
        margin-left: unset; }
        body .video-with-content .text-wrap h2,
        body .video-with-content .text-wrap h3,
        body .video-with-content .text-wrap .btn-wrap {
          text-align: center; } }
    body .video-with-content .text-wrap .btn-wrapper {
      margin-top: 20px; }
  body .video-with-content .overlay-video {
    width: 100%;
    height: 405px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .video-with-content .overlay-video {
        height: 350px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .video-with-content .overlay-video {
        height: 280px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .video-with-content .overlay-video {
        height: 280px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .video-with-content .overlay-video {
        height: 260px; } }
    @media (max-width: 480px) {
      body .video-with-content .overlay-video {
        height: 240px; } }
    body .video-with-content .overlay-video video {
      -o-object-fit: cover;
         object-fit: cover;
      cursor: pointer;
      width: 675px;
      height: 405px;
      background: #000000; }
    body .video-with-content .overlay-video .poster {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    body .video-with-content .overlay-video video {
      width: 100%;
      height: 100%; }
  body .video-with-content iframe {
    width: 100%;
    height: 100%; }
  body .video-with-content.content-with-shadow .content-wrapper {
    -webkit-box-shadow: 1px 7px 36px -13px rgba(107, 107, 107, 0.71);
            box-shadow: 1px 7px 36px -13px rgba(107, 107, 107, 0.71);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body .video-with-content.content-with-shadow .content-wrapper .img-wrapper {
      max-width: 520px;
      padding: 0; }
      body .video-with-content.content-with-shadow .content-wrapper .img-wrapper .overlay-video.watch-video {
        position: relative;
        cursor: pointer;
        overflow: hidden; }
        body .video-with-content.content-with-shadow .content-wrapper .img-wrapper .overlay-video.watch-video:before {
          content: '';
          background-image: url("/wp-content/themes/socure/templates/assets/images/video-img.svg");
          position: absolute;
          top: auto;
          right: auto;
          z-index: 2;
          height: 100%;
          width: 100%;
          background-size: auto;
          background-repeat: no-repeat;
          background-position: center; }
          @media (max-width: 991px) {
            body .video-with-content.content-with-shadow .content-wrapper .img-wrapper .overlay-video.watch-video:before {
              background-size: 25%; } }
      body .video-with-content.content-with-shadow .content-wrapper .img-wrapper .overlay-video img {
        height: 100%; }
      body .video-with-content.content-with-shadow .content-wrapper .img-wrapper.orange-graphic:after {
        display: none; }
    body .video-with-content.content-with-shadow .content-wrapper .text-wrap {
      max-width: 730px;
      margin: 0 30px 0 45px; }
      @media (max-width: 767px) {
        body .video-with-content.content-with-shadow .content-wrapper .text-wrap {
          margin: 0 20px; } }
  body .video-with-content.video-content-center .content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body .video-with-content.video-content-center .content-wrapper .text-wrap h3 {
      color: #FF7901; }
      @media (min-width: 992px) {
        body .video-with-content.video-content-center .content-wrapper .text-wrap h3 {
          font-size: 38px; } }
  body .video-with-content.video-icon .content-wrapper .img-wrapper .watch-video {
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    body .video-with-content.video-icon .content-wrapper .img-wrapper .watch-video:before {
      content: '';
      background-image: url("/wp-content/themes/socure/templates/assets/images/video-img.svg");
      position: absolute;
      top: auto;
      right: auto;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 991px) {
        body .video-with-content.video-icon .content-wrapper .img-wrapper .watch-video:before {
          background-size: 25%; } }
  body .video-wrap .play-button {
    position: relative;
    cursor: pointer; }
    body .video-wrap .play-button:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 300px;
      width: 300px;
      background-image: url("/wp-content/themes/socure/templates/assets/images/Play-button.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  body .video-wrap .video-frame {
    width: 100%;
    height: 576px; }
    body .video-wrap .video-frame iframe {
      width: 100%;
      height: 100%; }
    body .video-wrap .video-frame .play-button {
      height: 100%; }
      body .video-wrap .video-frame .play-button img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .video-wrap .video-frame .video-outer {
      display: none;
      height: 100%;
      width: 100%; }
  body .video-wrap .content-wrap {
    margin-top: 40px; }
  body .video-wrap p {
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.2px; }
    @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
      body .video-wrap p {
        margin-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .video-wrap p {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      body .video-wrap p {
        margin-bottom: 10px; } }
  body .video-wrap h1, body .video-wrap h2, body .video-wrap h3 {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      body .video-wrap h1, body .video-wrap h2, body .video-wrap h3 {
        margin-bottom: 15px; } }
  body .video-wrap h4 {
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      body .video-wrap h4 {
        margin-bottom: 15px; } }
  body .video-wrap a {
    color: #ff6900; }
    body .video-wrap a:hover {
      text-decoration: underline; }
  body .video-wrap blockquote {
    position: relative;
    width: 100%;
    padding: 118px 0 56px 0;
    margin: 96px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .video-wrap blockquote {
        padding: 100px 0 30px 0;
        margin: 50px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .video-wrap blockquote {
        padding: 80px 0 20px 0;
        margin: 30px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .video-wrap blockquote {
        padding: 70px 0 25px 0;
        margin: 25px 0; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .video-wrap blockquote {
        padding: 60px 0 20px 0;
        margin: 20px 0; } }
    @media (max-width: 480px) {
      body .video-wrap blockquote {
        padding: 60px 0 20px 0;
        margin: 20px 0; } }
    body .video-wrap blockquote::after {
      content: "";
      position: absolute;
      top: 56px;
      left: 0;
      width: 66px;
      height: 43px;
      background: url("/wp-content/themes/socure/templates/assets/images/quotes.png") no-repeat center;
      background-size: 100%; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .video-wrap blockquote::after {
          top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .video-wrap blockquote::after {
          top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .video-wrap blockquote::after {
          top: 18px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .video-wrap blockquote::after {
          width: 50px;
          top: 10px; } }
      @media (max-width: 480px) {
        body .video-wrap blockquote::after {
          width: 50px;
          top: 10px; } }
    body .video-wrap blockquote h3 {
      font-weight: bold;
      line-height: 1.2;
      color: #ff6900;
      margin-top: 0;
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        body .video-wrap blockquote h3 {
          margin-bottom: 25px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .video-wrap blockquote h3 {
          margin-bottom: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .video-wrap blockquote h3 {
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        body .video-wrap blockquote h3 {
          margin-bottom: 20px; } }
    body .video-wrap blockquote h4 {
      font-weight: normal;
      color: #141b4d;
      line-height: 1.33;
      letter-spacing: 0.24px;
      margin-bottom: 0; }
      @media (min-width: 1336px) {
        body .video-wrap blockquote h4 {
          font-size: 24px; } }
  body .video-wrap ul {
    padding-left: 18px;
    margin-bottom: 20px; }
    body .video-wrap ul li {
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        body .video-wrap ul li {
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .video-wrap ul li {
          font-size: 16px; } }
  body .video-wrap ol {
    padding-left: 18px;
    margin-bottom: 20px; }
    body .video-wrap ol li {
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        body .video-wrap ol li {
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .video-wrap ol li {
          font-size: 16px; } }
  body .video-wrap img.vsmall {
    max-width: 200px; }
  body .video-resource-post .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
    body .video-resource-post .content-wrapper .small-col {
      width: calc(33.33% - 20px);
      margin: 0 10px;
      padding: 56px 47px 32px;
      margin-bottom: 20px;
      background-color: #F1F9FF; }
      @media screen and (max-width: 1250px) {
        body .video-resource-post .content-wrapper .small-col {
          padding: 30px 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .video-resource-post .content-wrapper .small-col {
          padding: 30px 25px;
          width: calc(50% - 20px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .video-resource-post .content-wrapper .small-col {
          padding: 30px 25px;
          width: calc(50% - 20px); } }
      @media (max-width: 595px) {
        body .video-resource-post .content-wrapper .small-col {
          width: 100%;
          padding: 30px 25px;
          margin: 0 0 20px 0; } }
      body .video-resource-post .content-wrapper .small-col.bg-orange {
        background-color: #ff6900; }
        body .video-resource-post .content-wrapper .small-col.bg-orange * {
          color: #fff; }
        body .video-resource-post .content-wrapper .small-col.bg-orange a {
          color: #fff;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          body .video-resource-post .content-wrapper .small-col.bg-orange a:hover {
            color: #000; }
        body .video-resource-post .content-wrapper .small-col.bg-orange h3:after {
          border-color: #fff; }
    body .video-resource-post .content-wrapper .col-three {
      position: relative;
      min-height: 274px;
      height: 100%; }
      @media (max-width: 595px) {
        body .video-resource-post .content-wrapper .col-three {
          min-height: 200px; } }
      body .video-resource-post .content-wrapper .col-three h3 {
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 14px;
        display: inline-block; }
        body .video-resource-post .content-wrapper .col-three h3:after {
          content: "";
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0;
          border-bottom: 2px solid #141b4d; }
      body .video-resource-post .content-wrapper .col-three h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px; }
      body .video-resource-post .content-wrapper .col-three a {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #000;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        body .video-resource-post .content-wrapper .col-three a:hover {
          color: #ff6900; }
        @media (max-width: 767px) {
          body .video-resource-post .content-wrapper .col-three a {
            position: initial;
            padding: 15px 0; } }
    body .video-resource-post .content-wrapper .btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
  body .video-resource-post.docv-demo .intro h2 {
    font-size: 60px;
    font-weight: 800; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .video-resource-post.docv-demo .intro h2 {
        font-size: 45px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .video-resource-post.docv-demo .intro h2 {
        font-size: 45px; } }
    @media (max-width: 767px) {
      body .video-resource-post.docv-demo .intro h2 {
        font-size: 40px; } }
  body .banner-second-level.video-detail {
    min-height: 600px; }
    @media (max-width: 991px) {
      body .banner-second-level.video-detail {
        min-height: auto; } }
  body .sticky-bar {
    height: 88px; }
    @media (max-width: 991px) {
      body .sticky-bar {
        display: none; } }
    body .sticky-bar .wrapper {
      text-align: center;
      padding: 32px 0;
      width: 100%;
      margin: 0 auto;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1270px) {
        body .sticky-bar .wrapper {
          padding: 13px 0; } }
      body .sticky-bar .wrapper ul {
        padding: 0;
        text-align: center; }
        body .sticky-bar .wrapper ul li {
          width: auto;
          display: inline-block;
          cursor: pointer;
          padding: 0 29px 0 0; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .sticky-bar .wrapper ul li {
              padding: 0 20px 0 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .sticky-bar .wrapper ul li {
              padding: 0 5px 0 0; } }
          body .sticky-bar .wrapper ul li a {
            position: relative;
            font-size: 20px;
            font-weight: 700;
            color: #000000;
            cursor: pointer;
            padding-bottom: 14px; }
            @media (max-width: 1270px) {
              body .sticky-bar .wrapper ul li a {
                font-size: 18px; } }
            body .sticky-bar .wrapper ul li a:after {
              content: "";
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%);
              bottom: 0;
              height: 6px;
              width: 0;
              background-color: #ff6900;
              -webkit-transition: width 0.3s ease-in;
              -o-transition: width 0.3s ease-in;
              transition: width 0.3s ease-in; }
            body .sticky-bar .wrapper ul li a:hover:after {
              width: 31px; }
          body .sticky-bar .wrapper ul li.active a:after {
            width: 31px; }
      body .sticky-bar .wrapper.sticky-down {
        top: 89px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .sticky-bar .wrapper.sticky-down {
            top: 85px; } }
        @media (max-width: 595px) {
          body .sticky-bar .wrapper.sticky-down {
            top: 82px; } }
      body .sticky-bar .wrapper .cta-wrap .btn-default {
        margin-top: 0; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .sticky-bar .wrapper .cta-wrap .btn-orange {
          min-width: 160px; } }
    body .sticky-bar .outer-wrapper.sticky {
      position: fixed;
      left: 0;
      top: 116px;
      background-color: #ffffff;
      z-index: 5;
      width: 100%;
      -webkit-box-shadow: 0px 7px 36px -13px rgba(107, 107, 107, 0.71);
      box-shadow: 0px 7px 36px -13px rgba(107, 107, 107, 0.71); }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .sticky-bar .outer-wrapper.sticky {
          top: 84px; } }
      @media (max-width: 991px) {
        body .sticky-bar .outer-wrapper.sticky {
          top: 84px; } }
      @media (max-width: 595px) {
        body .sticky-bar .outer-wrapper.sticky {
          top: 68px; } }
    body .sticky-bar.acquisition {
      display: block !important; }
  body .intro-with-full-img .intro {
    max-width: 990px;
    margin: 0 auto; }
    body .intro-with-full-img .intro p {
      max-width: 650px;
      margin: 0 auto; }
  body .intro-with-full-img .image-wrap {
    max-width: 1300px;
    margin: 56px auto; }
    @media screen and (max-width: 1500px) {
      body .intro-with-full-img .image-wrap {
        width: calc(100% - 80px);
        margin: 20px 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .intro-with-full-img .image-wrap {
        margin: 32px auto; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .intro-with-full-img .image-wrap {
        width: calc(100% - 40px);
        margin: 32px 20px; } }
    @media (max-width: 595px) {
      body .intro-with-full-img .image-wrap {
        width: calc(100% - 40px);
        margin: 20px 20px; } }
  body .intro-with-full-img .button-wrap {
    text-align: center; }
    body .intro-with-full-img .button-wrap .btn-default {
      margin-top: 0px; }
  body .col-three-with-videos {
    position: relative;
    width: 100%; }
    body .col-three-with-videos.bg-blue .intro h2 {
      color: #ffffff; }
    body .col-three-with-videos.bg-blue .intro p {
      color: #ffffff; }
    body .col-three-with-videos.bg-blue .col-three-wrapper .text-wrap p {
      color: #ffffff; }
    body .col-three-with-videos .intro {
      position: relative;
      width: 100%;
      max-width: 1070px;
      margin-left: auto;
      margin-right: auto; }
      body .col-three-with-videos .intro h2 {
        color: #000000; }
      body .col-three-with-videos .intro p {
        color: #000000; }
    body .col-three-with-videos .col-three-wrapper {
      position: relative;
      width: calc(100% + 58px);
      margin-left: -29px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .col-three-with-videos .col-three-wrapper {
          width: calc(100% + 30px);
          margin-left: -15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-with-videos .col-three-wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: calc(100% + 44px);
          margin-left: -22px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-with-videos .col-three-wrapper {
          padding: 0 60px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .col-three-with-videos .col-three-wrapper {
          width: 100%;
          padding: 0 20px;
          margin-left: 0; } }
      @media (max-width: 480px) {
        body .col-three-with-videos .col-three-wrapper {
          width: 100%;
          margin-left: 0;
          padding: 0; } }
      body .col-three-with-videos .col-three-wrapper .col-three {
        position: relative;
        width: calc(33.33% - 58px);
        margin: 0 29px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .col-three-with-videos .col-three-wrapper .col-three {
            width: calc(33.33% - 30px);
            margin: 0 15px 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-with-videos .col-three-wrapper .col-three {
            width: calc(50% - 44px);
            margin: 0 22px 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-with-videos .col-three-wrapper .col-three {
            width: calc(100% - 30px);
            margin: 0 22px 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .col-three-with-videos .col-three-wrapper .col-three {
            width: 100%;
            margin: 0 22px 15px; } }
        @media (max-width: 480px) {
          body .col-three-with-videos .col-three-wrapper .col-three {
            width: 100%;
            margin: 0 0 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-with-videos .col-three-wrapper .col-three:last-child {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          body .col-three-with-videos .col-three-wrapper .col-three:last-child {
            margin-bottom: 0; } }
      body .col-three-with-videos .col-three-wrapper .text-wrap {
        position: relative;
        width: 100%;
        margin-bottom: 56px;
        text-align: center; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-with-videos .col-three-wrapper .text-wrap {
            margin-bottom: 32px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-with-videos .col-three-wrapper .text-wrap {
            margin-bottom: 32px; } }
        @media (max-width: 595px) {
          body .col-three-with-videos .col-three-wrapper .text-wrap {
            margin-bottom: 20px; } }
      body .col-three-with-videos .col-three-wrapper h3 {
        color: #ff6900;
        margin-bottom: 13px; }
        @media (min-width: 1336px) {
          body .col-three-with-videos .col-three-wrapper h3 {
            font-size: 30px; } }
      body .col-three-with-videos .col-three-wrapper p {
        color: #808080; }
      body .col-three-with-videos .col-three-wrapper .video-with-img {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 223px; }
        body .col-three-with-videos .col-three-wrapper .video-with-img::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          border-bottom: solid 9px #ff6900; }
        body .col-three-with-videos .col-three-wrapper .video-with-img a {
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          cursor: pointer;
          z-index: 5; }
        @media (max-width: 480px) {
          body .col-three-with-videos .col-three-wrapper .video-with-img {
            max-height: 180px; } }
      body .col-three-with-videos .col-three-wrapper .img-wrap {
        position: relative;
        width: 100%;
        height: 223px; }
        @media (max-width: 480px) {
          body .col-three-with-videos .col-three-wrapper .img-wrap {
            max-height: 180px; } }
        body .col-three-with-videos .col-three-wrapper .img-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .col-three-with-videos .col-three-wrapper .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 77px;
        height: 54px;
        z-index: 2; }
        @media (max-width: 480px) {
          body .col-three-with-videos .col-three-wrapper .play-icon {
            width: 60px;
            height: 42px; } }
  body .col-three-grid {
    position: relative;
    padding-top: 0; }
    body .col-three-grid .search-bar {
      max-width: 420px;
      width: 100%;
      margin-bottom: 87px;
      border-bottom: 1px solid #000000; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-grid .search-bar {
          padding-bottom: 20px;
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        body .col-three-grid .search-bar {
          padding-bottom: 15px;
          margin-bottom: 35px; } }
      body .col-three-grid .search-bar form {
        position: relative; }
        body .col-three-grid .search-bar form input {
          width: 100%;
          padding: 10px 0 12px;
          outline: none;
          border: none;
          line-height: 1.33;
          letter-spacing: 0.24px; }
          body .col-three-grid .search-bar form input::-webkit-input-placeholder {
            font-size: 24px;
            color: #808080; }
          body .col-three-grid .search-bar form input::-moz-placeholder {
            font-size: 24px;
            color: #808080; }
          body .col-three-grid .search-bar form input::-ms-input-placeholder {
            font-size: 24px;
            color: #808080; }
          body .col-three-grid .search-bar form input::placeholder {
            font-size: 24px;
            color: #808080; }
            @media (max-width: 767px) {
              body .col-three-grid .search-bar form input::-webkit-input-placeholder {
                font-size: 20px; }
              body .col-three-grid .search-bar form input::-moz-placeholder {
                font-size: 20px; }
              body .col-three-grid .search-bar form input::-ms-input-placeholder {
                font-size: 20px; }
              body .col-three-grid .search-bar form input::placeholder {
                font-size: 20px; } }
      body .col-three-grid .search-bar span::after {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
        background: url(/wp-content/themes/socure/templates/assets/images/search.png);
        background-repeat: no-repeat;
        background-size: contain; }
    body .col-three-grid .wrapper {
      width: calc(100% + 50px);
      margin-left: -25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .col-three-grid .wrapper {
          width: calc(100% + 40px);
          margin-left: -20px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .col-three-grid .wrapper {
          width: calc(100% + 30px);
          margin-left: -15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-grid .wrapper {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-grid .wrapper {
          width: calc(100% + 14px);
          margin-left: -7px; } }
      @media (max-width: 595px) {
        body .col-three-grid .wrapper {
          width: 100%;
          margin-left: 0; } }
    body .col-three-grid .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33% - 50px);
              flex: 0 0 calc(33.33% - 50px);
      margin: 0 25px 50px;
      padding-bottom: 52px;
      border-bottom: 1px solid #000000;
      position: relative; }
      body .col-three-grid .col-three a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        text-indent: -9999999px; }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .col-three-grid .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(33.33% - 40px);
                  flex: 0 0 calc(33.33% - 40px);
          margin: 0 20px 40px;
          padding-bottom: 40px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .col-three-grid .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 30px);
                  flex: 0 0 calc(50% - 30px);
          margin: 0 15px 30px;
          padding-bottom: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-grid .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 20px);
                  flex: 0 0 calc(50% - 20px);
          margin: 0 10px 20px;
          padding-bottom: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-grid .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 14px);
                  flex: 0 0 calc(50% - 14px);
          margin: 0 7px 20px;
          padding-bottom: 20px; } }
      @media (max-width: 595px) {
        body .col-three-grid .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0 0 20px;
          padding-bottom: 20px; } }
      body .col-three-grid .col-three .img-wrap {
        max-width: 100%;
        width: 100%;
        height: 240px;
        margin-bottom: 15px; }
        body .col-three-grid .col-three .img-wrap img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        @media (max-width: 595px) {
          body .col-three-grid .col-three .img-wrap {
            margin-bottom: 8px; } }
      body .col-three-grid .col-three .date {
        font-size: 17px;
        color: #ff6900;
        line-height: 2.41;
        font-weight: bold; }
        @media (max-width: 767px) {
          body .col-three-grid .col-three .date {
            line-height: 1.81; } }
  body .pagination {
    position: relative;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .pagination {
        margin-top: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .pagination {
        margin-top: 35px; } }
    @media (max-width: 767px) {
      body .pagination {
        margin-top: 25px; } }
    body .pagination ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1336px) {
        body .pagination ul {
          margin-left: 45px; } }
      body .pagination ul li {
        margin-right: 10px; }
      body .pagination ul a {
        font-size: 22px;
        padding: 3px 20px;
        display: inline-block;
        line-height: 1.86;
        color: #000000;
        background-color: #f0f0f0; }
        body .pagination ul a.active {
          background-color: #ff6900;
          color: #ffffff; }
        body .pagination ul a.dots {
          background-color: transparent !important;
          padding: 5px 0; }
        @media (max-width: 767px) {
          body .pagination ul a {
            padding: 0 15px;
            font-size: 18px; } }
    body .pagination .prev-page-button a {
      background-color: transparent;
      font-size: 0;
      padding: 5px 0;
      position: relative; }
      body .pagination .prev-page-button a:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: -15px;
        top: 0;
        background: url(/wp-content/themes/socure/templates/assets/images/right-arrow.png);
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 99; }
        @media (max-width: 767px) {
          body .pagination .prev-page-button a:after {
            width: 14px;
            height: 14px;
            top: -3px;
            left: -10px; } }
    body .pagination .next-page-button a {
      background-color: transparent;
      font-size: 0;
      padding: 5px 0;
      position: relative; }
      body .pagination .next-page-button a:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: -10px;
        top: 0;
        background: url(/wp-content/themes/socure/templates/assets/images/right-arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 99; }
        @media (max-width: 767px) {
          body .pagination .next-page-button a:after {
            width: 14px;
            height: 14px;
            top: -3px; } }
  body .img-text {
    position: relative; }
    @media (min-width: 1336px) {
      body .img-text {
        margin-top: 14px; } }
    body .img-text .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 25px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background-color: #141b4d;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        body .img-text .wrap {
          padding: 16px; } }
      body .img-text .wrap .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
        max-width: 544px;
        width: 100%;
        height: 340px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .img-text .wrap .img-wrap {
            height: auto;
            max-width: 100%; } }
        @media (max-width: 595px) {
          body .img-text .wrap .img-wrap {
            height: auto;
            max-width: 100%; } }
        body .img-text .wrap .img-wrap img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        @media (max-width: 767px) {
          body .img-text .wrap .img-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin-bottom: 20px; } }
      body .img-text .wrap .content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 55%;
                flex: 1 1 55%;
        padding: 25px 0 20px 47px; }
        body .img-text .wrap .content span {
          color: #ff6900;
          font-size: 17px;
          font-weight: bold;
          line-height: 2.41; }
        body .img-text .wrap .content h3 {
          margin-bottom: 22px;
          color: #ffffff;
          max-width: 548px; }
          @media (max-width: 767px) {
            body .img-text .wrap .content h3 {
              margin-bottom: 10px; } }
        body .img-text .wrap .content p {
          margin-bottom: 25px;
          color: #ffffff;
          max-width: 548px; }
          @media (max-width: 767px) {
            body .img-text .wrap .content p {
              margin-bottom: 10px; } }
        @media (max-width: 767px) {
          body .img-text .wrap .content {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            padding-left: 0; } }
  body .blog-details .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .blog-details .content-wrap {
    width: 100%;
    max-width: 866px; }
    body .blog-details .content-wrap p {
      margin-bottom: 35px;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.7;
      color: #000000; }
    body .blog-details .content-wrap h2 {
      font-size: 28px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      color: #000;
      margin-bottom: 20px; }
  body .blog-details .card-wrap {
    width: 100%;
    max-width: 356px;
    padding: 21px 23px 18px 19px; }
  body .blog-details .img-text-wrap {
    padding-bottom: 20px; }
  body .socure-blog-detail {
    width: 100%;
    position: relative; }
    body .socure-blog-detail .blog-detail {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body .socure-blog-detail .blog-detail .text-wrap {
        width: calc(100% - 360px);
        max-width: 858px; }
        @media (max-width: 991px) {
          body .socure-blog-detail .blog-detail .text-wrap {
            width: 100%; } }
        body .socure-blog-detail .blog-detail .text-wrap .alignright {
          max-width: 406px;
          float: left;
          margin: 12px 36px 0 0; }
        body .socure-blog-detail .blog-detail .text-wrap p {
          font-size: 20px;
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: normal;
          color: #000;
          margin-bottom: 40px; }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .socure-blog-detail .blog-detail .text-wrap p {
              margin-bottom: 25px;
              font-size: 19px; } }
          @media (max-width: 991px) {
            body .socure-blog-detail .blog-detail .text-wrap p {
              margin-bottom: 15px;
              font-size: 19px; } }
          @media (max-width: 767px) {
            body .socure-blog-detail .blog-detail .text-wrap p {
              font-size: 16px; } }
        body .socure-blog-detail .blog-detail .text-wrap h3 {
          font-size: 28px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: normal;
          color: #000;
          margin: 30px 0; }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .socure-blog-detail .blog-detail .text-wrap h3 {
              margin: 25px 0;
              font-size: 23px; } }
          @media (max-width: 767px) {
            body .socure-blog-detail .blog-detail .text-wrap h3 {
              font-size: 21px;
              margin: 25px 0; } }
      body .socure-blog-detail .blog-detail .blog-cta {
        background-color: #ff6900;
        text-align: center;
        padding: 30px 59px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .socure-blog-detail .blog-detail .blog-cta {
            padding: 25px 40px; } }
        body .socure-blog-detail .blog-detail .blog-cta h4 {
          font-size: 36px;
          font-weight: 900;
          line-height: 1.56;
          letter-spacing: normal;
          color: #fff; }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .socure-blog-detail .blog-detail .blog-cta h4 {
              font-size: 30px; } }
          @media (max-width: 991px) {
            body .socure-blog-detail .blog-detail .blog-cta h4 {
              font-size: 30px; } }
        body .socure-blog-detail .blog-detail .blog-cta p {
          font-size: 24px;
          font-weight: normal;
          line-height: 1.33;
          letter-spacing: normal;
          color: #fff; }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .socure-blog-detail .blog-detail .blog-cta p {
              font-size: 20px; } }
          @media (max-width: 991px) {
            body .socure-blog-detail .blog-detail .blog-cta p {
              font-size: 20px; } }
        body .socure-blog-detail .blog-detail .blog-cta .btn-wrap {
          display: inline-block; }
          body .socure-blog-detail .blog-detail .blog-cta .btn-wrap a {
            font-size: 16px;
            font-weight: 900;
            line-height: normal;
            letter-spacing: 2.4px;
            display: inline-block;
            color: #fff;
            padding: 12px 14px;
            border: solid 1px #fff; }
            @media (max-width: 991px) {
              body .socure-blog-detail .blog-detail .blog-cta .btn-wrap a {
                font-size: 14px; } }
      body .socure-blog-detail .blog-detail .icon-wrapper {
        max-width: 360px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 123px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .socure-blog-detail .blog-detail .icon-wrapper {
            padding-left: 60px; } }
        @media (max-width: 991px) {
          body .socure-blog-detail .blog-detail .icon-wrapper {
            padding-left: 0;
            padding-top: 30px; } }
        body .socure-blog-detail .blog-detail .icon-wrapper::after {
          content: "";
          position: absolute;
          width: 360px;
          height: 0;
          top: 36px;
          border: solid 1px #000; }
          @media (max-width: 991px) {
            body .socure-blog-detail .blog-detail .icon-wrapper::after {
              top: 65px; } }
        body .socure-blog-detail .blog-detail .icon-wrapper .icon-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body .socure-blog-detail .blog-detail .icon-wrapper .icon-wrap .icon {
            margin-left: 18px; }
  body .circular-tabs .wrapper {
    background-color: #ff6900;
    padding: 96px 0;
    font-size: 0; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .circular-tabs .wrapper {
        padding: 56px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .circular-tabs .wrapper {
        padding: 56px 0; } }
    @media (max-width: 767px) {
      body .circular-tabs .wrapper {
        padding: 32px 20px; } }
    body .circular-tabs .wrapper .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body .circular-tabs .wrapper .col-30 {
      padding: 0 20px;
      width: 30.8%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 767px) {
        body .circular-tabs .wrapper .col-30:nth-last-child {
          margin-bottom: 0 !important; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .circular-tabs .wrapper .col-30 {
          width: 33%; } }
      @media (max-width: 767px) {
        body .circular-tabs .wrapper .col-30 {
          width: 100%;
          margin-bottom: 20px;
          padding: 0 0; } }
      @media (min-width: 768px) {
        body .circular-tabs .wrapper .col-30.active .content-wrapper .tab-circle:before {
          background-image: url("/wp-content/themes/socure/templates/dist/images/Why_Socure_circle_1_active.png"); }
        body .circular-tabs .wrapper .col-30.active .content-wrapper .tab-circle h3 {
          color: #ffffff; } }
      body .circular-tabs .wrapper .col-30.open .tab-circle:after {
        -webkit-transform: scaleY(-1);
             -o-transform: scaleY(-1);
                transform: scaleY(-1); }
      body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle {
        position: relative;
        cursor: pointer;
        border-radius: 50%;
        height: 366px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto; }
        @media (max-width: 1270px) {
          body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle {
            height: 300px;
            width: 300px; } }
        @media (max-width: 1024px) {
          body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle {
            height: 250px;
            width: 250px; } }
        @media (max-width: 991px) {
          body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle {
            height: 212px;
            width: 212px; } }
        @media (max-width: 767px) {
          body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle {
            border: none;
            border-bottom: 2px solid #ffffff;
            border-radius: 0;
            height: auto;
            width: 100%;
            padding-bottom: 20px;
            display: block;
            text-align: left;
            margin-bottom: 20px; }
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle:last-child {
              margin-bottom: 0; } }
        @media (max-width: 595px) {
          body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle {
            padding: 0 32px 20px 0; } }
        body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle:hover h3 {
          color: #ffffff; }
        body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle:hover:before {
          background-image: url("/wp-content/themes/socure/templates/dist/images/Why_Socure_circle_1_active.png"); }
        body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle:before {
          content: "";
          position: absolute;
          background-image: url("/wp-content/themes/socure/templates/dist/images/Why_Socure_circle_1_inactive.png");
          background-repeat: no-repeat;
          background-size: contain;
          height: 100%;
          width: 100%; }
          @media (max-width: 767px) {
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle:before {
              display: none; } }
        body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle:after {
          content: "";
          position: absolute;
          top: calc(50% - 12px);
          right: 0;
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #ffffff;
          display: none; }
          @media (max-width: 767px) {
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle:after {
              display: block; } }
        body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle h3 {
          color: #ffffff;
          max-width: 190px;
          text-align: center;
          font-size: 24px;
          font-stretch: normal;
          line-height: 1.22;
          z-index: 2; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle h3 {
              font-size: 22px;
              max-width: 192px;
              padding: 0 20px; } }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle h3 {
              max-width: 170px;
              font-size: 18px;
              padding: 0 15px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle h3 {
              max-width: 150px;
              font-size: 18px;
              padding: 0 15px; } }
          @media (max-width: 767px) {
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle h3 {
              max-width: 100%;
              text-align: left;
              font-size: 20px;
              color: #ffffff; } }
          @media (max-width: 595px) {
            body .circular-tabs .wrapper .col-30 .content-wrapper .tab-circle h3 {
              font-size: 20px; } }
      body .circular-tabs .wrapper .col-30 .content-wrapper .accordian-item {
        display: none; }
        @media (min-width: 768px) {
          body .circular-tabs .wrapper .col-30 .content-wrapper .accordian-item {
            display: none !important; } }
        body .circular-tabs .wrapper .col-30 .content-wrapper .accordian-item .info-text {
          margin-bottom: 10px; }
          body .circular-tabs .wrapper .col-30 .content-wrapper .accordian-item .info-text p {
            color: #ffffff;
            line-height: 1.25;
            letter-spacing: normal; }
      body .circular-tabs .wrapper .col-30:nth-child(2) .content-wrapper .tab-circle:before {
        -webkit-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg); }
      body .circular-tabs .wrapper .col-30:nth-child(3) .content-wrapper .tab-circle:before {
        -webkit-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    body .circular-tabs .wrapper .moving-arrow {
      display: none;
      width: 100%;
      margin-top: 20px;
      opacity: 0;
      visibility: hidden; }
      body .circular-tabs .wrapper .moving-arrow.opacity {
        opacity: 1;
        visibility: visible; }
      @media (max-width: 767px) {
        body .circular-tabs .wrapper .moving-arrow {
          display: none; } }
      body .circular-tabs .wrapper .moving-arrow span {
        display: inline-block;
        position: relative;
        width: 45px;
        height: 20px;
        background-color: #ff6900;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        body .circular-tabs .wrapper .moving-arrow span:after {
          content: "";
          position: absolute;
          top: 100%;
          right: 0;
          width: 100%;
          height: 0;
          border-left: 23px solid transparent;
          border-right: 23px solid transparent;
          border-top: 7px solid #ff6900;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
    body .circular-tabs .wrapper .show-tabs {
      border-top: 4px solid #ff6900;
      margin: 30px auto 0;
      width: 90%; }
      @media (max-width: 767px) {
        body .circular-tabs .wrapper .show-tabs {
          display: none; } }
      body .circular-tabs .wrapper .show-tabs .show-text {
        opacity: 0;
        visibility: hidden;
        position: absolute; }
        body .circular-tabs .wrapper .show-tabs .show-text.active {
          position: relative;
          opacity: 1;
          visibility: visible;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
        body .circular-tabs .wrapper .show-tabs .show-text .tab-description {
          font-size: 0;
          padding-top: 30px; }
          body .circular-tabs .wrapper .show-tabs .show-text .tab-description .info-text {
            display: inline-block;
            padding: 0 20px;
            width: 50%;
            vertical-align: top; }
            @media (max-width: 595px) {
              body .circular-tabs .wrapper .show-tabs .show-text .tab-description .info-text {
                width: 100%; } }
          body .circular-tabs .wrapper .show-tabs .show-text .tab-description p {
            color: #ffffff; }
  body .rotator-tabs {
    overflow: visible;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 991px) {
      body .rotator-tabs.section-overlay {
        z-index: 99; } }
    body .rotator-tabs .container {
      overflow: hidden;
      padding-bottom: 28px; }
    body .rotator-tabs .blade-intro {
      text-align: center;
      margin-bottom: 96px; }
      @media (max-width: 991px) {
        body .rotator-tabs .blade-intro {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        body .rotator-tabs .blade-intro {
          margin-bottom: 40px; } }
    body .rotator-tabs .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1198px;
      margin-left: auto; }
      @media (max-width: 1336px) {
        body .rotator-tabs .wrapper {
          padding-left: 20px; } }
      @media (max-width: 991px) {
        body .rotator-tabs .wrapper {
          padding-left: 0; } }
      body .rotator-tabs .wrapper .col-two .inner-circle {
        border-radius: 50%;
        overflow: hidden;
        background: #ffffff;
        width: calc(100% - 176px);
        height: calc(100% - 176px);
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: auto;
        z-index: 6;
        border: 1px solid #c8c8c8; }
        @media (max-width: 991px) {
          body .rotator-tabs .wrapper .col-two .inner-circle {
            display: block;
            width: 100%;
            border: none;
            border-radius: unset;
            background: transparent;
            height: auto;
            top: 0;
            -webkit-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0); } }
        body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap {
          position: relative;
          z-index: 100;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          text-align: center;
          margin: auto;
          top: 50%;
          -webkit-transform: translateY(-54%);
               -o-transform: translateY(-54%);
                  transform: translateY(-54%);
          padding: 0 40px; }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap {
              max-width: 640px;
              top: 0;
              -webkit-transform: translateY(0);
                   -o-transform: translateY(0);
                      transform: translateY(0);
              margin-bottom: 40px; } }
          @media (max-width: 595px) {
            body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap {
              padding: 0; } }
          body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h2 {
            font-weight: 500;
            padding-bottom: 40px;
            margin-bottom: 20px;
            border-bottom: 1px solid #000000; }
            @media (min-width: 1336px) {
              body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h2 {
                font-size: 48px; } }
            @media (max-width: 1024px) {
              body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h2 {
                padding-bottom: 20px;
                margin-bottom: 10px; } }
            @media (max-width: 991px) {
              body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h2 {
                padding-bottom: 10px;
                font-size: 35px; } }
            @media (max-width: 595px) {
              body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h2 {
                font-size: 25px; } }
            body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h2 span {
              color: #ff6900; }
          body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h3 {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.24;
            padding: 0 41px; }
            @media (max-width: 1024px) {
              body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h3 {
                font-size: 24px; } }
            @media (max-width: 595px) {
              body .rotator-tabs .wrapper .col-two .inner-circle .text-wrap h3 {
                font-size: 18px;
                padding: 0; } }
      body .rotator-tabs .wrapper .col-two .tabs-wrap {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        border: 1px solid #c8c8c8;
        z-index: 5; }
        @media (max-width: 991px) {
          body .rotator-tabs .wrapper .col-two .tabs-wrap {
            position: relative;
            border-radius: unset;
            border: 0;
            background: transparent; } }
        body .rotator-tabs .wrapper .col-two .tabs-wrap:after {
          content: '';
          position: absolute;
          left: -25px;
          top: -25px;
          width: calc(100% + 50px);
          height: calc(100% + 50px);
          border-radius: 50%;
          border: 20px solid #ff6900; }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .tabs-wrap:after {
              display: none; } }
        body .rotator-tabs .wrapper .col-two .tabs-wrap ul {
          margin: 5em auto 0;
          overflow: hidden;
          list-style: none;
          position: relative;
          top: -80px;
          z-index: 2;
          -webkit-transform: rotate(-90deg);
               -o-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: -webkit-transform 0.9s ease-in-out;
          transition: -webkit-transform 0.9s ease-in-out;
          -o-transition: -o-transform 0.9s ease-in-out;
          transition: transform 0.9s ease-in-out;
          transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out, -o-transform 0.9s ease-in-out; }
          @media (min-width: 992px) {
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul {
              position: relative;
              width: 550px;
              height: 550px;
              padding: 0;
              border-radius: 50%;
              list-style: none; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul > * {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 200px;
                height: 200px;
                margin: -100px; }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(1) {
                  -webkit-transform: rotate(0deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(0deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(0deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(2) {
                  -webkit-transform: rotate(36deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(36deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(36deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(3) {
                  -webkit-transform: rotate(72deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(72deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(72deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(4) {
                  -webkit-transform: rotate(108deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(108deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(108deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(5) {
                  -webkit-transform: rotate(144deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(144deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(144deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(6) {
                  -webkit-transform: rotate(180deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(180deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(180deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(7) {
                  -webkit-transform: rotate(216deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(216deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(216deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(8) {
                  -webkit-transform: rotate(252deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(252deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(252deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(9) {
                  -webkit-transform: rotate(288deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(288deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(288deg) translate(239.130434783px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(10) {
                  -webkit-transform: rotate(324deg) translate(239.130434783px) rotate(90deg);
                       -o-transform: rotate(324deg) translate(239.130434783px) rotate(90deg);
                          transform: rotate(324deg) translate(239.130434783px) rotate(90deg); } }
          @media (min-width: 1151px) {
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul {
              position: relative;
              width: 666px;
              height: 666px;
              padding: 0;
              border-radius: 50%;
              list-style: none; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul > * {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 200px;
                height: 200px;
                margin: -100px; }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(1) {
                  -webkit-transform: rotate(0deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(0deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(0deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(2) {
                  -webkit-transform: rotate(36deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(36deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(36deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(3) {
                  -webkit-transform: rotate(72deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(72deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(72deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(4) {
                  -webkit-transform: rotate(108deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(108deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(108deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(5) {
                  -webkit-transform: rotate(144deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(144deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(144deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(6) {
                  -webkit-transform: rotate(180deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(180deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(180deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(7) {
                  -webkit-transform: rotate(216deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(216deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(216deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(8) {
                  -webkit-transform: rotate(252deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(252deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(252deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(9) {
                  -webkit-transform: rotate(288deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(288deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(288deg) translate(289.565217391px) rotate(90deg); }
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul > *:nth-of-type(10) {
                  -webkit-transform: rotate(324deg) translate(289.565217391px) rotate(90deg);
                       -o-transform: rotate(324deg) translate(289.565217391px) rotate(90deg);
                          transform: rotate(324deg) translate(289.565217391px) rotate(90deg); } }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              font-size: 0;
              top: 0;
              padding: 0 40px 0px;
              border-bottom: 2px solid #c8c8c8; } }
          body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
            position: absolute;
            top: 0;
            bottom: 8px;
            left: 0;
            right: 0;
            margin: auto !important;
            width: 144px;
            height: 114px;
            text-align: center;
            cursor: pointer; }
            @media (max-width: 1150px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
                width: 110px;
                height: 128px; } }
            @media (max-width: 991px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
                position: relative;
                width: 33.3%;
                height: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                margin: 0 !important;
                border: none;
                padding: 0 20px 25px; } }
            @media (max-width: 767px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) {
                width: 98px; } }
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text):after {
              content: "";
              position: absolute; }
              @media (min-width: 1151px) {
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text):after {
                  right: -18px; } }
              @media (min-width: 992px) {
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text):after {
                  right: -19px;
                  -webkit-transform: rotate(18deg);
                       -o-transform: rotate(18deg);
                          transform: rotate(18deg);
                  width: 30px;
                  height: 100%;
                  border-right: 1px solid #c8c8c8;
                  background: transparent;
                  z-index: -1;
                  top: 0; } }
              @media (max-width: 991px) {
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text):after {
                  width: 100%;
                  height: 3px;
                  background-color: #ff6900;
                  left: 0;
                  bottom: 0;
                  opacity: 0; } }
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text):before {
              content: "";
              position: absolute;
              top: 0;
              left: -18px;
              -webkit-transform: rotate(-18deg);
                   -o-transform: rotate(-18deg);
                      transform: rotate(-18deg);
              width: 30px;
              height: 100%;
              border-left: 1px solid #c8c8c8;
              background: transparent;
              z-index: -1; }
              @media (max-width: 1150px) {
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text):before {
                  left: -19px; } }
              @media (max-width: 991px) {
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text):before {
                  display: none; } }
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) span {
              display: none;
              height: 100%;
              width: 100%;
              position: relative;
              -webkit-transform: rotate(14deg);
                   -o-transform: rotate(14deg);
                      transform: rotate(14deg);
              color: #000000; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:not(.middle-text) span:after {
                display: none;
                content: "";
                width: 9px;
                height: 100%;
                position: absolute;
                right: 0;
                bottom: 1px;
                background: #ffffff;
                border: 1px solid #c8c8c8;
                border-top: 0;
                z-index: 999; }
          body .rotator-tabs .wrapper .col-two .tabs-wrap ul li p {
            color: #000000;
            font-size: 18px;
            font-weight: 600;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
                 -o-transform: translate(-50%, -50%) rotate(0deg);
                    transform: translate(-50%, -50%) rotate(0deg); }
            @media (max-width: 1150px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li p {
                padding: 21px 0 0 0; } }
            @media (max-width: 991px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li p {
                -webkit-transform: unset;
                     -o-transform: unset;
                        transform: unset;
                position: relative;
                top: 0;
                left: 0;
                padding: 0; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li p {
                font-size: 20px; } }
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul li p > span {
              height: auto !important;
              width: auto !important;
              top: auto;
              left: auto; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li p > span:after {
                display: none !important; }
              @media (max-width: 595px) {
                body .rotator-tabs .wrapper .col-two .tabs-wrap ul li p > span {
                  -webkit-transform: none !important;
                       -o-transform: none !important;
                          transform: none !important; } }
          @media (min-width: 992px) {
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul li.active {
              background-color: #ff6900; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li.active:after, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li.active:before {
                background-color: #ff6900; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li.active p {
                color: #ffffff; } }
          body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(2) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(3) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(4) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(5) p {
            -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(-1);
                 -o-transform: translate(-50%, -50%) rotate(0deg) scale(-1);
                    transform: translate(-50%, -50%) rotate(0deg) scale(-1); }
            @media (max-width: 1150px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(2) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(3) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(4) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(5) p {
                padding: 0 0 21px 0; } }
            @media (max-width: 991px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(2) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(3) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(4) p, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:nth-child(5) p {
                -webkit-transform: unset;
                     -o-transform: unset;
                        transform: unset;
                padding: 0; } }
          @media (min-width: 992px) {
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:hover {
              background-color: #ff6900; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:hover:after, body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:hover:before {
                background-color: #ff6900; }
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul li:hover p {
                color: #ffffff; } }
          body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: end; }
          body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-list:after, body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-list:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            background-color: #ffffff;
            width: 35px;
            z-index: 1; }
            @media (max-width: 480px) {
              body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-list:after, body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-list:before {
                display: none; } }
          body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-list:before {
            right: unset;
            left: 0; }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-current li:after {
              opacity: 1; } }
          body .rotator-tabs .wrapper .col-two .tabs-wrap ul .slick-current li p {
            color: #ff6900; }
      body .rotator-tabs .wrapper .col-two .tabs-content-wrap {
        position: relative; }
        @media (min-width: 992px) {
          body .rotator-tabs .wrapper .col-two .tabs-content-wrap {
            max-width: 479px;
            padding-left: 88px;
            margin: 0; } }
        @media (max-width: 991px) {
          body .rotator-tabs .wrapper .col-two .tabs-content-wrap {
            position: relative;
            max-width: 100%;
            width: 100%;
            margin: 0 auto; } }
        body .rotator-tabs .wrapper .col-two .tabs-content-wrap:after {
          content: '';
          position: absolute;
          left: 20px;
          top: 50%;
          height: 2px;
          width: 78px;
          background-color: #ff6900;
          z-index: -1; }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap:after {
              display: none; } }
        body .rotator-tabs .wrapper .col-two .tabs-content-wrap:before {
          content: '';
          position: absolute;
          left: 84px;
          top: 49%;
          height: 10px;
          width: 10px;
          border-radius: 50%;
          background-color: #ff6900;
          z-index: 1; }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap:before {
              display: none; } }
        body .rotator-tabs .wrapper .col-two .tabs-content-wrap .inner-wrapper {
          position: relative;
          border-left: 2px solid #ff6900;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          min-height: 410px;
          overflow: hidden;
          background-color: #ffffff; }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .inner-wrapper {
              background-color: transparent;
              border: 0;
              min-height: auto; } }
        body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content {
          padding: 18px 0; }
          @media (min-width: 992px) {
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content {
              opacity: 0;
              visibility: hidden;
              position: absolute;
              -webkit-transform: translateX(-100%);
                   -o-transform: translateX(-100%);
                      transform: translateX(-100%); } }
          @media (max-width: 991px) {
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content {
              -webkit-transform: translateX(0);
                   -o-transform: translateX(0);
                      transform: translateX(0);
              padding: 20px;
              background: white;
              border: 0;
              -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
                      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05); }
              body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .cross {
                display: none; } }
          @media (max-width: 480px) {
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .cross {
              top: 10px;
              right: 15px; } }
          @media (min-width: 992px) {
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content.active {
              opacity: 1;
              visibility: visible;
              position: relative;
              -webkit-transform: translateX(0);
                   -o-transform: translateX(0);
                      transform: translateX(0);
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s; } }
          body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap {
            position: relative;
            padding-left: 40px; }
            @media (max-width: 991px) {
              body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap {
                padding-left: 0; } }
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap::after {
              content: "";
              display: block;
              background-color: #ff6900;
              position: absolute;
              left: 0;
              top: 50%;
              width: 0;
              height: 2px;
              -webkit-transform: translate(-202px, 190%);
                   -o-transform: translate(-202px, 190%);
                      transform: translate(-202px, 190%);
              -webkit-transition: width 0.5s linear;
              -o-transition: width 0.5s linear;
              transition: width 0.5s linear;
              -webkit-transition-delay: 0.6s;
                   -o-transition-delay: 0.6s;
                      transition-delay: 0.6s; }
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h3 {
              color: #ff6900;
              position: relative;
              margin-bottom: 12px; }
              @media (max-width: 991px) {
                body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap h3 {
                  padding-left: 0; } }
            body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap p {
              line-height: 1.3;
              letter-spacing: 0.009em;
              margin-bottom: 40px; }
              body .rotator-tabs .wrapper .col-two .tabs-content-wrap .tab-content .text-wrap p:last-child {
                margin-bottom: 0; }
      body .rotator-tabs .wrapper .col-two.tabs-block {
        width: 666px;
        height: 666px;
        position: relative;
        -webkit-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
        opacity: 0;
        -webkit-transition: opacity delay 0.1s;
        -o-transition: opacity delay 0.1s;
        transition: opacity delay 0.1s; }
        @media (max-width: 1150px) {
          body .rotator-tabs .wrapper .col-two.tabs-block {
            width: 550px;
            height: 550px; } }
        @media (max-width: 991px) {
          body .rotator-tabs .wrapper .col-two.tabs-block {
            width: 100%;
            height: 100%; } }
      body .rotator-tabs .wrapper .col-two.tabs-content-block {
        width: calc(100% - 666px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1150px) {
          body .rotator-tabs .wrapper .col-two.tabs-content-block {
            width: calc(100% - 550px); } }
        @media (max-width: 991px) {
          body .rotator-tabs .wrapper .col-two.tabs-content-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%;
            left: 0;
            top: 0;
            padding: 20px 36px 0; } }
  @media (max-width: 991px) and (max-width: 595px) {
    body .rotator-tabs .wrapper .col-two.tabs-content-block {
      padding: 20px 0 0; } }
    body .rotator-tabs.animation .wrapper .col-two.tabs-block {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
      body .rotator-tabs.animation .wrapper .col-two.tabs-block .tabs-wrap ul {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg); }
    body .rotator-tabs.animation .wrapper .col-two.tabs-content-block .tabs-content-wrap .tab-content .text-wrap h3::after {
      width: 220px;
      -webkit-transform: translate(-100%, 190%);
           -o-transform: translate(-100%, 190%);
              transform: translate(-100%, 190%); }
      @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
        body .rotator-tabs.animation .wrapper .col-two.tabs-content-block .tabs-content-wrap .tab-content .text-wrap h3::after {
          width: 140px; } }
  body .career_join_us {
    overflow: visible !important; }
    body .career_join_us .intro {
      max-width: 970px;
      margin-inline: auto; }
    body .career_join_us.text-white p {
      color: #ffffff; }
    body .career_join_us.text-white .intro h2 {
      color: #ffffff; }
    body .career_join_us.text-white .intro p {
      color: #ffffff; }
    body .career_join_us .career_job_container {
      min-height: 325px; }
      body .career_join_us .career_job_container #emptyMsg {
        font-size: 30px;
        text-align: center;
        padding-top: 55px; }
    body .career_join_us .filter_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 56px; }
      @media (max-width: 991px) {
        body .career_join_us .filter_container {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 32px; } }
      body .career_join_us .filter_container > p {
        width: 48%;
        padding-right: 20px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .career_join_us .filter_container > p {
            padding-right: 35px; } }
        @media (max-width: 991px) {
          body .career_join_us .filter_container > p {
            width: 100%;
            margin-bottom: 20px;
            text-align: center; } }
      body .career_join_us .filter_container select {
        display: none; }
      body .career_join_us .filter_container .selectboxit {
        background: #141b4d; }
      body .career_join_us .filter_container .selectboxit-container {
        background-color: #141b4d;
        max-width: 300px;
        width: 100%;
        border: 1px solid #ffffff;
        margin-right: 20px;
        border-radius: 5px; }
        body .career_join_us .filter_container .selectboxit-container:last-child {
          margin-right: 0;
          margin-bottom: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .career_join_us .filter_container .selectboxit-container {
            max-width: calc(50% - 25px);
            margin-right: 50px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .career_join_us .filter_container .selectboxit-container {
            max-width: calc(50% - 18px);
            margin-right: 36px; } }
        @media (max-width: 595px) {
          body .career_join_us .filter_container .selectboxit-container {
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
        body .career_join_us .filter_container .selectboxit-container .selectboxit-btn {
          width: 100% !important;
          border: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          min-height: 50px; }
          body .career_join_us .filter_container .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover {
            color: #ffffff;
            background: transparent; }
          body .career_join_us .filter_container .selectboxit-container .selectboxit-btn.selectboxit-focus {
            background-color: transparent;
            color: #ffffff; }
            body .career_join_us .filter_container .selectboxit-container .selectboxit-btn.selectboxit-focus .selectboxit-option-anchor {
              background: transparent; }
          body .career_join_us .filter_container .selectboxit-container .selectboxit-btn.selectboxit-open .selectboxit-arrow-container {
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg); }
        body .career_join_us .filter_container .selectboxit-container .selectboxit-options {
          overflow: hidden;
          width: 100% !important;
          max-height: 300px !important;
          overflow-y: auto; }
          body .career_join_us .filter_container .selectboxit-container .selectboxit-options li {
            font-size: 18px; }
            body .career_join_us .filter_container .selectboxit-container .selectboxit-options li.selectboxit-selected, body .career_join_us .filter_container .selectboxit-container .selectboxit-options li.selectboxit-selected.selectboxit-focus {
              background: #ff6900;
              color: #ffffff; }
              body .career_join_us .filter_container .selectboxit-container .selectboxit-options li.selectboxit-selected .selectboxit-option-anchor, body .career_join_us .filter_container .selectboxit-container .selectboxit-options li.selectboxit-selected.selectboxit-focus .selectboxit-option-anchor {
                background: #ff6900;
                color: #ffffff; }
            body .career_join_us .filter_container .selectboxit-container .selectboxit-options li.selectboxit-focus {
              background: transparent;
              color: #ff6900; }
              body .career_join_us .filter_container .selectboxit-container .selectboxit-options li.selectboxit-focus .selectboxit-option-anchor {
                background: transparent;
                color: #ff6900; }
        body .career_join_us .filter_container .selectboxit-container .selectboxit-option-icon {
          display: none; }
        body .career_join_us .filter_container .selectboxit-container span {
          height: 100%;
          line-height: 2.1;
          font-size: 18px;
          font-family: sofia-pro, sans-serif; }
        body .career_join_us .filter_container .selectboxit-container .selectboxit-arrow-container {
          background-image: url("/wp-content/themes/socure/templates/dist/images/arrow-down-orange.png");
          background-size: contain;
          background-repeat: no-repeat;
          top: 15px;
          right: 15px;
          height: 20px;
          width: 20px; }
          body .career_join_us .filter_container .selectboxit-container .selectboxit-arrow-container .selectboxit-arrow {
            display: none; }
    body .career_join_us #jobTable {
      max-width: 1120px;
      margin-inline: auto; }
      body .career_join_us #jobTable .content {
        padding: 20px 60px 20px 32px;
        background-color: #ffffff;
        margin-bottom: 20px;
        border-left: 20px solid #ff6900;
        position: relative; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .career_join_us #jobTable .content {
            padding: 14px 60px 14px 10px;
            border-left: 10px solid #ff6900; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .career_join_us #jobTable .content {
            padding: 14px 60px 14px 10px;
            border-left: 10px solid #ff6900; } }
        @media (max-width: 595px) {
          body .career_join_us #jobTable .content {
            padding: 10px 40px 10px 8px;
            border-left: 8px solid #ff6900; } }
      body .career_join_us #jobTable a {
        font-size: 26px;
        font-weight: 600;
        color: #000000;
        letter-spacing: 0.26px;
        line-height: 34px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .career_join_us #jobTable a {
            font-size: 22px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .career_join_us #jobTable a {
            font-size: 22px; } }
        @media (max-width: 595px) {
          body .career_join_us #jobTable a {
            font-size: 18px;
            line-height: unset; } }
        body .career_join_us #jobTable a img {
          position: absolute;
          width: 25px;
          height: 25px;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 595px) {
            body .career_join_us #jobTable a img {
              right: 10px;
              width: 20px !important;
              height: 20px !important; } }
        body .career_join_us #jobTable a .job_dt_loc {
          font-size: 23px;
          color: #000000;
          font-weight: normal; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .career_join_us #jobTable a .job_dt_loc {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .career_join_us #jobTable a .job_dt_loc {
              font-size: 18px; } }
          @media (max-width: 595px) {
            body .career_join_us #jobTable a .job_dt_loc {
              font-size: 16px; } }
  body .selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  body .selectboxit-container * {
    font: 14px Helvetica, Arial;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap; }
  body .selectboxit-container .selectboxit {
    width: 220px;
    /* Width of the dropdown button */
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative; }
  body .selectboxit-container span, body .selectboxit-container .selectboxit-options a {
    height: 30px;
    /* Height of the drop down */
    line-height: 30px;
    /* Vertically positions the drop down text */
    display: block; }
  body .selectboxit-container .selectboxit:focus {
    outline: 0; }
  body .selectboxit.selectboxit-disabled, body .selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default; }
  body .selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left; }
  body .selectboxit .selectboxit-option-icon-container {
    margin-left: 5px; }
  body .selectboxit-container .selectboxit-options {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-sizing: content-box\9;
            box-sizing: content-box\9;
    min-width: 100%;
    /* Minimum Width of the dropdown list box options */
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body .selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px; }
  body .selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none; }
  body .selectboxit-option, body .selectboxit-optgroup-header {
    text-indent: 5px;
    /* Horizontal Positioning of the select box option text */
    margin: 0;
    list-style-type: none; }
  body .selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }
  body .selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  body .selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
  body .selectboxit-optgroup-header {
    font-weight: bold; }
  body .selectboxit-optgroup-header:hover {
    cursor: default; }
  body .selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0; }
  body .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0; }
  body .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%; }
  body .selectboxit-option-icon-container {
    float: left; }
  body .selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  body .selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left; }
  body .selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important; }
  body .jqueryui .ui-icon {
    background-color: inherit; }
  body .jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px; }
  body .selectboxit-btn {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3; }
  body .selectboxit-btn.selectboxit-enabled:hover,
  body .selectboxit-btn.selectboxit-enabled:focus,
  body .selectboxit-btn.selectboxit-enabled:active {
    color: #333333;
    background-color: #e6e6e6; }
  body .selectboxit-btn.selectboxit-enabled:hover,
  body .selectboxit-btn.selectboxit-enabled:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px; }
  body .selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  body .selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  body .selectboxit-list .selectboxit-option-anchor {
    color: #333333; }
  body .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #ffffff;
    background-color: #0081c2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x; }
  body .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999; }
  body .news-detail {
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      body .news-detail {
        padding-bottom: 0; } }
    body .news-detail .wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 35px; }
      @media (max-width: 480px) {
        body .news-detail .wrapper {
          padding-bottom: 0; } }
    body .news-detail .content-wrap {
      width: calc(100% - 456px);
      max-width: 867px;
      margin-top: 20px; }
      @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
        body .news-detail .content-wrap {
          width: 100%;
          max-width: 100%; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .news-detail .content-wrap {
          width: 100%;
          max-width: 100%; } }
      @media (max-width: 991px) {
        body .news-detail .content-wrap {
          width: 100%;
          max-width: 100%; } }
      body .news-detail .content-wrap p {
        margin-bottom: 35px;
        font-weight: 500;
        line-height: 1.7;
        letter-spacing: -0.2px; }
        @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
          body .news-detail .content-wrap p {
            margin-bottom: 20px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .news-detail .content-wrap p {
            margin-bottom: 20px; } }
        @media (max-width: 991px) {
          body .news-detail .content-wrap p {
            margin-bottom: 10px; } }
      body .news-detail .content-wrap h1, body .news-detail .content-wrap h2, body .news-detail .content-wrap h3 {
        margin-bottom: 32px; }
        @media (max-width: 767px) {
          body .news-detail .content-wrap h1, body .news-detail .content-wrap h2, body .news-detail .content-wrap h3 {
            margin-bottom: 15px; } }
      body .news-detail .content-wrap h4 {
        font-weight: bold;
        text-align: left;
        line-height: 1.4;
        margin-bottom: 32px; }
        @media (max-width: 767px) {
          body .news-detail .content-wrap h4 {
            margin-bottom: 15px; } }
      body .news-detail .content-wrap a {
        color: #ff6900; }
        body .news-detail .content-wrap a:hover {
          text-decoration: underline; }
      body .news-detail .content-wrap blockquote {
        position: relative;
        width: 100%;
        padding: 118px 0 56px 0;
        margin: 96px 0;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .news-detail .content-wrap blockquote {
            padding: 100px 0 30px 0;
            margin: 50px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .news-detail .content-wrap blockquote {
            padding: 80px 0 20px 0;
            margin: 30px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .news-detail .content-wrap blockquote {
            padding: 70px 0 25px 0;
            margin: 25px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .news-detail .content-wrap blockquote {
            padding: 60px 0 20px 0;
            margin: 20px 0; } }
        @media (max-width: 480px) {
          body .news-detail .content-wrap blockquote {
            padding: 60px 0 20px 0;
            margin: 20px 0; } }
        body .news-detail .content-wrap blockquote::after {
          content: "";
          position: absolute;
          top: 56px;
          left: 0;
          width: 66px;
          height: 43px;
          background: url("/wp-content/themes/socure/templates/assets/images/quotes.png") no-repeat center;
          background-size: 100%; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .news-detail .content-wrap blockquote::after {
              top: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .news-detail .content-wrap blockquote::after {
              top: 30px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .news-detail .content-wrap blockquote::after {
              top: 18px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .news-detail .content-wrap blockquote::after {
              width: 50px;
              top: 10px; } }
          @media (max-width: 480px) {
            body .news-detail .content-wrap blockquote::after {
              width: 50px;
              top: 10px; } }
        body .news-detail .content-wrap blockquote h3 {
          font-weight: bold;
          line-height: 1.2;
          color: #ff6900;
          margin-top: 0;
          margin-bottom: 32px; }
          @media (max-width: 991px) {
            body .news-detail .content-wrap blockquote h3 {
              margin-bottom: 25px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .news-detail .content-wrap blockquote h3 {
              margin-bottom: 20px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .news-detail .content-wrap blockquote h3 {
              margin-bottom: 20px; } }
          @media (max-width: 480px) {
            body .news-detail .content-wrap blockquote h3 {
              margin-bottom: 20px; } }
        body .news-detail .content-wrap blockquote h4 {
          font-weight: normal;
          color: #141b4d;
          line-height: 1.33;
          letter-spacing: 0.24px;
          margin-bottom: 0; }
          @media (min-width: 1336px) {
            body .news-detail .content-wrap blockquote h4 {
              font-size: 24px; } }
      body .news-detail .content-wrap ul {
        padding-left: 18px;
        margin-bottom: 20px; }
        body .news-detail .content-wrap ul li {
          font-size: 20px; }
          @media screen and (max-width: 1024px) {
            body .news-detail .content-wrap ul li {
              font-size: 18px; } }
          @media (max-width: 767px) {
            body .news-detail .content-wrap ul li {
              font-size: 16px; } }
      body .news-detail .content-wrap ol {
        padding-left: 18px;
        margin-bottom: 20px; }
        body .news-detail .content-wrap ol li {
          font-size: 20px; }
          @media screen and (max-width: 1024px) {
            body .news-detail .content-wrap ol li {
              font-size: 18px; } }
          @media (max-width: 767px) {
            body .news-detail .content-wrap ol li {
              font-size: 16px; } }
      body .news-detail .content-wrap img.vsmall {
        max-width: 200px; }
      body .news-detail .content-wrap .zoom-img {
        max-height: 500px;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        overflow: hidden;
        margin: 20px 0;
        position: relative;
        cursor: -webkit-zoom-in;
        cursor: zoom-in; }
        body .news-detail .content-wrap .zoom-img:after {
          content: '';
          position: absolute;
          bottom: 10px;
          right: 10px;
          background-image: url("/wp-content/themes/socure/templates/assets/images/enlarge-overlay.svg");
          background-repeat: no-repeat;
          background-size: contain;
          height: 45px;
          width: 45px; }
      body .news-detail .content-wrap .zoom-img img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: -webkit-transform 0.25s ease;
        -o-transition: -o-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease, -o-transform 0.25s ease;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        z-index: 9; }
        body .news-detail .content-wrap .zoom-img img::after {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 99; }
      body .news-detail .content-wrap #image-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      body .news-detail .content-wrap #image-overlay img {
        max-width: 90%;
        max-height: 90%;
        -o-object-fit: contain;
           object-fit: contain;
        width: auto; }
      body .news-detail .content-wrap #close-overlay {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        color: white;
        cursor: pointer; }
    body .news-detail .card-wrap {
      width: 100%;
      max-width: 356px;
      margin-left: 100px;
      padding-top: 10px; }
      @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
        body .news-detail .card-wrap {
          margin-left: 0;
          padding-top: 20px;
          padding-bottom: 50px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .news-detail .card-wrap {
          margin-left: 0;
          padding-top: 20px;
          padding-bottom: 50px; } }
      @media (max-width: 991px) {
        body .news-detail .card-wrap {
          margin-left: 0;
          padding-top: 20px;
          padding-bottom: 50px; } }
      @media (max-width: 767px) {
        body .news-detail .card-wrap {
          padding-bottom: 20px; } }
    body .news-detail .img-text-wrap {
      border: solid 1px #141b4d; }
      body .news-detail .img-text-wrap .img-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: solid 1px #141b4d;
        background-color: #141b4d;
        padding: 24px 23px 23px 23px;
        margin-top: 0; }
        @media (max-width: 595px) {
          body .news-detail .img-text-wrap .img-text {
            padding: 15px; } }
        body .news-detail .img-text-wrap .img-text .img-wrap {
          width: 113px;
          height: 113px;
          border-radius: 50%;
          overflow: hidden;
          margin-top: -6px; }
          body .news-detail .img-text-wrap .img-text .img-wrap img {
            height: 100%; }
        body .news-detail .img-text-wrap .img-text .text {
          margin-left: 29px; }
          body .news-detail .img-text-wrap .img-text .text span {
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.56;
            letter-spacing: 0.18px;
            color: #ffffff; }
          body .news-detail .img-text-wrap .img-text .text h4 {
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            margin-bottom: 4px;
            line-height: 1.56;
            letter-spacing: 0.18px;
            color: #ffffff; }
      body .news-detail .img-text-wrap .content {
        padding: 23px 23px 30px 23px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .news-detail .img-text-wrap .content {
            padding: 15px 23px 25px 23px; } }
        @media (max-width: 595px) {
          body .news-detail .img-text-wrap .content {
            padding: 15px; } }
        body .news-detail .img-text-wrap .content h6 {
          font-weight: bold;
          margin-top: -1px;
          line-height: 1.4;
          letter-spacing: normal;
          padding-bottom: 11px; }
        body .news-detail .img-text-wrap .content ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body .news-detail .img-text-wrap .content ul li {
            list-style: none;
            margin: 11px 11px 15px 0; }
            body .news-detail .img-text-wrap .content ul li a {
              max-width: 166px;
              font-size: 16px;
              padding: 10px 11px 11px 11px;
              font-weight: normal;
              line-height: 1.75;
              letter-spacing: normal;
              background-color: #f2f2f2;
              color: #000000; }
              body .news-detail .img-text-wrap .content ul li a:hover {
                background-color: #ff6900;
                color: #ffffff; }
              @media (max-width: 595px) {
                body .news-detail .img-text-wrap .content ul li a {
                  font-size: 14px; } }
    body .news-detail .icon-wrapper {
      width: 100%;
      max-width: 360px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding: 10px 0 19px 23px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .news-detail .icon-wrapper {
          padding-left: 60px; } }
      @media (max-width: 991px) {
        body .news-detail .icon-wrapper {
          padding-left: 23px;
          padding-top: 10px;
          padding-bottom: 15px; } }
      body .news-detail .icon-wrapper span {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal; }
        @media (max-width: 595px) {
          body .news-detail .icon-wrapper span {
            font-size: 16px; } }
      body .news-detail .icon-wrapper::after {
        content: "";
        position: absolute;
        width: 312px;
        top: -8px;
        border: solid 1px #000000; }
        @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
          body .news-detail .icon-wrapper::after {
            left: 23px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .news-detail .icon-wrapper::after {
            left: 23px; } }
        @media (max-width: 991px) {
          body .news-detail .icon-wrapper::after {
            left: 23px;
            top: -7px; } }
        @media (max-width: 480px) {
          body .news-detail .icon-wrapper::after {
            width: 230px; } }
      body .news-detail .icon-wrapper .icon-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .news-detail .icon-wrapper .icon-wrap .icon {
          margin-left: 18px; }
          body .news-detail .icon-wrapper .icon-wrap .icon a {
            font-size: 0;
            max-width: 9px;
            max-height: 18px; }
            body .news-detail .icon-wrapper .icon-wrap .icon a:hover svg path {
              fill: #ff6900; }
    body .news-detail .img-with-card {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 68px 187px 68px 101px;
      background-color: #141b4d; }
      @media (min-width: 1270px) and (max-width: 1336px) {
        body .news-detail .img-with-card {
          padding: 60px 122px 60px 100px; } }
      @media screen and (min-width: 1024px) and (max-width: 1270px) {
        body .news-detail .img-with-card {
          padding: 60px 68px; } }
      @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
        body .news-detail .img-with-card {
          padding: 40px 25px 45px 22px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .news-detail .img-with-card {
          padding: 30px; } }
      @media (max-width: 991px) {
        body .news-detail .img-with-card {
          padding: 30px; } }
      body .news-detail .img-with-card .img-wrap {
        max-width: 232px;
        position: relative;
        max-height: 230px;
        border: 8px solid #ffffff;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
        width: 232px;
        height: 232px; }
        @media screen and (max-width: 1170px) {
          body .news-detail .img-with-card .img-wrap {
            width: 200px;
            height: 200px; } }
        body .news-detail .img-with-card .img-wrap img {
          height: 100%; }
        @media (max-width: 991px) {
          body .news-detail .img-with-card .img-wrap {
            margin: 0 auto; } }
        body .news-detail .img-with-card .img-wrap .list-item {
          position: absolute;
          z-index: 1;
          height: 30px;
          width: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          list-style-type: none; }
      body .news-detail .img-with-card .content-wrap {
        width: calc(100% - 232px);
        max-width: 766px;
        padding-left: 62px; }
        @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
          body .news-detail .img-with-card .content-wrap {
            max-width: 695px;
            padding-left: 45px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .news-detail .img-with-card .content-wrap {
            max-width: 650px;
            padding-left: 33px; } }
        @media (max-width: 991px) {
          body .news-detail .img-with-card .content-wrap {
            width: 100%;
            max-width: 100%;
            text-align: center;
            padding-left: 0;
            margin-top: 10px; } }
        body .news-detail .img-with-card .content-wrap h5 {
          font-weight: bold;
          font-stretch: normal;
          margin-bottom: 8px;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #fff; }
        body .news-detail .img-with-card .content-wrap p {
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.6;
          margin-bottom: 41px;
          letter-spacing: normal;
          color: #fff; }
          @media (max-width: 767px) {
            body .news-detail .img-with-card .content-wrap p {
              margin-bottom: 20px; } }
      body .news-detail .img-with-card .btn-wrap {
        display: inline-block; }
        body .news-detail .img-with-card .btn-wrap a {
          color: #fff;
          text-decoration: none; }
          body .news-detail .img-with-card .btn-wrap a:hover {
            text-decoration: none;
            color: #ff6900; }
  body .cards {
    position: relative;
    width: 100%; }
    body .cards h4 {
      font-weight: bold;
      line-height: 1.43;
      text-align: center;
      letter-spacing: normal;
      padding-bottom: 40px; }
      @media (min-width: 1336px) {
        body .cards h4 {
          font-size: 35px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .cards h4 {
          padding-bottom: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .cards h4 {
          padding-bottom: 20px; } }
      @media (max-width: 480px) {
        body .cards h4 {
          padding-bottom: 15px; } }
    body .cards .col-three-cards {
      width: calc(100% + 32px);
      margin-left: -16px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1270px) and (max-width: 1336px) {
        body .cards .col-three-cards {
          width: calc(100% + 32px);
          margin-left: -16px; } }
      @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
        body .cards .col-three-cards {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .cards .col-three-cards {
          width: calc(100% + 20px);
          margin-left: -10px;
          padding: 0 80px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .cards .col-three-cards {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (max-width: 767px) {
        body .cards .col-three-cards {
          width: 100%;
          margin: 0; } }
      body .cards .col-three-cards .col-three {
        width: calc(33.33% - 32px);
        margin: 0 16px; }
        @media (min-width: 1270px) and (max-width: 1336px) {
          body .cards .col-three-cards .col-three {
            width: calc(33.33% - 32px);
            margin: 0 16px; } }
        @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
          body .cards .col-three-cards .col-three {
            width: calc(33.33% - 20px);
            margin: 0 10px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .cards .col-three-cards .col-three {
            width: calc(50% - 20px);
            margin: 15px 10px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .cards .col-three-cards .col-three {
            width: calc(50% - 20px);
            margin: 15px 10px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .cards .col-three-cards .col-three {
            width: 100%;
            margin: 15px 0 0 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .cards .col-three-cards .col-three {
            width: 100%;
            margin: 15px 0 0 0; } }
        @media (max-width: 480px) {
          body .cards .col-three-cards .col-three {
            width: 100%;
            margin: 20px 0 15px; } }
        body .cards .col-three-cards .col-three .img-wrap {
          height: 281px; }
          @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
            body .cards .col-three-cards .col-three .img-wrap {
              height: 230px; } }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .cards .col-three-cards .col-three .img-wrap {
              max-height: 230px; } }
          @media (max-width: 991px) {
            body .cards .col-three-cards .col-three .img-wrap {
              max-height: 230px; } }
          body .cards .col-three-cards .col-three .img-wrap img {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .cards .col-three-cards .col-three .content-wrap {
          position: relative;
          background-color: #ff6900;
          padding: 33px 31px 65px 32px; }
          @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
            body .cards .col-three-cards .col-three .content-wrap {
              padding: 20px 25px 52px 25px; } }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .cards .col-three-cards .col-three .content-wrap {
              padding: 29px; } }
          @media (max-width: 991px) {
            body .cards .col-three-cards .col-three .content-wrap {
              padding: 29px; } }
          body .cards .col-three-cards .col-three .content-wrap::before {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            bottom: 20px;
            right: 22px;
            border-top: 3px solid #ffffff;
            border-right: 3px solid #ffffff;
            -webkit-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg);
            z-index: 1; }
          body .cards .col-three-cards .col-three .content-wrap::after {
            content: "";
            position: absolute;
            padding: 15px 19px 15px 21px;
            width: 53px;
            height: 51px;
            background-color: #141b4d;
            bottom: 0;
            right: 0; }
          body .cards .col-three-cards .col-three .content-wrap h3 {
            font-weight: bold;
            letter-spacing: normal;
            color: #ffffff;
            min-height: 108px; }
            @media (max-width: 595px) {
              body .cards .col-three-cards .col-three .content-wrap h3 {
                min-height: auto; } }
          body .cards .col-three-cards .col-three .content-wrap p {
            font-weight: normal;
            line-height: 1.4;
            letter-spacing: 0.2px;
            color: #ffffff;
            margin-top: 11px; }
            @media (max-width: 991px) {
              body .cards .col-three-cards .col-three .content-wrap p {
                margin-top: 10px;
                padding-right: 24px; } }
  body .img-with-card .img-wrap .list-item .social-icons a[href=''] {
    display: none; }
  body .news-detail .img-with-card .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 991px) {
    body body .column-grid .outer-wrapper .card-wrapper .col-three .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 991px) {
    body body .column-grid .outer-wrapper .card-wrapper .col-three a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  body .press-detail {
    width: 100%;
    position: relative;
    padding-top: 72px;
    padding-bottom: 0; }
    @media (max-width: 1150px) {
      body .press-detail {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      body .press-detail {
        padding: 30px 0; } }
    body .press-detail .blog-detail {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 25px; }
      @media (max-width: 1150px) {
        body .press-detail .blog-detail {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      body .press-detail .blog-detail .text-wrap {
        width: calc(100% - 360px);
        padding-right: 61px;
        max-width: 937px; }
        @media (max-width: 1150px) {
          body .press-detail .blog-detail .text-wrap {
            width: 100%;
            max-width: 100%;
            padding-right: 0;
            padding-top: 40px; } }
        body .press-detail .blog-detail .text-wrap .alignright {
          max-width: 406px;
          max-height: 244px;
          float: left;
          margin: 12px 36px 15px 0;
          height: 100%; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .press-detail .blog-detail .text-wrap .alignright {
              max-width: 350px; } }
          @media (max-width: 595px) {
            body .press-detail .blog-detail .text-wrap .alignright {
              max-width: 100%;
              margin: 12px 0 15px 0; } }
        body .press-detail .blog-detail .text-wrap p {
          font-weight: 500;
          line-height: 1.7;
          margin-bottom: 35px; }
          @media (max-width: 1270px) {
            body .press-detail .blog-detail .text-wrap p {
              margin-bottom: 20px; } }
        body .press-detail .blog-detail .text-wrap h4 {
          font-weight: bold;
          line-height: 1.4;
          letter-spacing: normal;
          margin: 48px 0 32px; }
          @media (max-width: 991px) {
            body .press-detail .blog-detail .text-wrap h4 {
              margin: 10px 0; } }
        body .press-detail .blog-detail .text-wrap a {
          color: #ff6900; }
          body .press-detail .blog-detail .text-wrap a:hover {
            text-decoration: underline; }
        body .press-detail .blog-detail .text-wrap ul {
          padding-left: 18px;
          margin-bottom: 20px; }
          body .press-detail .blog-detail .text-wrap ul li {
            font-size: 20px; }
            @media screen and (max-width: 1024px) {
              body .press-detail .blog-detail .text-wrap ul li {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .press-detail .blog-detail .text-wrap ul li {
                font-size: 16px; } }
        body .press-detail .blog-detail .text-wrap ol {
          padding-left: 18px;
          margin-bottom: 20px; }
          body .press-detail .blog-detail .text-wrap ol li {
            font-size: 20px; }
            @media screen and (max-width: 1024px) {
              body .press-detail .blog-detail .text-wrap ol li {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .press-detail .blog-detail .text-wrap ol li {
                font-size: 16px; } }
      body .press-detail .blog-detail .blog-cta {
        background-color: #ff6900;
        text-align: center;
        padding: 34px 90px 39px;
        max-width: 872px;
        margin-top: 53px; }
        @media (max-width: 991px) {
          body .press-detail .blog-detail .blog-cta {
            max-width: 100%;
            margin-top: 20px; } }
        @media (max-width: 595px) {
          body .press-detail .blog-detail .blog-cta {
            padding: 30px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .press-detail .blog-detail .blog-cta {
            padding: 30px 20px 30px; } }
        @media (max-width: 480px) {
          body .press-detail .blog-detail .blog-cta {
            padding: 20px; } }
        body .press-detail .blog-detail .blog-cta h3 {
          font-weight: 900;
          line-height: 1.56;
          color: #ffffff; }
          @media (min-width: 1336px) {
            body .press-detail .blog-detail .blog-cta h3 {
              font-size: 36px; } }
        body .press-detail .blog-detail .blog-cta p {
          font-weight: normal;
          line-height: 1.33;
          letter-spacing: normal;
          margin-top: 5px;
          color: #ffffff; }
          @media (min-width: 1336px) {
            body .press-detail .blog-detail .blog-cta p {
              font-size: 24px;
              margin-bottom: 33px; } }
        body .press-detail .blog-detail .blog-cta .btn-wrap {
          display: inline-block; }
          body .press-detail .blog-detail .blog-cta .btn-wrap a {
            font-size: 16px;
            font-weight: 900;
            line-height: normal;
            letter-spacing: 2.4px;
            display: inline-block;
            color: #ffffff;
            padding: 12px 33px;
            border: solid 1px #ffffff; }
            body .press-detail .blog-detail .blog-cta .btn-wrap a:hover {
              color: #000000;
              border: solid 1px #000000; }
            @media (max-width: 991px) {
              body .press-detail .blog-detail .blog-cta .btn-wrap a {
                font-size: 14px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .press-detail .blog-detail .blog-cta .btn-wrap a {
                font-size: 12px;
                padding: 10px 20px; } }
            @media (max-width: 480px) {
              body .press-detail .blog-detail .blog-cta .btn-wrap a {
                font-size: 12px;
                padding: 10px 12px; } }
      body .press-detail .blog-detail .icon-wrapper {
        width: 100%;
        max-width: 360px;
        padding-top: 11px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        @media (max-width: 1150px) {
          body .press-detail .blog-detail .icon-wrapper {
            padding-top: 0; } }
        body .press-detail .blog-detail .icon-wrapper span {
          font-size: 20px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.4;
          letter-spacing: normal; }
        body .press-detail .blog-detail .icon-wrapper::after {
          content: "";
          position: absolute;
          max-width: 360px;
          width: 100%;
          top: 58px;
          border: solid 1px #000000; }
          @media (max-width: 1150px) {
            body .press-detail .blog-detail .icon-wrapper::after {
              top: 40px; } }
        body .press-detail .blog-detail .icon-wrapper .icon-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body .press-detail .blog-detail .icon-wrapper .icon-wrap .icon {
            margin-left: 18px; }
            body .press-detail .blog-detail .icon-wrapper .icon-wrap .icon a {
              max-width: 9px;
              max-height: 18px;
              font-size: 0; }
              body .press-detail .blog-detail .icon-wrapper .icon-wrap .icon a:hover svg path {
                fill: #ff6900; }
      body .press-detail .blog-detail blockquote {
        position: relative;
        width: 100%;
        padding: 118px 0 56px 0;
        margin: 96px 0;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .press-detail .blog-detail blockquote {
            padding: 100px 0 30px 0;
            margin: 50px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .press-detail .blog-detail blockquote {
            padding: 80px 0 20px 0;
            margin: 30px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .press-detail .blog-detail blockquote {
            padding: 70px 0 25px 0;
            margin: 25px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .press-detail .blog-detail blockquote {
            padding: 60px 0 20px 0;
            margin: 20px 0; } }
        @media (max-width: 480px) {
          body .press-detail .blog-detail blockquote {
            padding: 60px 0 20px 0;
            margin: 20px 0; } }
        body .press-detail .blog-detail blockquote::after {
          content: "";
          position: absolute;
          top: 56px;
          left: 0;
          width: 66px;
          height: 43px;
          background: url("/wp-content/themes/socure/templates/assets/images/quotes.png") no-repeat center;
          background-size: 100%; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .press-detail .blog-detail blockquote::after {
              top: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .press-detail .blog-detail blockquote::after {
              top: 30px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .press-detail .blog-detail blockquote::after {
              top: 18px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .press-detail .blog-detail blockquote::after {
              width: 50px;
              top: 10px; } }
          @media (max-width: 480px) {
            body .press-detail .blog-detail blockquote::after {
              width: 50px;
              top: 10px; } }
        body .press-detail .blog-detail blockquote h3 {
          font-weight: bold;
          line-height: 1.2;
          color: #ff6900;
          margin-top: 0;
          margin-bottom: 32px; }
          @media (max-width: 991px) {
            body .press-detail .blog-detail blockquote h3 {
              margin-bottom: 25px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .press-detail .blog-detail blockquote h3 {
              margin-bottom: 20px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .press-detail .blog-detail blockquote h3 {
              margin-bottom: 20px; } }
          @media (max-width: 480px) {
            body .press-detail .blog-detail blockquote h3 {
              margin-bottom: 20px; } }
        body .press-detail .blog-detail blockquote h4 {
          font-weight: normal;
          color: #141b4d;
          line-height: 1.33;
          letter-spacing: 0.24px;
          margin-bottom: 0; }
          @media (min-width: 1336px) {
            body .press-detail .blog-detail blockquote h4 {
              font-size: 24px; } }
  body .row-content#rtl li {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
    margin-right: 30px; }
  body .row-content#rtl li:before {
    left: auto;
    right: 0; }
  body .row-content#rtl li p {
    text-align: right !important; }
  body .row-content#rtl li > ol li {
    padding-right: 35px; }
  body .row-content#rtl ol {
    list-style: auto;
    list-style-type: auto; }
  body .row-content#rtl ol li > ol > li > ol > li {
    padding-right: 45px; }
  body .row-content#rtl p, body .row-content#rtl a, body .row-content#rtl ul, body .row-content#rtl li, body .row-content#rtl ol, body .row-content#rtl h2, body .row-content#rtl h3, body .row-content#rtl h4, body .row-content#rtl h5, body .row-content#rtl h6 {
    text-align: right !important; }
  body .row-content#rtl ul {
    margin-left: 0;
    margin-right: 18px; }
  body .row-content.center-content p {
    text-align: center; }
  body .row-content.transcript .transcript-wrapper {
    text-align: center;
    margin-bottom: 56px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .row-content.transcript .transcript-wrapper {
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .row-content.transcript .transcript-wrapper {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      body .row-content.transcript .transcript-wrapper {
        margin-bottom: 20px; } }
    body .row-content.transcript .transcript-wrapper h2 {
      margin-bottom: 25px; }
    body .row-content.transcript .transcript-wrapper ul {
      margin-bottom: 25px; }
      body .row-content.transcript .transcript-wrapper ul li {
        color: #1c1c1c;
        font-size: 20px;
        font-family: sofia-pro, sans-serif; }
    body .row-content.transcript .transcript-wrapper .back-link-detail {
      display: block;
      margin-bottom: 25px;
      text-align: left; }
  body .row-content p {
    text-align: left;
    margin-bottom: 25px; }
  body .row-content a {
    color: #ff6900; }
  body .row-content ul {
    text-align: left;
    margin-left: 18px;
    margin-bottom: 25px; }
  body .row-content h2, body .row-content h3, body .row-content h4, body .row-content h5, body .row-content h6 {
    margin-bottom: 25px; }
  body .row-content h3 {
    text-align: left; }
  body .row-content table {
    border: 1px solid #99acc2;
    overflow-y: scroll;
    width: 100%;
    height: 100% !important; }
    @media (max-width: 767px) {
      body .row-content table {
        overflow-x: auto;
        display: block;
        max-width: 712px; } }
    body .row-content table.rwd-table {
      border-collapse: collapse; }
      @media screen and (max-width: 767px) {
        body .row-content table.rwd-table {
          overflow: hidden; }
          body .row-content table.rwd-table tr:nth-child(2) {
            border-top: none; }
          body .row-content table.rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 100%;
            text-wrap: wrap;
            display: inline-block;
            color: #000;
            padding-bottom: 25px;
            font-size: 15px; }
          body .row-content table.rwd-table th {
            display: none; }
          body .row-content table.rwd-table td {
            display: block; }
            body .row-content table.rwd-table td p {
              text-wrap: wrap; } }
    body .row-content table.width-1 tbody th, body .row-content table.width-1 tbody td {
      width: 100%;
      text-align: left; }
    body .row-content table.width-2 tbody th, body .row-content table.width-2 tbody td {
      width: 50%;
      text-align: left; }
    @media screen and (max-width: 767px) {
      body .row-content table.width-2 tbody td {
        width: 100%; } }
    body .row-content table.width-3 tbody th, body .row-content table.width-3 tbody td {
      width: 33%;
      text-align: left; }
    @media screen and (max-width: 767px) {
      body .row-content table.width-3 tbody td {
        width: 100%; } }
    body .row-content table.width-4 tbody th, body .row-content table.width-4 tbody td {
      width: 25%;
      text-align: left; }
    @media screen and (max-width: 767px) {
      body .row-content table.width-4 tbody td {
        width: 100%; } }
    body .row-content table.width-5 tbody th, body .row-content table.width-5 tbody td {
      width: 20%;
      text-align: left; }
    @media screen and (max-width: 767px) {
      body .row-content table.width-5 tbody td {
        width: 100%; } }
    body .row-content table tbody {
      margin-bottom: 25px; }
      body .row-content table tbody td, body .row-content table tbody th {
        border: 0.5pt solid #000000;
        padding: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.2px;
        color: #1c1c1c;
        font-family: sofia-pro, sans-serif !important; }
        @media (max-width: 767px) {
          body .row-content table tbody td, body .row-content table tbody th {
            font-size: 15px; } }
        body .row-content table tbody td span, body .row-content table tbody th span {
          font-size: 20px; }
          @media (max-width: 767px) {
            body .row-content table tbody td span, body .row-content table tbody th span {
              font-size: 15px; } }
        body .row-content table tbody td strong, body .row-content table tbody th strong {
          font-size: 20px; }
          @media (max-width: 767px) {
            body .row-content table tbody td strong, body .row-content table tbody th strong {
              font-size: 15px; } }
        body .row-content table tbody td ul li em, body .row-content table tbody th ul li em {
          font-size: 20px; }
          @media (max-width: 767px) {
            body .row-content table tbody td ul li em, body .row-content table tbody th ul li em {
              font-size: 15px; } }
        body .row-content table tbody td b, body .row-content table tbody th b {
          font-size: 20px; }
          @media (max-width: 767px) {
            body .row-content table tbody td b, body .row-content table tbody th b {
              font-size: 15px; } }
        body .row-content table tbody td p, body .row-content table tbody th p {
          font-size: 20px; }
          @media (max-width: 767px) {
            body .row-content table tbody td p, body .row-content table tbody th p {
              font-size: 15px; } }
          body .row-content table tbody td p em, body .row-content table tbody th p em {
            font-size: 20px; }
            @media (max-width: 767px) {
              body .row-content table tbody td p em, body .row-content table tbody th p em {
                font-size: 15px; } }
  body .row-content li {
    line-height: 1.5;
    font-family: sofia-pro, sans-serif !important;
    color: #1c1c1c;
    margin-left: 30px;
    font-size: 20px; }
    @media (max-width: 767px) {
      body .row-content li {
        font-size: 15px; } }
  body .row-content h3 {
    color: #1c1c1c;
    font-family: sofia-pro, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      body .row-content h3 {
        font-size: 25px; } }
  body .row-content.code-of-conduct .img-wrap {
    text-align: center; }
  body .row-content.code-of-conduct img {
    max-width: 500px;
    margin: 0 auto; }
  body .row-content.number-list ol {
    font-family: sofia-pro, sans-serif;
    list-style: none;
    counter-reset: section;
    list-style-type: none; }
    body .row-content.number-list ol li {
      margin-left: 0;
      padding-top: 3px;
      padding-bottom: 5px;
      padding-left: 25px;
      position: relative;
      font-family: sofia-pro, sans-serif;
      counter-increment: listCounter; }
      body .row-content.number-list ol li:before {
        counter-increment: section;
        content: counters(section, ".") " ";
        font-family: sofia-pro, sans-serif;
        position: absolute;
        left: 0; }
      body .row-content.number-list ol li > ol {
        margin-top: 10px;
        padding-left: 25px;
        font-family: sofia-pro, sans-serif; }
        body .row-content.number-list ol li > ol > li {
          padding-top: 3px;
          padding-bottom: 5px;
          padding-left: 35px;
          position: relative;
          font-family: sofia-pro, sans-serif; }
          body .row-content.number-list ol li > ol > li:before {
            counter-increment: section;
            content: counters(section, ".") " ";
            font-family: sofia-pro, sans-serif;
            position: absolute;
            left: 0; }
          body .row-content.number-list ol li > ol > li > ol {
            margin-top: 10px;
            padding-left: 25px;
            font-family: sofia-pro, sans-serif; }
            body .row-content.number-list ol li > ol > li > ol > li {
              padding-top: 3px;
              padding-bottom: 5px;
              padding-left: 45px;
              position: relative;
              font-family: sofia-pro, sans-serif; }
              body .row-content.number-list ol li > ol > li > ol > li:before {
                counter-increment: section;
                content: counters(section, ".") " ";
                font-family: sofia-pro, sans-serif;
                position: absolute;
                left: 0; }
  @media (max-width: 1024px) {
    body .row-content iframe {
      max-width: 100%; } }
  @media (max-width: 480px) {
    body .row-content iframe {
      max-height: 250px; } }
  body .case-study-detail {
    position: relative;
    padding-top: 40px; }
    body .case-study-detail .dark-gradient {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1c4b), to(#2f3e8b));
      background-image: -webkit-linear-gradient(top, #1c1c4b, #2f3e8b);
      background-image: -o-linear-gradient(top, #1c1c4b, #2f3e8b);
      background-image: linear-gradient(to bottom, #1c1c4b, #2f3e8b); }
    body .case-study-detail .white-border-bottom {
      position: relative; }
      body .case-study-detail .white-border-bottom::after {
        content: "";
        position: absolute;
        bottom: -31px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ffffff; }
    body .case-study-detail .row-wrap {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      @media (max-width: 991px) {
        body .case-study-detail .row-wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    body .case-study-detail .col-content {
      position: relative;
      width: 70%;
      max-width: 864px; }
      @media (max-width: 991px) {
        body .case-study-detail .col-content {
          width: 100%;
          max-width: initial; } }
      body .case-study-detail .col-content h4 {
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: 0.24px;
        color: #000000;
        margin-bottom: 20px; }
        @media (min-width: 1336px) {
          body .case-study-detail .col-content h4 {
            font-size: 24px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .case-study-detail .col-content h4 {
            margin-bottom: 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .case-study-detail .col-content h4 {
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          body .case-study-detail .col-content h4 {
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          body .case-study-detail .col-content h4 {
            margin-bottom: 10px; } }
      body .case-study-detail .col-content h3 {
        font-weight: bold;
        color: #000000;
        margin: 32px 0 20px 0;
        line-height: 1.2; }
        @media (max-width: 991px) {
          body .case-study-detail .col-content h3 {
            margin: 20px 0; } }
        @media (max-width: 767px) {
          body .case-study-detail .col-content h3 {
            margin: 15px 0; } }
      body .case-study-detail .col-content p {
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.7;
        color: #000000; }
        @media (max-width: 991px) {
          body .case-study-detail .col-content p {
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          body .case-study-detail .col-content p {
            margin-bottom: 10px; } }
        body .case-study-detail .col-content p:last-child {
          margin-bottom: 0; }
      body .case-study-detail .col-content a {
        color: #ff6900; }
        body .case-study-detail .col-content a:hover {
          text-decoration: underline; }
      body .case-study-detail .col-content blockquote {
        position: relative;
        width: 100%;
        padding: 118px 0 56px 0;
        margin: 96px 0;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .case-study-detail .col-content blockquote {
            padding: 100px 0 30px 0;
            margin: 50px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .case-study-detail .col-content blockquote {
            padding: 80px 0 20px 0;
            margin: 30px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .case-study-detail .col-content blockquote {
            padding: 70px 0 25px 0;
            margin: 25px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .case-study-detail .col-content blockquote {
            padding: 60px 0 20px 0;
            margin: 20px 0; } }
        @media (max-width: 480px) {
          body .case-study-detail .col-content blockquote {
            padding: 60px 0 20px 0;
            margin: 20px 0; } }
        body .case-study-detail .col-content blockquote::after {
          content: "";
          position: absolute;
          top: 56px;
          left: 0;
          width: 66px;
          height: 43px;
          background: url("/wp-content/themes/socure/templates/assets/images/quotes.png") no-repeat center;
          background-size: 100%; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .case-study-detail .col-content blockquote::after {
              top: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .case-study-detail .col-content blockquote::after {
              top: 30px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .case-study-detail .col-content blockquote::after {
              top: 18px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .case-study-detail .col-content blockquote::after {
              width: 50px;
              top: 10px; } }
          @media (max-width: 480px) {
            body .case-study-detail .col-content blockquote::after {
              width: 50px;
              top: 10px; } }
        body .case-study-detail .col-content blockquote h3 {
          font-weight: bold;
          line-height: 1.2;
          color: #ff6900;
          margin-top: 0;
          margin-bottom: 32px; }
          @media (max-width: 991px) {
            body .case-study-detail .col-content blockquote h3 {
              margin-bottom: 25px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .case-study-detail .col-content blockquote h3 {
              margin-bottom: 20px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body .case-study-detail .col-content blockquote h3 {
              margin-bottom: 20px; } }
          @media (max-width: 480px) {
            body .case-study-detail .col-content blockquote h3 {
              margin-bottom: 20px; } }
        body .case-study-detail .col-content blockquote h4 {
          font-weight: normal;
          color: #141b4d;
          line-height: 1.33;
          letter-spacing: 0.24px;
          margin-bottom: 0; }
          @media (min-width: 1336px) {
            body .case-study-detail .col-content blockquote h4 {
              font-size: 24px; } }
      body .case-study-detail .col-content h1, body .case-study-detail .col-content h2 {
        margin-bottom: 32px; }
        @media (max-width: 767px) {
          body .case-study-detail .col-content h1, body .case-study-detail .col-content h2 {
            margin-bottom: 15px; } }
      body .case-study-detail .col-content ul {
        padding-left: 18px;
        margin-bottom: 20px; }
        body .case-study-detail .col-content ul li {
          font-size: 20px; }
          @media screen and (max-width: 1024px) {
            body .case-study-detail .col-content ul li {
              font-size: 18px; } }
          @media (max-width: 767px) {
            body .case-study-detail .col-content ul li {
              font-size: 16px; } }
      body .case-study-detail .col-content ol {
        padding-left: 18px;
        margin-bottom: 20px; }
        body .case-study-detail .col-content ol li {
          font-size: 20px; }
          @media screen and (max-width: 1024px) {
            body .case-study-detail .col-content ol li {
              font-size: 18px; } }
          @media (max-width: 767px) {
            body .case-study-detail .col-content ol li {
              font-size: 16px; } }
    body .case-study-detail .side-bar {
      position: relative;
      width: 30%;
      max-width: 388px;
      margin-left: 60px; }
      @media (max-width: 991px) {
        body .case-study-detail .side-bar {
          width: 100%;
          max-width: initial;
          margin-left: 0;
          margin-top: 30px; } }
    body .case-study-detail .top-image {
      max-width: 256px;
      max-height: 261px;
      margin: 0 auto 65px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .case-study-detail .top-image {
          max-width: 200px;
          margin: 0 auto 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .case-study-detail .top-image {
          margin: 0 auto 40px;
          max-width: 200px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .case-study-detail .top-image {
          max-width: 150px;
          margin: 0px auto 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .case-study-detail .top-image {
          max-width: 140px;
          margin: 0px auto 20px; } }
      @media (max-width: 480px) {
        body .case-study-detail .top-image {
          max-width: 140px;
          margin: 0px auto 20px; } }
    body .case-study-detail .statistics-box {
      position: relative; }
    body .case-study-detail .r-orange-arrow {
      position: relative; }
      body .case-study-detail .r-orange-arrow::after {
        content: "";
        position: absolute;
        top: 35px;
        left: -38px;
        width: 25px;
        height: 31px;
        background: url("/wp-content/themes/socure/templates/assets/images/orange_arrow_rounded.svg") no-repeat center;
        background-size: 100%; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .case-study-detail .r-orange-arrow::after {
            top: 21px;
            width: 20px;
            height: 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .case-study-detail .r-orange-arrow::after {
            top: 21px;
            left: -26px;
            width: 18px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .case-study-detail .r-orange-arrow::after {
            top: 10px;
            left: -25px;
            width: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .case-study-detail .r-orange-arrow::after {
            top: 9px;
            left: -15px;
            width: 10px; } }
        @media (max-width: 480px) {
          body .case-study-detail .r-orange-arrow::after {
            top: 9px;
            left: -15px;
            width: 10px; } }
    body .case-study-detail .block {
      position: relative;
      text-align: center;
      margin-bottom: 65px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .case-study-detail .block {
          margin-bottom: 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .case-study-detail .block {
          margin-bottom: 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .case-study-detail .block {
          margin-bottom: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .case-study-detail .block {
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        body .case-study-detail .block {
          margin-bottom: 20px; } }
      body .case-study-detail .block h2 {
        display: inline-block;
        font-size: 76px;
        color: #ff6900;
        margin-bottom: 20px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .case-study-detail .block h2 {
            font-size: 55px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .case-study-detail .block h2 {
            font-size: 48px;
            margin-bottom: 10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .case-study-detail .block h2 {
            font-size: 40px;
            margin-bottom: 5px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .case-study-detail .block h2 {
            font-size: 35px;
            margin-bottom: 5px; } }
        @media (max-width: 480px) {
          body .case-study-detail .block h2 {
            font-size: 35px;
            margin-bottom: 5px; } }
    body .case-study-detail .gradient-box {
      position: relative;
      padding: 24px 0;
      width: 100%;
      border-radius: 30px; }
      @media (max-width: 1150px) {
        body .case-study-detail .gradient-box {
          padding: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .case-study-detail .gradient-box {
          margin-top: 40px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .case-study-detail .gradient-box {
          margin-top: 25px; } }
      @media (max-width: 480px) {
        body .case-study-detail .gradient-box {
          margin-top: 25px; } }
    body .case-study-detail .btn-wrap {
      text-align: center;
      margin: 56px auto 0; }
      @media (max-width: 767px) {
        body .case-study-detail .btn-wrap {
          margin: 32px auto 0; } }
      body .case-study-detail .btn-wrap .btn-default {
        margin: 0; }
    body .case-study-detail .points {
      position: relative;
      padding: 32px 58px 32px 50px;
      border-radius: 30px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .case-study-detail .points {
          padding: 32px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .case-study-detail .points {
          padding: 32px 30px 37px 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .case-study-detail .points {
          padding: 32px 40px 35px 40px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .case-study-detail .points {
          padding: 30px; } }
      @media (max-width: 480px) {
        body .case-study-detail .points {
          padding: 30px; } }
      body .case-study-detail .points h5 {
        color: #ffffff;
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: 0.26px;
        margin-bottom: 20px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .case-study-detail .points h5 {
            font-size: 24px; } }
      body .case-study-detail .points ul {
        max-width: 266px;
        position: relative;
        list-style: none;
        padding-left: 20px;
        margin-bottom: 61px; }
        body .case-study-detail .points ul:last-child {
          margin-bottom: 0; }
        body .case-study-detail .points ul:last-child::after {
          display: none; }
        body .case-study-detail .points ul li {
          font-size: 20px;
          margin-bottom: 22px;
          color: #ffffff;
          line-height: 1.25;
          letter-spacing: 0.2px; }
          @media (min-width: 1024px) and (max-width: 1150px) and (orientation: landscape) {
            body .case-study-detail .points ul li {
              font-size: 14px;
              margin-bottom: 30px; } }
          @media (max-width: 1024px) {
            body .case-study-detail .points ul li {
              font-size: 14px;
              margin-bottom: 30px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .case-study-detail .points ul li {
              font-size: 16px;
              margin-bottom: 20px; } }
          @media (max-width: 595px) {
            body .case-study-detail .points ul li {
              font-size: 16px;
              margin-bottom: 20px; } }
          body .case-study-detail .points ul li:last-child {
            margin-bottom: 0; }
          body .case-study-detail .points ul li::before {
            content: "\2022";
            color: #8cc0e8;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em; }
  body .accordian {
    background-color: #141b4d; }
    @media screen and (min-width: 1024px) {
      body .accordian {
        margin-bottom: 144px; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .accordian {
        margin-bottom: 96px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .accordian {
        margin-bottom: 56px; } }
    @media (max-width: 767px) {
      body .accordian {
        margin-bottom: 32px; } }
    body .accordian .sc_fs_faq {
      position: relative;
      float: none;
      border-left: 25px solid #ff6900;
      margin: 0 auto 20px;
      border-radius: 0;
      padding: 20px 110px 20px 35px;
      max-width: 1160px;
      cursor: pointer; }
      @media (max-width: 1150px) {
        body .accordian .sc_fs_faq {
          padding: 15px 110px 15px 35px; } }
      @media (max-width: 767px) {
        body .accordian .sc_fs_faq {
          padding: 15px 15px 15px 15px; } }
      body .accordian .sc_fs_faq:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 39px;
        height: 39px;
        top: 19px;
        right: 35px;
        background: url(/wp-content/themes/socure/templates/dist/images/arrow-down-orange.png);
        background-repeat: no-repeat;
        -o-object-fit: contain;
           object-fit: contain;
        background-size: 100%;
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out; }
        @media (max-width: 1150px) {
          body .accordian .sc_fs_faq:after {
            width: 27px;
            height: 27px;
            top: 15px; } }
        @media (max-width: 595px) {
          body .accordian .sc_fs_faq:after {
            right: 15px;
            width: 20px;
            height: 20px;
            top: 15px; } }
      body .accordian .sc_fs_faq > div > div {
        display: none; }
      body .accordian .sc_fs_faq h2 {
        font-size: 26px;
        margin: 0; }
        @media (max-width: 1150px) {
          body .accordian .sc_fs_faq h2 {
            font-size: 20px; } }
        @media (max-width: 595px) {
          body .accordian .sc_fs_faq h2 {
            font-size: 16px; } }
      body .accordian .sc_fs_faq p {
        margin-top: 20px;
        font-size: 20px;
        padding: 0; }
        @media (max-width: 1150px) {
          body .accordian .sc_fs_faq p {
            font-size: 18px;
            margin-top: 15px; } }
        @media (max-width: 595px) {
          body .accordian .sc_fs_faq p {
            font-size: 14px; } }
      body .accordian .sc_fs_faq.active:after {
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
  body .upcoming-events.img-text .wrap {
    background-color: transparent;
    z-index: 2;
    position: relative; }
    @media (max-width: 767px) {
      body .upcoming-events.img-text .wrap {
        padding: 0; } }
    body .upcoming-events.img-text .wrap .img-wrap {
      min-height: 340px;
      max-height: 500px;
      height: 100%; }
      @media (max-width: 767px) {
        body .upcoming-events.img-text .wrap .img-wrap {
          min-height: auto;
          max-height: inherit;
          height: auto; } }
  body .upcoming-events.img-text .content h3 {
    color: #000; }
  body .upcoming-events.img-text .content p {
    color: #000; }
  body .upcoming-events.img-text.bg-pattern {
    position: relative; }
    body .upcoming-events.img-text.bg-pattern:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/wp-content/themes/socure/templates/assets/images/bg-pattern-left.png");
      background-size: contain;
      height: 100%;
      width: 100%;
      background-position: bottom left;
      background-repeat: no-repeat;
      z-index: 1; }
  body .block-grid {
    background-color: #141b4d; }
    body .block-grid .outer-wrap {
      width: calc(100% + 40px);
      margin-left: -20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 595px) {
        body .block-grid .outer-wrap {
          display: block;
          width: 100%;
          margin: auto; } }
      body .block-grid .outer-wrap .item-wrap {
        width: calc(50% - 40px);
        margin: 0 20px; }
        @media (max-width: 595px) {
          body .block-grid .outer-wrap .item-wrap {
            width: 100%;
            margin: auto;
            padding-bottom: 10px; } }
        body .block-grid .outer-wrap .item-wrap h3 {
          color: #ff7900;
          font-weight: 500;
          margin-bottom: 20px; }
        body .block-grid .outer-wrap .item-wrap p {
          color: #ffffff;
          font-weight: 400;
          margin-bottom: 20px; }
    body .block-grid .btn-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px; }
      @media (max-width: 767px) {
        body .block-grid .btn-wrap {
          margin-top: 20px; } }
  body .content-with-img .outer-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      body .content-with-img .outer-wrap {
        display: block; } }
    body .content-with-img .outer-wrap .col-four {
      width: 40%; }
      @media (max-width: 767px) {
        body .content-with-img .outer-wrap .col-four {
          width: 100%; } }
      body .content-with-img .outer-wrap .col-four .logo-wrap {
        overflow: hidden;
        border-radius: 50%;
        width: 250px;
        height: 250px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .content-with-img .outer-wrap .col-four .logo-wrap {
            width: 200px;
            height: 200px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .content-with-img .outer-wrap .col-four .logo-wrap {
            width: 200px;
            height: 200px; } }
        @media (max-width: 595px) {
          body .content-with-img .outer-wrap .col-four .logo-wrap {
            width: 160px;
            height: 160px; } }
        body .content-with-img .outer-wrap .col-four .logo-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .content-with-img .outer-wrap .col-four .logo-intro {
        margin-top: 55px;
        padding-left: 137px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .content-with-img .outer-wrap .col-four .logo-intro {
            padding-left: 30px;
            margin-top: 25px; } }
        @media (max-width: 767px) {
          body .content-with-img .outer-wrap .col-four .logo-intro {
            padding-left: 0; } }
        body .content-with-img .outer-wrap .col-four .logo-intro h5 {
          margin-bottom: 30px;
          font-weight: 500;
          color: #000000; }
          @media (max-width: 767px) {
            body .content-with-img .outer-wrap .col-four .logo-intro h5 {
              margin-bottom: 25px; } }
        body .content-with-img .outer-wrap .col-four .logo-intro p {
          color: #000000;
          padding-right: 68px; }
          @media (max-width: 991px) {
            body .content-with-img .outer-wrap .col-four .logo-intro p {
              padding: 0; } }
    body .content-with-img .outer-wrap .col-six {
      width: 60%; }
      @media (max-width: 767px) {
        body .content-with-img .outer-wrap .col-six {
          width: 100%;
          margin-bottom: 25px; } }
      body .content-with-img .outer-wrap .col-six h2 {
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          body .content-with-img .outer-wrap .col-six h2 {
            margin-bottom: 25px; } }
      body .content-with-img .outer-wrap .col-six p {
        color: #000000;
        margin-bottom: 25px; }
      body .content-with-img .outer-wrap .col-six .btn-wrapper {
        margin-top: 20px; }
  body .content-with-img.bg-pattern {
    position: relative; }
    body .content-with-img.bg-pattern:after {
      content: '';
      position: absolute;
      bottom: -120px;
      right: 0;
      background-image: url("/wp-content/themes/socure/templates/assets/images/bg-pattern-full.png");
      background-repeat: no-repeat;
      background-size: 65% 70%;
      height: 100%;
      width: 100%;
      background-position: bottom right;
      z-index: -1; }
  body .banner-with-video {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    min-height: 700px;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body .banner-with-video.locked {
      background-color: #222026;
      z-index: -1; }
      @media (min-width: 1601px) {
        body .banner-with-video.locked .bg-img {
          max-width: 1600px; } }
    body .banner-with-video .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0; }
      body .banner-with-video .bg-img img {
        height: inherit; }
      @media (min-width: 1601px) {
        body .banner-with-video .bg-img {
          width: 100%;
          left: 50%;
          -webkit-transform: translate(-50%);
               -o-transform: translate(-50%);
                  transform: translate(-50%); } }
    @media (max-width: 767px) {
      body .banner-with-video::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.5;
        z-index: 1; } }
    @media (max-width: 1336px) {
      body .banner-with-video {
        min-height: auto; } }
    @media (max-width: 595px) {
      body .banner-with-video {
        background-position: 81% center; } }
    body .banner-with-video .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body .banner-with-video .wrapper .content-wrap {
        margin-top: 73px;
        max-width: 760px;
        padding: 56px 0;
        width: calc(60% - 30px);
        margin-right: 30px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .banner-with-video .wrapper .content-wrap {
            margin-top: 60px; } }
        @media (max-width: 767px) {
          body .banner-with-video .wrapper .content-wrap {
            z-index: 2;
            position: relative;
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .banner-with-video .wrapper .content-wrap {
            margin-top: 60px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .banner-with-video .wrapper .content-wrap {
            margin-top: 60px;
            padding: 32px 0; } }
        @media (max-width: 595px) {
          body .banner-with-video .wrapper .content-wrap {
            margin-top: 40px;
            padding: 32px 0; } }
        body .banner-with-video .wrapper .content-wrap span {
          font-size: 30px;
          color: #ff6900;
          font-weight: 800;
          display: inline-block; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .banner-with-video .wrapper .content-wrap span {
              font-size: 24px; } }
          @media (max-width: 767px) {
            body .banner-with-video .wrapper .content-wrap span {
              font-size: 20px; } }
        body .banner-with-video .wrapper .content-wrap h1 {
          color: #ffffff;
          margin-top: 5px;
          margin-bottom: 35px;
          line-height: 1.1;
          font-size: 50px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .banner-with-video .wrapper .content-wrap h1 {
              margin-bottom: 25px;
              font-size: 35px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .banner-with-video .wrapper .content-wrap h1 {
              font-size: 35px;
              margin-bottom: 20px; } }
          @media (max-width: 595px) {
            body .banner-with-video .wrapper .content-wrap h1 {
              font-size: 36px;
              margin-bottom: 14px; } }
          body .banner-with-video .wrapper .content-wrap h1 span {
            display: block;
            color: #ff6900; }
        body .banner-with-video .wrapper .content-wrap p {
          color: #ffffff;
          margin-bottom: 35px;
          max-width: 537px;
          line-height: 1.4; }
          @media (max-width: 767px) {
            body .banner-with-video .wrapper .content-wrap p {
              margin-bottom: 25px; } }
          @media (max-width: 595px) {
            body .banner-with-video .wrapper .content-wrap p {
              margin-bottom: 12px; } }
          @media (max-width: 595px) {
            body .banner-with-video .wrapper .content-wrap p br {
              display: none; } }
        body .banner-with-video .wrapper .content-wrap a {
          margin-right: 20px; }
          body .banner-with-video .wrapper .content-wrap a:last-child {
            margin-right: 0;
            margin-top: 14px; }
      body .banner-with-video .wrapper .img-wrap {
        max-width: 538px;
        width: 100%;
        margin-right: auto;
        padding: 0 0 10px 0;
        position: relative;
        z-index: 1;
        height: 100%;
        width: calc(40% - 20px); }
        @media (max-width: 767px) {
          body .banner-with-video .wrapper .img-wrap {
            width: 100%; } }
        body .banner-with-video .wrapper .img-wrap.orange-graphic:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          bottom: 0;
          max-width: 100%;
          max-height: 5%;
          background-color: #ff6900;
          z-index: -1; }
        @media (max-width: 767px) {
          body .banner-with-video .wrapper .img-wrap {
            max-width: 350px;
            margin-inline: auto;
            margin-bottom: 20px; } }
        body .banner-with-video .wrapper .img-wrap.watch-video {
          position: relative;
          cursor: pointer; }
          body .banner-with-video .wrapper .img-wrap.watch-video:before {
            content: '';
            background-image: url("/wp-content/themes/socure/templates/assets/images/video-img.svg");
            position: absolute;
            top: auto;
            right: auto;
            z-index: 2;
            height: 100%;
            width: 100%;
            background-size: auto;
            background-repeat: no-repeat;
            background-position: center; }
            @media (max-width: 991px) {
              body .banner-with-video .wrapper .img-wrap.watch-video:before {
                background-size: 25%; } }
        body .banner-with-video .wrapper .img-wrap iframe {
          min-height: 260px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .banner-with-video .wrapper .img-wrap iframe {
              min-height: 170px; } }
          @media (max-width: 767px) {
            body .banner-with-video .wrapper .img-wrap iframe {
              min-height: 170px; } }
  body .col-three-tabs .intro {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 768px) {
      body .col-three-tabs .intro {
        margin-bottom: 24px; } }
    @media (max-width: 991px) {
      body .col-three-tabs .intro {
        margin-bottom: 0; } }
    body .col-three-tabs .intro h2 {
      line-height: 1.11;
      font-weight: bold;
      margin-bottom: 20px;
      color: #000; }
      @media (max-width: 767px) {
        body .col-three-tabs .intro h2 {
          margin-bottom: 15px; } }
    @media (max-width: 595px) {
      body .col-three-tabs .intro p {
        padding-bottom: 15px; } }
  body .col-three-tabs .col-three-wrapper {
    width: calc(100% + 32px);
    margin-left: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .col-three-tabs .col-three-wrapper .img-wrap {
      width: 100%;
      max-width: 70px;
      margin: 0px auto 32px;
      max-height: 50px;
      height: 100%; }
      body .col-three-tabs .col-three-wrapper .img-wrap img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
    body .col-three-tabs .col-three-wrapper h3 {
      color: #ff6900;
      margin-bottom: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .col-three-tabs .col-three-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .col-three-tabs .col-three-wrapper {
        width: calc(100% + 16px);
        margin-left: -8px; } }
    @media (max-width: 595px) {
      body .col-three-tabs .col-three-wrapper {
        width: 100%;
        margin: 0; } }
    body .col-three-tabs .col-three-wrapper .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33% - 20px);
              flex: 0 0 calc(33.33% - 20px);
      text-align: center;
      padding: 30px 15px;
      margin: 10px 10px 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-tabs .col-three-wrapper .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 32px);
                  flex: 0 0 calc(50% - 32px);
          margin: 20px 16px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-tabs .col-three-wrapper .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 16px);
                  flex: 0 0 calc(50% - 16px);
          margin: 20px 8px 0; } }
      @media (max-width: 595px) {
        body .col-three-tabs .col-three-wrapper .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 20px 0 0;
          padding: 0; }
          body .col-three-tabs .col-three-wrapper .col-three:last-child {
            margin-bottom: 0; } }
      body .col-three-tabs .col-three-wrapper .col-three h4 {
        color: #ff6900;
        margin-bottom: 22px;
        font-weight: 700;
        text-transform: capitalize; }
        @media (min-width: 1336px) {
          body .col-three-tabs .col-three-wrapper .col-three h4 {
            font-size: 30px; } }
      body .col-three-tabs .col-three-wrapper .col-three p {
        line-height: 1.4;
        letter-spacing: 0.2px; }
      body .col-three-tabs .col-three-wrapper .col-three .wrapper {
        border-bottom: 2px solid #000;
        position: relative;
        cursor: pointer; }
        body .col-three-tabs .col-three-wrapper .col-three .wrapper::after {
          content: '';
          position: absolute;
          background-image: url("/wp-content/themes/socure/templates/assets/images/orange-drop.png");
          background-size: contain;
          background-repeat: no-repeat;
          height: 25px;
          width: 25px;
          background-position: center center;
          left: 0;
          right: 0;
          margin: auto; }
          @media (max-width: 767px) {
            body .col-three-tabs .col-three-wrapper .col-three .wrapper::after {
              display: none; } }
        body .col-three-tabs .col-three-wrapper .col-three .wrapper::before {
          content: '';
          position: absolute;
          background-image: url("/wp-content/themes/socure/templates/assets/images/orange-drop.png");
          background-size: contain;
          background-repeat: no-repeat;
          height: 25px;
          width: 25px;
          background-position: center center;
          left: 0;
          right: 0;
          margin: auto;
          opacity: 0;
          bottom: 0;
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
          @media (max-width: 767px) {
            body .col-three-tabs .col-three-wrapper .col-three .wrapper::before {
              display: none; } }
      body .col-three-tabs .col-three-wrapper .col-three .block-wrap {
        text-align: left;
        padding: 0 0 20px;
        cursor: pointer; }
        body .col-three-tabs .col-three-wrapper .col-three .block-wrap h3, body .col-three-tabs .col-three-wrapper .col-three .block-wrap p {
          color: #000; }
      body .col-three-tabs .col-three-wrapper .col-three .content-wrap {
        display: none;
        text-align: left;
        padding: 0 0 35px; }
        @media (max-width: 767px) {
          body .col-three-tabs .col-three-wrapper .col-three .content-wrap {
            display: block !important;
            height: 100% !important; } }
        body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul {
          padding-left: 20px;
          font-size: 20px; }
          @media (max-width: 1024px) {
            body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul {
              font-size: 15px; } }
          body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul li {
            color: #1c1c1c;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: 0.2px;
            color: #1c1c1c;
            font-family: sofia-pro, sans-serif; }
            body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul li::marker {
              font-size: .9rem; }
            @media (max-width: 1024px) {
              body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul li {
                font-size: 18px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul li {
                font-size: 16px; } }
            @media (max-width: 595px) {
              body .col-three-tabs .col-three-wrapper .col-three .content-wrap ul li {
                font-size: 15px; } }
      body .col-three-tabs .col-three-wrapper .col-three.active .wrapper:after {
        opacity: 0; }
      body .col-three-tabs .col-three-wrapper .col-three.active .wrapper::before {
        opacity: 1;
        -webkit-transition: opacity 1s ease 0.4s;
        -o-transition: opacity 1s ease 0.4s;
        transition: opacity 1s ease 0.4s; }
      body .col-three-tabs .col-three-wrapper .col-three.no-tabs .wrapper {
        border: 0; }
        body .col-three-tabs .col-three-wrapper .col-three.no-tabs .wrapper:after, body .col-three-tabs .col-three-wrapper .col-three.no-tabs .wrapper::before {
          display: none; }
        body .col-three-tabs .col-three-wrapper .col-three.no-tabs .wrapper .block-wrap {
          border-bottom: 2px solid #000;
          margin-bottom: 20px; }
        body .col-three-tabs .col-three-wrapper .col-three.no-tabs .wrapper .content-wrap {
          display: block !important;
          height: 100% !important; }
  body .circular-grid-numbers .intro {
    width: 100%;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 56px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .circular-grid-numbers .intro {
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .circular-grid-numbers .intro {
        margin-bottom: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .circular-grid-numbers .intro {
        margin-bottom: 20px; } }
    @media (max-width: 595px) {
      body .circular-grid-numbers .intro {
        margin-bottom: 20px; } }
    body .circular-grid-numbers .intro h2 {
      font-weight: bold;
      line-height: 1.12;
      color: #000000; }
    body .circular-grid-numbers .intro p {
      margin-bottom: 20px; }
      @media (max-width: 595px) {
        body .circular-grid-numbers .intro p {
          padding-bottom: 15px; } }
  body .circular-grid-numbers .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body .circular-grid-numbers .block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 55px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .circular-grid-numbers .block {
        margin: 0 15px; } }
    @media (max-width: 767px) {
      body .circular-grid-numbers .block {
        margin: 0; } }
  body .circular-grid-numbers .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 50%; }
  body .circular-grid-numbers .box::before {
    position: absolute;
    content: '';
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 50%;
    border: 5px solid #8CC0E8; }
  body .circular-grid-numbers .box .number span {
    color: #000; }
  body .circular-grid-numbers .box .number .num {
    font-size: 90px;
    font-weight: bold; }
  body .circular-grid-numbers .box .number .sub {
    font-size: 60px; }
  body .circular-grid-numbers .box .title {
    font-size: 15px;
    color: #9b9b9b; }
  body .circular-grid-numbers .svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: none;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  body .circular-grid-numbers .circle {
    stroke: url(#gradientStyle);
    stroke-width: 4px;
    stroke-dasharray: 705;
    stroke-dashoffset: 705;
    -webkit-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition: 2s stroke-dashoffset;
    -o-transition: 2s stroke-dashoffset;
    transition: 2s stroke-dashoffset; }
  body .circular-grid-numbers .block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(33.33% - 50px);
    margin: 0 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 1300px) {
      body .circular-grid-numbers .block-wrap {
        width: calc(50% - 50px);
        margin: 0 25px 35px; } }
    @media (max-width: 767px) {
      body .circular-grid-numbers .block-wrap {
        width: 100%;
        margin: 0 0 20px 0; } }
    body .circular-grid-numbers .block-wrap h3 {
      text-align: center;
      padding: 20px; }
  body .grid-rows .intro {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 768px) {
      body .grid-rows .intro {
        margin-bottom: 24px; } }
    @media (max-width: 991px) {
      body .grid-rows .intro {
        margin-bottom: 0; } }
    body .grid-rows .intro h2 {
      line-height: 1.11;
      font-weight: bold;
      margin-bottom: 20px;
      color: #000; }
      @media (max-width: 767px) {
        body .grid-rows .intro h2 {
          margin-bottom: 15px; } }
    @media (max-width: 595px) {
      body .grid-rows .intro p {
        padding-bottom: 15px; } }
  body .grid-rows .col-three-wrapper {
    width: calc(100% + 32px);
    margin-left: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .grid-rows .col-three-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .grid-rows .col-three-wrapper {
        width: calc(100% + 16px);
        margin-left: -8px; } }
    @media (max-width: 595px) {
      body .grid-rows .col-three-wrapper {
        width: 100%;
        margin: 0; } }
    body .grid-rows .col-three-wrapper .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33% - 30px);
              flex: 0 0 calc(33.33% - 30px);
      text-align: center;
      padding: 30px 15px;
      margin: 10px 15px 0; }
      @media screen and (max-width: 1120px) {
        body .grid-rows .col-three-wrapper .col-three {
          padding: 30px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .grid-rows .col-three-wrapper .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 32px);
                  flex: 0 0 calc(50% - 32px);
          margin: 10px 16px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .grid-rows .col-three-wrapper .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 16px);
                  flex: 0 0 calc(50% - 16px);
          margin: 10px 8px 0;
          padding: 30px 0; } }
      @media (max-width: 595px) {
        body .grid-rows .col-three-wrapper .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 10px 0 0;
          padding: 0; }
          body .grid-rows .col-three-wrapper .col-three:last-child {
            margin-bottom: 0; } }
      body .grid-rows .col-three-wrapper .col-three h4 {
        margin-bottom: 5px;
        font-weight: 700; }
        @media (min-width: 1336px) {
          body .grid-rows .col-three-wrapper .col-three h4 {
            font-size: 22px; } }
      body .grid-rows .col-three-wrapper .col-three p {
        line-height: 1.4;
        letter-spacing: 0.2px; }
      body .grid-rows .col-three-wrapper .col-three .wrapper {
        border-bottom: 2px solid #000;
        position: relative; }
      body .grid-rows .col-three-wrapper .col-three .block-wrap {
        text-align: left;
        padding: 18px 0 0;
        border-top: 2px solid #000; }
        body .grid-rows .col-three-wrapper .col-three .block-wrap h3, body .grid-rows .col-three-wrapper .col-three .block-wrap p {
          color: #000; }
    body .grid-rows .col-three-wrapper.four-col .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 30px);
              flex: 0 0 calc(25% - 30px); }
      @media screen and (min-width: 992px) and (max-width: 1120px) {
        body .grid-rows .col-three-wrapper.four-col .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(33% - 30px);
                  flex: 0 0 calc(33% - 30px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .grid-rows .col-three-wrapper.four-col .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 32px);
                  flex: 0 0 calc(50% - 32px);
          margin: 10px 16px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .grid-rows .col-three-wrapper.four-col .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 16px);
                  flex: 0 0 calc(50% - 16px);
          margin: 10px 8px 0;
          padding: 30px 0; } }
      @media (max-width: 595px) {
        body .grid-rows .col-three-wrapper.four-col .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 10px 0 0;
          padding: 0; }
          body .grid-rows .col-three-wrapper.four-col .col-three:last-child {
            margin-bottom: 0; } }
  body .resource-post .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
    body .resource-post .content-wrapper .small-col {
      width: calc(33.33% - 20px);
      margin: 0 10px;
      padding: 56px 47px 32px;
      margin-bottom: 20px;
      background-color: #F1F9FF; }
      @media screen and (min-width: 1250px) {
        body .resource-post .content-wrapper .small-col.col-four {
          width: calc(25% - 20px); } }
      @media screen and (min-width: 767px) and (max-width: 1250px) {
        body .resource-post .content-wrapper .small-col.col-four {
          width: calc(50% - 20px); } }
      @media screen and (max-width: 1250px) {
        body .resource-post .content-wrapper .small-col {
          padding: 30px 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .resource-post .content-wrapper .small-col {
          padding: 30px 25px;
          width: calc(50% - 20px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .resource-post .content-wrapper .small-col {
          padding: 30px 25px;
          width: calc(50% - 20px); } }
      @media (max-width: 595px) {
        body .resource-post .content-wrapper .small-col {
          width: 100%;
          padding: 30px 25px;
          margin: 0 0 20px 0; } }
      body .resource-post .content-wrapper .small-col.bg-orange {
        background-color: #ff6900; }
        body .resource-post .content-wrapper .small-col.bg-orange * {
          color: #fff; }
        body .resource-post .content-wrapper .small-col.bg-orange a {
          color: #fff;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          body .resource-post .content-wrapper .small-col.bg-orange a:hover {
            color: #000; }
        body .resource-post .content-wrapper .small-col.bg-orange h3:after {
          border-color: #fff; }
    body .resource-post .content-wrapper .col-three {
      position: relative;
      min-height: 274px;
      height: 100%; }
      @media (max-width: 595px) {
        body .resource-post .content-wrapper .col-three {
          min-height: 200px; } }
      body .resource-post .content-wrapper .col-three h3 {
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 14px;
        display: inline-block; }
        body .resource-post .content-wrapper .col-three h3:after {
          content: "";
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0;
          border-bottom: 2px solid #141b4d; }
      body .resource-post .content-wrapper .col-three h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px; }
      body .resource-post .content-wrapper .col-three a {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #000;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        body .resource-post .content-wrapper .col-three a:hover {
          color: #ff6900; }
        @media (max-width: 767px) {
          body .resource-post .content-wrapper .col-three a {
            position: initial;
            padding: 15px 0; } }
    body .resource-post .content-wrapper .btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
  body .resource-post.docv-demo .intro h2 {
    font-size: 60px;
    font-weight: 800; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .resource-post.docv-demo .intro h2 {
        font-size: 45px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .resource-post.docv-demo .intro h2 {
        font-size: 45px; } }
    @media (max-width: 767px) {
      body .resource-post.docv-demo .intro h2 {
        font-size: 40px; } }
  body .resource-post.border-link .content-wrapper .col-three a {
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      body .resource-post.border-link .content-wrapper .col-three a {
        position: relative;
        margin-top: 20px; } }
    body .resource-post.border-link .content-wrapper .col-three a:after {
      top: 0;
      left: 0;
      position: absolute;
      content: '';
      background: black;
      width: 100%;
      height: 2px; }
  @media (max-width: 767px) {
    body .resource-post.border-link .content-wrapper .col-three h4 {
      min-height: 195px; } }
  @media (max-width: 595px) {
    body .resource-post.border-link .content-wrapper .col-three h4 {
      min-height: 120px; } }
  body .rating-with-grid .outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      body .rating-with-grid .outer-wrapper {
        display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .rating-with-grid .outer-wrapper {
        display: block; } }
    body .rating-with-grid .outer-wrapper .rating-wrap {
      width: 49%; }
      @media (max-width: 767px) {
        body .rating-with-grid .outer-wrapper .rating-wrap {
          width: 100%;
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .rating-with-grid .outer-wrapper .rating-wrap {
          width: 100%; } }
      body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap {
        --star-size: 43px;
        --star-color: #fff;
        --star-background: #ff6900;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px; }
        @media (max-width: 480px) {
          body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap {
            display: block;
            text-align: center; } }
        @media (max-width: 767px) {
          body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap {
            margin-top: 25px;
            --star-size: 34px; } }
        body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .Stars {
          --percent: calc(var(--rating) / 5.08 * 100%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: var(--star-size);
          font-family: system-ui;
          line-height: 1; }
          body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .Stars::before {
            content: '★★★★★';
            letter-spacing: 11px;
            background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
            background: -webkit-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
            background: -o-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
            background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 2px;
            -webkit-text-stroke-color: #ff6900; }
            @media (max-width: 595px) {
              body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .Stars::before {
                letter-spacing: 9px; } }
        body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .star-image-wrap span.number {
          padding-left: 10px; }
        body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .star-image-wrap span img {
          width: calc(90% - 20px); }
        body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .img-wrap {
          max-width: 164px;
          height: 214px;
          width: 100%; }
          @media (max-width: 480px) {
            body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .img-wrap {
              margin: auto; } }
          @media (max-width: 767px) {
            body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .img-wrap {
              max-width: 100px;
              height: 136px; } }
          body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .img-wrap img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap {
          padding-left: 53px;
          margin-top: 52px; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap {
              padding-left: 34px; } }
          @media (max-width: 480px) {
            body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              text-align: center;
              padding-left: 0; } }
          @media (max-width: 767px) {
            body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap {
              margin-top: 30px; } }
          body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap span {
            font-size: 24px;
            font-weight: 300; }
          body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap h3 {
            font-size: 40px;
            font-weight: 700;
            margin-top: 11px;
            padding-left: 5px; }
            @media (min-width: 992px) and (max-width: 1336px) {
              body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap h3 {
                font-size: 32px; } }
            @media (max-width: 767px) {
              body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap h3 {
                font-size: 32px; } }
            @media (max-width: 595px) {
              body .rating-with-grid .outer-wrapper .rating-wrap .star-wrap .content-wrap h3 {
                font-size: 28px; } }
    body .rating-with-grid .outer-wrapper .message-wrap {
      width: 51%;
      margin-top: 12px;
      padding-left: 6px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .rating-with-grid .outer-wrapper .message-wrap {
          padding-left: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .rating-with-grid .outer-wrapper .message-wrap {
          width: 100%; } }
      @media (max-width: 991px) {
        body .rating-with-grid .outer-wrapper .message-wrap {
          padding-left: 0; } }
      @media (max-width: 767px) {
        body .rating-with-grid .outer-wrapper .message-wrap {
          width: 100%; } }
      body .rating-with-grid .outer-wrapper .message-wrap .list-wrap {
        background-color: #ffffff;
        padding: 17px 28px 20px 34px;
        margin-bottom: 51px;
        max-width: 538px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 10px 0px #8CC0E833;
                box-shadow: 0px 10px 10px 0px #8CC0E833;
        overflow: hidden; }
        @media (max-width: 767px) {
          body .rating-with-grid .outer-wrapper .message-wrap .list-wrap {
            margin-bottom: 30px; } }
        body .rating-with-grid .outer-wrapper .message-wrap .list-wrap p {
          letter-spacing: normal; }
        body .rating-with-grid .outer-wrapper .message-wrap .list-wrap:nth-child(even) {
          position: relative;
          margin-left: 198px;
          float: right; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .rating-with-grid .outer-wrapper .message-wrap .list-wrap:nth-child(even) {
              margin-left: 70px; } }
          @media (max-width: 595px) {
            body .rating-with-grid .outer-wrapper .message-wrap .list-wrap:nth-child(even) {
              margin-left: 50px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .rating-with-grid .outer-wrapper .message-wrap .list-wrap:nth-child(even) {
              margin-left: 192px; } }
  body .testimonial-content .outer-wrap {
    text-align: center; }
    body .testimonial-content .outer-wrap span {
      font-size: 20px;
      color: #FF6900;
      font-weight: 900;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 32px; }
      @media (max-width: 595px) {
        body .testimonial-content .outer-wrap span {
          margin-bottom: 20px; } }
    body .testimonial-content .outer-wrap h2 {
      font-size: 60px;
      font-weight: 800;
      max-width: 1080px;
      margin: auto;
      padding-bottom: 48px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .testimonial-content .outer-wrap h2 {
          font-size: 45px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .testimonial-content .outer-wrap h2 {
          font-size: 45px; } }
      @media (max-width: 767px) {
        body .testimonial-content .outer-wrap h2 {
          font-size: 40px; } }
    body .testimonial-content .outer-wrap p {
      font-size: 20px;
      font-weight: 400;
      max-width: 1080px;
      margin: auto;
      padding-bottom: 48px; }
    body .testimonial-content .outer-wrap .quoto-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body .testimonial-content .outer-wrap h4 {
      font-size: 30px;
      font-weight: 700;
      padding: 30px 0 43px;
      max-width: 1005px;
      margin: auto; }
      @media (max-width: 595px) {
        body .testimonial-content .outer-wrap h4 {
          font-size: 22px; } }
    body .testimonial-content .outer-wrap .border-wrap {
      position: relative;
      width: 40%; }
      body .testimonial-content .outer-wrap .border-wrap:after {
        content: "";
        position: absolute;
        background: #8CC0E8;
        width: calc(100% - 10px);
        height: 1px;
        top: 0;
        margin: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
    body .testimonial-content .outer-wrap .icon-wrap {
      position: relative;
      max-width: 83px;
      overflow: hidden;
      height: 65px;
      width: 100%;
      display: inline-block;
      margin: 10px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .testimonial-content .outer-wrap .icon-wrap {
          max-width: 65px; } }
      @media (max-width: 595px) {
        body .testimonial-content .outer-wrap .icon-wrap {
          max-width: 50px; } }
      body .testimonial-content .outer-wrap .icon-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    body .testimonial-content .outer-wrap .author-wrap .author-img {
      position: relative;
      max-width: 198px;
      overflow: hidden;
      height: 198px;
      width: 100%;
      display: inline-block;
      border-radius: 50%;
      margin-bottom: 10px; }
      @media (max-width: 595px) {
        body .testimonial-content .outer-wrap .author-wrap .author-img {
          max-width: 150px;
          height: 150px; } }
      body .testimonial-content .outer-wrap .author-wrap .author-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .testimonial-content .outer-wrap .author-wrap h5 {
      font-size: 20px;
      font-weight: 700; }
    body .testimonial-content .outer-wrap .author-wrap h6 {
      font-size: 20px;
      font-weight: 400; }
    body .testimonial-content .outer-wrap .company-logo {
      position: relative;
      max-width: 340px;
      overflow: hidden;
      height: 46px;
      width: 100%;
      display: inline-block;
      margin-top: 42px; }
      @media (max-width: 595px) {
        body .testimonial-content .outer-wrap .company-logo {
          margin-top: 25px;
          max-width: 220px; } }
      body .testimonial-content .outer-wrap .company-logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  body .accordion-block {
    background-color: #141b4d; }
    body .accordion-block .card {
      position: relative;
      float: none;
      border-left: 25px solid #ff6900;
      margin: 0 auto 20px;
      border-radius: 0;
      padding: 20px 110px 20px 35px;
      max-width: 1160px;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
      border-radius: 2px;
      background: #fff;
      cursor: pointer; }
      @media (max-width: 1150px) {
        body .accordion-block .card {
          padding: 15px 110px 15px 35px; } }
      @media (max-width: 767px) {
        body .accordion-block .card {
          padding: 15px 15px 15px 15px; } }
      body .accordion-block .card:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 39px;
        height: 39px;
        top: 19px;
        right: 35px;
        background: url(/wp-content/themes/socure/templates/dist/images/arrow-down-orange.png);
        background-repeat: no-repeat;
        -o-object-fit: contain;
           object-fit: contain;
        background-size: 100%;
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
        @media (max-width: 1150px) {
          body .accordion-block .card:after {
            width: 27px;
            height: 27px;
            top: 15px; } }
        @media (max-width: 767px) {
          body .accordion-block .card:after {
            right: 10px;
            width: 12px;
            height: 12px;
            top: 18px; } }
      body .accordion-block .card > div > div {
        display: none; }
      body .accordion-block .card h2 {
        font-size: 26px;
        margin: 0; }
        @media (max-width: 1150px) {
          body .accordion-block .card h2 {
            font-size: 20px; } }
        @media (max-width: 595px) {
          body .accordion-block .card h2 {
            font-size: 16px; } }
      body .accordion-block .card p {
        margin-top: 20px;
        font-size: 20px;
        padding: 0; }
        @media (max-width: 1150px) {
          body .accordion-block .card p {
            font-size: 18px;
            margin-top: 15px; } }
        @media (max-width: 595px) {
          body .accordion-block .card p {
            font-size: 14px; } }
      body .accordion-block .card ul {
        margin-left: 20px;
        font-size: 20px; }
        body .accordion-block .card ul li {
          font-size: 20px; }
      body .accordion-block .card.active:after {
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
      body .accordion-block .card.card-no-pointer {
        pointer-events: none; }
        body .accordion-block .card.card-no-pointer::after {
          display: none; }
  body .glossary-scrolling-div .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start; }
    @media screen and (max-width: 1100px) {
      body .glossary-scrolling-div .content-block {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  body .glossary-scrolling-div .small-wrap {
    display: inline-block;
    width: 260px; }
    @media screen and (max-width: 1100px) {
      body .glossary-scrolling-div .small-wrap {
        margin: 20px 0;
        width: 100%; } }
  body .glossary-scrolling-div .small-block {
    margin: 0 20px;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0;
    width: 260px; }
    @media screen and (max-width: 1100px) {
      body .glossary-scrolling-div .small-block {
        position: static !important;
        width: 100%; } }
  body .glossary-scrolling-div .small-block h6 {
    padding-bottom: 10px;
    font-weight: 500; }
  body .glossary-scrolling-div .small-block ul {
    list-style: none; }
  body .glossary-scrolling-div .small-block ul li:after {
    display: none; }
  body .glossary-scrolling-div .small-block ol li > ul > li > a {
    color: #000 !important; }
  body .glossary-scrolling-div .small-block ol li > ul > li.active a {
    font-weight: 700; }
  body .glossary-scrolling-div .small-block ol {
    padding-left: 25px; }
  body .glossary-scrolling-div .small-block ol li.active a {
    color: #ff6900; }
  body .glossary-scrolling-div .small-block ol li.active > ul {
    display: block; }
  body .glossary-scrolling-div .small-block ol li > ul {
    display: none; }
  @media screen and (max-width: 1100px) {
    body .glossary-scrolling-div .small-block ol li > ul {
      display: none !important; } }
  body .glossary-scrolling-div .small-block ol li {
    position: relative;
    margin: 7px 0px;
    font-weight: 500; }
    body .glossary-scrolling-div .small-block ol li.active::after {
      content: '';
      position: absolute;
      top: 5px;
      left: -23px;
      background-color: #ff6900;
      height: 15px;
      width: 1px; }
  body .glossary-scrolling-div .small-block a {
    color: #000;
    width: 100%;
    display: block; }
  body .glossary-scrolling-div .big-block {
    width: 80%;
    padding: 0 20px 20px;
    margin-left: 175px; }
    @media screen and (max-width: 1100px) {
      body .glossary-scrolling-div .big-block {
        width: 100%;
        padding: 0;
        margin-left: 0 !important; } }
  body .glossary-scrolling-div .big-block div {
    margin-bottom: 20px; }
  body .glossary-scrolling-div div h2 {
    margin-bottom: 20px; }
  body .glossary-scrolling-div .small-block .link-back {
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      body .glossary-scrolling-div .small-block .link-back {
        padding-bottom: 15px; } }
  body .glossary-scrolling-div .small-block .link-back a {
    color: #FF6900;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding-left: 21px; }
    @media screen and (max-width: 1024px) {
      body .glossary-scrolling-div .small-block .link-back a {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      body .glossary-scrolling-div .small-block .link-back a {
        font-size: 16px; } }
  body .col-three-link-grid .col-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .col-three-link-grid .intro {
    text-align: left; }
  body .col-three-link-grid .intro h2 {
    font-weight: 500; }
  body .col-three-link-grid .col-grid .col-three {
    width: calc(33% - 20px);
    margin: 0 10px 20px;
    -webkit-box-shadow: 0px 0px 30px 4px #8AB0C01F;
            box-shadow: 0px 0px 30px 4px #8AB0C01F;
    padding: 40px 20px;
    border-radius: 5px; }
    @media (max-width: 767px) {
      body .col-three-link-grid .col-grid .col-three {
        width: calc(50% - 20px);
        padding: 25px; } }
    @media (max-width: 595px) {
      body .col-three-link-grid .col-grid .col-three {
        width: 100%;
        margin: 14px 0;
        padding: 20px; } }
  body .col-three-link-grid .col-three ul {
    list-style: none; }
  body .col-three-link-grid .col-three ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .col-three-link-grid .col-three h6 {
    margin-bottom: 12px;
    font-weight: 600; }
  body .col-three-link-grid .col-three a {
    padding: 5px 0;
    color: #ff6900;
    font-weight: 500;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    body .col-three-link-grid .col-three a:hover {
      text-decoration: underline;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  body .glossary-scrolling-div .big-block p {
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.2px; }
    @media (min-width: 1024px) and (max-width: 1270px) and (orientation: landscape) {
      body .glossary-scrolling-div .big-block p {
        margin-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .glossary-scrolling-div .big-block p {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      body .glossary-scrolling-div .big-block p {
        margin-bottom: 10px; } }
  body .glossary-scrolling-div .big-block h1, body .glossary-scrolling-div .big-block h2, body .glossary-scrolling-div .big-block h3 {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      body .glossary-scrolling-div .big-block h1, body .glossary-scrolling-div .big-block h2, body .glossary-scrolling-div .big-block h3 {
        margin-bottom: 15px; } }
  body .glossary-scrolling-div .big-block h4 {
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      body .glossary-scrolling-div .big-block h4 {
        margin-bottom: 15px; } }
  body .glossary-scrolling-div .big-block a {
    color: #ff6900; }
    body .glossary-scrolling-div .big-block a:hover {
      text-decoration: underline; }
  body .glossary-scrolling-div .big-block blockquote {
    position: relative;
    width: 100%;
    padding: 118px 0 56px 0;
    margin: 96px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .glossary-scrolling-div .big-block blockquote {
        padding: 100px 0 30px 0;
        margin: 50px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .glossary-scrolling-div .big-block blockquote {
        padding: 80px 0 20px 0;
        margin: 30px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .glossary-scrolling-div .big-block blockquote {
        padding: 70px 0 25px 0;
        margin: 25px 0; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .glossary-scrolling-div .big-block blockquote {
        padding: 60px 0 20px 0;
        margin: 20px 0; } }
    @media (max-width: 480px) {
      body .glossary-scrolling-div .big-block blockquote {
        padding: 60px 0 20px 0;
        margin: 20px 0; } }
    body .glossary-scrolling-div .big-block blockquote::after {
      content: "";
      position: absolute;
      top: 56px;
      left: 0;
      width: 66px;
      height: 43px;
      background: url("/wp-content/themes/socure/templates/assets/images/quotes.png") no-repeat center;
      background-size: 100%; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .glossary-scrolling-div .big-block blockquote::after {
          top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .glossary-scrolling-div .big-block blockquote::after {
          top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .glossary-scrolling-div .big-block blockquote::after {
          top: 18px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .glossary-scrolling-div .big-block blockquote::after {
          width: 50px;
          top: 10px; } }
      @media (max-width: 480px) {
        body .glossary-scrolling-div .big-block blockquote::after {
          width: 50px;
          top: 10px; } }
    body .glossary-scrolling-div .big-block blockquote h3 {
      font-weight: bold;
      line-height: 1.2;
      color: #ff6900;
      margin-top: 0;
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        body .glossary-scrolling-div .big-block blockquote h3 {
          margin-bottom: 25px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .glossary-scrolling-div .big-block blockquote h3 {
          margin-bottom: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .glossary-scrolling-div .big-block blockquote h3 {
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        body .glossary-scrolling-div .big-block blockquote h3 {
          margin-bottom: 20px; } }
    body .glossary-scrolling-div .big-block blockquote h4 {
      font-weight: normal;
      color: #141b4d;
      line-height: 1.33;
      letter-spacing: 0.24px;
      margin-bottom: 0; }
      @media (min-width: 1336px) {
        body .glossary-scrolling-div .big-block blockquote h4 {
          font-size: 24px; } }
  body .glossary-scrolling-div .big-block ul {
    padding-left: 30px;
    margin-bottom: 20px; }
    body .glossary-scrolling-div .big-block ul li {
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        body .glossary-scrolling-div .big-block ul li {
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .glossary-scrolling-div .big-block ul li {
          font-size: 16px; } }
  body .glossary-scrolling-div .big-block ol {
    padding-left: 30px;
    margin-bottom: 20px; }
    body .glossary-scrolling-div .big-block ol li {
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        body .glossary-scrolling-div .big-block ol li {
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .glossary-scrolling-div .big-block ol li {
          font-size: 16px; } }
  body .glossary-scrolling-div .big-block img.vsmall {
    max-width: 200px; }
  body .glossary-scrolling-div .big-block .zoom-img {
    max-height: 500px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    body .glossary-scrolling-div .big-block .zoom-img:after {
      content: '';
      position: absolute;
      bottom: 10px;
      right: 10px;
      background-image: url("/wp-content/themes/socure/templates/assets/images/enlarge-overlay.svg");
      background-repeat: no-repeat;
      background-size: contain;
      height: 45px;
      width: 45px; }
  body .glossary-scrolling-div .big-block .zoom-img img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease, -o-transform 0.25s ease;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    z-index: 9; }
    body .glossary-scrolling-div .big-block .zoom-img img::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 99; }
  body .glossary-scrolling-div .big-block #image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body .glossary-scrolling-div .big-block #image-overlay img {
    max-width: 90%;
    max-height: 90%;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto; }
  body .glossary-scrolling-div .big-block #close-overlay {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer; }
  body .single-glossary .link-cta {
    position: relative;
    left: 150px; }
  body .author-slider {
    background-color: #141b4d;
    overflow: hidden; }
    body .author-slider .intro {
      padding-top: 0;
      margin-bottom: 70px;
      z-index: 1;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .author-slider .intro {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        body .author-slider .intro {
          margin-bottom: 20px; } }
      body .author-slider .intro h2 {
        color: #ffffff;
        margin: 0;
        text-align: center; }
    body .author-slider .content-wrap {
      width: calc(100% + 30px);
      margin-left: -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 1; }
      @media (max-width: 1400px) {
        body .author-slider .content-wrap {
          padding: 0 35px; } }
      @media (max-width: 595px) {
        body .author-slider .content-wrap {
          padding: 0 20px; } }
      @media (max-width: 595px) {
        body .author-slider .content-wrap {
          width: 100%;
          margin: auto;
          display: block;
          text-align: center; } }
      body .author-slider .content-wrap .card-item .inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          body .author-slider .content-wrap .card-item .inner-wrap {
            display: block;
            text-align: center; } }
        body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap {
          width: 45%;
          padding-right: 10px; }
          @media (max-width: 767px) {
            body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap {
              width: 100%;
              padding-right: 0;
              padding-bottom: 25px; } }
          body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            width: 350px;
            float: right;
            height: 350px;
            border: 6px solid #fff; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap {
                width: 250px;
                height: 250px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap {
                width: 250px;
                height: 250px; } }
            @media (max-width: 595px) {
              body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap {
                width: 200px;
                height: 200px; } }
            @media (max-width: 767px) {
              body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap {
                float: none;
                margin: auto; } }
            body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
            body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap .social-icon {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 50px;
              z-index: 2;
              height: 50px;
              overflow: hidden;
              background: #FF6902;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              @media (max-width: 767px) {
                body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap .social-icon {
                  width: 40px;
                  height: 40px; } }
              body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap .social-icon img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                   object-fit: contain; }
              body .author-slider .content-wrap .card-item .inner-wrap .outer-img-wrap .img-wrap .social-icon a {
                padding: 15px; }
        body .author-slider .content-wrap .card-item .inner-wrap .card-intro {
          width: 55%;
          padding-left: 28px; }
          @media (max-width: 767px) {
            body .author-slider .content-wrap .card-item .inner-wrap .card-intro {
              width: 100%;
              padding-left: 0; } }
          body .author-slider .content-wrap .card-item .inner-wrap .card-intro .inner-intro span {
            display: block;
            color: #ff6900;
            font-size: 25px; }
          body .author-slider .content-wrap .card-item .inner-wrap .card-intro .inner-intro h4 {
            font-size: 25px;
            color: #fff;
            margin-top: 15px; }
          body .author-slider .content-wrap .card-item .inner-wrap .card-intro .inner-intro p {
            color: #fff;
            margin-top: 15px; }
            @media screen and (min-width: 992px) {
              body .author-slider .content-wrap .card-item .inner-wrap .card-intro .inner-intro p {
                font-size: 25px; } }
            @media (max-width: 767px) {
              body .author-slider .content-wrap .card-item .inner-wrap .card-intro .inner-intro p {
                text-align: center; } }
    body .author-slider .slick-arrow {
      opacity: 0; }
    body .author-slider .slick-next {
      text-indent: 100px;
      overflow: hidden;
      height: 54px;
      width: 22px;
      position: absolute;
      top: 22%;
      right: -32px;
      background: url(/ajayverma/templates/assets/images/slick_arrow_prev.svg) no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      z-index: 2;
      cursor: pointer;
      outline: none;
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      @media (max-width: 1400px) {
        body .author-slider .slick-next {
          right: 5px !important; } }
      @media (max-width: 595px) {
        body .author-slider .slick-next {
          right: -9px !important; } }
      @media (max-width: 767px) {
        body .author-slider .slick-next {
          height: 30px;
          width: 18px; } }
    body .author-slider .slick-prev {
      text-indent: 100px;
      overflow: hidden;
      height: 54px;
      width: 22px;
      position: absolute;
      top: 22%;
      left: -32px;
      background: url(/ajayverma/templates/assets/images/slick_arrow_prev.svg) no-repeat;
      background-size: cover;
      z-index: 2;
      cursor: pointer;
      outline: none;
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      @media (max-width: 1400px) {
        body .author-slider .slick-prev {
          left: 5px !important; } }
      @media (max-width: 595px) {
        body .author-slider .slick-prev {
          left: -9px !important; } }
      @media (max-width: 767px) {
        body .author-slider .slick-prev {
          height: 30px;
          width: 18px; } }
    body .author-slider .slick-dots {
      margin: 20px auto 0;
      max-width: 250px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style-type: none;
      padding-left: 0; }
      @media (max-width: 595px) {
        body .author-slider .slick-dots {
          display: -webkit-inline-box !important;
          display: -ms-inline-flexbox !important;
          display: inline-flex !important; } }
      body .author-slider .slick-dots li {
        margin: 5px 4px 0;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background-color: #fff;
        border: solid 2px #fff;
        padding-left: 10px;
        cursor: pointer; }
        body .author-slider .slick-dots li:before {
          display: none !important; }
        body .author-slider .slick-dots li button {
          display: none;
          font-size: 0; }
      body .author-slider .slick-dots .slick-active {
        border: solid 1px #ff6900;
        background-color: #ff6900; }
  body.overflow {
    overflow: hidden; }
  body.page-id-5368 .two-column-grid h2 {
    font-size: 40px; }
  body.page-id-5368 .two-column-grid h3 {
    font-size: 20px; }

.careers .touch #filterTextDeptSelectBoxItContainer {
  display: none !important; }

.careers .touch #filterTextLocSelectBoxItContainer {
  display: none !important; }

.careers .touch #filterTextDept,
.careers .touch #filterTextLoc {
  min-height: 35px;
  border-radius: 5px;
  display: block !important;
  color: #ffffff;
  max-width: calc(50% - 25px);
  margin-right: 50px;
  width: 100%;
  padding: 0 8px;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/socure/templates/dist/images/arrow-down-orange.png");
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-repeat: no-repeat; }
  .careers .touch #filterTextDept:focus,
  .careers .touch #filterTextLoc:focus {
    outline: 0; }

.careers .touch #filterTextLoc {
  margin-right: 0; }

@media (max-width: 595px) {
  .careers .touch #filterTextDept,
  .careers .touch #filterTextLoc {
    max-width: 100%;
    margin-right: 0; }
  .careers .touch #filterTextLoc {
    margin-top: 20px; } }

.ua-safari .circle-image-wrap .inner-circle .img-wrap img {
  border-radius: 50%;
  height: 318px;
  width: 318px; }

.ua-safari .circle-image-wrap .inner-circle .img-wrap {
  border-radius: 50%;
  height: 318px;
  width: 318px; }

.ua-safari .circle-image-wrap .inner-circle .tab-wrap ul li:nth-child(3):after {
  right: -14px;
  width: 60px; }

.bg-light-gray {
  background-color: #F5F5F5 !important; }

.text-black h2 {
  color: #000 !important; }

.text-black p {
  color: #000 !important; }

.no-margin {
  margin: 0 !important; }

.home .wow, .blog .wow, .resources .wow, .events .wow, .news-and-press .wow, .glossary .wow {
  visibility: visible !important; }

.js-beacon {
  position: fixed;
  right: 32px;
  bottom: 35px;
  background-color: #fff;
  height: 56px;
  width: 56px;
  z-index: 9999999;
  cursor: pointer;
  border-radius: 0.3125rem; }
  .js-beacon img {
    border-radius: 0.3125rem; }

.js-beacon.hide {
  display: none !important; }

.js-beacon.hide-img img {
  display: none; }

.js-beacon.loader {
  border: 8px solid #ff6900;
  border-radius: 50%;
  border-top: 8px solid #141b4d;
  width: 56px;
  height: 56px;
  -webkit-animation: spin 2s linear infinite;
       -o-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.back-link-detail {
  color: #FF6900;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  padding-left: 21px; }
  @media screen and (max-width: 1024px) {
    .back-link-detail {
      font-size: 18px; } }
  @media screen and (max-width: 767px) and (min-width: 596px) {
    .back-link-detail {
      font-size: 16px; } }
  @media screen and (max-width: 595px) {
    .back-link-detail {
      font-size: 15px; } }
  .back-link-detail:after {
    content: '';
    position: absolute;
    background-image: url("/wp-content/themes/socure/templates/assets/images/breadcrumb-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px; }
    @media screen and (max-width: 1024px) {
      .back-link-detail:after {
        top: 7px; } }
    @media screen and (max-width: 767px) and (min-width: 596px) {
      .back-link-detail:after {
        top: 6px; } }
    @media screen and (max-width: 595px) {
      .back-link-detail:after {
        top: 5px; } }

@media screen and (max-width: 900px) {
  #onetrust-banner-sdk.otFloatingFlat {
    width: 100% !important; } }

.content-form .content-form-wrap .form-with-img .form-wrap #LblState {
  display: none; }

.ua-safari .glossary-scrolling-div .small-block ol li.active::after {
  left: -27px; }

.ua-safari .content-with-form .mktoForm .mktoFormRow .mktoCheckboxList input {
  min-height: auto; }

@media screen and (min-width: 1300px) {
  .ua-safari .content-with-form .mktoForm .mktoFormRow .mktoCheckboxList input {
    top: 8px;
    min-height: auto; } }

.single-news h2, .single-news h3, .single-news h4, .single-news h5, .single-news h6 {
  margin-bottom: 30px; }
  @media (max-width: 1270px) {
    .single-news h2, .single-news h3, .single-news h4, .single-news h5, .single-news h6 {
      margin-bottom: 20px; } }

table tr {
  vertical-align: top !important; }

body .resource-cards.cards .col-three-cards .col-three:nth-child(n + 4) {
  margin-top: 32px; }
  @media screen and (max-width: 767px) and (min-width: 596px) {
    body .resource-cards.cards .col-three-cards .col-three:nth-child(n + 4) {
      margin-top: 32px; } }
  @media screen and (max-width: 595px) {
    body .resource-cards.cards .col-three-cards .col-three:nth-child(n + 4) {
      margin-top: 20px; } }

.page-id-13847 .row-content#rtl li > ol li {
  padding-right: 45px; }

.page-id-13847 .row-content#rtl ol li > ol > li > ol > li {
  padding-right: 55px; }

.page-id-13847 .row-content#rtl li {
  margin-right: 0;
  padding-right: 30px; }

.page-id-13847 .row-content#rtl li::marker {
  content: none; }

/*# sourceMappingURL=main.css.map */
