@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.pages .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-lg {
  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 fade-in-lg {
  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);
  }
}

.pages .fade-in-lg {
  -webkit-animation-name: fade-in-lg;
  animation-name: fade-in-lg;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

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

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

.pages .ani-left.eno {
  opacity: 0;
}

.pages .ani-left.eno.addon {
  opacity: 1;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (min-width: 1024px) {
  .pages .ani-left.eno.addon {
    -webkit-animation-name: fadeLeft;
            animation-name: fadeLeft;
  }
}

@media (max-width: 1023.999px) {
  .pages .ani-left.eno.addon {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
  }
}

.pages .ani-right.eno {
  opacity: 0;
}

.pages .ani-right.eno.addon {
  opacity: 1;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (min-width: 1024px) {
  .pages .ani-right.eno.addon {
    -webkit-animation-name: fadeRight;
            animation-name: fadeRight;
  }
}

@media (max-width: 1023.999px) {
  .pages .ani-right.eno.addon {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.pages .ani-top.eno {
  opacity: 0;
}

@media (max-width: 767.99px) {
  .pages .ani-top.eno {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.pages .ani-top.eno.addon {
  opacity: 1;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@media (min-width: 768px) {
  .pages .desk-ani-top.eno {
    opacity: 0;
  }
  .pages .desk-ani-top.eno.addon {
    opacity: 1;
    -webkit-animation-duration: 1500ms;
            animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
  }
}

@media (min-width: 768px) {
  .pages .desk-ani-bottom.eno {
    opacity: 0;
  }
  .pages .desk-ani-bottom.eno.addon {
    opacity: 1;
    -webkit-animation-duration: 1500ms;
            animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}

@media (max-width: 767.99px) {
  .pages .ani-fadein {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.pages .ani-fadein.eno {
  opacity: 0;
}

.pages .ani-fadein.eno.addon {
  opacity: 1;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@media (max-width: 767.99px) {
  .pages .ani-zoom {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.pages .ani-zoom.eno {
  opacity: 0;
}

.pages .ani-zoom.eno.addon {
  opacity: 1;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.pages .row.ani-nth [class*="col-"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
}

@media (max-width: 767.99px) {
  .pages .row.ani-nth [class*="col-"] {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.pages .row.ani-nth.addon [class*="col-"] {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.pages .row.ani-nth.addon [class*="col-"]:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.pages .row.ani-nth.addon [class*="col-"]:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.pages .row.ani-nth.addon [class*="col-"]:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.pages .row.ani-nth.addon [class*="col-"]:nth-child(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.pages .row.ani-nth.addon [class*="col-"]:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

@media (max-width: 767.99px) {
  .pages .row.mob-ani-nth1 [class*="col-"] {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.68s ease-in-out;
    transition: all 0.68s ease-in-out;
  }
  .pages .row.mob-ani-nth1 [class*="col-"]:nth-child(1) {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .pages .row.mob-ani-nth1.addon [class*="col-"] {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .pages .row.mob-ani-nth1.addon [class*="col-"]:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .pages .row.mob-ani-nth1.addon [class*="col-"]:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .pages .row.mob-ani-nth1.addon [class*="col-"]:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .pages .row.mob-ani-nth1.addon [class*="col-"]:nth-child(4) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .pages .row.mob-ani-nth1.addon [class*="col-"]:nth-child(5) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}

.pages .heading-gutter.eno h2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.pages .heading-gutter.eno p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.pages .heading-gutter.eno.addon h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.pages .heading-gutter.eno.addon p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.work-page .svg,
.details-page .svg {
  position: relative;
  display: inline-block;
  background: url(../img/case-study/sprites.svg) no-repeat;
}

.sports-page .svg {
  position: relative;
  display: inline-block;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/sprites1.svg);
  background-repeat: no-repeat;
}

.guideNew-page .svg {
  position: relative;
  display: inline-block;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/guidenew/sprite.svg);
  background-repeat: no-repeat;
}

.form-gutter {
  margin-bottom: 40px;
}

.form-gutter .inner {
  padding: 20px;
  border-radius: 26px;
  background: #EFF8F6;
  border: 1px solid #DADADA;
}

.form-gutter .inner .data {
  padding: 40px 50px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #DADADA;
}

@media (max-width: 767.99px) {
  .form-gutter .inner .data {
    padding: 30px;
  }
}

.form-gutter .inner .data .heading-gutter {
  text-align: center;
  margin-bottom: 42px;
}

@media (max-width: 767.99px) {
  .form-gutter .inner .data .heading-gutter {
    margin-bottom: 32px;
  }
}

.form-gutter .inner .data .heading-gutter h2 {
  color: #4FB39F;
}

.form-gutter .inner .data .heading-gutter h2.primary {
  color: #333;
}

.form-gutter .inner .data .heading-gutter h2 span {
  color: #000;
  display: block;
}

.form-gutter .inner .data .forms p {
  margin-bottom: 0;
}

.form-gutter .inner .data .forms .form-group {
  margin-bottom: 12px;
}

.form-gutter .inner .data .forms .form-control {
  height: 50px;
  font-size: 16px;
  color: #000;
  border-radius: 8px;
  padding: 10px 20px;
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: 'Gilroy-regular', sans-serif;
}

.form-gutter .inner .data .forms .form-control:hover {
  border-color: #4FB39F;
}

.form-gutter .inner .data .forms .form-control:focus {
  border-color: #4FB39F;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(95, 230, 182, 0.6) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(95, 230, 182, 0.6) !important;
}

.form-gutter .inner .data .forms .form-control::-webkit-input-placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-gutter .inner .data .forms .form-control:-ms-input-placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-gutter .inner .data .forms .form-control::-ms-input-placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-gutter .inner .data .forms .form-control::placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-gutter .inner .data .forms .form-control.wpcf7-not-valid {
  color: #F64C4C;
  background: #fff8f8;
  border-color: #F64C4C;
}

.form-gutter .inner .data .forms textarea.form-control {
  height: 100px;
}

.form-gutter .inner .data .forms select.form-control {
  height: 50px !important;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://www.silverpush.co/wp-content/themes/silverpush/template-parts/svg/parallels/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 19px;
  background-size: 12px;
}

.form-gutter .inner .data .forms .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #F64C4C;
  margin: 2px 0px -8px 6px;
}

.form-gutter .inner .data .forms .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 20px 0;
}

.form-gutter .inner .data .forms .form-check .form-check-input {
  margin-top: 7px;
  margin-left: -9px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.form-gutter .inner .data .forms .form-check .form-check-label {
  font-size: 16px;
  margin-left: 16px;
  color: #3d3d3d;
  text-align: left;
  font-family: 'Gilroy-Regular', sans-serif;
}

@media (max-width: 767.99px) {
  .form-gutter .inner .data .forms .form-check .form-check-label {
    font-size: 14px;
  }
}

.form-gutter .inner .data .forms .form-check p {
  text-align: left;
}

@media (max-width: 400px) {
  .form-gutter .inner .data .forms .recaptcha {
    display: block;
    margin-left: -24px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

.form-gutter .inner .data .forms .btn {
  width: 100%;
  margin-top: 20px;
}

.form-gutter .inner .data .wpcf7-spinner {
  display: block;
  margin: 8px auto;
}

.form-gutter .inner .data p.term {
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 0;
}

.form-gutter .inner .data p.term a {
  color: #4FB39F;
}

.form-info p {
  margin-bottom: 0;
}

.form-info .form-group {
  margin-bottom: 15px;
}

.form-info .form-control {
  height: 50px;
  font-size: 16px;
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: 'Gilroy-regular', sans-serif;
}

.form-info .form-control:hover {
  border-color: #4FB39F;
}

.form-info .form-control:focus {
  border-color: #4FB39F;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(95, 230, 182, 0.6) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(95, 230, 182, 0.6) !important;
}

.form-info .form-control::-webkit-input-placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-info .form-control:-ms-input-placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-info .form-control::-ms-input-placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-info .form-control::placeholder {
  opacity: 0.75;
  color: #808080;
}

.form-info .form-control.wpcf7-not-valid {
  color: #F64C4C;
  background: #fff8f8;
  border-color: #F64C4C;
}

.form-info select.form-control {
  height: 50px !important;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://www.silverpush.co/wp-content/themes/silverpush/template-parts/svg/parallels/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 19px;
  background-size: 12px;
}

.form-info .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #F64C4C;
  margin: 2px 0px -8px 6px;
}

.form-info .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 20px 0;
}

.form-info .form-check .form-check-input {
  margin-top: 7px;
  margin-left: -9px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.form-info .form-check .form-check-label {
  font-size: 16px;
  margin-left: 16px;
  color: #3d3d3d;
  text-align: left;
  font-family: 'Gilroy-Regular', sans-serif;
}

@media (max-width: 767.99px) {
  .form-info .form-check .form-check-label {
    font-size: 14px;
  }
}

.form-info .form-check p {
  text-align: left;
}

.form-info .btn {
  width: 100%;
  margin-top: 15px;
  border-radius: 100px !important;
}

.form-info .wpcf7-spinner {
  display: block;
  margin: 8px auto;
}

.pages .btn {
  height: 50px;
  font-size: 18px;
  padding: 2px 26px;
  position: relative;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1023px) {
  .pages .btn {
    font-size: 15px;
    padding: 2px 22px;
  }
}

.primary-list {
  padding: 0;
  margin-left: 5px;
}

.primary-list li {
  list-style: none;
  padding-left: 26px;
  position: relative;
}

.primary-list li:not(:last-child) {
  margin-bottom: 10px;
}

.primary-list li:before {
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  background: #000;
}

@media (max-width: 767.99px) {
  .primary-list li:before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}

.primary-list li a {
  color: #000;
}

.primary-list.type2 li:before {
  background: #000;
}

.primary-list.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .primary-list.two li {
    max-width: calc(50% - 45px);
  }
}

.nav-tabs {
  border: 0;
}

.nav-tabs li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-tabs.type1 {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.nav-tabs.type1 li {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 12px;
  border: 1px solid #bbb;
}

.nav-tabs.type1 li:hover, .nav-tabs.type1 li.active {
  color: #fff;
  background: #162035;
}

.nav-tabs.type2 {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.99px) {
  .nav-tabs.type2 {
    gap: 10px;
  }
}

.nav-tabs.type2 li {
  width: 100%;
  height: 58px;
  max-width: 300px;
  padding: 0 16px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #46debf;
  background: rgba(70, 222, 191, 0.17);
}

.nav-tabs.type2 li:hover, .nav-tabs.type2 li.active {
  color: #fff;
  background: #46debf;
}

@media (max-width: 767.99px) {
  .nav-tabs.type2 li {
    height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 767.99px) {
  .nav-tabs.type3 {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 116%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: -24px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: scroll;
    scrollbar-width: auto;
    scrollbar-color: #888 #f1f1f1;
  }
}

.nav-tabs.type3 .scroll-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.nav-tabs.type3 .scroll-box::-webkit-scrollbar-thumb {
  background-color: #888;
}

.nav-tabs.type3 .scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.nav-tabs.type3 li {
  color: #898989;
  min-height: 70px;
  max-height: 80px;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px 40px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 7.2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 7.2px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767.99px) {
  .nav-tabs.type3 li {
    min-height: 250px;
    max-height: 290px;
    border-radius: 30px;
    padding: 20px 20px 20px 40px;
    min-width: 92%;
  }
}

.nav-tabs.type3 li:not(:last-child) {
  margin-bottom: 16px;
}

.nav-tabs.type3 li .heading {
  font-size: 30px;
  font-weight: 800;
}

@media (max-width: 767.99px) {
  .nav-tabs.type3 li .heading {
    font-size: 22px;
  }
}

.nav-tabs.type3 li .list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-tabs.type3 li .list span {
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
}

.nav-tabs.type3 li .list span:before {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 100px;
}

.nav-tabs.type3 li .list span b {
  font-weight: 700;
}

.nav-tabs.type3 li.active, .nav-tabs.type3 li:hover {
  color: #44c9ae;
  background: #000;
  border-color: #86edf7;
  -webkit-box-shadow: 0px 0px 22.2px 4px rgba(255, 0, 79, 0.12);
          box-shadow: 0px 0px 22.2px 4px rgba(255, 0, 79, 0.12);
}

.nav-tabs.type3 li.active {
  max-height: 400px;
}

.nav-tabs.type3 li.active .list {
  margin-top: 16px;
  max-height: 300px;
}

.tab-content .tab-pane {
  display: none;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tab-fade;
          animation-name: tab-fade;
}

.tab-content .tab-pane.active {
  display: block;
}

@-webkit-keyframes tab-fade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes tab-fade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.pages {
  color: #000;
  overflow: hidden;
  line-height: 1.25;
  padding-top: 0 !important;
  font-family: "Gilroy", sans-serif;
}

@media (max-width: 767.99px) {
  .pages {
    font-size: 16px;
  }
}

.pages h1,
.pages h2,
.pages h3,
.pages h4,
.pages h5,
.pages h6 {
  line-height: 1.3;
  font-family: "Gilroy", sans-serif;
}

.pages figure {
  margin: 0;
}

.pages p {
  line-height: 1.4;
}

@media (max-width: 767.99px) {
  .pages p {
    margin-bottom: 16px;
  }
}
.faq-section {
  background: linear-gradient(180deg, rgba(193, 170, 235, 0.2) 0%, rgba(102, 226, 201, 0.2) 100%);
  padding: 100px 20px;
}
.faq-section .faq-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #46DEBF;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .faq-section .faq-title {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-title {
    font-size: 32px;
  }
}
.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.faq-section .faq-item {
  background: #ffff;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-section .faq-item .faq-question {
  width: 100%;
  border: 0;
  background: #ffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 76px;
  padding: 25px 40px;
  font-size: 22px;
  font-weight: 700;
  color: #1e2940;
}
@media (max-width: 767px) {
  .faq-section .faq-item .faq-question {
    font-size: 18px;
    min-height: 80px;
    padding: 20px 60px 20px 20px;
    justify-content: flex-start;
    text-align: left;
  }
}
.faq-section .faq-item .faq-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid #1e2940;
  border-bottom: 3px solid #1e2940;
  transform: translateY(-60%) rotate(45deg);
  transition: 0.3s ease;
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-section .faq-item .faq-answer p {
  margin: 0;
  padding: 0 40px 30px;
  color: #4a5568;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 250px;
}
.faq-section .faq-item.active .faq-icon {
  transform: translateY(-30%) rotate(-135deg);
}
.faq-question:focus {
  outline: none;
  box-shadow: none;
}

.pages small {
  font-size: 100%;
  font-weight: inherit;
}

.pages .mb-12 {
  margin-bottom: 12px !important;
}

.pages .fw-medium {
  font-weight: 500 !important;
}

.pages .fw-bold {
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .pages section.ispd {
    padding: 60px 0;
  }
}

@media (max-width: 767.99px) {
  .pages section.ispd {
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .pages section.ispdb {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.99px) {
  .pages section.ispdb {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .pages section.ispdt {
    padding-top: 60px;
  }
}

@media (max-width: 767.99px) {
  .pages section.ispdt {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .pages .hide-web {
    display: none !important;
  }
}

@media (max-width: 767.999px) {
  .pages .hide-mob {
    display: none !important;
  }
}

.pages img.radius {
  border-radius: 12px;
}

@media (min-width: 768px) {
  .pages .container.resized {
    margin-right: 0;
    padding-right: 0;
  }
}

.form-submit-modal .modal-dialog {
  max-width: 600px;
}

.form-submit-modal .modal-dialog .modal-content {
  border-radius: 8px;
}

.form-submit-modal .modal-dialog .modal-content .m-close {
  right: -34px;
  top: -43px;
  z-index: 9;
  cursor: pointer;
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  position: absolute;
  font-family: initial;
}

.form-submit-modal .modal-dialog .modal-content .m-close:hover {
  color: #f64c4c;
}

.form-submit-modal .modal-dialog .modal-content img {
  border-radius: 6px 6px 0 0;
}

.form-submit-modal .modal-dialog .modal-body {
  padding: 10px;
  text-align: center;
}

.form-submit-modal .modal-dialog .modal-body figure {
  margin: 0 0 20px 0;
}

.form-submit-modal .modal-dialog .modal-body figure img {
  width: 100%;
}

.form-submit-modal .modal-dialog .modal-body .head {
  font-size: 28px;
  color: #4fb39f;
  margin-bottom: 5px;
  line-height: 36px;
  font-weight: 600;
}

.form-submit-modal .modal-dialog .modal-body p {
  font-size: 18px;
  margin-bottom: 20px;
}

.work-page .btn.primary {
  background: #4fb39f;
  border-color: #50b39f;
}

.work-page .btn.primary:hover {
  background: #007568;
  border-color: #007568;
}

.work-page .page-head {
  padding: 60px 0;
  background: #142038;
}

.work-page .page-head .cnts {
  color: #fff;
  max-width: 450px;
}

@media (max-width: 767.99px) {
  .work-page .page-head .cnts {
    margin-bottom: 32px;
    text-align: center;
  }
}

.work-page .page-head .cnts .heading {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}

.work-page .page-head .cnts .heading:after {
  top: 1px;
  left: 30px;
  width: 50px;
  height: 1px;
  content: "";
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .work-page .page-head .cnts .heading {
    font-size: 24px;
  }
}

@media (max-width: 767.99px) {
  .work-page .page-head .cnts .heading {
    font-size: 18px;
  }
}

.work-page .page-head .cnts aside {
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .work-page .page-head .cnts aside {
    font-size: 50px;
  }
}

@media (max-width: 767.99px) {
  .work-page .page-head .cnts aside {
    font-size: 38px;
  }
}

.work-page .page-head .cnts .dec {
  margin-bottom: 22px;
}

.work-page .page-head .cnts h1 {
  display: inline;
  color: inherit;
  margin: 0;
  line-height: inherit;
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 767.99px) {
  .work-page .page-head .cnts br {
    display: none;
  }
}

.work-page .page-head .cnts .heading,
.work-page .page-head .cnts aside,
.work-page .page-head .cnts .dec,
.work-page .page-head .cnts .button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.work-page .page-head .data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
}

.work-page .page-head .data .row {
  margin: 0 -8px;
}

.work-page .page-head .data .row [class*="col-"] {
  padding: 0 8px;
}

.work-page .page-head .data .box {
  display: block;
  overflow: hidden;
  color: #162035;
  padding: 16px 0;
  padding-left: 28px;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767.99px) {
  .work-page .page-head .data .box {
    padding-left: 20px;
  }
}

.work-page .page-head .data .box figure {
  text-align: right;
}

.work-page .page-head .data .box figure img {
  border-radius: 10px 0 0 10px;
  -webkit-transform: translate(16px, 0px);
          transform: translate(16px, 0px);
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.work-page .page-head .data .box:not(.lg) {
  margin-bottom: 16px;
  background: url(../img/case-study/bg3.svg) no-repeat center;
  background-size: 110%;
}

@media (max-width: 767.99px) {
  .work-page .page-head .data .box:not(.lg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .work-page .page-head .data .box:not(.lg) figure {
    margin-bottom: 10px;
  }
}

.work-page .page-head .data .box.lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../img/case-study/bg1.svg) no-repeat center;
  background-size: 110%;
}

.work-page .page-head .data .box span {
  display: block;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 767.99px) {
  .work-page .page-head .data .box span {
    font-size: 18px;
  }
}

.work-page .page-head .data .box:hover figure img {
  -webkit-transform: translate(4px, 0px);
          transform: translate(4px, 0px);
}

.work-page .page-head.active .cnts .heading,
.work-page .page-head.active .cnts aside,
.work-page .page-head.active .cnts .dec,
.work-page .page-head.active .cnts .button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.work-page .page-head.active .cnts .heading {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.work-page .page-head.active .cnts aside {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.work-page .page-head.active .cnts .dec {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.work-page .page-head.active .cnts .button {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.work-page .page-head.active .data {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.work-page .partner-gutter {
  background: #fafafa;
  border: 1px solid #e4e4e4;
}

.work-page .partner-gutter .partner {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.99px) {
  .work-page .partner-gutter .partner {
    height: auto;
    padding: 40px 0;
  }
}

.work-page .partner-gutter .partner:before, .work-page .partner-gutter .partner:after {
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 300px;
  height: 100%;
  content: "";
  position: absolute;
}

.work-page .partner-gutter .partner:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #fafafa), to(transparent));
  background: linear-gradient(to right, #fafafa 5%, transparent 100%);
}

.work-page .partner-gutter .partner:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(5%, #fafafa), to(transparent));
  background: linear-gradient(to left, #fafafa 5%, transparent 100%);
}

.work-page .partner-gutter .partner:hover .data {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes mslide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes mslide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.work-page .partner-gutter .partner .data {
  display: inline-block;
  -webkit-animation: 60s mslide infinite linear;
          animation: 60s mslide infinite linear;
}

.work-page .partner-gutter .partner .data figure {
  padding: 0 20px;
  background: #fff;
  display: inline-block;
}

.work-page .partner-gutter .partner .data figure:last-child {
  padding-right: 30px;
}

.work-page .partner-gutter .partner .data figure img {
  height: 160px;
  max-width: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.work-page .partner-gutter .partner .data figure img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.work-page .partner-gutter .partner .data figure img.sm {
  height: 100px;
}

.work-page .partner-gutter .partner .data figure img.md {
  height: 110px;
}

.work-page .partner-gutter .partner .data figure img.xmd {
  height: 120px;
}

.work-page .partner-gutter .partner .data figure img.lg {
  height: 170px;
}

.work-page .partner-gutter .partner .data figure img.xlg {
  height: 210px;
}

.work-page .item-gutter {
  padding: 60px 0 100px 0;
}

.work-page .item-gutter .filter-data {
  max-width: 860px;
  margin: 0 auto 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.99px) {
  .work-page .item-gutter .filter-data {
    display: block;
  }
}

.work-page .item-gutter .filter-data .dropdown {
  margin: 0 10px;
}

@media (max-width: 767.99px) {
  .work-page .item-gutter .filter-data .dropdown {
    margin: 0 0 10px 0;
  }
}

.work-page .item-gutter .filter-data .dropdown .dropdown-toggle {
  width: 256px;
  height: 70px;
  color: #b1b1b1;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fafafa;
  border-color: #e4e4e4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  .work-page .item-gutter .filter-data .dropdown .dropdown-toggle {
    width: 220px;
    height: 60px;
  }
}

@media (max-width: 767.99px) {
  .work-page .item-gutter .filter-data .dropdown .dropdown-toggle {
    width: 100%;
  }
}

.work-page .item-gutter .filter-data .dropdown .dropdown-toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-toggle:after {
  font-size: 26px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-toggle i {
  top: -2px;
  margin-right: 8px;
  position: relative;
  display: inline-block;
  background: url(https://www.silverpush.co/wp-content/themes/silverpush/assest/img/case-study/sprites.svg) no-repeat 0 0;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-toggle i.industry-icon {
  width: 20px;
  height: 20px;
  background-position: 0px 0px;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-toggle i.solution-icon {
  width: 22px;
  height: 25px;
  background-position: 0px -22px;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-toggle i.region-icon {
  width: 20px;
  height: 25px;
  background-position: 0px -50px;
}

@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes rotateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu {
  top: 67px !important;
  left: 0 !important;
  width: 100%;
  padding: 0;
  background: #fff;
  border-top: 0 !important;
  display: block;
  z-index: -1;
  visibility: hidden;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 0 0 8px 8px;
  max-height: 300px;
  overflow: auto;
}

@media (max-width: 1000px) {
  .work-page .item-gutter .filter-data .dropdown .dropdown-menu {
    top: 57px !important;
    max-height: 200px;
    overflow: auto;
  }
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li {
  opacity: 0;
  display: none;
  cursor: pointer;
  min-height: 42px;
  padding: 10px 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  border-top: 1px solid #e4e4e4;
  -webkit-animation: rotateX 300ms 420ms ease-in-out forwards;
          animation: rotateX 300ms 420ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:hover {
  color: #4fb39f;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(1) {
  -webkit-animation: rotateX 300ms 10ms ease-in-out forwards;
          animation: rotateX 300ms 10ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(2) {
  -webkit-animation: rotateX 300ms 60ms ease-in-out forwards;
          animation: rotateX 300ms 60ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(3) {
  -webkit-animation: rotateX 300ms 120ms ease-in-out forwards;
          animation: rotateX 300ms 120ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(4) {
  -webkit-animation: rotateX 300ms 180ms ease-in-out forwards;
          animation: rotateX 300ms 180ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(5) {
  -webkit-animation: rotateX 300ms 240ms ease-in-out forwards;
          animation: rotateX 300ms 240ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(6) {
  -webkit-animation: rotateX 300ms 300ms ease-in-out forwards;
          animation: rotateX 300ms 300ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(7) {
  -webkit-animation: rotateX 300ms 360ms ease-in-out forwards;
          animation: rotateX 300ms 360ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown .dropdown-menu li:nth-child(8) {
  -webkit-animation: rotateX 300ms 420ms ease-in-out forwards;
          animation: rotateX 300ms 420ms ease-in-out forwards;
}

.work-page .item-gutter .filter-data .dropdown:hover .dropdown-toggle, .work-page .item-gutter .filter-data .dropdown.show .dropdown-toggle {
  color: #4fb39f;
  background: #fff;
  border-color: #4fb39f;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.work-page .item-gutter .filter-data .dropdown:hover .dropdown-toggle:after, .work-page .item-gutter .filter-data .dropdown.show .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.work-page .item-gutter .filter-data .dropdown:hover .dropdown-toggle i.industry-icon, .work-page .item-gutter .filter-data .dropdown.show .dropdown-toggle i.industry-icon {
  background-position: -26px 0px;
}

.work-page .item-gutter .filter-data .dropdown:hover .dropdown-toggle i.solution-icon, .work-page .item-gutter .filter-data .dropdown.show .dropdown-toggle i.solution-icon {
  background-position: -26px -22px;
}

.work-page .item-gutter .filter-data .dropdown:hover .dropdown-toggle i.region-icon, .work-page .item-gutter .filter-data .dropdown.show .dropdown-toggle i.region-icon {
  background-position: -26px -50px;
}

.work-page .item-gutter .filter-data .dropdown:hover .dropdown-menu, .work-page .item-gutter .filter-data .dropdown.show .dropdown-menu {
  z-index: 3;
  visibility: visible;
  border-color: #4fb39f;
}

.work-page .item-gutter .filter-data .dropdown:hover .dropdown-menu li, .work-page .item-gutter .filter-data .dropdown.show .dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work-page .item-gutter .filter-data .clear-data {
  color: red;
  opacity: 0.6;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.work-page .item-gutter .filter-results .row {
  margin: 0 -12px;
}

.work-page .item-gutter .filter-results .row [class*="col-"] {
  padding: 0 12px;
  overflow: hidden;
  padding-bottom: 28px;
  opacity: 0;
  display: none;
}

.work-page .item-gutter .filter-results .row [class*="col-"].active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
          animation: fadeIn 0.65s ease forwards;
}

.work-page .item-gutter .filter-results .box {
  display: block;
  min-height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.work-page .item-gutter .filter-results .box figure {
  overflow: hidden;
  position: relative;
}

.work-page .item-gutter .filter-results .box figure:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.work-page .item-gutter .filter-results .box figure img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.work-page .item-gutter .filter-results .box .cnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 22px 28px;
}

@media (min-width: 768px) {
  .work-page .item-gutter .filter-results .box .cnts {
    min-height: calc(100% - 214px);
  }
}

.work-page .item-gutter .filter-results .box .cnts .heading {
  display: block;
  font-size: 20px;
  color: #162035;
  font-weight: 800;
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .work-page .item-gutter .filter-results .box .cnts .heading {
    font-size: 18px;
  }
}

.work-page .item-gutter .filter-results .box .cnts .heading span {
  color: #4fb39f;
}

.work-page .item-gutter .filter-results .box .cnts .btn {
  height: auto;
  font-size: 16px;
  padding: 8px 22px;
}

.work-page .item-gutter .filter-results .box:hover {
  border-color: #4fb39f;
  -webkit-box-shadow: 0 2px 5px 2px rgba(60, 64, 67, 0.12), 0 4px 10px 4px rgba(60, 64, 67, 0.1);
          box-shadow: 0 2px 5px 2px rgba(60, 64, 67, 0.12), 0 4px 10px 4px rgba(60, 64, 67, 0.1);
}

.work-page .item-gutter .filter-results .box:hover figure:before {
  opacity: 1;
}

.work-page .item-gutter .filter-results .box:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.work-page .item-gutter .filter-results .box:hover .btn {
  background: #007568;
  border-color: #007568;
}

.work-page .item-gutter .no-data {
  text-align: center;
}

.details-page .btn.primary {
  background: #4fb39f;
  border-color: #50b39f;
}

.details-page .btn.primary:hover {
  background: #007568;
  border-color: #007568;
}

.details-page .page-head {
  padding: 30px 0 60px 0;
  position: relative;
}

@media (max-width: 767.99px) {
  .details-page .page-head {
    padding: 10px 0px 60px 0px;
    text-align: center;
    height: 80vh;
  }
}

.details-page .page-head.type1 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/ipl.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type1 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/ipl-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type2 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/pizza-hut.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type2 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/pizza-hut-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type3 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/porche.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type3 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/porche-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type4 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/jbl.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type4 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/jbl-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type5 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/egypt.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type5 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/egypt-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type6 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/birch-tree.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type6 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/birch-tree-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type7 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/alfez.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type7 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/alfez-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type8 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/elf.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type8 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/elf-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type9 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/stresstabs.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type9 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/stresstabs-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type10 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/hamdard.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type10 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/hamdard-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type11 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/lucky-me.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type11 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/lucky-me-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type12 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/tang.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type12 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/tang-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type13 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/chemist-warehouse.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type13 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/chemist-warehouse-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type14 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/oreo.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type14 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/oreo-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type15 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/canada-goose.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type15 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/canada-goose-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type16 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/ansys.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type16 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/ansys-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type17 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/hamdard.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type17 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/hamdard-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type18 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/doublemint.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type18 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/doublemint-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type19 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/grab.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type19 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/grab-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type20 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/chicken.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type20 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/chicken-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type21 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/pharmaton.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type21 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/pharmaton-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type22 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/regular.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type22 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/regular-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type23 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/fast-food.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type23 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/fast-food-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type24 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/fashion.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type24 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/fashion-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type25 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/rx-medication.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type25 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/rx-medication-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type26 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/healthcare.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type26 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/healthcare-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type27 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/cold-flu.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type27 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/cold-flu-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type28 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/travel.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type28 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/travel-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type29 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/pharmaceutical.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type29 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/pharmaceutical-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type30 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/oats-brand.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type30 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/oats-brand-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type31 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/instant-noodle.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type31 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/instant-noodle-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type32 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/health-service.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type32 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/health-service-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type33 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/chocolate.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type33 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/chocolate-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type34 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/cpg.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type34 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/cpg-brand.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type35 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/insurance.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type35 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/insurance-m.webp) no-repeat 0 0/cover;
  }
}

.details-page .page-head.type36 {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/toys.webp) no-repeat center center/cover;
}

@media (max-width: 767.99px) {
  .details-page .page-head.type36 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/toy-m.webp) no-repeat 0 0/cover;
  }
}
  .details-page .page-head.type37 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/heineken-head.webp) no-repeat center center/cover; }
    @media (max-width: 767.99px) {
      .details-page .page-head.type37 {
        background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/heineken-mob.webp) no-repeat 0 0/cover; } }
       .details-page .page-head.type38 {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/clearmen-head.webp) no-repeat center center/cover; }
    @media (max-width: 767.99px) {
      .details-page .page-head.type38 {
        background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/casestudy/clearmen-m.webp) no-repeat 0 0/cover; } }

.details-page .page-head .cnts {
  color: #fff;
  margin: 0 auto;
}

.details-page .page-head .cnts.type1 {
  max-width: 860px;
}

.details-page .page-head .cnts .heading {
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .details-page .page-head .cnts .heading {
    font-size: 52px;
  }
}

@media (max-width: 767.99px) {
  .details-page .page-head .cnts .heading {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

.details-page .page-head .cnts .heading span {
  color: #4fb39f;
}

.details-page .page-head .cnts h1 {
  display: inline;
  color: inherit;
  margin: 0;
  line-height: inherit;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.details-page .page-head .cnts h1 .highlight {
  color: #4fb39f;
}

.details-page .page-head .cnts h1 .highlight-v2 {
  color: #162035;
}

.details-page .page-head .cnts h1 .highlight-v3 {
  color: #f1ed48;
}

@media (max-width: 767.99px) {
  .details-page .page-head .cnts br {
    display: none;
  }
}

.details-page .page-head .cnts .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.99px) {
  .details-page .page-head .cnts .data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.details-page .page-head .cnts .data.dark {
  color: #000;
}

.details-page .page-head .cnts .data .info {
  height: 54px;
  width: 414px;
  font-size: 18px;
  padding: 0 21px;
  font-weight: 700;
  margin: 0 12px 14px;
  border-radius: 10px;
  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;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(137, 137, 137, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(137, 137, 137, 0.2) 100%);
}

.details-page .page-head .cnts .data .info .crafter-logo {
  width: 86px;
  height: 25px;
  margin-left: 8px;
  background-position: 0 -164px;
}

.details-page .page-head .cnts .data .info .crafters-logo-dark {
  width: 85px;
  height: 42px;
  margin-left: 5px;
  background-position: 0 -200px;
}

.details-page .page-head .cnts .data .info .mirrors-logo {
  width: 86px;
  height: 25px;
  margin-left: 8px;
  background-position: 0 -250px;
}

.details-page .page-head .cnts .data .info .mirrors-logo-dark {
  width: 86px;
  height: 24px;
  margin-left: 8px;
  background-position: 0 -301px;
}

.details-page .page-head .cnts .data .info .parallels-logo {
  width: 85px;
  height: 42px;
  margin-left: 5px;
  background-position: 0 -337px;
}

.details-page .page-head .cnts .data .info .parallels-logo-dark {
  width: 85px;
  height: 42px;
  margin-left: 5px;
  background-position: 0 -392px;
}

@media (max-width: 767.99px) {
  .details-page .page-head .cnts .data .info {
    width: 370px;
    padding: 0 10px;
    font-size: 14px;
    height: 46px;
  }
}

.details-page .page-head .cnts .data .info .v-line {
  display: inline-block;
  height: 24px;
  border-left: 2px solid white;
  margin: 0 5px;
}

.details-page .page-head .cnts .heading,
.details-page .page-head .cnts .data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.details-page .page-head.active .cnts .heading,
.details-page .page-head.active .cnts .data {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.details-page .page-head.active .cnts .heading {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.details-page .page-head.active .cnts .data {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.details-page .counter-gutter {
  padding: 60px 0;
  text-align: center;
  background: #162035;
  position: relative;
}

.details-page .counter-gutter .col-md-4:not(:last-child) {
  margin-bottom: 40px;
}

.details-page .counter-gutter .inner .top {
  margin-bottom: 22px;
}

.details-page .counter-gutter .inner .top i.circle {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 100%;
  background: #183d8b;
}

@media (max-width: 767.99px) {
  .details-page .counter-gutter .inner .top i.circle {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.details-page .counter-gutter .inner .top i.svg {
  width: 82px;
  height: 82px;
  margin-left: -70px;
  background: url(../img/sprites/details/sprites.svg?v=2) no-repeat;
}

.details-page .counter-gutter .inner .top i.svg.icon1 {
  background-position: -6px -10px;
}

.details-page .counter-gutter .inner .top i.svg.icon2 {
  background-position: -6px -98px;
}

.details-page .counter-gutter .inner .top i.svg.icon3 {
  background-position: -6px -184px;
}

.details-page .counter-gutter .inner .top i.svg.icon4 {
  background-position: -3px -272px;
}

.details-page .counter-gutter .inner .top i.svg.icon5 {
  background-position: -3px -354px;
}

.details-page .counter-gutter .inner .top i.svg.icon6 {
  background-position: 3px -445px;
}

.details-page .counter-gutter .inner .top i.svg.icon7 {
  background-position: 3px -528px;
}

.details-page .counter-gutter .inner .bottom {
  color: #fff;
  font-size: 18px;
}

.details-page .counter-gutter .inner .bottom span.count {
  display: block;
  font-size: 60px;
  font-weight: 800;
}

@media (max-width: 767.99px) {
  .details-page .counter-gutter .inner .bottom span.count {
    font-size: 40px;
  }
}

.details-page .counter-gutter .inner .bottom p {
  margin-bottom: 0;
}

.details-page h2 {
  color: #4fb39f;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 12px;
}

@media (max-width: 767.99px) {
  .details-page h2 {
    font-size: 22px;
  }
}

.details-page h2.primary {
  color: #333;
}

.details-page h2 span {
  color: #000;
}

.details-page .content-gutter .box {
  padding: 40px 50px;
}

@media (max-width: 767.99px) {
  .details-page .content-gutter .box {
    padding: 20px 10px;
  }
}

.details-page .content-gutter .data {
  margin-bottom: 32px;
}

@media (max-width: 767.99px) {
  .details-page .content-gutter .data {
    margin-bottom: 22px;
  }
}

.details-page .content-gutter .data ul li {
  color: #000;
  margin: 0 0 18px 24px;
}

.details-page .primary-box {
  padding: 45px 50px;
  border-radius: 20px;
  background: #fafafa;
  border: 1px solid #e4e4e4;
}

@media (max-width: 767.99px) {
  .details-page .primary-box {
    padding: 20px 30px;
  }
}

.details-page .primary-box .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-page .primary-box .row figure {
  text-align: center;
}

.details-page .primary-box .row figure img.radius-l {
  border-radius: 30px;
}
.details-page .primary-box .row figure img.heineken-img {
  max-width: 320px;
}

.details-page .primary-box h3 {
  color: #000;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 16px;
}

@media (max-width: 767.99px) {
  .details-page .primary-box h3 {
    font-size: 18px;
  }
}

.details-page .secondary-box {
  position: relative;
  padding: 45px 50px;
  border-radius: 20px;
  background: linear-gradient(90.81deg, #162035 29.71%, #405e9b 99.3%);
  margin-bottom: 40px;
}

@media (max-width: 767.99px) {
  .details-page .secondary-box {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
}

.details-page .secondary-box ul li {
  color: #fff;
  margin: 0 0 18px 24px;
}

.details-page .secondary-box figure {
  position: absolute;
  top: -98px;
  right: 0;
  max-width: 206px;
  height: auto;
  margin: 0;
}
.details-page .secondary-box figure.normal{
    max-width: 100%;
}
.details-page .secondary-box figure.small {
  max-width: 127px;
}

@media (max-width: 767.99px) {
  .details-page .secondary-box figure {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center;
  }
}

.details-page .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 50px;
}

@media (max-width: 767.99px) {
  .details-page .social-list {
    margin-bottom: 40px;
  }
}

.details-page .social-list li {
  list-style: none;
}

.details-page .social-list li:not(:last-child) {
  margin-right: 12px;
}

.details-page .social-list li a {
  width: 70px;
  height: 70px;
  opacity: 0.8;
  font-size: 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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.details-page .social-list li a:hover {
  opacity: 1;
}

.details-page .social-list li a.linkedin-icon {
  background-position: -6px -382px;
}

.details-page .social-list li a.twit-icon {
  background-position: -6px -456px;
}

.details-page .social-list li a.fb-icon {
  background-position: -6px -528px;
}

.details-page .social-list li a.pin-icon {
  background-position: -6px -604px;
}

.heading-gutter span {
  color: #000;
  display: block !important;
}

.owl-carousel .owl-nav div {
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
}

.owl-carousel .owl-nav div.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav div.owl-next {
  right: 0;
}

.crafter-page .btn.primary {
  background: #4FB39F;
  border-color: #50B39F;
}

.crafter-page .btn.primary:hover {
  background: #007568;
  border-color: #007568;
}

.crafter-page .heading-gutter {
  margin-bottom: 42px;
  text-align: center;
}

@media (max-width: 767.99px) {
  .crafter-page .heading-gutter {
    margin-bottom: 32px;
  }
}

.crafter-page .heading-gutter h2 {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 800;
  background: linear-gradient(95deg, #E0210E 21.43%, #162035 71.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767.99px) {
  .crafter-page .heading-gutter h2 {
    font-size: 32px;
  }
}

.crafter-page .page-head {
  padding: 60px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#d00000), color-stop(48.58%, #9d0000), color-stop(94.83%, #162035)), url("../img/crafters/head.webp") no-repeat 0 0;
  background: linear-gradient(180deg, #d00000 0%, #9d0000 48.58%, #162035 94.83%), url("../img/crafters/head.webp") no-repeat 0 0;
  background-size: 100%;
}

@media (min-width: 768px) {
  .crafter-page .page-head {
    margin-bottom: 50px;
    background-blend-mode: multiply;
  }
}

.crafter-page .page-head .cnts {
  color: #fff;
  max-width: 1020px;
  margin: 0 auto 60px;
}

@media (max-width: 767.99px) {
  .crafter-page .page-head .cnts {
    margin-bottom: 40px;
  }
}

.crafter-page .page-head .cnts aside {
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .crafter-page .page-head .cnts aside {
    font-size: 50px;
  }
}

@media (max-width: 767.99px) {
  .crafter-page .page-head .cnts aside {
    font-size: 38px;
  }
}

.crafter-page .page-head .cnts h1 {
  display: inline;
  color: inherit;
  margin: 0;
  line-height: inherit;
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 767.99px) {
  .crafter-page .page-head .cnts br {
    display: none;
  }
}

.crafter-page .page-head .cnts p span {
  color: #ffe54f;
}

.crafter-page .page-head aside,
.crafter-page .page-head p,
.crafter-page .page-head .video,
.crafter-page .page-head figure {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.crafter-page .page-head figure {
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 28px 12px rgba(255, 255, 255, 0.39);
          box-shadow: 0px 0px 28px 12px rgba(255, 255, 255, 0.39);
}

.crafter-page .page-head figure img {
  width: 100%;
}

.crafter-page .page-head .video {
  max-width: 750px;
  margin: 0 auto;
}

.crafter-page .page-head .video .main-vid {
  max-width: 100%;
  border-radius: 28px;
  background: #fff;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 28px 12px rgba(255, 255, 255, 0.39);
          box-shadow: 0px 0px 28px 12px rgba(255, 255, 255, 0.39);
}

.crafter-page .page-head.active aside,
.crafter-page .page-head.active p,
.crafter-page .page-head.active .video,
.crafter-page .page-head.active figure {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.crafter-page .page-head.active aside {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.crafter-page .page-head.active p {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.crafter-page .page-head.active .video,
.crafter-page .page-head.active figure {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.crafter-page .video-gutter {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .crafter-page .video-gutter .heading-gutter {
    font-size: 20px;
    text-align: left;
  }
}

.crafter-page .video-gutter .owl-stage,
.crafter-page .video-gutter .owl-stage-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.crafter-page .video-gutter .item {
  width: 100vw;
  height: 300px;
  max-width: 350px;
  border-radius: 12px;
  padding: 36px 20px 20px 36px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url(../img/crafters/mask-bg.webp) no-repeat 0 0 #d50d0d;
}

@media (max-width: 787.99px) {
  .crafter-page .video-gutter .item {
    margin: 0 auto;
    padding: 36px 20px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.crafter-page .video-gutter .item figure {
  min-width: 135px;
  min-height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crafter-page .video-gutter .item figure img {
  width: auto;
}

.crafter-page .video-gutter .item span {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.crafter-page .video-gutter .item:hover {
  background-color: #162035;
}

.crafter-page .video-gutter .owl-nav {
  top: -50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

@media (max-width: 767.99px) {
  .crafter-page .video-gutter .owl-nav {
    top: auto;
    bottom: -50px;
    right: 0;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.crafter-page .video-gutter .owl-nav [class*="owl-"] .arrow {
  width: 43px;
  height: 45px;
  display: block;
  background: url(../img/arrow.svg) no-repeat center;
}

.crafter-page .video-gutter .owl-nav [class*="owl-"] .arrow.right {
  margin-left: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.crafter-page .how-gutter .row {
  margin: 0 -6px;
}

.crafter-page .how-gutter .row .col-md-3 {
  padding: 0 6px;
}

.crafter-page .how-gutter .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.crafter-page .how-gutter .items .item {
  min-height: 460px;
  border-radius: 12px;
  background-blend-mode: soft-light;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-position: center;
}

@media (max-width: 767.99px) {
  .crafter-page .how-gutter .items .item {
    max-width: 270px;
    margin: 0 auto 20px;
  }
}

.crafter-page .how-gutter .items .item.one {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe7e7), to(#dbe7ff)), url(../img/crafters/thumb1.svg) no-repeat center center;
  background: linear-gradient(180deg, #ffe7e7 0%, #dbe7ff 100%), url(../img/crafters/thumb1.svg) no-repeat center center;
}

.crafter-page .how-gutter .items .item.two {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe7e7), to(#dbe7ff)), url(../img/crafters/thumb2.svg) no-repeat center 30%;
  background: linear-gradient(180deg, #ffe7e7 0%, #dbe7ff 100%), url(../img/crafters/thumb2.svg) no-repeat center 30%;
}

.crafter-page .how-gutter .items .item.three {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe7e7), to(#dbe7ff)), url(../img/crafters/thumb3.svg) no-repeat center center;
  background: linear-gradient(180deg, #ffe7e7 0%, #dbe7ff 100%), url(../img/crafters/thumb3.svg) no-repeat center center;
}

.crafter-page .how-gutter .items .item.four {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe7e7), to(#dbe7ff)), url(../img/crafters/thumb4.svg) no-repeat center 40%;
  background: linear-gradient(180deg, #ffe7e7 0%, #dbe7ff 100%), url(../img/crafters/thumb4.svg) no-repeat center 40%;
}

.crafter-page .how-gutter .items .item .txt {
  padding: 0 16px;
  height: 100px;
  font-weight: 700;
  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;
}

.crafter-page .award-gutter .inner {
  padding: 2px;
  position: relative;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(95deg, #E0210E 21.43%, #162035 71.09%);
}

.crafter-page .award-gutter .inner .heading-gutter {
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  background: #fff;
}

@media (max-width: 769.99px) {
  .crafter-page .award-gutter .inner .heading-gutter {
    top: -35px;
    left: 30px;
    right: 30px;
  }
}

.crafter-page .award-gutter .inner .heading-gutter h2 {
  font-size: 38px;
  padding: 6px 12px;
  margin-bottom: 0;
  white-space: nowrap;
}

@media (max-width: 769.99px) {
  .crafter-page .award-gutter .inner .heading-gutter h2 {
    font-size: 20px;
    white-space: normal;
  }
}

.crafter-page .award-gutter .inner .award-data {
  width: 100%;
  height: 100%;
  padding: 80px 60px;
  background: #fff;
  border-radius: 26px;
}

@media (max-width: 767.99px) {
  .crafter-page .award-gutter .inner .award-data {
    padding: 0;
  }
}

.crafter-page .award-gutter .inner .award-data .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  position: relative;
}

@media (max-width: 769.99px) {
  .crafter-page .award-gutter .inner .award-data .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    max-width: 450px;
    padding: 0 20px;
  }
}

.crafter-page .award-gutter .inner .award-data .row .seperate {
  font-weight: 600;
  padding: 40px 24px;
  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: 769.99px) {
  .crafter-page .award-gutter .inner .award-data .row .seperate {
    padding: 6px;
    font-size: 15px;
    margin: 0 12px 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.crafter-page .award-gutter .inner .award-data .row .gradient-text {
  background: linear-gradient(125deg, #d30000 14.24%, #162035 63.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: 800;
  margin-right: 10px;
}

@media (max-width: 769.99px) {
  .crafter-page .award-gutter .inner .award-data .row .gradient-text {
    font-size: 38px;
    margin: 0 0 6px 0;
  }
}

.crafter-page .case-gutter .inner {
  padding: 40px;
  border-radius: 26px;
  border: 1px solid #dadada;
  background: linear-gradient(100deg, #162035 7.85%, #04205b 86.75%);
}

@media (max-width: 767.99px) {
  .crafter-page .case-gutter .inner {
    padding: 30px;
  }
}

.crafter-page .case-gutter .inner h2 {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: inherit;
}

.crafter-page .case-gutter .inner figure {
  text-align: center;
  margin-bottom: 40px;
}

.crafter-page .case-gutter .inner figure img {
  border-radius: 20px;
  border: 2px solid #fff;
}

.crafter-page .case-gutter .inner .case-button {
  text-align: center;
}

.crafter-page .case-gutter .inner .btn {
  color: #162035;
  padding: 8px 32px;
  background: #fff;
}

.crafter-page .form-gutter .inner {
  background: rgba(211, 0, 0, 0.13);
}

.mirrors-page {
  background: url(../img/mirrors/bg2.webp) repeat-y center 60vh;
  background-size: 100%;
}

.mirrors-page .btn.primary {
  background: #162035;
  border-color: #162035;
}

.mirrors-page .btn.primary:hover {
  background: #50b39f;
  border-color: #50b39f;
}

.mirrors-page .heading-gutter {
  margin-bottom: 42px;
  text-align: center;
}

@media (max-width: 767.99px) {
  .mirrors-page .heading-gutter {
    margin-bottom: 32px;
  }
}

.mirrors-page .heading-gutter h2 {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .mirrors-page .heading-gutter h2 {
    font-size: 32px;
  }
}

.mirrors-page .page-head {
  padding: 60px 0;
  background: url(../img/mirrors/bg1.webp) no-repeat center;
  background-size: 100%;
}

@media (max-width: 767.99px) {
  .mirrors-page .page-head {
    padding: 40px 0;
    text-align: center;
    background: transparent;
  }
  .mirrors-page .page-head .col-md-6:first-child {
    margin-bottom: 32px;
  }
}

.mirrors-page .page-head .cnts {
  max-width: 640px;
}

@media (max-width: 767.99px) {
  .mirrors-page .page-head .cnts {
    margin-bottom: 32px;
    text-align: center;
  }
}

.mirrors-page .page-head .cnts .heading {
  margin-bottom: 20px;
}

.mirrors-page .page-head .cnts aside {
  color: #000;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .mirrors-page .page-head .cnts aside {
    font-size: 42px;
  }
}

@media (max-width: 767.99px) {
  .mirrors-page .page-head .cnts aside {
    font-size: 34px;
  }
}

.mirrors-page .page-head .cnts aside span {
  display: block;
  color: #4FB39F;
  font-weight: 600;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mirrors-page .page-head .cnts aside span {
    font-size: 30px;
  }
}

@media (max-width: 767.99px) {
  .mirrors-page .page-head .cnts aside span {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .mirrors-page .page-head .cnts p {
    font-size: 19px;
  }
}

.mirrors-page .page-head .cnts p span {
  font-weight: 700;
}

.mirrors-page .page-head .cnts h1 {
  display: inline;
  color: inherit;
  margin: 0;
  line-height: inherit;
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 767.99px) {
  .mirrors-page .page-head .cnts .action {
    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-bottom: 20px;
  }
}

.mirrors-page .page-head figure {
  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;
}

@media (min-width: 1024px) {
  .mirrors-page .tabs-gutter .heading-gutter h2 {
    font-size: 40px;
  }
}

.mirrors-page .tabs-gutter .box {
  padding: 36px;
  border-radius: 26px;
  border: 1px solid #4FB39F;
  background: rgba(255, 255, 255, 0.9);
}

.mirrors-page .tabs-gutter .box .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 30px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.99px) {
  .mirrors-page .tabs-gutter .box .tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.mirrors-page .tabs-gutter .box .tab button {
  outline: none;
  cursor: pointer;
  color: #c7c7c7;
  min-width: calc(25% - 30px);
  font-weight: 500;
  border-radius: 8px;
  padding: 1rem 3.5rem;
  background: #fff;
  border: 1px solid #dedede;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 767.99px) {
  .mirrors-page .tabs-gutter .box .tab button {
    margin: 0 0 15px;
    padding: .6rem;
    min-width: calc(50% - 20px);
  }
}

.mirrors-page .tabs-gutter .box .tab button::before {
  border-radius: 12px;
  background: inherit;
}

.mirrors-page .tabs-gutter .box .tab button:hover {
  color: #f1f1f1;
  background: #4eaf9c;
  border-color: #4eaf9c;
}

.mirrors-page .tabs-gutter .box .tab button.active {
  color: #fff;
  font-weight: 600;
  background: #4eaf9c;
  border-color: #4eaf9c;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.mirrors-page .tabs-gutter .box .tab button.active::before {
  background: #4eaf9c;
}

.mirrors-page .tabs-gutter .box .tabcontent {
  display: none;
  padding: 1rem 0;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;
}

.mirrors-page .tabs-gutter .box .tabcontent.active {
  display: block;
}

@media (max-width: 767.99px) {
  .mirrors-page .tabs-gutter .box .tabcontent figure {
    margin-bottom: 22px;
  }
}

@media (min-width: 1024px) {
  .mirrors-page .tabs-gutter .box .tabcontent figure {
    padding-right: 22px;
  }
}

.mirrors-page .tabs-gutter .box .tabcontent .cnts h3 {
  color: #50B39F;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

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

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

.mirrors-page .why-gutter h2 {
  color: #162035;
}

.mirrors-page .why-gutter .item .box {
  text-align: center;
  border-radius: 20px;
  margin-bottom: 22px;
  padding: 20px;
  position: relative;
  border: 3px solid #ffffffb3;
}

.mirrors-page .why-gutter .item .box:before {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
}

.mirrors-page .why-gutter .item .box.box1 {
  background: linear-gradient(285.07deg, #162035 0.96%, #04205b 94.83%);
}

.mirrors-page .why-gutter .item .box.box1:before {
  background: url(../img/mirrors/bg/icon1.png) no-repeat left bottom;
}

.mirrors-page .why-gutter .item .box.box2 {
  background: linear-gradient(285.07deg, #162035 0.96%, #04205b 94.83%);
}

.mirrors-page .why-gutter .item .box.box2:before {
  background: url(../img/mirrors/bg/icon2.png) no-repeat left bottom;
}

.mirrors-page .why-gutter .item .box.box3 {
  background: linear-gradient(285.07deg, #162035 0.96%, #04205b 94.83%);
}

.mirrors-page .why-gutter .item .box.box3:before {
  background: url(../img/mirrors/bg/icon3.png) no-repeat left bottom;
}

.mirrors-page .why-gutter .item .box.box4 {
  background: linear-gradient(285.07deg, #162035 0.96%, #04205b 94.83%);
}

.mirrors-page .why-gutter .item .box.box4:before {
  background: url(../img/mirrors/bg/icon4.png) no-repeat left bottom;
}

.mirrors-page .why-gutter .item .box.box5 {
  background: linear-gradient(285.07deg, #162035 0.96%, #04205b 94.83%);
}

.mirrors-page .why-gutter .item .box.box5:before {
  background: url(../img/mirrors/bg/icon5.png) no-repeat left bottom;
}

@media (min-width: 768px) {
  .mirrors-page .why-gutter .item .box {
    min-height: 252px;
  }
}

.mirrors-page .why-gutter .item .box i {
  width: 96px;
  height: 96px;
  margin: 0 auto 20px auto;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border-radius: 100%;
  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;
}

.mirrors-page .why-gutter .item .box i.icon1 {
  background: #fff url("../img/mirrors/logos/logo1.svg") no-repeat center;
}

.mirrors-page .why-gutter .item .box i.icon2 {
  background: #fff url("../img/mirrors/logos/logo2.svg") no-repeat center;
}

.mirrors-page .why-gutter .item .box i.icon3 {
  background: #fff url("../img/mirrors/logos/logo3.svg") no-repeat center;
}

.mirrors-page .why-gutter .item .box i.icon4 {
  background: #fff url("../img/mirrors/logos/logo4.svg") no-repeat center;
}

.mirrors-page .why-gutter .item .box i.icon5 {
  background: #fff url("../img/mirrors/logos/logo5.svg") no-repeat center;
}

@media (max-width: 767.99px) {
  .mirrors-page .why-gutter .item .box i {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin-bottom: 12px;
  }
}

.mirrors-page .why-gutter .item .box .cnts {
  padding: 0 15px;
}

.mirrors-page .why-gutter .item .box .cnts .heading {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .mirrors-page .why-gutter .item .box .cnts .heading {
    font-size: 22px;
  }
}

.mirrors-page .why-gutter .item .box .cnts .heading span {
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 767.99px) {
  .mirrors-page .why-gutter .item .box .cnts .heading span {
    font-size: 28px;
  }
}

.mirrors-page .why-gutter .item .box .cnts p {
  color: #fff;
}

.mirrors-page .award-gutter .box {
  position: relative;
  margin-bottom: 32px;
}

.mirrors-page .award-gutter .box h2 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 36px;
  max-width: 500px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  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: 767.99px) {
  .mirrors-page .award-gutter .box h2 {
    font-size: 14px;
    max-width: 150px;
  }
}

.mirrors-page .award-gutter .action {
  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 (min-width: 768px) {
  .mirrors-page .analysis-gutter .heading-gutter {
    max-width: 620px;
    text-align: left;
  }
}

.mirrors-page .analysis-gutter .heading-gutter .sub {
  color: #268E79;
  font-weight: 600;
  margin-bottom: 22px;
  font-style: italic;
}

@media (min-width: 768px) {
  .mirrors-page .analysis-gutter .heading-gutter .sub {
    font-size: 24px;
  }
}

@media (max-width: 767.99px) {
  .mirrors-page .analysis-gutter .heading-gutter .sub {
    font-size: 20px;
  }
}

.mirrors-page .analysis-gutter .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mirrors-page .analysis-gutter .row video {
  overflow: hidden;
  border-radius: 26px;
}

@media (min-width: 1024px) {
  .mirrors-page .analysis-gutter .row video {
    width: 70vw;
    padding-left: 10px;
  }
}

.mirrors-page .analysis-gutter .row figure img {
  border-radius: 28px;
}

@media (min-width: 1024px) {
  .mirrors-page .analysis-gutter .row figure img {
    max-width: 70vw;
    padding-left: 10px;
  }
}

.mirrors-page .case-gutter .inner {
  padding: 40px;
  border-radius: 26px;
  border: 1px solid #dadada;
  background: linear-gradient(100deg, #162035 7.85%, #04205b 86.75%);
}

@media (max-width: 767.99px) {
  .mirrors-page .case-gutter .inner {
    padding: 30px;
  }
}

.mirrors-page .case-gutter .inner h2 {
  color: #fff;
  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: 767.99px) {
  .mirrors-page .case-gutter .inner h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mirrors-page .case-gutter .inner h2 img {
  margin: 0 12px;
}

@media (max-width: 767.99px) {
  .mirrors-page .case-gutter .inner h2 img {
    max-width: 92px;
  }
}

.mirrors-page .case-gutter .inner figure {
  text-align: center;
  margin-bottom: 40px;
}

.mirrors-page .case-gutter .inner figure img {
  border-radius: 20px;
  border: 2px solid #fff;
}

.mirrors-page .case-gutter .inner .case-button {
  text-align: center;
}

.mirrors-page .case-gutter .inner .btn {
  color: #162035;
  padding: 8px 32px;
  background: #fff;
}

.mirrors-page .form-gutter .inner {
  background: rgba(80, 179, 159, 0.12);
}

.mirrors-page .form-gutter .inner .heading-gutter h2 {
  color: #161C2D;
  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;
}

.mirrors-page .form-gutter .inner .heading-gutter h2 img {
  margin: 0 12px;
  max-width: 140px;
}

@media (max-width: 767.99px) {
  .mirrors-page .form-gutter .inner .heading-gutter h2 img {
    max-width: 82px;
  }
}

.ctv-page {
  padding-top: 0 !important;
  margin-bottom: -10px;
  font-family: 'Gilroy-Regular', sans-serif;
  background: url(../img/ctv/bg.webp) no-repeat 0 0 #162035;
  background-size: 100%;
}

.ctv-page .btn.primary {
  background: #4FB39F;
  border-color: #50B39F;
}

.ctv-page .btn.primary:hover {
  background: #007568;
  border-color: #007568;
}

.ctv-page .heading-gutter {
  margin-bottom: 42px;
  text-align: center;
}

.ctv-page .heading-gutter h2 {
  color: #4FB39F;
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Gilroy-ExtraBold', sans-serif;
}

@media (max-width: 767.99px) {
  .ctv-page .heading-gutter h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.99px) {
  .ctv-page .heading-gutter {
    margin-bottom: 32px;
  }
}

.ctv-page .page-head {
  text-align: center;
  padding-bottom: 60px;
}

.ctv-page .page-head .cnts {
  color: #fff;
  position: relative;
  padding: 60px 30px;
  border-radius: 0 0 20px 20px;
  background: rgba(22, 32, 53, 0.64);
  border: 2px solid #88E2D0;
}

@media (max-width: 767.99px) {
  .ctv-page .page-head .cnts {
    padding: 40px 30px;
  }
}

.ctv-page .page-head .cnts aside {
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Gilroy-ExtraBold', sans-serif;
}

@media (min-width: 768px) {
  .ctv-page .page-head .cnts aside {
    font-size: 50px;
  }
}

@media (max-width: 767.99px) {
  .ctv-page .page-head .cnts aside {
    font-size: 38px;
  }
}

.ctv-page .page-head .cnts h1 {
  display: inline;
  color: inherit;
  margin: 0;
  line-height: inherit;
  font-size: inherit !important;
  font-family: inherit !important;
}

@media (max-width: 767.99px) {
  .ctv-page .page-head .cnts br {
    display: none;
  }
}

@media (min-width: 768px) {
  .ctv-page .page-head .cnts p {
    font-size: 20px;
  }
}

.ctv-page .page-head .cnts .button {
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  position: absolute;
}

.ctv-page .page-head .cnts p,
.ctv-page .page-head .cnts aside,
.ctv-page .page-head .cnts .button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.ctv-page .page-head.active .cnts p,
.ctv-page .page-head.active .cnts aside,
.ctv-page .page-head.active .cnts .button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.ctv-page .page-head.active .cnts aside {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.ctv-page .page-head.active .cnts p {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.ctv-page .page-head.active .cnts .button {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.ctv-page .tag-gutter .ctv {
  text-align: center;
  margin-bottom: 160px;
  position: relative;
}

@media (max-width: 767.99px) {
  .ctv-page .tag-gutter .ctv {
    margin-bottom: 110px;
  }
}

.ctv-page .tag-gutter .ctv h2 {
  left: 0;
  right: 0;
  top: 30px;
  font-size: 26px;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  margin-bottom: 20px;
  font-family: 'Gilroy-Bold', sans-serif;
}

@media (max-width: 767.99px) {
  .ctv-page .tag-gutter .ctv h2 {
    top: 10px;
    font-size: 14px;
  }
}

@media (max-width: 767.99px) {
  .ctv-page .tag-gutter .items .col-md-4:not(:last-child) {
    margin-bottom: 72px;
  }
}

.ctv-page .tag-gutter .items .box {
  text-align: center;
  border-radius: 20px;
  margin-bottom: 22px;
  border: 1px solid #4FB39F;
  background: rgba(255, 255, 255, 0.07);
}

@media (min-width: 768px) {
  .ctv-page .tag-gutter .items .box {
    min-height: 370px;
  }
}

@media (max-width: 767.99px) {
  .ctv-page .tag-gutter .items .box {
    padding-bottom: 40px;
  }
}

.ctv-page .tag-gutter .items .box .head {
  width: 160px;
  height: 160px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin: -80px auto 30px;
  border-radius: 100%;
  background: #50B39F;
  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: 767.99px) {
  .ctv-page .tag-gutter .items .box .head {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin-bottom: 12px;
  }
}

.ctv-page .tag-gutter .items .box .cnts {
  padding: 0 50px;
}

.ctv-page .tag-gutter .items .box .cnts .heading {
  color: #4FB39F;
  font-size: 26px;
  margin-bottom: 26px;
  font-family: 'Gilroy-Bold', sans-serif;
}

@media (max-width: 767.99px) {
  .ctv-page .tag-gutter .items .box .cnts .heading {
    font-size: 22px;
  }
}

.ctv-page .tag-gutter .items .box .cnts p {
  color: #fff;
}

.ctv-page .item-gutter {
  background: #fff;
}

.ctv-page .item-gutter .col-md-6 {
  margin-bottom: 30px;
}

.ctv-page .item-gutter .box {
  padding: 32px;
  height: 100%;
  background: #FFF;
  border-radius: 20px;
  border: 1px solid #4FB39F;
}

@media (max-width: 767.99px) {
  .ctv-page .item-gutter .box {
    padding: 22px;
  }
}

.ctv-page .item-gutter .box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

@media (max-width: 767.99px) {
  .ctv-page .item-gutter .box .head {
    margin-bottom: 12px;
  }
}

.ctv-page .item-gutter .box .head .circle {
  width: 96px;
  height: 96px;
  min-width: 96px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin-right: 20px;
  border-radius: 100%;
  background: #50B39F;
  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: 767.99px) {
  .ctv-page .item-gutter .box .head .circle {
    margin-right: 12px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

.ctv-page .item-gutter .box .head h3 {
  color: #162035;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 0;
  font-family: 'Gilroy-Bold', sans-serif;
}

@media (max-width: 767.99px) {
  .ctv-page .item-gutter .box .head h3 {
    font-size: 22px;
  }
  .ctv-page .item-gutter .box .head h3 br {
    display: none;
  }
}

.ctv-page .item-gutter .box p {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ctv-page .item-gutter .box p {
    font-size: 20px;
  }
}

.ctv-page .get-gutter {
  background: #fff;
}

.ctv-page .get-gutter .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 48px;
  border: 1px solid #4FB39F;
  background: rgba(79, 179, 159, 0.1);
}

.ctv-page .get-gutter .items .item:not(:last-child) {
  margin-bottom: 32px;
}

.ctv-page .get-gutter .items .item span.circle {
  width: 90px;
  height: 90px;
  min-width: 90px;
  color: #38A08B;
  font-size: 50px;
  margin-right: 20px;
  border-radius: 100%;
  background: #50B39F;
  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;
  font-family: 'Gilroy-ExtraBold', sans-serif;
}

.ctv-page .get-gutter .items .item span.txt {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .ctv-page .get-gutter .items .item span.txt {
    font-size: 24px;
  }
}

.ctv-page .get-gutter .items.eno .item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.ctv-page .get-gutter .items.eno.addon .item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.ctv-page .get-gutter .items.eno.addon .item:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.ctv-page .get-gutter .items.eno.addon .item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ctv-page .get-gutter .items.eno.addon .item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.ctv-page .about-gutter .heading-gutter h2 {
  color: #fff;
}

.ctv-page .about-gutter .heading {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .ctv-page .about-gutter .heading {
    font-size: 22px;
  }
}

.ctv-page .about-gutter .cnts,
.ctv-page .about-gutter .data {
  color: #fff;
}

@media (min-width: 768px) {
  .ctv-page .about-gutter .cnts,
  .ctv-page .about-gutter .data {
    font-size: 20px;
  }
}

.ctv-page .about-gutter .cnts .heading,
.ctv-page .about-gutter .data .heading {
  font-family: 'Gilroy-Bold', sans-serif;
}

.ctv-page .about-gutter .cnts {
  margin-bottom: 40px;
}

@media (max-width: 767.99px) {
  .ctv-page .about-gutter .data {
    margin-bottom: 30px;
  }
}

.ctv-page .about-gutter .data .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ctv-page .about-gutter .data .items .item {
  min-width: 180px;
  margin-bottom: 22px;
}

@media (max-width: 767.99px) {
  .ctv-page .about-gutter .data .items .item {
    min-width: 120px;
  }
}

.ctv-page .about-gutter .data .items .item span {
  display: block;
}

.ctv-page .about-gutter .data .items .item span.count {
  color: #4FB39F;
  font-size: 50px;
  font-family: 'Gilroy-ExtraBold', sans-serif;
}

@media (max-width: 767.99px) {
  .ctv-page .about-gutter .data .items .item span.count {
    font-size: 40px;
  }
}

.ctv-page .about-gutter .box {
  padding: 32px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
}

@media (max-width: 767.99px) {
  .ctv-page .about-gutter .box {
    padding: 22px;
  }
}

.ctv-page .form-gutter .inner {
  background: transparent;
}

.cannes-page .heading-gutter {
  color: #151515;
  text-align: center;
}

.cannes-page .heading-gutter h2 {
  font-size: 42px;
  color: #162035;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .cannes-page .heading-gutter h2 {
    font-size: 32px;
  }
}

.cannes-page .heading-gutter h2 span {
  color: #4fb39f;
}

@media (min-width: 768px) {
  .cannes-page section.ispd {
    padding: 46px 0;
  }
}

.cannes-page .page-head {
  min-height: 90vh;
  position: relative;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/cannes/head.jpg) no-repeat 0 0/cover;
  padding: 100px 0px 80px 0px;
  margin-bottom: 50px;
}

@media (max-width: 767.99px) {
  .cannes-page .page-head {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/cannes/head-m.jpg) no-repeat 0 0/cover;
    margin-bottom: 10px;
  }
}

.cannes-page .page-head .cnts {
  color: #fff;
  text-align: center;
}

.cannes-page .page-head .cnts .heading,
.cannes-page .page-head .cnts .data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.cannes-page .page-head .cnts .bg-blur {
  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;
  min-height: calc(100vh - 400px);
}

@media (max-width: 767.99px) {
  .cannes-page .page-head .cnts .bg-blur {
    display: block;
  }
}

.cannes-page .page-head .cnts .bg-blur:before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  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;
  height: 80%;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/cannes/blur.png) 0 center;
}

@media (max-width: 767.99px) {
  .cannes-page .page-head .cnts .bg-blur:before {
    width: 100%;
    height: 40%;
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/cannes/blur-m.png);
  }
}

.cannes-page .page-head .cnts .bg-blur .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50px;
}

.cannes-page .page-head .cnts .bg-blur .heading img {
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .cannes-page .page-head .cnts .bg-blur .heading img {
    max-width: 80%;
  }
}

.cannes-page .page-head .cnts .bg-blur .heading span {
  color: #162035;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.cannes-page .page-head .cnts .bg-blur .heading .date-txt span {
  font-size: 20px;
  font-weight: 800;
  color: #893224;
  text-align: center;
}

@media (max-width: 767.99px) {
  .cannes-page .page-head .cnts .bg-blur .heading .date-txt span {
    font-size: 16px;
  }
}

.cannes-page .page-head .cnts .data {
  z-index: 2;
  position: relative;
  padding: 30px 40px;
  border: 2px solid #ffffff91;
  background-color: #0000005c;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 25px;
}

@media (max-width: 767.99px) {
  .cannes-page .page-head .cnts .data {
    padding: 80px 30px;
    position: relative;
    bottom: 40px;
  }
}

.cannes-page .page-head .cnts .data span {
  color: #ffec18;
  font-weight: 800;
}

.cannes-page .page-head .cnts .data p {
  margin-bottom: 0;
}

.cannes-page .page-head.active .cnts .heading,
.cannes-page .page-head.active .cnts .data {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.cannes-page .page-head.active .cnts .heading {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.cannes-page .page-head.active .cnts .data {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.cannes-page .intro-gutter .row {
  margin: 0 -25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cannes-page .intro-gutter .row .data {
  padding: 20px 25px;
  max-width: 40%;
}

@media (max-width: 768px) {
  .cannes-page .intro-gutter .row .data {
    max-width: 100%;
    text-align: center;
  }
}

.cannes-page .intro-gutter .row .data h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .cannes-page .intro-gutter .row .data h2 {
    font-size: 32px;
    margin-top: 18px;
    margin-bottom: 16px;
  }
}

.cannes-page .intro-gutter .row .data h2 span {
  color: #4fb39f;
}

.cannes-page .intro-gutter .row .data .btn-prim {
  border: 2px solid #162035;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 16px;
  color: #162035;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 800;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .cannes-page .intro-gutter .row .data .btn-prim {
    font-size: 14px;
  }
}

.cannes-page .intro-gutter .row .data .btn-prim:hover {
  color: #fff;
  background: #162035;
}

.cannes-page .intro-gutter .row figure {
  padding: 0 25px;
  max-width: 60%;
}

@media (max-width: 768px) {
  .cannes-page .intro-gutter .row figure {
    max-width: 100%;
    text-align: center;
  }
}

.cannes-page .intro-gutter .row figure img {
  border-radius: 10px;
}

.cannes-page .vid-gutter #myVideo {
  border-radius: 10px;
}

@media (max-width: 767.99px) {
  .cannes-page .vid-gutter.ispd {
    padding: 20px 0 40px 0;
  }
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter.ispd {
    padding: 10px 0;
  }
}

.cannes-page .team-gutter .ember {
  border-radius: 26px;
  padding: 40px 60px 20px;
  border: 1px solid rgba(79, 179, 159, 0.23);
  background: rgba(232, 244, 242, 0.53);
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter .ember {
    padding: 30px 20px 20px;
  }
}

.cannes-page .team-gutter .ember .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter .ember .items {
    margin: 0 -10px;
  }
}

.cannes-page .team-gutter .ember .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter .ember .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cannes-page .team-gutter .ember .items .item .box {
  color: #a0ffec;
  font-size: 12px;
  padding: 22px 10px;
  border-radius: 22px;
  border: 1px solid #42609f;
  background: linear-gradient(152deg, #162035 5.96%, #25365a 91.94%);
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter .ember .items .item .box {
    padding: 22px 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.cannes-page .team-gutter .ember .items .item .box figure {
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter .ember .items .item .box figure {
    margin-bottom: 12px;
  }
}

.cannes-page .team-gutter .ember .items .item .box figure img {
  border-radius: 100%;
  border: 2px solid #a0ffec;
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter .ember .items .item .box figure img {
    max-width: 76px;
  }
}

.cannes-page .team-gutter .ember .items .item .box h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

@media (max-width: 767.99px) {
  .cannes-page .team-gutter .ember .items .item .box h4 {
    font-size: 15px;
  }
}

.cannes-page .team-gutter .ember .items .item .box p {
  font-size: 12px;
  margin-bottom: 0;
}

.cannes-page #form {
  scroll-margin-top: 150px;
}

.cannes-page .form-gutter .inner {
  border: 1px solid rgba(79, 179, 159, 0.23);
  background: rgba(232, 244, 242, 0.53);
  border: 0;
  background: transparent;
  padding: 0;
}

.cannes-page .form-gutter .inner .data {
  border: 1px solid rgba(79, 179, 159, 0.23);
  border: 0;
  background: transparent;
  padding: 0;
}

.cannes-page .form-gutter .inner .forms .form-control {
  height: 50px !important;
  border-radius: 50px !important;
}

.cannes-page .form-gutter .inner .btn {
  border-radius: 50px !important;
}

.cannes-page .form-gutter .heading-gutter h2 {
  color: #151515 !important;
}

.cannes-page .form-gutter .heading-gutter h2 span {
  display: inline !important;
  color: #4fb39f !important;
}

.home-page {
  font-weight: 400;
  font-family: 'Gilroy', sans-serif;
}

.home-page .heading-gutter {
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-page .heading-gutter {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home-page .heading-gutter {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767.99px) {
  .home-page .heading-gutter {
    font-size: 15px;
    margin-bottom: 24px;
  }
}

@media (max-width: 1023px) {
  .home-page .heading-gutter br {
    display: none;
  }
}

.home-page .heading-gutter .heading,
.home-page .heading-gutter h1,
.home-page .heading-gutter h2,
.home-page .heading-gutter h3 {
  color: #162035;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .home-page .heading-gutter .heading,
  .home-page .heading-gutter h1,
  .home-page .heading-gutter h2,
  .home-page .heading-gutter h3 {
    font-size: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home-page .heading-gutter .heading,
  .home-page .heading-gutter h1,
  .home-page .heading-gutter h2,
  .home-page .heading-gutter h3 {
    font-size: 36px;
  }
}

@media (max-width: 767.99px) {
  .home-page .heading-gutter .heading,
  .home-page .heading-gutter h1,
  .home-page .heading-gutter h2,
  .home-page .heading-gutter h3 {
    font-size: 30px;
  }
}

.home-page .heading-gutter .heading span.primary,
.home-page .heading-gutter h1 span.primary,
.home-page .heading-gutter h2 span.primary,
.home-page .heading-gutter h3 span.primary {
  color: #46DEBF;
}

@media (max-width: 767.99px) {
  .home-page .heading-gutter .heading span.primary,
  .home-page .heading-gutter h1 span.primary,
  .home-page .heading-gutter h2 span.primary,
  .home-page .heading-gutter h3 span.primary {
    display: block;
  }
}

@media (min-width: 1200px) {
  .home-page .heading-gutter.type1 {
    margin-bottom: 22px;
  }
}

.home-page b,
.home-page strong {
  font-weight: 800;
}

.home-page .btn {
  height: 50px;
  font-size: 18px;
  padding: 2px 32px;
  position: relative;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px !important;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1023px) {
  .home-page .btn {
    font-size: 15px;
    padding: 2px 30px;
  }
}

.home-page .btn.rounded {
  border-radius: 100px !important;
}

.home-page .btn.regular {
  color: #000;
  background: #fff;
}

.home-page .btn.regular:hover {
  color: #179178;
  background: #CAF5EC;
}

.home-page .btn.secondary {
  color: #fff;
  background: #46DEBF;
}

.home-page .btn.secondary:hover {
  color: #fff;
  background: #33C6A8;
}

.home-page .owl-carousel .owl-dots {
  margin-top: 20px;
}

.home-page .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #46DEBF;
}

.home-page .owl-carousel .owl-dots .owl-dot.active {
  background: #46DEBF;
}

.home-page .nav-tabs {
  border: 0;
}

.home-page .nav-tabs li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-page .nav-tabs.type1 {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.home-page .nav-tabs.type1 li {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 12px;
  border: 1px solid #BBB;
}

.home-page .nav-tabs.type1 li:hover, .home-page .nav-tabs.type1 li.active {
  color: #fff;
  background: #162035;
}

.home-page .nav-tabs.type2 {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.99px) {
  .home-page .nav-tabs.type2 {
    gap: 10px;
  }
}

.home-page .nav-tabs.type2 li {
  width: 100%;
  height: 58px;
  max-width: 300px;
  padding: 0 16px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #46DEBF;
  background: rgba(70, 222, 191, 0.17);
}

.home-page .nav-tabs.type2 li:hover, .home-page .nav-tabs.type2 li.active {
  color: #fff;
  background: #46DEBF;
}

@media (max-width: 767.99px) {
  .home-page .nav-tabs.type2 li {
    height: 48px;
    font-size: 14px;
  }
}

.home-page .tab-content .tab-pane {
  display: none;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tab-fade;
          animation-name: tab-fade;
}

.home-page .tab-content .tab-pane.active {
  display: block;
}

@keyframes tab-fade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767.99px) {
  .home-page .creativity-gutter .heading-gutter small {
    display: none;
  }
}

.home-page .creativity-gutter .creativity-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  margin-bottom: 0;
  border-radius: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(#DCC9FF), to(#66E2C9));
  background: linear-gradient(90deg, #DCC9FF 0%, #66E2C9 100%);
}

@media (max-width: 767.99px) {
  .home-page .creativity-gutter .creativity-list {
    padding: 20px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-page .creativity-gutter .creativity-list li {
  padding: 15px;
  min-width: 20%;
  font-weight: 600;
  line-height: 1.3;
  color: #0A1D46;
  text-align: center;
}

.home-page .creativity-gutter .creativity-list li:not(:last-child) {
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .home-page .creativity-gutter .creativity-list li span {
    display: block;
  }
}

@media (max-width: 767.99px) {
  .home-page .creativity-gutter .creativity-list li {
    min-height: 74px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .home-page .creativity-gutter .creativity-list li:nth-child(3) {
    border-right: 0;
  }
  .home-page .creativity-gutter .creativity-list li:nth-child(4), .home-page .creativity-gutter .creativity-list li:nth-child(5) {
    min-width: 50%;
  }
}

.home-page .creativity-gutter .creativity-list li .data {
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

.home-page .creativity-gutter .creativity-list li .data:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-page .social-gutter .nav-tabs {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .home-page .social-gutter .nav-tabs {
    width: 50%;
    padding-right: 10px;
  }
}

@media (max-width: 767.99px) {
  .home-page .social-gutter .nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home-page .social-gutter .nav-tabs li {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 12px;
  border: 1px solid #BBB;
}

.home-page .social-gutter .nav-tabs li:hover, .home-page .social-gutter .nav-tabs li.active {
  color: #fff;
  background: #162035;
}

@media (max-width: 767.99px) {
  .home-page .social-gutter .nav-tabs li {
    height: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    border-radius: 50px;
  }
}

@media (max-width: 1023.99px) {
  .home-page .social-gutter .tab-content {
    padding: 26px;
    text-align: center;
    border-radius: 20px;
    background: #E1F9F4;
  }
}

.home-page .social-gutter .tab-content .tab-pane {
  gap: 20px;
}

@media (min-width: 1024px) {
  .home-page .social-gutter .tab-content .tab-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .home-page .social-gutter .tab-content .tab-pane .left {
    width: 50%;
    height: 380px;
    font-size: 22px;
    padding: 0 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    background: #E1F9F4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -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 (max-width: 1023.99px) {
  .home-page .social-gutter .tab-content .tab-pane .left {
    margin-bottom: 20px;
  }
}

.home-page .social-gutter .tab-content .tab-pane .left figure {
  margin-bottom: 20px;
}

.home-page .social-gutter .tab-content .tab-pane .left figure img {
  width: 160px;
}

.home-page .social-gutter .tab-content .tab-pane .right {
  position: relative;
}

@media (min-width: 1024px) {
  .home-page .social-gutter .tab-content .tab-pane .right {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .home-page .social-gutter .tab-content .tab-pane .right .top {
    height: 363px;
    bottom: 82px;
    position: relative;
    border-radius: 20px;
    background: #E1F9F4;
  }
}

@media (max-width: 1023.99px) {
  .home-page .social-gutter .tab-content .tab-pane .right .top {
    margin-bottom: 20px;
  }
}

.home-page .social-gutter .tab-content .tab-pane .right .top .video {
  height: 100%;
  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;
}

.home-page .social-gutter .tab-content .tab-pane .right .top .video.type1 video {
  padding: 20px;
  border-radius: 30px;
}

.home-page .social-gutter .tab-content .tab-pane .right .top .video.type3 {
  margin: 0 auto;
  max-width: 260px;
}

.home-page .social-gutter .tab-content .tab-pane .right .top figure {
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 20px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .home-page .social-gutter .tab-content .tab-pane .right .top figure {
    position: absolute;
  }
}

.home-page .social-gutter .tab-content .tab-pane .right .top figure.type1 img {
  border-radius: 8px;
}

.home-page .social-gutter .tab-content .tab-pane .right .top figure.type2 {
  bottom: -31px;
  max-width: 330px;
}

.home-page .social-gutter .tab-content .tab-pane .right .top figure.type3 {
  max-width: 360px;
}

.home-page .social-gutter .tab-content .tab-pane .right .bottom {
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  background: #46DEBF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .home-page .social-gutter .tab-content .tab-pane .right .bottom {
    height: 80px;
    font-size: 17px;
    position: absolute;
  }
}

@media (max-width: 1023.99px) {
  .home-page .social-gutter .tab-content .tab-pane .right .bottom {
    padding: 16px;
  }
}

.home-page .social-gutter .tab-content .tab-pane .right .bottom p {
  color: #fff;
  font-weight: 800;
  margin-bottom: 0;
}

.home-page .advertiser-gutter [class*="col-"] {
  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: 768px) {
  .home-page .advertiser-gutter [class*="col-"] {
    gap: 24px;
  }
  .home-page .advertiser-gutter [class*="col-"].col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .home-page .advertiser-gutter [class*="col-"].col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}

.home-page .advertiser-gutter .box {
  height: 100%;
  padding: 18px;
  min-height: 200px;
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#0f172a), to(#1e3a8a));
  background: linear-gradient(to right, #0f172a, #1e3a8a);
}

@media (max-width: 767.99px) {
  .home-page .advertiser-gutter .box {
    min-height: 68px;
  }
  .home-page .advertiser-gutter .box:not(:last-child) {
    margin-bottom: 16px;
  }
}

.home-page .advertiser-gutter .box p {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

@media (max-width: 767.99px) {
  .home-page .advertiser-gutter .box p {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.home-page .advertiser-gutter .box .tag {
  width: 110px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

@media (max-width: 767.99px) {
  .home-page .advertiser-gutter .box .tag {
    width: 68px;
    height: 20px;
    font-size: 10px;
    margin-bottom: 10px;
  }
}

.home-page .advertiser-gutter .box .tag.green {
  color: #0A1D46;
  background: #2de3c3;
}

.home-page .advertiser-gutter .box .tag.yellow {
  color: #0A1D46;
  background: #FFD91A;
}

.home-page .advertiser-gutter .box .tag.white {
  color: #0A1D46;
  background: #fff;
}

.home-page .advertiser-gutter .box .tag.red {
  color: #fff;
  border-color: #000;
  background: #e63946;
}

@media (max-width: 787.99px) {
  .home-page .advertiser-gutter .box.lg {
    margin-bottom: 16px;
  }
}

.home-page .advertiser-gutter .box.lg .regular {
  min-height: 200px;
  padding-top: 32px;
}

@media (max-width: 767.99px) {
  .home-page .advertiser-gutter .box.lg .regular {
    min-height: 0;
  }
}

.home-page .advertiser-gutter .box.lg .primary {
  padding: 18px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  background: -webkit-gradient(linear, left top, right top, from(#f1f5f9), to(#ffffff));
  background: linear-gradient(to right, #f1f5f9, #ffffff);
}

@media (max-width: 767.99px) {
  .home-page .advertiser-gutter .box.lg .primary {
    padding: 12px;
  }
}

.home-page .advertiser-gutter .box.lg .primary p {
  color: #000;
}

.home-page .advertiser-gutter .box:hover {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.home-page .advertiser-gutter .box:hover p {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.home-page .advertiser-gutter .box:hover .tag {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

@media (max-width: 767.99px) {
  .home-page .analysis-gutter {
    text-align: center;
  }
  .home-page .analysis-gutter .heading-gutter {
    text-align: center !important;
  }
}

.home-page .analysis-gutter .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.99px) {
  .home-page .analysis-gutter .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home-page .analysis-gutter .row .cnts {
  max-width: 450px;
}

@media (min-width: 1024px) {
  .home-page .analysis-gutter .row .cnts {
    font-size: 20px;
  }
}

@media (max-width: 767.99px) {
  .home-page .analysis-gutter .row .cnts {
    margin-top: 32px;
  }
}

.home-page .analysis-gutter .row figure {
  position: relative;
  background: #fff;
  border-radius: 20px 0 0 20px;
}

.home-page .analysis-gutter .row figure::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  position: absolute;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-40.64%, rgba(220, 201, 255, 0.43)), color-stop(71.52%, rgba(102, 226, 201, 0.43)));
  background: linear-gradient(90deg, rgba(220, 201, 255, 0.43) -40.64%, rgba(102, 226, 201, 0.43) 71.52%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.home-page .analysis-gutter .row figure img {
  z-index: 1;
  position: relative;
}

@media (min-width: 1024px) {
  .home-page .analysis-gutter .row figure img {
    padding: 20px;
    max-width: 70vw;
  }
}

@media (min-width: 1024px) {
  .home-page .more-gutter .heading-gutter {
    margin-bottom: 20px;
  }
}

.home-page .more-gutter .heading-gutter h2 {
  color: #fff;
}

@media (min-width: 1024px) {
  .home-page .more-gutter .owl-stage-outer {
    padding-top: 20px;
  }
}

.home-page .more-gutter .inner {
  border-radius: 20px;
  padding: 40px 60px 60px 60px;
  background: -webkit-gradient(linear, left top, right top, from(#DCC9FF), to(#66E2C9));
  background: linear-gradient(90deg, #DCC9FF 0%, #66E2C9 100%);
}

@media (max-width: 1023.99px) {
  .home-page .more-gutter .inner {
    padding: 26px;
  }
}

.home-page .more-gutter .inner .box {
  padding: 40px;
  text-align: center;
  border-radius: 18px;
  position: relative;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: linear-gradient(144deg, rgba(255, 255, 255, 0.25) 6.15%, rgba(255, 255, 255, 0.47) 94.44%);
}

.home-page .more-gutter .inner .box .fig {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.home-page .more-gutter .inner .box .fig img {
  width: auto;
}

.home-page .more-gutter .inner .box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

@media (min-width: 1024px) {
  .home-page .more-gutter .inner .box figure {
    height: 236px;
  }
  .home-page .more-gutter .inner .box figure img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 767.99px) {
  .home-page .more-gutter .inner .box p br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .home-page .more-gutter .inner .box:hover {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.home-page .more-gutter .inner .box:hover .fig {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.home-page .more-gutter .owl-dots .owl-dot {
  border-color: #fff;
}

.home-page .more-gutter .owl-dots .owl-dot.active {
  background: #fff;
}

@media (min-width: 768px) {
  .home-page .trust-gutter .owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-page .trust-gutter .owl-carousel .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 9 - 12px);
            flex: 0 0 calc(100% / 9 - 12px);
  }
  .home-page .trust-gutter .owl-carousel .item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
  }
  .home-page .trust-gutter .owl-carousel .item img:hover {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}

@media (max-width: 767.99px) {
  .home-page .trust-gutter .owl-carousel {
    padding: 0 40px;
  }
}

.home-page .trust-gutter .owl-carousel .owl-nav [class*='owl-'] {
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 50px;
  color: #787878;
  position: absolute;
}

@media (max-width: 767.99px) {
  .home-page .trust-gutter .owl-carousel .owl-nav [class*='owl-'] {
    font-size: 40px;
  }
}

.home-page .trust-gutter .owl-carousel .owl-nav [class*='owl-'].owl-prev {
  left: 0;
}

.home-page .trust-gutter .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 0;
}
.home-page .partner-gutter .partner {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  background: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .home-page .partner-gutter .partner {
    height: auto;
    padding: 40px 0;
  }
}
.home-page .partner-gutter .partner:before, .home-page .partner-gutter .partner:after {
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 300px;
  height: 100%;
  content: "";
  position: absolute;
}
.home-page .partner-gutter .partner:hover .data {
  animation-play-state: paused;
}
@keyframes mslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home-page .partner-gutter .partner .data {
  display: inline-block;
  animation: 60s mslide infinite linear;
}
.home-page .partner-gutter .partner .data figure {
  padding: 0 20px;
  background: #fff;
  display: inline-block;
}
.home-page .partner-gutter .partner .data figure:last-child {
  padding-right: 30px;
}
.home-page .partner-gutter .partner .data figure img {
  transition: all 0.5s ease-in-out;
}
.home-page .partner-gutter .partner .data figure img:hover {
  transform: scale(1.15);
}
.home-page .partner-gutter .partner .data figure img.sm {
  height: 100px;
}
.home-page .partner-gutter .partner .data figure img.md {
  height: 110px;
}
.home-page .partner-gutter .partner .data figure img.xmd {
  height: 120px;
}
.home-page .partner-gutter .partner .data figure img.lg {
  height: 170px;
}
.home-page .partner-gutter .partner .data figure img.xlg {
  height: 210px;
}

.home-page .story-gutter .box {
  border-radius: 20px;
  background: #fff;
  padding: 40px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1023.99px) {
  .home-page .story-gutter .box {
    padding: 26px;
  }
}

@media (min-width: 1024px) {
  .home-page .story-gutter .box .heading-gutter {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .home-page .story-gutter .box .owl-stage-outer {
    padding-top: 20px;
  }
}

.home-page .story-gutter .box .item {
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: linear-gradient(150deg, #0A1D46 5.48%, #2A4580 90.99%);
}

.home-page .story-gutter .box .item figure {
  margin-bottom: 36px;
}

.home-page .story-gutter .box .item figure img {
  border-radius: 16px;
  border: 2px solid #fff;
}

.home-page .story-gutter .box .item .cnts {
  padding-bottom: 22px;
}

.home-page .story-gutter .box .item .cnts h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 28px;
}

@media (max-width: 767.99px) {
  .home-page .story-gutter .box .item .cnts h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .home-page .story-gutter .box .item:hover {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.home-page .story-gutter .owl-dots {
  margin-top: 20px;
}

.home-page .story-gutter .owl-dots .owl-dot {
  border: 1px solid #46DEBF;
}

.home-page .story-gutter .owl-dots .owl-dot.active {
  background: #46DEBF;
}

.home-page .testimonial-gutter .testimonial-box {
  text-align: center;
  position: relative;
}

.home-page .testimonial-gutter .testimonial-box:before, .home-page .testimonial-gutter .testimonial-box:after {
  width: 243px;
  height: 194px;
  content: "";
  opacity: 0.85;
  position: absolute;
  background: url(../img/home/quit.svg) no-repeat 0 0;
  background-size: 100%;
}

@media (max-width: 1023.99px) {
  .home-page .testimonial-gutter .testimonial-box:before, .home-page .testimonial-gutter .testimonial-box:after {
    width: 72px;
    height: 62px;
  }
}

.home-page .testimonial-gutter .testimonial-box:before {
  top: 65px;
  left: -50px;
}

@media (max-width: 1023.99px) {
  .home-page .testimonial-gutter .testimonial-box:before {
    left: 0;
    top: 170px;
  }
}

.home-page .testimonial-gutter .testimonial-box:after {
  bottom: 0;
  right: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1023.99px) {
  .home-page .testimonial-gutter .testimonial-box:after {
    right: 0;
    bottom: 115px;
  }
}

.home-page .testimonial-gutter .testimonial-box .testimonial-carousel {
  max-width: 700px;
  margin: 0 auto;
}

.home-page .testimonial-gutter .testimonial-box .testimonial-carousel .item {
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .home-page .testimonial-gutter .testimonial-box .testimonial-carousel .item {
    font-size: 20px;
  }
}

.home-page .testimonial-gutter .testimonial-box .testimonial-carousel .item figure {
  min-width: 150px;
  min-height: 150px;
}

.home-page .testimonial-gutter .testimonial-box .testimonial-carousel .item figure img {
  width: auto;
  max-width: 200px;
  margin: 0 auto 20px;
}

@media (max-width: 767.99px) {
  .home-page .testimonial-gutter .testimonial-box .testimonial-carousel .item figure img {
    max-width: 120px;
  }
}

.home-page .testimonial-gutter .testimonial-box .testimonial-carousel .item .deg {
  color: #50B39F;
  font-style: italic;
}

.mirrorstiktok-page {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/tiktok/bg.svg);
  background-size: cover;
  background-position: 0 500px;
  background-repeat: repeat-y;
}

.mirrorstiktok-page .btn.primary {
  background: #50b39f;
  border-color: #9de5d7;
  border-radius: 40px !important;
}

.mirrorstiktok-page .btn.primary:hover {
  background: #007568;
  border-color: #007568;
}

.mirrorstiktok-page .heading-gutter {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .heading-gutter {
    margin-bottom: 30px;
  }
}

.mirrorstiktok-page .heading-gutter h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 20px;
  color: #162035;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .heading-gutter h2 {
    font-size: 24px;
  }
}

.mirrorstiktok-page h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 10px;
  color: #162035;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page h3 {
    font-size: 18px;
  }
}

.mirrorstiktok-page p {
  line-height: 1.3;
  color: #162035;
  margin: 0;
}

.mirrorstiktok-page .page-head {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/tiktok/head-bg.svg) no-repeat;
  background-size: cover;
  padding: 0;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .page-head {
    padding: 40px 0;
    text-align: center;
  }
}

.mirrorstiktok-page .page-head .mirrors-logo {
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .page-head .mirrors-logo {
    width: 110px;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .page-head .mirrors-logo.m-none {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .page-head .mirrors-logo.d-none {
    display: block !important;
    margin: 10px auto 0;
  }
}

.mirrorstiktok-page .page-head figure {
  position: relative;
  padding-top: 50px;
}

.mirrorstiktok-page .page-head figure img.head-gif {
  position: absolute;
  top: 60px;
  left: 115px;
  width: 50%;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .page-head figure img.head-gif {
    top: 15px;
    left: 85px;
  }
}

.mirrorstiktok-page .page-head figure img:not(.head-gif) {
  position: relative;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .page-head figure {
    margin-bottom: 10px;
  }
}

.mirrorstiktok-page .page-head h1 {
  color: #50b39f;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mirrorstiktok-page .page-head h1 {
    font-size: 42px;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .page-head h1 {
    font-size: 32px;
  }
}

.mirrorstiktok-page .page-head p {
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mirrorstiktok-page .page-head p {
    font-size: 18px;
  }
}

.mirrorstiktok-page .page-head .action {
  margin-top: 15px;
}

.mirrorstiktok-page .advertisers-gutter {
  padding: 80px 0;
}

.mirrorstiktok-page .advertisers-gutter .heading-gutter {
  margin-bottom: 80px;
  text-align: center;
}

.mirrorstiktok-page .advertisers-gutter .heading-gutter h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}

.mirrorstiktok-page .advertisers-gutter .heading-gutter p {
  font-size: 18px;
  color: #000;
  margin: 0 auto;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .advertisers-gutter .heading-gutter {
    margin-bottom: 50px;
  }
  .mirrorstiktok-page .advertisers-gutter .heading-gutter h2 {
    font-size: 24px;
  }
}

.mirrorstiktok-page .advertisers-gutter .row {
  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;
}

.mirrorstiktok-page .advertisers-gutter .col-md-6 {
  width: 48%;
  margin-bottom: 40px;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .advertisers-gutter .col-md-6 {
    width: 100%;
  }
}

.mirrorstiktok-page .advertisers-gutter .box {
  background-color: #000;
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  -webkit-transition: -webkit-transform 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: -webkit-transform 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transition: transform 0.6s ease, box-shadow 0.6s ease, -webkit-transform 0.6s ease, -webkit-box-shadow 0.6s ease;
  -webkit-box-shadow: 10px 10px 0px #44c9ae;
          box-shadow: 10px 10px 0px #44c9ae;
  -webkit-transition: background-color 1.2s ease, -webkit-transform 1.2s ease, -webkit-box-shadow 1.2s ease;
  transition: background-color 1.2s ease, -webkit-transform 1.2s ease, -webkit-box-shadow 1.2s ease;
  transition: transform 1.2s ease, box-shadow 1.2s ease, background-color 1.2s ease;
  transition: transform 1.2s ease, box-shadow 1.2s ease, background-color 1.2s ease, -webkit-transform 1.2s ease, -webkit-box-shadow 1.2s ease;
}

.mirrorstiktok-page .advertisers-gutter .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 15px 15px 0px #44c9ae;
          box-shadow: 15px 15px 0px #44c9ae;
}

.mirrorstiktok-page .advertisers-gutter .box:hover .icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mirrorstiktok-page .advertisers-gutter .box .icon {
  margin-right: 30px;
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.mirrorstiktok-page .advertisers-gutter .box .icon img {
  width: 48px;
  height: 48px;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .advertisers-gutter .box .icon {
    margin-right: 20px;
  }
  .mirrorstiktok-page .advertisers-gutter .box .icon img {
    width: 40px;
    height: 40px;
  }
}

.mirrorstiktok-page .advertisers-gutter .box .content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.mirrorstiktok-page .advertisers-gutter .box .content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .advertisers-gutter .box {
    padding: 20px;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mirrorstiktok-page .campaigns-gutter .heading-gutter {
  padding-right: 60px;
  text-align: left;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter .heading-gutter {
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter .action.m-none {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter .action.d-none {
    display: block !important;
    margin: 0 auto;
    text-align: center;
  }
}

.mirrorstiktok-page .campaigns-gutter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter ul {
    margin: 10px 0 30px 0;
  }
}

.mirrorstiktok-page .campaigns-gutter ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 70px;
  z-index: 1;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter ul li {
    padding-bottom: 40px;
  }
}

.mirrorstiktok-page .campaigns-gutter ul li:after {
  position: absolute;
  top: 10px;
  left: 35px;
  bottom: 0;
  content: "";
  width: 2px;
  z-index: -1;
  border-left: 2px dashed #000;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter ul li:after {
    left: 25px;
    top: 50px;
    height: 100%;
  }
}

.mirrorstiktok-page .campaigns-gutter ul li:last-child {
  padding-bottom: 0;
}

.mirrorstiktok-page .campaigns-gutter ul li:last-child:after {
  display: none;
}

.mirrorstiktok-page .campaigns-gutter ul li:last-child .highlight-line {
  display: none;
}

.mirrorstiktok-page .campaigns-gutter ul li .icon {
  width: 70px;
  height: 70px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  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;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-right: 30px;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter ul li .icon {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}

.mirrorstiktok-page .campaigns-gutter ul li .icon:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-color: #44c9ae;
  border-radius: 50%;
  bottom: -3px;
  right: -3px;
  z-index: -1;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .campaigns-gutter ul li .icon:after {
    width: 50px;
    height: 50px;
    bottom: -2px;
    right: -2px;
  }
}

.mirrorstiktok-page .campaigns-gutter ul li .content {
  width: calc(100% - 100px);
}

.mirrorstiktok-page .brandsafety-gutter .inner {
  -webkit-box-shadow: 0px 0px 22.2px 4px #ff004f1f;
          box-shadow: 0px 0px 22.2px 4px #ff004f1f;
  border-radius: 45px;
  padding: 50px;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .inner {
    padding: 25px;
  }
}

.mirrorstiktok-page .brandsafety-gutter .heading-gutter {
  text-align: left;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .heading-gutter {
    text-align: center;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .action .btn {
    white-space: unset;
    word-break: normal;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .action.m-none {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .action.d-none {
    display: block !important;
    margin: 20px auto 0;
  }
}

.mirrorstiktok-page .brandsafety-gutter ul {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}

.mirrorstiktok-page .brandsafety-gutter ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  z-index: 1;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter ul li {
    font-size: 16px;
  }
}

.mirrorstiktok-page .brandsafety-gutter ul li .icon {
  width: 50px;
  height: 50px;
  background-color: #000;
  border: 2px solid #44c9ae;
  border-radius: 50%;
  position: relative;
  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;
  padding: 8px;
  margin-right: 20px;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter ul li .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

.mirrorstiktok-page .brandsafety-gutter ul li span {
  width: calc(100% - 70px);
}

.mirrorstiktok-page .brandsafety-gutter .phone-wrapper {
  position: relative;
  overflow: hidden;
  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 (min-width: 1200px) {
  .mirrorstiktok-page .brandsafety-gutter .phone-wrapper img.phone {
    max-width: 120%;
  }
}

.mirrorstiktok-page .brandsafety-gutter .addon .box {
  position: absolute;
  width: 180px;
  opacity: 0;
  z-index: 2;
  -webkit-animation: drop 0.6s ease-out forwards;
          animation: drop 0.6s ease-out forwards;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .addon .box {
    width: 115px;
  }
}

.mirrorstiktok-page .brandsafety-gutter .addon .box1 {
  bottom: 102px;
  right: 139px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .addon .box1 {
    bottom: 47px;
    right: 70px;
  }
}

.mirrorstiktok-page .brandsafety-gutter .addon .box2 {
  bottom: 49px;
  left: 78px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .addon .box2 {
    bottom: 22px;
    left: 10px;
  }
}

.mirrorstiktok-page .brandsafety-gutter .addon .box3 {
  bottom: 29px;
  right: 47px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .addon .box3 {
    bottom: 7px;
  }
}

.mirrorstiktok-page .brandsafety-gutter .addon .box4 {
  bottom: 10px;
  right: 138px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .brandsafety-gutter .addon .box4 {
    bottom: 0;
    left: 61px;
  }
}

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

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

.mirrorstiktok-page .adformat-gutter .tab-content {
  height: 100%;
}

.mirrorstiktok-page .adformat-gutter .tab-content .tab-pane {
  height: 100%;
}

.mirrorstiktok-page .adformat-gutter .tab-content .tab-pane .video {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 498px;
  padding-top: 10px;
  margin: 0 auto 30px;
  position: relative;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/tiktok/frame.svg) no-repeat;
  background-size: 100%;
}

.mirrorstiktok-page .adformat-gutter .tab-content .tab-pane .video:after {
  left: -200px;
  bottom: -17px;
  height: 40px;
  width: 660px;
  content: "";
  position: absolute;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/tiktok/shadow.png) no-repeat;
  background-size: 100%;
}

.mirrorstiktok-page .adformat-gutter .tab-content .tab-pane .video video {
  width: 100%;
  max-width: 225px;
  margin: 0 auto 40px;
  border-radius: 28px;
  position: relative;
}

.mirrorstiktok-page .steps-gutter {
  position: relative;
  background-color: #000;
  margin-bottom: 50px;
}

.mirrorstiktok-page .steps-gutter .heading-gutter h2 {
  color: #fff;
}

.mirrorstiktok-page .steps-gutter ul {
  list-style: none;
  margin: 0 0 80px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .steps-gutter ul {
    display: block;
    margin: 0 0 60px 0;
  }
}

.mirrorstiktok-page .steps-gutter ul li {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .steps-gutter ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.mirrorstiktok-page .steps-gutter ul li:after {
  position: absolute;
  left: 110px;
  top: 44px;
  content: "";
  width: 170px;
  height: 12px;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/tiktok/line-arrow.svg) no-repeat;
  background-position: right;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .steps-gutter ul li:after {
    left: 5px;
    top: 65px;
    width: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.mirrorstiktok-page .steps-gutter ul li:last-child:after {
  display: none;
}

.mirrorstiktok-page .steps-gutter ul li .icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 3px solid #44c9ae;
  border-radius: 50%;
  position: relative;
  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;
  padding: 10px;
  margin: 0 auto 20px;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .steps-gutter ul li .icon {
    width: 60px;
    height: 60px;
    padding: 15px;
    margin: 0 20px 0 0;
  }
}

.mirrorstiktok-page .steps-gutter ul li span {
  display: block;
}

.mirrorstiktok-page .steps-gutter ul li span span {
  display: block;
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .steps-gutter ul li span span {
    display: inline;
  }
}

@media (max-width: 767.99px) {
  .mirrorstiktok-page .steps-gutter ul li span {
    width: calc(100% - 90px);
    text-align: left;
  }
}

.mirrorstiktok-page .steps-gutter h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.mirrorstiktok-page .steps-gutter .action {
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mirrorstiktok-page .form-gutter .inner .heading-gutter h2 {
  color: #161c2d;
}

.mirrorstiktok-page .form-gutter .inner .heading-gutter h2 img {
  margin: 0 12px;
  max-width: 140px;
}

.heading.eno h1,
.heading.eno h2,
.heading.eno p,
.heading.eno a.book-demo,
.heading.eno a.planing-btn,
.opportunity-text .eno p,
.info.eno {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.heading.eno.addon h1,
.heading.eno.addon h2,
.heading.eno.addon p,
.heading.eno.addon a.book-demo,
.heading.eno.addon a.planing-btn,
.opportunity-text .eno.addon p,
.info.eno.addon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.heading.eno.addon h1 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.heading.eno.addon h2 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.heading.eno.addon p {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.heading.eno.addon a.book-demo {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.heading.eno.addon a.planing-btn {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.opportunity-text .eno.addon p.one {
  -webkit-transition-delay: 1.00s;
          transition-delay: 1.00s;
}

.opportunity-text .eno.addon p.two {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.opportunity-text .eno.addon p.three {
  -webkit-transition-delay: 1.50s;
          transition-delay: 1.50s;
}

.info.one.eno.addon {
  -webkit-transition-delay: 0.50s;
          transition-delay: 0.50s;
}

.info.two.eno.addon {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.info.three.eno.addon {
  -webkit-transition-delay: 1.00s;
          transition-delay: 1.00s;
}

.leftAni.eno .leftEle,
.rightAni.eno .rightEle {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.leftAni.eno.addon .leftEle,
.rightAni.eno.addon .rightEle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.leftAni.eno .leftEle {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.rightAni.eno .rightEle {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media (max-width: 767.99px) {
  .rightAni.eno .rightEle.text-right {
    text-align: left !important;
  }
}

.holidayNew-page h1 {
  font-size: 46px;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}

.holidayNew-page h2 {
  font-size: 36px;
  color: #162035;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
  }
  .holidayNew-page h2 span {
    display: block;
  }
}

.holidayNew-page h3 {
  font-size: 60px;
  color: #7DFFF6;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page h3 {
    font-size: 36px;
  }
}

.holidayNew-page p {
  font-size: 20px;
  line-height: 24px;
  color: #29406E;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page p {
    font-size: 12px;
    line-height: 20px;
  }
}

.holidayNew-page .heading {
  text-align: center;
  margin-bottom: 50px;
}

.holidayNew-page .heading p span {
  display: block;
}

@media (max-width: 767.99px) {
  .holidayNew-page .heading {
    margin-bottom: 30px;
  }
  .holidayNew-page .heading p span {
    display: inline;
  }
}

.holidayNew-page .one-season {
  margin: 30px 0 40px;
}

.holidayNew-page .one-season p {
  color: #FFEAC2;
}

.holidayNew-page .one-season .one-season-box {
  position: relative;
}

.holidayNew-page .one-season .one-season-box figure {
  margin: 0;
}

.holidayNew-page .one-season .one-season-box figure img {
  border-radius: 27px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .one-season .one-season-box figure {
    height: 500px;
  }
  .holidayNew-page .one-season .one-season-box figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 20px;
  }
}

.holidayNew-page .one-season .one-season-box .one-season-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

@media (max-width: 767.99px) {
  .holidayNew-page .one-season .one-season-box .one-season-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.holidayNew-page .one-season .one-season-box .one-season-text .heading {
  margin-bottom: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page .one-season .one-season-box .one-season-text .heading {
    text-align: left;
    padding: 50px 30px 0;
  }
  .holidayNew-page .one-season .one-season-box .one-season-text .heading p {
    font-size: 16px;
  }
}

.holidayNew-page .one-season .one-season-box .one-season-text .book-demo {
  display: none;
  background-color: #13D0B0;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  margin-top: 50px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .one-season .one-season-box .one-season-text .book-demo {
    display: inline-block;
    margin-top: 30px;
  }
}

.holidayNew-page .holidayNew-bg {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#141416), to(#162035));
  background: linear-gradient(180deg, #141416 0%, #162035 100%);
  padding: 40px 0;
}

.holidayNew-page .holidayNew-bg h2 {
  color: #7DFFF6;
}

.holidayNew-page .holidayNew-bg p {
  color: #fff;
}

.holidayNew-page .holidayNew-bg .blur-bg {
  position: absolute;
}

.holidayNew-page .holidayNew-bg .blur-bg.one {
  top: 50px;
  right: 0;
}

.holidayNew-page .holidayNew-bg .blur-bg.two {
  top: 400px;
  left: 0;
}

.holidayNew-page .holidayNew-bg .blur-bg.three {
  bottom: 800px;
  left: 0;
}

.holidayNew-page .holidayNew-bg .blur-bg.four {
  bottom: -150px;
  right: 0;
}

.holidayNew-page .holidayNew-bg .graphic {
  position: absolute;
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .heading {
  margin-bottom: 80px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-opportunity .heading {
    margin-bottom: 30px;
  }
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .heading h2 {
  color: #13D0B0;
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .heading p {
  color: #FFEAC2;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-opportunity .heading p {
    font-size: 14px;
  }
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text {
  margin-bottom: 80px;
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text figure img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text {
    display: none;
  }
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text p {
  margin-bottom: 50px;
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text p span {
  color: #19C7AC;
}

.holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text-m {
  display: none;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text-m {
    display: block;
    list-style: none;
    margin: 10px 0 80px;
    padding: 0;
  }
  .holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text-m li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text-m .opportunity-card {
    width: 47.5%;
    height: 180px;
    border: 1px solid #0C6154;
    border-radius: 10px;
  }
  .holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text-m .opportunity-card .opportunity-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 49, 42, 0.25)), to(rgba(23, 151, 130, 0.25)));
    background: linear-gradient(180deg, rgba(7, 49, 42, 0.25) 0%, rgba(23, 151, 130, 0.25) 100%);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
  }
  .holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text-m .opportunity-card .opportunity-card-inner span {
    color: #19C7AC;
  }
  .holidayNew-page .holidayNew-bg .holiday-opportunity .opportunity-text-m .opportunity-card .opportunity-card-inner img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.holidayNew-page .holidayNew-bg .plan-moments .container {
  position: relative;
  z-index: 1;
}

.holidayNew-page .holidayNew-bg .plan-moments .container.container-resized {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  padding-bottom: 120px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .plan-moments .container.container-resized {
    padding-bottom: 0;
  }
}

.holidayNew-page .holidayNew-bg .plan-moments .container .one {
  width: 90px;
  top: -80px;
  left: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .plan-moments .container .one {
    width: 70px;
    top: -110px;
    left: 50px;
    z-index: 1;
  }
}

.holidayNew-page .holidayNew-bg .plan-moments .container .two {
  width: 170px;
  top: -100px;
  right: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .plan-moments .container .two {
    width: 120px;
    top: 100px;
  }
}

.holidayNew-page .holidayNew-bg .plan-moments .container .three {
  width: 120px;
  bottom: -5px;
  left: 250px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .plan-moments .container .three {
    display: none;
  }
}

.holidayNew-page .holidayNew-bg .plan-moments .container .four {
  width: 250px;
  bottom: -10px;
  right: 130px;
  z-index: -1;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .plan-moments .container .four {
    width: 140px;
    bottom: inherit;
    right: inherit;
    top: 35px;
    left: 0;
  }
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: -webkit-grab;
  cursor: grab;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list {
    display: none;
  }
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list .item {
  display: inline-block;
  width: 350px;
  margin-right: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C6154), to(#19C7AC));
  background: linear-gradient(180deg, #0C6154 0%, #19C7AC 100%);
  padding: 1px;
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list .item figure {
  position: relative;
  height: 150px;
  margin: 0;
  border-radius: 15px 15px 0 0;
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list .item figure::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 14, 45, 0.75);
  border-radius: 15px 15px 0 0;
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list .item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list .item .item-text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 10px 20px;
  font-size: 52px;
  font-weight: 600;
  color: #000;
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list .item .item-text span {
  font-size: 36px;
}

.holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m {
  display: none;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m {
    display: block;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    position: relative;
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #13D0B0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #13D0B0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li:first-child {
    padding-top: 25px;
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li:last-child {
    padding-bottom: 25px;
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #13D0B0;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li div {
    width: 42%;
    font-size: 16px;
    color: #fff;
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li div:first-child {
    text-align: right;
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li figure {
    width: 16%;
    text-align: center;
    margin: 0;
  }
  .holidayNew-page .holidayNew-bg .plan-moments .container .holiday-plans-list-m li figure img {
    background-color: #fff;
    padding: 2px;
    border-radius: 3px;
    height: 24px;
  }
}

.holidayNew-page .holidayNew-bg .context-season {
  padding-top: 100px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .context-season {
    padding-top: 80px;
  }
}

.holidayNew-page .holidayNew-bg .context-season .container {
  position: relative;
}

.holidayNew-page .holidayNew-bg .context-season .container .five {
  width: 135px;
  top: -30px;
  left: -10px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .context-season .container .five {
    width: 100px;
    top: -210px;
    left: inherit;
    right: 0;
  }
}

.holidayNew-page .holidayNew-bg .context-season .container .six {
  width: 160px;
  top: -60px;
  right: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .context-season .container .six {
    width: 100px;
    top: -350px;
    right: inherit;
    left: 0;
  }
}

.holidayNew-page .holidayNew-bg .context-season .container .seven {
  width: 120px;
  bottom: -30px;
  left: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .context-season .container .seven {
    width: 90px;
    bottom: inherit;
    top: -100px;
    left: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

.holidayNew-page .holidayNew-bg .context-season .container .eight {
  width: 150px;
  bottom: -40px;
  right: -150px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .context-season .container .eight {
    display: none;
  }
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box {
    display: none;
  }
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul:hover li {
  width: 5%;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul:hover li::after {
  display: none;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul:hover li .head {
  font-size: 20px;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li {
  width: 25%;
  height: 450px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  overflow: hidden;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li video {
  display: none;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li .head {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  padding-bottom: 20px;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 450px;
  background-image: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/holiday/lining.png);
  top: 0;
  left: 0;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li:hover {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li:hover::after {
  display: none;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li:hover .head {
  font-size: 48px;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li:hover video {
  display: block;
  width: 480px;
  border: 8px solid #fff;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
  margin: 75px 30px;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li.youtube-bg {
  background-color: #BE0000;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li.ctv-bg {
  background-color: #162035;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li.social-bg {
  background-color: #003fbc;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li.social-bg video {
  border: 8px solid #003fbc;
  background-color: #003fbc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box ul li.programmatic-bg {
  background-color: #00B1A5;
}

.holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m {
  display: none;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m {
    display: block;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 175, 163, 0.25);
    border-radius: 5px;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .nav-tabs li {
    font-size: 14px;
    color: #fff;
    padding: 10px 17px;
    border-radius: 5px;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .nav-tabs li.active {
    background-color: #009F94;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane {
    padding: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane::after {
    position: absolute;
    content: '';
    width: 65px;
    height: 100%;
    background-image: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/holiday/lining.png);
    top: 0;
    right: 0;
    z-index: -1;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane.tab1 {
    background-color: #BE0000;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane.tab2 {
    background-color: #162035;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane.tab3 {
    background-color: #003fbc;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane.tab3 video {
    border: 8px solid #003fbc;
    background-color: #003fbc;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane.tab4 {
    background-color: #00B1A5;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane .head {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  .holidayNew-page .holidayNew-bg .context-season .container .context-season-box-m .tab-content .tab-pane video {
    display: block;
    width: 100%;
    height: 200px;
    border: 4px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

.holidayNew-page .holidayNew-bg .holiday-strategy {
  padding: 100px 0 50px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-strategy {
    padding: 70px 0 50px;
  }
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box {
  position: relative;
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box figure {
  margin: 0;
  height: 250px;
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box figure img {
  height: 100%;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box figure {
    height: 220px;
  }
  .holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 20px;
  }
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .heading {
  margin-bottom: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .heading {
    padding: 0 10px;
  }
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .heading h2 {
  text-transform: none;
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .heading p {
  font-size: 18px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .heading p {
    font-size: 14px;
  }
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .planing-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #13D0B0;
  margin-top: 40px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .planing-btn {
    margin-top: 20px;
    font-size: 18px;
  }
}

.holidayNew-page .holidayNew-bg .holiday-strategy .holiday-strategy-box .holiday-strategy-text .planing-btn img {
  width: 30px;
  padding-left: 5px;
}

.holidayNew-page .holidayNew-bg .tactic-Levels .container.resized {
  padding-left: 0;
  padding-right: 15px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .container.resized {
    padding-left: 15px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row {
  padding: 40px 0;
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row .p-r-0 {
  padding-right: 0;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .row .p-l-0 {
    padding-left: 0;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row video {
  height: 350px;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .row video {
    height: 250px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row video.border-l {
  border: 10px solid #fff;
  border-right: none;
  border-radius: 40px 0 0 40px;
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row figure {
  margin: 0;
  position: relative;
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row figure.border-r img {
  border: 10px solid #fff;
  border-left: none;
  border-radius: 0 40px 40px 0;
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info {
  position: absolute;
  right: -90px;
  background-color: #13D0B0;
  border: 1px solid #0C6154;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 7.1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 7.1px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 6px 0;
  width: 250px;
  text-align: center;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info {
    right: -10px;
    font-size: 13px;
    padding: 5px 0;
    width: 180px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info.one {
  bottom: 170px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info.one {
    bottom: 110px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info.two {
  bottom: 110px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info.two {
    bottom: 65px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info.three {
  bottom: 50px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .row figure .info.three {
    bottom: 20px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row p {
  font-size: 22px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels .row p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels .row p span {
  display: inline-block;
  max-width: 500px;
}

.holidayNew-page .holidayNew-bg .tactic-Levels ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 50px 0 20px;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0 0;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels ul li {
  text-align: center;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels ul li .number {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, left bottom, from(#80FFF6), to(#006A63));
  background: linear-gradient(180deg, #80FFF6 0%, #006A63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels ul li .number {
    font-size: 42px;
  }
}

.holidayNew-page .holidayNew-bg .tactic-Levels ul li .text {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holidayNew-bg .tactic-Levels ul li .text {
    font-size: 16px;
  }
}

.holidayNew-page .leading-brands {
  padding-top: 80px;
}

.holidayNew-page .leading-brands .leading-brands-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.holidayNew-page .leading-brands .leading-brands-list .owl-stage {
  padding-left: 0 !important;
}

.holidayNew-page .leading-brands .leading-brands-list .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #29406E;
}

.holidayNew-page .leading-brands .leading-brands-list .cta-btn img {
  width: 15px;
  height: 16px;
  margin-left: 5px;
}

.holidayNew-page .holiday-strategy-form {
  padding: 80px 0;
  margin: 0;
}

.holidayNew-page .holiday-strategy-form .inner {
  width: 75%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 20px 35px 0px #00B1A51A;
          box-shadow: 0px 20px 35px 0px #00B1A51A;
  background-clip: padding-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#19C7AC), to(#0D6154));
  background: linear-gradient(180deg, #19C7AC 0%, #0D6154 100%);
  border-radius: 15px;
  padding: 2px;
  border: none;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holiday-strategy-form .inner {
    width: 100%;
  }
}

.holidayNew-page .holiday-strategy-form .inner .data {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 15px;
  border: none;
}

@media (max-width: 767.99px) {
  .holidayNew-page .holiday-strategy-form .inner .data {
    padding: 30px 20px;
  }
}

.holidayNew-page .holiday-strategy-form .inner .data .forms .btn {
  height: 50px;
  font-size: 18px;
  padding: 2px 26px;
  position: relative;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  background: #4FB39F;
  border-color: #50B39F;
}

.holidayNew-page .holiday-strategy-form .inner .data .forms .btn:hover {
  background: #007568;
  border-color: #007568;
}

.holidayNew-page .holiday-strategy-form .inner .data p.term {
  font-size: 18px;
  color: #3D3D3D;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 0;
}

.holidayNew-page .holiday-strategy-form .inner .data p.term a {
  color: #4FB39F;
}

.tokyo-page {
  font-family: 'Yu Gothic' !important;
}

.tokyo-page .page-head {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/adtechTokyo/banner.webp) no-repeat center center/cover;
  position: relative;
}

@media (max-width: 767.99px) {
  .tokyo-page .page-head .cnts {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tokyo-page .page-head .cnts .heading {
  margin-bottom: 40px;
}

.tokyo-page .page-head .cnts .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0px 0px 40px 0px;
  gap: 20px;
}

@media (max-width: 767.99px) {
  .tokyo-page .page-head .cnts .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tokyo-page .page-head .cnts .info .info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 15px;
}

@media (max-width: 767.99px) {
  .tokyo-page .page-head .cnts .info .info-data {
    font-size: 12px;
  }
}

.tokyo-page .page-head .cnts .info .info-data:not(:last-child) {
  border-right: 1px solid white;
  padding-right: 12px;
}

@media (max-width: 767.99px) {
  .tokyo-page .page-head .cnts .info .info-data:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}

.tokyo-page .page-head .cnts .btn {
  background-color: #50B39F;
  border: 3px solid #45E0C16B;
  border-radius: 54px !important;
  width: 200px;
}

.tokyo-page .main-gutter .cnts {
  margin: 30px 0px;
}

.tokyo-page .main-gutter .cnts p {
  margin-bottom: 10px;
}

.tokyo-page .main-gutter .cnts b {
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .tokyo-page .main-gutter .action {
    text-align: center;
    margin-bottom: 20px;
  }
}

.tokyo-page .main-gutter .action .btn {
  border: 3px solid #45E0C16B;
  background-color: #50B39F;
  border-radius: 54px !important;
}

@media (max-width: 767.99px) {
  .tokyo-page .main-gutter .action .btn {
    max-width: 350px;
  }
}

.tokyo-page .team-gutter .heading {
  text-align: center;
  margin-bottom: 50px;
}

.tokyo-page .team-gutter .heading h1 span {
  color: #50B39F;
}

@media (max-width: 767.99px) {
  .tokyo-page .team-gutter .heading h1 {
    font-size: 32px;
  }
}

.tokyo-page .team-gutter .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 767.99px) {
  .tokyo-page .team-gutter .items {
    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;
  }
}

.tokyo-page .team-gutter .items .item {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D7F4E4), to(#CDE7E2));
  background: linear-gradient(to bottom, #D7F4E4, #CDE7E2);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-width: calc(33.333% - 14px);
}

.tokyo-page .team-gutter .items .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #1F2F4F;
  z-index: 0;
}

.tokyo-page .team-gutter .items .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 179, 159, 0)), color-stop(80.96%, #4FB39F));
  background: linear-gradient(180deg, rgba(79, 179, 159, 0) 0%, #4FB39F 80.96%);
  z-index: 1;
}

.tokyo-page .team-gutter .items .item .box {
  position: relative;
  width: 100%;
  height: auto;
}

.tokyo-page .team-gutter .items .item .cnts {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: white;
  z-index: 2;
}

@media (max-width: 767.99px) {
  .tokyo-page .team-gutter .items .item .cnts {
    left: 4px;
    bottom: -8px;
  }
}

.tokyo-page .team-gutter .items .item .cnts h3 {
  color: #fff;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767.99px) {
  .tokyo-page .team-gutter .items .item .cnts h3 {
    font-size: 9px;
  }
}

.tokyo-page .team-gutter .items .item .cnts p {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767.99px) {
  .tokyo-page .team-gutter .items .item .cnts p {
    font-size: 9px;
  }
}

.tokyo-page h2 {
  color: #4fb39f;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 12px;
}

@media (max-width: 767.99px) {
  .tokyo-page h2 {
    font-size: 22px;
  }
}

.tokyo-page h2.primary {
  color: #333;
}

.tokyo-page h2 span {
  color: #000;
}

.form-gutter .inner .data .heading-gutter h2 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form-gutter .inner .data p.term {
  font-size: 12px;
  line-height: 28px;
  text-align: left;
}

.investor {
  padding-top: 50px;
}

@media (max-width: 767.99px) {
  .investor {
    padding-top: 40px;
  }
}

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

.investor .investor_top_sec h2 {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .investor .investor_top_sec h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.investor .investor_top_sec h4 {
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 36px;
}

@media (max-width: 767.99px) {
  .investor .investor_top_sec h4 {
    font-weight: 700;
    line-height: 28px;
  }
}

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

.investor .investor_inner_sec p {
  color: #505050;
}

.investor .section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}

@media (max-width: 767.99px) {
  .investor .section-box {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.99px) {
  .investor .section-box .box {
    padding: 0;
  }
}

.investor .section-box .box .box-inner {
  padding: 30px;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.investor .section-box .box .box-inner .mb-15 {
  margin-bottom: 15px;
}

@media (max-width: 767.99px) {
  .investor .section-box .box .box-inner {
    padding: 20px;
  }
}

.investor .section-box .box .box-inner h3 {
  position: relative;
  text-shadow: 1px 1px 5px #000;
  font-weight: 700;
  z-index: 1;
}

.investor .section-box .box .box-inner .pdf-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(22, 38, 64, 0.39);
  border: 1px solid rgba(22, 38, 64, 0.3);
  border-radius: 0.1vw;
  font-size: 85%;
  color: #fff;
  padding: 0.5vw 1vw;
  margin-top: 0.7vw;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@media (max-width: 767.99px) {
  .investor .section-box .box .box-inner .pdf-btn {
    padding: 1.5vw 2vw;
  }
}

.investor .section-box .box .box-inner .pdf-btn span {
  padding-right: 1vw;
}

.investor .section-box .box .box-inner .pdf-btn svg {
  fill: white;
}

.investor .section-box .box .box-inner .pdf-btn:hover {
  color: #162640;
  -webkit-box-shadow: 0 -40px 0 0 rgba(245, 245, 245, 0.7) inset;
          box-shadow: 0 -40px 0 0 rgba(245, 245, 245, 0.7) inset;
}

.investor .section-box .box .box-inner .pdf-btn:hover svg {
  fill: #162640;
}

.investor .section-box .box .box-inner .date {
  display: inline-block;
  color: #fff;
}

@media (max-width: 767.99px) {
  .investor .section-box .box.box1 {
    margin-bottom: 20px;
  }
}

.investor .section-box .box.box1 .box-inner {
  background-image: url("https://affle.com/images/corporate-presentation-image.webp");
}

.investor .section-box .box.box2 .box-inner {
  background-image: url("https://affle.com/images/annual_report.webp");
}

.investor .section-box .box.box2 .box-inner::before {
  position: absolute;
  content: '';
  background: rgba(13, 129, 222, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sports-page .btn {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 30px !important;
  position: relative;
  z-index: 1;
}

.sports-page .btn::after {
  position: absolute;
  content: '';
  top: -4px;
  left: -4px;
  border-radius: 30px;
  z-index: -1;
}

@media (max-width: 767.99px) {
  .sports-page .btn {
    font-size: 18px;
  }
}

.sports-page .btn.primary {
  background: #51D8BC;
  color: #fff;
}

.sports-page .btn.primary:hover {
  background: #50B39F;
  color: #fff;
}

.sports-page .heading-gutter {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767.99px) {
  .sports-page .heading-gutter {
    margin-bottom: 30px;
  }
}

.sports-page .heading-gutter h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #20335A;
  margin-bottom: 20px;
}

.sports-page .heading-gutter h2 span {
  color: #51D8BC;
  display: inline !important;
}

@media (max-width: 767.99px) {
  .sports-page .heading-gutter h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.sports-page .heading-gutter p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

@media (max-width: 767.99px) {
  .sports-page .heading-gutter p {
    font-size: 16px;
  }
}

.sports-page .page-head {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/head-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 700px;
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 767.99px) {
  .sports-page .page-head {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/head-bg-m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 600px;
    padding: 40px 0;
  }
}

.sports-page .page-head .cnts aside h1 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.sports-page .page-head .cnts aside h1 span {
  color: #51D8BC;
}

@media (max-width: 767.99px) {
  .sports-page .page-head .cnts aside h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.sports-page .page-head .cnts p {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px;
}

@media (max-width: 767.99px) {
  .sports-page .page-head .cnts p {
    font-size: 18px;
  }
}

.sports-page .page-head .cnts .btn {
  min-width: 400px;
  height: 55px;
}

.sports-page .page-head .cnts .btn::after {
  min-width: 406px;
  height: 61px;
  background-color: rgba(81, 216, 188, 0.25);
}

@media (max-width: 767.99px) {
  .sports-page .page-head .cnts .btn {
    min-width: 290px;
    height: 50px;
  }
  .sports-page .page-head .cnts .btn::after {
    min-width: 296px;
    height: 56px;
  }
}

.sports-page .sports {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/sports-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  text-align: center;
  position: relative;
}

@media (max-width: 767.99px) {
  .sports-page .sports {
    background-position: inherit;
  }
}

.sports-page .sports.ispd {
  padding-bottom: 0;
}

.sports-page .sports .heading-gutter p {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767.99px) {
  .sports-page .sports .heading-gutter p {
    max-width: 100%;
  }
}

@media (max-width: 767.99px) {
  .sports-page .sports .d-img {
    display: none;
  }
}

.sports-page .sports .m-img {
  display: none;
}

@media (max-width: 767.99px) {
  .sports-page .sports .m-img {
    display: block;
  }
}

.sports-page .sports .sports-strip {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #51D8BC;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #20335A;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 767.99px) {
  .sports-page .sports .sports-strip {
    font-size: 16px;
    padding: 10px;
  }
}

.sports-page .global-moment {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/globe1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.sports-page .global-moment::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/globe2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 1513px;
  height: 624px;
  z-index: -1;
  mix-blend-mode: screen;
}

.sports-page .global-moment.ispd {
  padding: 60px 0 80px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment.ispd {
    padding: 40px 0 60px;
  }
}

.sports-page .global-moment .heading-gutter h2 {
  color: #fff;
}

.sports-page .global-moment .heading-gutter p {
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .heading-gutter p {
    max-width: 100%;
  }
}

.sports-page .global-moment .global-moment-area {
  padding-top: 30px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area {
    padding-top: 20px;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column {
  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: 20px 0;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column {
    padding: 0;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column.one .global-moment-box {
  width: 325px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column.one .global-moment-box {
    width: 100%;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column.one .global-moment-box .dot {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box {
  width: 370px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box {
    width: 100%;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box:nth-child(1) {
  margin-right: 30px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box:nth-child(1) {
    margin-right: 0;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box:nth-child(1) .dot {
  right: 30px;
}

.sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box:nth-child(2) {
  margin-left: 30px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box:nth-child(2) {
    margin-left: 0;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column.two .global-moment-box:nth-child(2) .dot {
  left: 30px;
}

.sports-page .global-moment .global-moment-area .global-moment-column.three {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sports-page .global-moment .global-moment-area .global-moment-column.three .global-moment-box {
  width: 390px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column.three .global-moment-box {
    width: 100%;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column.three .global-moment-box .dot {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sports-page .global-moment .global-moment-area .global-moment-column.four {
  padding-top: 120px;
}

.sports-page .global-moment .global-moment-area .global-moment-column.four .global-moment-box {
  width: 450px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column.four .global-moment-box {
    width: 100%;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box {
  background: rgba(0, 0, 0, 0.16);
  border: 2px solid #51D8BC;
  border-radius: 25px;
  padding: 20px;
  position: relative;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box {
    margin: 10px 0;
    padding: 17px 20px;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box::before, .sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box::after {
  content: "";
  position: absolute;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/shine1.png);
  background-repeat: no-repeat;
  width: 147px;
  height: 29px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box::before {
  top: -16px;
  right: 10px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box::after {
  bottom: -16px;
  left: 5px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dot {
  position: absolute;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #51D8BC;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dot {
    display: none;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dotted {
  border: 1px dashed #51D8BC;
  position: absolute;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dotted {
    display: none;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dotted.one {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 160px;
  height: 435px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dotted.two {
  right: 33px;
  top: 160px;
  height: 235px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dotted.three {
  left: 33px;
  top: 160px;
  height: 235px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dotted.four {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 160px;
  height: 80px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box .dotted.five {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 160px;
  height: 80px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #51D8BC;
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box h5 {
    font-size: 20px;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 15px;
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box ul li {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box ul li {
    font-size: 14px;
  }
}

.sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box ul li span {
  font-size: 13px;
  font-weight: 200;
  font-style: italic;
  color: #bcbcbc;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-area .global-moment-column .global-moment-box ul li span {
    font-size: 12px;
  }
}

.sports-page .global-moment .global-moment-strip {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #51D8BC;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #20335A;
  padding: 15px 0;
  text-align: center;
}

.sports-page .global-moment .global-moment-strip a {
  color: #20335A;
  text-decoration: underline;
}

.sports-page .global-moment .global-moment-strip a:hover {
  color: #20335A;
  text-decoration: none;
}

@media (max-width: 767.99px) {
  .sports-page .global-moment .global-moment-strip {
    font-size: 16px;
    padding: 10px;
  }
}

.sports-page .campaigns-gutter {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sports-page .campaigns-gutter::after {
  position: absolute;
  content: '';
  left: -300px;
  bottom: -150px;
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/campaign-graphic.png);
  background-repeat: no-repeat;
  width: 1512px;
  height: 1696px;
  z-index: -1;
}

.sports-page .campaigns-gutter .heading-gutter {
  padding-right: 60px;
  text-align: left;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter .heading-gutter {
    padding-right: 0;
    text-align: center;
  }
}

.sports-page .campaigns-gutter .heading-gutter h2 span.d-block {
  display: block !important;
}

.sports-page .campaigns-gutter .heading-gutter p {
  margin-bottom: 40px;
}

.sports-page .campaigns-gutter .heading-gutter .btn {
  min-width: 340px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sports-page .campaigns-gutter .heading-gutter .btn::after {
  min-width: 346px;
  height: 56px;
  background-color: rgba(81, 216, 188, 0.38);
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter .heading-gutter .btn {
    min-width: 290px;
    height: 50px;
    display: none;
  }
}

.sports-page .campaigns-gutter .btn {
  display: none;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter .btn {
    min-width: 290px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .sports-page .campaigns-gutter .btn::after {
    min-width: 296px;
    height: 56px;
    background-color: rgba(81, 216, 188, 0.38);
  }
}

.sports-page .campaigns-gutter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter ul {
    margin: 10px 0 30px 0;
  }
}

.sports-page .campaigns-gutter ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 70px;
  z-index: 1;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter ul li {
    padding-bottom: 40px;
  }
}

.sports-page .campaigns-gutter ul li:after {
  position: absolute;
  top: 10px;
  left: 35px;
  bottom: 0;
  content: "";
  width: 2px;
  height: 100%;
  z-index: -1;
  border-left: 2px dashed #000;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter ul li:after {
    left: 25px;
    top: 50px;
  }
}

.sports-page .campaigns-gutter ul li:last-child {
  padding-bottom: 0;
}

.sports-page .campaigns-gutter ul li:last-child:after {
  display: none;
}

.sports-page .campaigns-gutter ul li:last-child .highlight-line {
  display: none;
}

.sports-page .campaigns-gutter ul li .icon {
  width: 70px;
  height: 70px;
  background-color: #20335A;
  border-radius: 50%;
  position: relative;
  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;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-right: 30px;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter ul li .icon {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}

.sports-page .campaigns-gutter ul li .icon:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-color: #51D8BC;
  border-radius: 50%;
  bottom: -3px;
  right: -3px;
  z-index: -1;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter ul li .icon:after {
    width: 50px;
    height: 50px;
    bottom: -2px;
    right: -2px;
  }
}

.sports-page .campaigns-gutter ul li .content {
  width: calc(100% - 100px);
}

.sports-page .campaigns-gutter ul li .content h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #51D8BC;
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter ul li .content h3 {
    font-size: 20px;
  }
}

.sports-page .campaigns-gutter ul li .content p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

@media (max-width: 767.99px) {
  .sports-page .campaigns-gutter ul li .content p {
    font-size: 18px;
  }
}

.sports-page .suite-gutter {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/sports/sports-suite-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sports-page .suite-gutter h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #20335A;
  margin-bottom: 5px;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter h3 {
    font-size: 20px;
  }
}

.sports-page .suite-gutter .heading-gutter h2 {
  color: #fff;
  margin: 0;
}

.sports-page .suite-gutter .g-box {
  background: #51d8bc;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .g-box {
    border-radius: 20px;
    padding: 15px 0;
  }
}

.sports-page .suite-gutter .g-box.mtb {
  margin: 40px 0 0 0;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .g-box.mtb {
    margin: 20px 0 0 0;
  }
}

.sports-page .suite-gutter .g-box p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  color: #20335A;
  margin-bottom: 0;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .g-box p {
    font-size: 18px;
  }
}

.sports-page .suite-gutter .combined-section {
  background: rgba(0, 0, 0, 0.26);
  border: 2px solid #628de8;
  border-radius: 40px;
  padding: 30px 0px 0px 0px;
  overflow: hidden;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section {
    border-radius: 20px;
    padding: 20px 0px 0px 0px;
  }
}

.sports-page .suite-gutter .combined-section .fan-segment-section {
  margin-bottom: 30px;
  text-align: center;
}

.sports-page .suite-gutter .combined-section .fan-segment-section h3 {
  color: #fff;
  margin-bottom: 20px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0 0;
  width: 100%;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .fan-segment-section p {
    font-size: 16px;
  }
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segments-grid {
  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;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .fan-segment-section .segment-card {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 20px;
  }
  .sports-page .suite-gutter .combined-section .fan-segment-section .segment-card:nth-child(2)::after {
    display: none;
  }
  .sports-page .suite-gutter .combined-section .fan-segment-section .segment-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(80, 179, 159, 0.6);
  }
  .sports-page .suite-gutter .combined-section .fan-segment-section .segment-card:nth-child(3)::before, .sports-page .suite-gutter .combined-section .fan-segment-section .segment-card:nth-child(4)::before {
    display: none;
  }
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(80, 179, 159, 0.6);
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card:nth-child(4)::after {
  display: none;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .icon-wrapper {
    margin-bottom: 6px;
  }
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card.v2 p {
  width: auto;
  margin: 0 0 0 10px;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .fan-segment-section .segment-card.v2 p {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.live-svg {
  width: 54px;
  height: 36px;
  background-position: -50px -156px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.stats-svg {
  width: 53px;
  height: 47px;
  background-position: -53px -9px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.trophy-svg {
  width: 50px;
  height: 47px;
  background-position: -35px -109px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.club-svg {
  width: 47px;
  height: 47px;
  background-position: -1px -9px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.youtube-svg {
  width: 47px;
  height: 33px;
  background-position: -1px -191px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.ctv-svg {
  width: 47px;
  height: 33px;
  background-position: -1px -156px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.tiktok-svg {
  width: 38px;
  height: 33px;
  background-position: -39px -64px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.meta-svg {
  width: 36px;
  height: 33px;
  background-position: -1px -105px;
}

.sports-page .suite-gutter .combined-section .fan-segment-section .segment-card .svg.programmatic-svg {
  width: 40px;
  height: 33px;
  background-position: 0px -65px;
}

.sports-page .suite-gutter .combined-section .watch-section {
  text-align: center;
  background: rgba(0, 0, 0, 0.26);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 40px 30px;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .watch-section {
    padding: 20px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.sports-page .suite-gutter .combined-section .watch-section h3 {
  color: #51D8BC;
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .watch-section h3 {
    margin-bottom: 15px;
  }
}

.sports-page .suite-gutter .combined-section .watch-section .content-flex {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .watch-section .content-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sports-page .suite-gutter .combined-section .watch-section .content-flex .content-card {
  width: 18.5%;
  background: white;
  border-radius: 20px;
  border: 1px solid #51D8BC;
  padding: 10px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .watch-section .content-flex .content-card {
    width: 31%;
    padding: 4px;
    margin: 3px;
    border-radius: 10px;
  }
}

.sports-page .suite-gutter .combined-section .watch-section .content-flex .content-card img {
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .watch-section .content-flex .content-card img {
    margin-bottom: 5px;
  }
}

.sports-page .suite-gutter .combined-section .watch-section .content-flex .content-card p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #162035;
  margin: 0;
}

@media (max-width: 767.99px) {
  .sports-page .suite-gutter .combined-section .watch-section .content-flex .content-card p {
    font-size: 13px;
  }
}

.sports-page .suite-gutter .ai-engine-section {
  position: relative;
  text-align: center;
}

.sports-page .suite-gutter .ai-engine-section .responsive-img {
  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;
}

.sports-page .suite-gutter .ai-engine-section .responsive-img .desktop-img {
  display: block;
}

.sports-page .suite-gutter .ai-engine-section .responsive-img .mobile-img {
  display: none;
}

@media (max-width: 768px) {
  .sports-page .suite-gutter .ai-engine-section .responsive-img {
    /* center on mobile */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sports-page .suite-gutter .ai-engine-section .responsive-img .desktop-img {
    display: none;
  }
  .sports-page .suite-gutter .ai-engine-section .responsive-img .mobile-img {
    display: block;
  }
  .sports-page .suite-gutter .ai-engine-section .responsive-img img {
    margin: 0 auto;
    /* ensures the image itself is centered */
  }
}

.sports-page .suite-gutter .ai-engine-section .display-none {
  display: none;
}

.sports-page .form-gutter .inner {
  background: rgba(80, 179, 159, 0.12);
  border: 0;
}

.sports-page .form-gutter .inner .data {
  border: 0;
}

@media (max-width: 767.99px) {
  .sports-page .form-gutter .inner .data {
    padding: 20px 15px;
  }
}

.sports-page .form-gutter .inner .data .heading-gutter {
  margin-bottom: 40px;
}

.sports-page .form-gutter .inner .data .heading-gutter h2 {
  color: #20335A;
}

.sports-page .form-gutter .inner .data .heading-gutter h2 span {
  display: inline;
  color: #51D8BC;
}

.sports-page .form-gutter .inner .data .forms .form-control {
  border-radius: 30px;
}

.cairns-page .heading-gutter {
  text-align: center;
  margin-bottom: 50px;
}

.cairns-page .heading-gutter h1 {
  font-size: 48px;
  font-weight: 800;
  color: #162035;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 767.99px) {
  .cairns-page .heading-gutter h1 {
    font-size: 32px;
  }
}

.cairns-page .heading-gutter h1 span {
  color: #4FB39F;
  display: inline !important;
}

.cairns-page .heading-gutter p {
  font-size: 20px;
  color: #151515;
}

.cairns-page .page-head {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/cairnscrocodile/banner.jpg) no-repeat center center/cover;
  position: relative;
}

@media (max-width: 767.99px) {
  .cairns-page .page-head {
    background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/cairnscrocodile/banner-m.jpg) no-repeat center center/cover;
    height: 500px;
  }
}

@media (max-width: 767.99px) {
  .cairns-page .page-head .cnts {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cairns-page .page-head .cnts .heading {
  margin-bottom: 40px;
}

.cairns-page .page-head .cnts .heading picture {
  width: 400px;
  display: inline-block;
}

@media (max-width: 767.99px) {
  .cairns-page .page-head .cnts .heading picture {
    width: 250px;
  }
}

.cairns-page .page-head .cnts .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0px 0px 40px 0px;
  gap: 20px;
}

.cairns-page .page-head .cnts .info .info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 15px;
}

@media (max-width: 767.99px) {
  .cairns-page .page-head .cnts .info .info-data {
    font-size: 12px;
    gap: 15px;
  }
}

.cairns-page .page-head .cnts .info .info-data:not(:last-child) {
  border-right: 1px solid white;
  padding-right: 20px;
}

.cairns-page .page-head .cnts .btn {
  background-color: #50B39F;
  border: 3px solid #45E0C16B;
  border-radius: 54px !important;
  width: 250px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767.99px) {
  .cairns-page .page-head .cnts .btn {
    width: 200px;
    height: 45px;
    font-size: 14px;
  }
}

.cairns-page .page-head .cnts .btn:hover {
  background: #007568;
  color: #fff;
}

.cairns-page .main-gutter {
  position: relative;
}

.cairns-page .main-gutter .cnts {
  padding: 0 30px;
  margin-bottom: 40px;
}

@media (max-width: 767.99px) {
  .cairns-page .main-gutter .cnts {
    padding: 0;
    margin-bottom: 20px;
  }
}

.cairns-page .main-gutter .cnts p {
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .cairns-page .main-gutter figure {
    margin-bottom: 30px;
  }
}

.cairns-page .main-gutter .action {
  padding: 0 30px;
}

@media (max-width: 767.99px) {
  .cairns-page .main-gutter .action {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .cairns-page .main-gutter .action.d {
    display: none;
  }
}

.cairns-page .main-gutter .action.m {
  display: none;
}

@media (max-width: 767.99px) {
  .cairns-page .main-gutter .action.m {
    display: block;
  }
}

.cairns-page .main-gutter .action .btn {
  border: 3px solid #45E0C16B;
  background-color: #50B39F;
  border-radius: 54px !important;
  width: 350px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767.99px) {
  .cairns-page .main-gutter .action .btn {
    max-width: 350px;
  }
}

.cairns-page .main-gutter .action .btn:hover {
  background: #007568;
  color: #fff;
}

.cairns-page .main-gutter .crocodileImg {
  position: absolute;
  right: 0;
  bottom: -45px;
  text-align: right;
}

@media (max-width: 767.99px) {
  .cairns-page .main-gutter .crocodileImg {
    bottom: 0px;
  }
  .cairns-page .main-gutter .crocodileImg img {
    width: 35%;
  }
}

.cairns-page .experience-gutter .heading {
  text-align: center;
  margin-bottom: 50px;
}

.cairns-page .experience-gutter .items-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 767.99px) {
  .cairns-page .experience-gutter .items-carousel {
    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;
    gap: 0;
  }
}

.cairns-page .experience-gutter .items-carousel .item {
  background: -webkit-gradient(linear, left bottom, left top, from(#162035), to(#1F2F4F));
  background: linear-gradient(360deg, #162035 0%, #1F2F4F 100%);
  border: 2px solid rgba(37, 63, 115, 0.51);
  border-radius: 35px;
  flex:1;
  transition: all 0.5s ease-in-out;
}
.cairns-page .experience-gutter .items-carousel .item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 #9fe7d8;
}

@media (max-width: 767.99px) {
  .cairns-page .experience-gutter .items-carousel .item {
    flex: auto;
        margin-bottom: 10px;
  }
}

.cairns-page .experience-gutter .items-carousel .item .cnts {
  padding: 16px 25px;
}

.cairns-page .experience-gutter .items-carousel .item .cnts h2 {
  font-size: 26px;
  font-weight: 800;
  color: #4FD5BA;
  margin-bottom: 6px;
}

@media (max-width: 767.99px) {
  .cairns-page .experience-gutter .items-carousel .item .cnts h2 {
    font-size: 24px;
  }
}

.cairns-page .experience-gutter .items-carousel .item .cnts p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767.99px) {
  .cairns-page .experience-gutter .items-carousel .item .cnts p {
    font-size: 14px;
  }
}

.cairns-page .experience-gutter .items-carousel .item .cnts .text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cairns-page .experience-gutter .items-carousel .item .cnts .text img {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.cairns-page .experience-gutter .items-carousel .item .cnts a {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin: 30px 0 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cairns-page .experience-gutter .items-carousel .item .cnts a:hover {
  background: #fff;
  color: #162035;
}

@media (max-width: 767.99px) {
  .cairns-page .experience-gutter .items-carousel .item .cnts a {
    margin: 20px 0 10px;
  }
}

.cairns-page .experience-gutter .items-carousel .item .cnts.btm p {
  height: 100px;
  overflow: hidden;
}

@media (max-width: 767.99px) {
  .cairns-page .experience-gutter .items-carousel .item .cnts.btm p {
    height: auto;
  }
}

.cairns-page .experience-gutter .items-carousel .item figure {
  width: 100%;
  height: 180px;
}

.cairns-page .experience-gutter .items-carousel .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cairns-page .experience-gutter .items-carousel.owl-carousel .owl-nav div {
  top: 80px;
  font-size: 40px;
}

.cairns-page .team-gutter {
  position: relative;
}

.cairns-page .team-gutter .cairnsImg {
  position: absolute;
  left: 0;
  top: -60px;
  text-align: left;
}

@media (max-width: 767.99px) {
  .cairns-page .team-gutter .cairnsImg {
    top: -25px;
  }
  .cairns-page .team-gutter .cairnsImg img {
    width: 35%;
  }
}

.cairns-page .team-gutter .heading {
  text-align: center;
  margin-bottom: 50px;
}

.cairns-page .team-gutter .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767.99px) {
  .cairns-page .team-gutter .items {
    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;
    gap: 20px;
  }
}

.cairns-page .team-gutter .items .item {
  text-align: center;
}

.cairns-page .team-gutter .items .item figure {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .cairns-page .team-gutter .items .item figure {
    width: 160px;
    height: 160px;
  }
}

.cairns-page .team-gutter .items .item figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.cairns-page .team-gutter .items .item .cnts h3 {
  font-size: 20px;
  font-weight: 800;
  color: #4FB39F;
  line-height: 1.2;
  margin-bottom: 3px;
}

@media (max-width: 767.99px) {
  .cairns-page .team-gutter .items .item .cnts h3 {
    font-size: 17px;
  }
}

.cairns-page .team-gutter .items .item .cnts p {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

@media (max-width: 767.99px) {
  .cairns-page .team-gutter .items .item .cnts p {
    font-size: 11px;
  }
}

@media (max-width: 767.99px) {
  .cairns-page .form-gutter .inner {
    padding: 15px;
  }
}

@media (max-width: 767.99px) {
  .cairns-page .form-gutter .inner .data {
    padding: 30px 15px;
  }
}

.cairns-page .form-gutter .inner .data .forms .form-control {
  border-radius: 30px;
}

@media (max-width: 767.99px) {
  .cairns-page .form-gutter .inner .data .forms .form-control {
    height: 45px;
    font-size: 14px;
  }
}

.cairns-page .form-gutter .inner .data .forms .btn {
  background-color: #50B39F;
  border-radius: 30px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cairns-page .form-gutter .inner .data .forms .btn:hover {
  background: #007568;
}

.guideNew-page .heading-gutter {
  margin-bottom: 40px;
}

@media (max-width: 767.99px) {
  .guideNew-page .heading-gutter {
    text-align: center;
    margin-bottom: 30px;
  }
}

.guideNew-page .heading-gutter h2 {
  font-size: 50px;
  font-weight: 800;
  color: #162035;
  line-height: 1.1;
  margin: 0 0 5px 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .heading-gutter h2 {
    font-size: 36px;
  }
}

.guideNew-page .heading-gutter h2 span {
  display: inline !important;
  font-style: italic;
  color: #00D4A8;
}

.guideNew-page .heading-gutter p {
  font-size: 16px;
  font-weight: 400;
  color: #4D607A;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .heading-gutter p {
    font-size: 14px;
  }
}

.guideNew-page .page-head {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/guidenew/sports-playbook-banner-bg.jpg) no-repeat center center/cover;
}

.guideNew-page .page-head.ispd {
  padding: 20px 0 0 0;
}

.guideNew-page .page-head .heading {
  max-width: 500px;
}

@media (max-width: 767.99px) {
  .guideNew-page .page-head .heading {
    max-width: 100%;
    text-align: center;
  }
}

.guideNew-page .page-head .heading .head-tag {
  margin-bottom: 20px;
}

.guideNew-page .page-head .heading .head-tag span {
  display: inline-block;
  background: rgba(0, 212, 168, 0.1);
  border: 1px solid rgba(0, 212, 168, 0.2);
  font-size: 11px;
  font-weight: 600;
  color: #00D4A8;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 7px 20px 6px;
}

.guideNew-page .page-head .heading h1 {
  font-size: 80px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  margin: 0 0 20px 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .page-head .heading h1 {
    font-size: 44px;
  }
}

.guideNew-page .page-head .heading h1 span {
  font-weight: 800;
  font-style: italic;
  color: #00D4A8;
}

.guideNew-page .page-head .heading p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .page-head .heading p {
    font-size: 11px;
  }
}

.guideNew-page .page-head .heading .btn {
  background-color: #00D4A8;
  border-radius: 40px !important;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 201, 167, 0.3);
          box-shadow: 0px 0px 36px 0px rgba(0, 201, 167, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-weight: 700;
  color: #060F20;
  margin-top: 40px;
}

@media (max-width: 767.99px) {
  .guideNew-page .page-head .heading .btn {
    margin: 25px 0 40px;
  }
}

.guideNew-page .page-head .heading .btn:hover {
  background: #007568;
  color: #fff;
}

.guideNew-page .headInfo-gutter {
  background: -webkit-gradient(linear, left top, right top, from(#5CC2FF), to(#00B58F));
  background: linear-gradient(90deg, #5CC2FF 0%, #00B58F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guideNew-page .headInfo-gutter.ispd {
  padding: 20px 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .headInfo-gutter.ispd {
    padding: 20px 0 0;
  }
}

.guideNew-page .headInfo-gutter .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.99px) {
  .guideNew-page .headInfo-gutter .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.guideNew-page .headInfo-gutter .items .item {
  text-align: center;
}

@media (max-width: 767.99px) {
  .guideNew-page .headInfo-gutter .items .item {
    width: 33%;
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .guideNew-page .headInfo-gutter .items .item:nth-child(4), .guideNew-page .headInfo-gutter .items .item:nth-child(5) {
    width: 40%;
    padding: 0;
  }
  .guideNew-page .headInfo-gutter .items .item:nth-child(1) h2, .guideNew-page .headInfo-gutter .items .item:nth-child(2) h2, .guideNew-page .headInfo-gutter .items .item:nth-child(4) h2 {
    position: relative;
  }
  .guideNew-page .headInfo-gutter .items .item:nth-child(1) h2:after, .guideNew-page .headInfo-gutter .items .item:nth-child(2) h2:after, .guideNew-page .headInfo-gutter .items .item:nth-child(4) h2:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 0;
    right: 0;
    background-color: #ffffff;
  }
  .guideNew-page .headInfo-gutter .items .item:nth-child(2) h2:after {
    right: -8px;
  }
}

.guideNew-page .headInfo-gutter .items .item h2 {
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .headInfo-gutter .items .item h2 {
    font-size: 36px;
  }
}

.guideNew-page .headInfo-gutter .items .item p {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0;
}

.guideNew-page .playbookInside-gutter {
  background: -webkit-gradient(linear, left top, right top, from(#ECF6FC), to(#E6F9F4));
  background: linear-gradient(90deg, #ECF6FC 0%, #E6F9F4 100%);
}

.guideNew-page .playbookInside-gutter .heading-gutter {
  max-width: 650px;
}

.guideNew-page .playbookInside-gutter .items-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookInside-gutter .items-carousel {
    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;
    gap: 0;
  }
}

.guideNew-page .playbookInside-gutter .items-carousel .item {
  width: 32%;
  background: #ffffff;
  border: 1px solid #ECEAE4;
  border-radius: 20px;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookInside-gutter .items-carousel .item {
    width: 100%;
    height: 280px;
    text-align: center;
  }
}

.guideNew-page .playbookInside-gutter .items-carousel .item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 10px 0px #9FE7D8;
          box-shadow: 0px 0px 10px 0px #9FE7D8;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon {
    width: 100%;
    text-align: center;
  }
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg {
  width: 54px;
  height: 54px;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.calendar-icon {
  background-position: -10px -10px;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.youtube-icon {
  background-position: -80px -10px;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.cross-category-icon {
  background-position: -10px -80px;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.full-funnel-icon {
  background-position: -80px -80px;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.fan-behaviour-icon {
  background-position: -10px -150px;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.actionable-icon {
  background-position: -80px -150px;
}

.guideNew-page .playbookInside-gutter .items-carousel .item .icons span {
  font-size: 12px;
  font-weight: 700;
  color: #ECEAE4;
  letter-spacing: .5px;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookInside-gutter .items-carousel .item .icons span {
    font-size: 16px;
  }
}

.guideNew-page .playbookInside-gutter .items-carousel .item .cnts h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1A2840;
  margin: 0 0 10px 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookInside-gutter .items-carousel .item .cnts h3 {
    font-size: 36px;
    line-height: 1.1;
  }
}

.guideNew-page .playbookInside-gutter .items-carousel .item .cnts p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  color: #4D607A;
  margin: 0;
}

.guideNew-page .playbookInside-gutter .items-carousel.owl-carousel .owl-nav .owl-prev,
.guideNew-page .playbookInside-gutter .items-carousel.owl-carousel .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00D4A8;
  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;
  font-size: 24px;
  padding: 0 2px 2px 0;
}

.guideNew-page .playbookInside-gutter .items-carousel.owl-carousel .owl-nav .owl-prev i::before,
.guideNew-page .playbookInside-gutter .items-carousel.owl-carousel .owl-nav .owl-next i::before {
  color: #ffffff;
}

.guideNew-page .playbookInside-gutter .items-carousel.owl-carousel .owl-nav .owl-prev {
  padding: 0 2px 2px 0;
}

.guideNew-page .playbookInside-gutter .items-carousel.owl-carousel .owl-nav .owl-next {
  padding: 0 0 2px 2px;
}

.guideNew-page .playbookSports-gutter .heading-gutter .head-tag {
  margin-bottom: 10px;
}

.guideNew-page .playbookSports-gutter .heading-gutter .head-tag span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #00D4A8;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.guideNew-page .playbookSports-gutter .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 133, 106, 0.15);
  border-radius: 12px;
  padding: 10px 12px;
  max-width: 450px;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookSports-gutter .testimonial {
    margin-bottom: 25px;
  }
}

.guideNew-page .playbookSports-gutter .testimonial .svg {
  width: 24px;
  height: 24px;
}

.guideNew-page .playbookSports-gutter .testimonial .svg.star-icon {
  background-position: -26px -220px;
  margin-right: 10px;
}

.guideNew-page .playbookSports-gutter .testimonial span {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #3A5050;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookSports-gutter .testimonial span {
    font-size: 10px;
  }
}

.guideNew-page .playbookSports-gutter .data {
  background: #FFFFFF;
  border: 1px solid rgba(0, 133, 106, 0.1);
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 100, 80, 0.13);
          box-shadow: 0px 20px 50px 0px rgba(0, 100, 80, 0.13);
  border-radius: 16px;
  padding: 25px 20px;
}

.guideNew-page .playbookSports-gutter .data h3 {
  font-size: 20px;
  font-weight: 700;
  color: #04101F;
  line-height: 1.2;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookSports-gutter .data h3 {
    text-align: center;
  }
}

.guideNew-page .playbookSports-gutter .data .forms p {
  margin: 0;
}

.guideNew-page .playbookSports-gutter .data .forms .form-group .form-control {
  background: #F4F4F2;
  border: 1px solid #E0DDD5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #9CA3AF;
  height: 42px;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookSports-gutter .data .forms .form-group .form-control {
    font-size: 12px;
  }
}

.guideNew-page .playbookSports-gutter .data .forms .form-check {
  margin-bottom: 15px;
}

.guideNew-page .playbookSports-gutter .data .forms .form-check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guideNew-page .playbookSports-gutter .data .forms .form-check p .form-check-input {
  margin-top: -2px;
}

.guideNew-page .playbookSports-gutter .data .forms .form-check p .form-check-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #9CA3AF;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookSports-gutter .data .forms .form-check p .form-check-label {
    font-size: 11px;
  }
}

.guideNew-page .playbookSports-gutter .data .forms .btn {
  width: 100%;
  background-color: #04101F;
  border-radius: 12px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
}

.guideNew-page .playbookSports-gutter .data .forms .btn:hover {
  background: #00D4A8;
}

.guideNew-page .playbookSports-gutter .data .term {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #9CA3AF;
  text-align: center;
}

@media (max-width: 767.99px) {
  .guideNew-page .playbookSports-gutter .data .term {
    font-size: 11px;
  }
}

.guideNew-page .playbookSports-gutter .data .term a {
  font-weight: 700;
}

.guideNew-page .playbookSports-gutter .data .term a:hover {
  color: #00D4A8;
}
.travelNew-page .svg {
  background-image: url("https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/travelnew/sprites.svg?v=3");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.travelNew-page .heading-gutter {
  margin-bottom: 40px;
}
@media (max-width: 767.99px) {
  .travelNew-page .heading-gutter {
    text-align: center;
    margin-bottom: 30px;
  }
}
.travelNew-page .heading-gutter h2 {
  font-size: 38px;
  font-weight: 800;
  color: #162035;
  line-height: 1.1;
  margin: 0 0 5px 0;
}
@media (max-width: 767.99px) {
  .travelNew-page .heading-gutter h2 {
    font-size: 34px;
  }
}
.travelNew-page .heading-gutter h2 span {
  display: inline !important;
  font-style: italic;
  color: #00d4a8;
}
.travelNew-page .heading-gutter p {
  font-size: 16px;
  font-weight: 400;
  color: #4d607a;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767.99px) {
  .travelNew-page .heading-gutter p {
    font-size: 14px;
  }
}
.travelNew-page .page-head {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/travelnew/banner.jpg) no-repeat center center/cover;
}
@media (max-width: 767.99px) {
  .travelNew-page .page-head .heading {
    max-width: 100%;
    text-align: center;
  }
}
.travelNew-page .page-head .heading .head-tag {
  margin-bottom: 20px;
}
.travelNew-page .page-head .heading .head-tag span {
  display: inline-block;
  background: rgba(0, 212, 168, 0.1);
  border: 1px solid rgba(0, 212, 168, 0.2);
  font-size: 11px;
  font-weight: 600;
  color: #00d4a8;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 7px 20px 6px;
}
.travelNew-page .page-head .heading h1 {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 20px 0;
}
@media (max-width: 767.99px) {
  .travelNew-page .page-head .heading h1 {
    font-size: 40px;
  }
}
.travelNew-page .page-head .heading h1 span {
  font-weight: 800;
  font-style: italic;
  color: #00d4a8;
}
.travelNew-page .page-head .heading p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767.99px) {
  .travelNew-page .page-head .heading p {
    font-size: 11px;
  }
}
.travelNew-page .page-head .heading .btn {
  background-color: #00d4a8;
  border-radius: 40px !important;
  box-shadow: 0px 0px 36px 0px rgba(0, 201, 167, 0.3);
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-weight: 700;
  color: #060f20;
  margin-top: 40px;
}
@media (max-width: 767.99px) {
  .travelNew-page .page-head .heading .btn {
    margin: 25px 0 40px;
  }
}
.travelNew-page .page-head .heading .btn:hover {
  background: #007568;
  color: #fff;
}
.travelNew-page .markets-gutter {
  display: flex;
  align-items: center;
  position: relative;
  background-image: url("https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/travelnew/globe.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% calc(50% - 30px);
}
@media (max-width: 767.99px) {
  .travelNew-page .markets-gutter {
    background-image: url("https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/travelnew/globe-m.png");
    background-position: top center;
  }
}
.travelNew-page .markets-gutter .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 767.99px) {
  .travelNew-page .markets-gutter .content-wrapper {
    flex-direction: column;
    padding: 60px 0;
    gap: 50px;
  }
}
.travelNew-page .markets-gutter .left-content {
  flex: 1;
}
@media (max-width: 767.99px) {
  .travelNew-page .markets-gutter .left-content .heading-gutter {
    margin: 0;
  }
}
.travelNew-page .markets-gutter .right-content {
  text-align: center;
  flex: 1;
  margin: 0 0 30px 120px;
}
@media (max-width: 767.99px) {
  .travelNew-page .markets-gutter .right-content {
    margin: 0;
  }
}
.travelNew-page .markets-gutter .right-content .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.travelNew-page .markets-gutter .right-content .btns a {
  display: flex;
  flex: 0 0 calc(33.33% - 14px);
}
.travelNew-page .markets-gutter .right-content .btns a button {
  border-radius: 50px !important;
  border: 1px solid #00d4a8;
  background-color: white;
  color: #4d607a;
  height: 40px;
  width: 100%;
}
.travelNew-page .markets-gutter .right-content .btns a button:hover {
  background-color: #00d4a8;
  color: white;
}
.travelNew-page .playbookInside-gutter {
  background: linear-gradient(90deg, #ecf6fc 0%, #e6f9f4 100%);
  position: relative;
}
.travelNew-page .playbookInside-gutter .heading-gutter {
  max-width: 650px;
}
.travelNew-page .playbookInside-gutter figure img {
  margin-top: -100px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-60px, 54px);
  scale: 0.9;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookInside-gutter figure img {
    display: none;
  }
}
.travelNew-page .playbookInside-gutter .items-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookInside-gutter .items-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
}
.travelNew-page .playbookInside-gutter .items-carousel .item {
  width: 32%;
  background: #ffffff;
  border: 1px solid #eceae4;
  border-radius: 20px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookInside-gutter .items-carousel .item {
    width: 100%;
    height: 280px;
    text-align: center;
  }
}
.travelNew-page .playbookInside-gutter .items-carousel .item:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px 0px #9fe7d8;
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon {
    width: 100%;
    text-align: center;
  }
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg {
  width: 56px;
  height: 56px;
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.travel-icon {
  background-position: -47px -23px;
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.video-icon {
  background-position: -44px -88px;
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.loop-icon {
  background-position: -48px -149px;
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.question-icon {
  width: 63px;
  height: 62px;
  background-position: -44px -212px;
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.chess-icon {
  background-position: -46px -285px;
}
.travelNew-page .playbookInside-gutter .items-carousel .item .icons .icon .svg.check-icon {
  background-position: -48px -351px;
}
.travelNew-page .playbookInside-gutter .items-carousel .item span {
  font-size: 12px;
  font-weight: 700;
  color: #eceae4;
  letter-spacing: 0.5px;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookInside-gutter .items-carousel .item span {
    font-size: 16px;
  }
}
.travelNew-page .playbookInside-gutter .items-carousel .cnts h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1a2840;
  margin: 0 0 10px 0;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookInside-gutter .items-carousel .cnts h3 {
    font-size: 36px;
    line-height: 1.1;
  }
}
.travelNew-page .playbookInside-gutter .items-carousel .cnts p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  color: #4d607a;
  margin: 0;
}
.travelNew-page .playbookInside-gutter.owl-carousel .owl-nav .owl-prev,
.travelNew-page .playbookInside-gutter.owl-carousel .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00d4a8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 2px 2px 0;
}
.travelNew-page .playbookInside-gutter.owl-carousel .owl-nav .owl-prev i::before,
.travelNew-page .playbookInside-gutter.owl-carousel .owl-nav .owl-next i::before {
  color: #ffffff;
}
.travelNew-page .playbookSports-gutter .heading-gutter .head-tag {
  margin-bottom: 10px;
}
.travelNew-page .playbookSports-gutter .heading-gutter .head-tag span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #00d4a8;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.travelNew-page .playbookSports-gutter .testimonial {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 133, 106, 0.15);
  border-radius: 12px;
  padding: 10px 12px;
  max-width: 450px;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookSports-gutter .testimonial {
    margin-bottom: 25px;
  }
}
.travelNew-page .playbookSports-gutter .testimonial .svg {
  width: 24px;
  height: 24px;
}
.travelNew-page .playbookSports-gutter .testimonial .svg.star-icon {
  background-position: -63px -423px;
  margin-right: 10px;
}
.travelNew-page .playbookSports-gutter .testimonial span {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #3a5050;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookSports-gutter .testimonial span {
    font-size: 10px;
  }
}
.travelNew-page .playbookSports-gutter .right-bg {
  background: url(https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/travelnew/location.png) no-repeat right 20%;
  background-size: 50%;
}
.travelNew-page .playbookSports-gutter .data {
  background: #ffffff;
  border: 1px solid rgba(0, 133, 106, 0.1);
  box-shadow: 0px 20px 50px 0px rgba(0, 100, 80, 0.13);
  border-radius: 16px;
  padding: 25px 20px;
}
.travelNew-page .playbookSports-gutter .data h3 {
  font-size: 20px;
  font-weight: 700;
  color: #04101f;
  line-height: 1.2;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookSports-gutter .data h3 {
    text-align: center;
  }
}
.travelNew-page .playbookSports-gutter .data .forms p {
  margin: 0;
}
.travelNew-page .playbookSports-gutter .data .forms .form-group .form-control {
  background: #f4f4f2;
  border: 1px solid #e0ddd5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #9ca3af;
  height: 42px;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookSports-gutter .data .forms .form-group .form-control {
    font-size: 12px;
  }
}
.travelNew-page .playbookSports-gutter .data .forms .form-check {
  margin-bottom: 15px;
}
.travelNew-page .playbookSports-gutter .data .forms .form-check p {
  display: flex;
  align-items: center;
}
.travelNew-page .playbookSports-gutter .data .forms .form-check p .form-check-input {
  margin-top: -2px;
}
.travelNew-page .playbookSports-gutter .data .forms .form-check p .form-check-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #9ca3af;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookSports-gutter .data .forms .form-check p .form-check-label {
    font-size: 11px;
  }
}
.travelNew-page .playbookSports-gutter .data .forms .btn {
  width: 100%;
  background-color: #04101f;
  border-radius: 12px !important;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
}
.travelNew-page .playbookSports-gutter .data .forms .btn::after {
  content: "→";
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.travelNew-page .playbookSports-gutter .data .forms .btn:hover {
  background: #00d4a8;
}
.travelNew-page .playbookSports-gutter .data .term {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #9ca3af;
  text-align: center;
}
@media (max-width: 767.99px) {
  .travelNew-page .playbookSports-gutter .data .term {
    font-size: 11px;
  }
}
.travelNew-page .playbookSports-gutter .data .term a {
  font-weight: 700;
}
.travelNew-page .playbookSports-gutter .data .term a:hover {
  color: #00d4a8;
}
.silverscreen-page .hero {
  min-height: 100vh;
  background: #08152b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 60px 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767.99px) {
  .silverscreen-page .hero {
    padding: 60px 30px;
    align-items: flex-start;
    min-height: auto;
  }
}
.silverscreen-page .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://cdn.silverpush.co/wp-content/themes/silverpush/assets/img/Silverscreen/silverscreen-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.05);
  z-index: 0;
}
@media (max-width: 767.99px) {
  .silverscreen-page .hero-bg {
    display: none;
  }
}
.silverscreen-page .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 20, 45, 0.55) 0%, rgba(8, 20, 45, 0.45) 40%, rgba(8, 20, 45, 0.6) 100%), linear-gradient(90deg, rgba(3, 10, 24, 0.75) 0%, rgba(3, 10, 24, 0.25) 18%, rgba(3, 10, 24, 0.05) 40%, rgba(3, 10, 24, 0.05) 60%, rgba(3, 10, 24, 0.25) 82%, rgba(3, 10, 24, 0.75) 100%), radial-gradient(ellipse 60% 45% at 50% 38%, rgba(44, 205, 176, 0.08) 0%, transparent 72%), radial-gradient(circle at center, rgba(255, 255, 255, 0.02) 0%, rgba(6, 12, 25, 0.18) 45%, rgba(2, 6, 15, 0.65) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.silverscreen-page .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.silverscreen-page .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #3ecfb2;
  margin-bottom: 26px;
  animation: fadeUp 0.5s ease both;
}
.silverscreen-page .hero-eyebrow .new-tag {
  background: #2dbfa3;
  color: #1b2a4a;
  font-size: 9px;
  padding: 3px 8px;
  border-radius: 4px;
}
.silverscreen-page .hero-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  color: white;
  margin-bottom: 24px;
  animation: fadeUp 0.5s 0.08s ease both;
}
.silverscreen-page .hero-title em {
  color: #3ecfb2;
  font-style: normal;
}
.silverscreen-page .hero-sub {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  margin-bottom: 36px;
  animation: fadeUp 0.5s 0.16s ease both;
}
.silverscreen-page .hero-pills {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  animation: fadeUp 0.5s 0.24s ease both;
}
.silverscreen-page .hero-pills .pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
}
.silverscreen-page .hero-pills .pill-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.silverscreen-page .hero-pills .pill-yt .pill-dot {
  background: #ff0033;
}
.silverscreen-page .hero-pills .pill-tv .pill-dot {
  background: #2dbfa3;
}
.silverscreen-page .hero-pills .pill-ctv .pill-dot {
  background: #6eb5ff;
}
.silverscreen-page .hero .line {
  width: 350px; /* line length */
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}
.silverscreen-page .hero-note {
  font-size: 13px;
  color: white;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .hero-note {
    font-size: 11px;
  }
}
.silverscreen-page .hero-note .pill-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2dbfa3;
}
.silverscreen-page .hero-note img {
  width: 116px;
  margin-bottom: 3px;
}
.silverscreen-page .hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  animation: fadeUp 0.5s 0.32s ease both;
}
@media (max-width: 767.99px) {
  .silverscreen-page .hero-actions {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
.silverscreen-page .market-strip {
  width: 100%;
  background: #041a34;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.silverscreen-page .market-grid {
  display: grid;
  grid-template-columns: 170px 1fr 1fr 1fr;
  align-items: center;
  padding: 0px 60px;
}
.silverscreen-page .market-card {
  padding: 18px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.silverscreen-page .market-card:last-child {
  border-right: 0;
}
.silverscreen-page .market-card h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}
.silverscreen-page .market-card h2 span {
  color: #2de2d2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.silverscreen-page .market-card p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.5;
}
.silverscreen-page .market-source {
  color: rgba(255, 255, 255, 0.28);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.silverscreen-page .market-label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.silverscreen-page .market-label::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 2px;
  height: 28px;
  background: #2de2d2;
}
.silverscreen-page .market-label .market-kicker {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 14px;
}
.silverscreen-page {
  /* =========================
     MOBILE
  ========================= */
}
@media (max-width: 767.99px) {
  .silverscreen-page .market-grid {
    grid-template-columns: 1fr;
  }
  .silverscreen-page .market-card {
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .silverscreen-page .market-card h2 {
    font-size: 30px;
  }
  .silverscreen-page .market-card h2 span {
    font-size: 16px;
  }
  .silverscreen-page .market-card p {
    font-size: 13px;
    max-width: 100%;
  }
  .silverscreen-page .market-label::before {
    left: 20px;
    top: 18px;
    height: 28px;
  }
  .silverscreen-page .market-label .market-kicker {
    padding-left: 16px;
  }
}
.silverscreen-page .btn-primary {
  background: #2dbfa3;
  color: white;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.silverscreen-page .btn-primary:hover {
  background: #22a891;
  transform: translateY(-1px);
}
.silverscreen-page .btn-ghost {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.silverscreen-page .btn-ghost:hover {
  color: rgba(255, 255, 255, 0.9);
}
.silverscreen-page .eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.silverscreen-page .eyebrow.dark {
  color: rgba(255, 255, 255, 0.4);
}
.silverscreen-page .eyebrow.light {
  color: #2dbfa3;
}
.silverscreen-page .eyebrow.blue {
  color: #3ecfb2;
}
.silverscreen-page .section-title-md {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.2;
}
.silverscreen-page .section-body {
  font-size: 14px;
  line-height: 1.8;
}
.silverscreen-page .criteria {
  background: #152238;
  padding: 90px 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .silverscreen-page .criteria {
    padding: 60px 30px;
  }
}
.silverscreen-page .criteria::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 100% 0%, rgba(45, 191, 163, 0.12), transparent);
  pointer-events: none;
}
.silverscreen-page .criteria-head {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .silverscreen-page .criteria-head {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
}
.silverscreen-page .criteria-head .left {
  max-width: 50%;
}
@media (max-width: 767.99px) {
  .silverscreen-page .criteria-head .left {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.silverscreen-page .criteria-head .section-title-md {
  color: white;
  margin-bottom: 14px;
}
.silverscreen-page .criteria-head .section-body {
  color: rgba(255, 255, 255, 0.5);
}
.silverscreen-page .criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .criteria-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.silverscreen-page .criteria .crit-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 24px;
  transition: background 0.2s, transform 0.2s;
}
.silverscreen-page .criteria .crit-card:hover {
  background: rgba(45, 191, 163, 0.06);
  transform: translateY(-2px);
}
.silverscreen-page .criteria .crit-card .crit-num {
  font-size: 10px;
  font-weight: 400;
  color: #3ecfb2;
  letter-spacing: 1.5px;
  margin-bottom: 26px;
  display: block;
}
.silverscreen-page .criteria .crit-card .crit-title {
  font-size: 15px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.silverscreen-page .criteria .crit-card .crit-body {
  font-size: 12.5px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}
.silverscreen-page .criteria-footer {
  margin-top: 24px;
  background: rgba(45, 191, 163, 0.07);
  border: 1px solid rgba(45, 191, 163, 0.2);
  border-radius: 14px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.silverscreen-page .criteria-footer-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  font-weight: 400;
}
.silverscreen-page .criteria-footer-text strong {
  color: white;
}
.silverscreen-page .genre-layer {
  padding: 90px 60px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.99px) {
  .silverscreen-page .genre-layer {
    padding: 60px 24px;
  }
}
.silverscreen-page .genre-layer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 991.99px) {
  .silverscreen-page .genre-layer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.silverscreen-page .genre-layer__content {
  max-width: 620px;
}
.silverscreen-page .genre-layer__title {
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  font-size: 24px;
}
.silverscreen-page .genre-layer__desc {
  color: #6b7280;
  font-size: 14px;
  max-width: 520px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767.99px) {
  .silverscreen-page .genre-layer__desc {
    font-size: 15px;
  }
}
.silverscreen-page .genre-layer__count {
  text-align: right;
  min-width: 180px;
}
@media (max-width: 991.99px) {
  .silverscreen-page .genre-layer__count {
    text-align: left;
  }
}
.silverscreen-page .genre-layer__count-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2dbfa3;
  text-align: right;
  margin-bottom: 8px;
}
.silverscreen-page .genre-layer__count-number {
  font-size: 40px;
  font-weight: 600;
  color: #0f1f3d;
  text-align: right;
  letter-spacing: -0.01em;
}
.silverscreen-page .genre-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .genre-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.silverscreen-page .genre-card {
  background: #f7f8fa;
  border: 1px solid #e3e3e3;
  border-radius: 18px;
  padding: 22px 20px;
  min-height: 128px;
  transition: all 0.25s ease;
}
.silverscreen-page .genre-card:hover {
  transform: translateY(-2px);
  border-color: rgba(52, 198, 171, 0.35);
  background: #f7f7f7;
}
.silverscreen-page .genre-card__number {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: rgba(20, 33, 61, 0.28);
  margin-bottom: 12px;
}
.silverscreen-page .genre-card__title {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 12px;
}
.silverscreen-page .genre-card__title.light {
  color: rgba(20, 33, 61, 0.45);
  font-weight: 600;
}
.silverscreen-page .genre-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.silverscreen-page .genre-card__tags span {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #34c6ab;
}
.silverscreen-page .genre-card__tags span:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(20, 33, 61, 0.25);
}
.silverscreen-page .genre-card__footer {
  margin-top: 14px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(20, 33, 61, 0.25);
  font-weight: 700;
}
.silverscreen-page .genre-card--muted {
  border-style: dashed;
  background: transparent;
}
.silverscreen-page .genre-card--muted:hover {
  transform: none;
  background: transparent;
  border-color: #dddddd;
}
.silverscreen-page .proof {
  background: white;
  padding: 0px 60px 60px 60px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .proof {
    padding: 60px 30px;
  }
}
.silverscreen-page .proof-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 44px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .proof-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.silverscreen-page .proof-head .section-title-md {
  font-size: 26px;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  font-size: 24px;
}
.silverscreen-page .proof-head .section-body {
  color: #6b7280;
  font-size: 14px;
  max-width: 520px;
  line-height: 1.8;
  font-weight: 400;
}
.silverscreen-page .proof-case-tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2dbfa3;
  text-align: right;
  margin-bottom: 8px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .proof-case-tag {
    text-align: left;
  }
}
.silverscreen-page .proof-case-name {
  font-size: 13px;
  font-weight: 600;
  color: #0f1f3d;
  text-align: right;
  letter-spacing: -0.01em;
}
@media (max-width: 767.99px) {
  .silverscreen-page .proof-case-name {
    text-align: left;
  }
}
.silverscreen-page .proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .proof-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.silverscreen-page .proof-card {
  background: #edf9f7;
  border: 1px solid rgba(45, 191, 163, 0.18);
  border-radius: 16px;
  padding: 32px 28px;
  transition: box-shadow 0.2s, transform 0.15s;
}
.silverscreen-page .proof-card:hover {
  box-shadow: 0 8px 32px rgba(45, 191, 163, 0.15);
  transform: translateY(-2px);
}
.silverscreen-page .proof-num {
  font-size: 48px;
  font-weight: 500;
  color: #22a891;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 10px;
}
.silverscreen-page .proof-metric {
  font-size: 13px;
  color: #0f1f3d;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.silverscreen-page .proof-desc {
  font-size: 12.5px;
  line-height: 1.65;
  color: #6b7280;
  font-weight: 400;
}
.silverscreen-page .proof-close {
  margin-top: 28px;
  padding: 24px 28px;
  background: #1b2a4a;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .proof-close {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
.silverscreen-page .proof-close-text {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.silverscreen-page .proof-close-text em {
  color: #3ecfb2;
  font-style: normal;
}
.silverscreen-page .proof-close-sub {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  margin-top: 6px;
}
.silverscreen-page #contact-us {
  scroll-margin-top: 100px;
}
.silverscreen-page .cta {
  background: #1b2a4a;
  padding: 90px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.silverscreen-page .playbookSports-gutter {
  background: #1b2a4a;
}
.silverscreen-page .playbookSports-gutter .playbook-left .section-title-lg {
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
}
.silverscreen-page .playbookSports-gutter .playbook-left .section-title-lg .white {
  color: #ffffff;
  display: inline !important;
}
.silverscreen-page .playbookSports-gutter .playbook-left .section-title-lg .green {
  color: #39d7c2;
}
.silverscreen-page .playbookSports-gutter .playbook-left .section-title-lg .strike-text {
  position: relative;
  display: inline-block !important;
  color: rgba(255, 255, 255, 0.22);
}
.silverscreen-page .playbookSports-gutter .playbook-left .section-title-lg .strike-line {
  position: absolute;
  left: 0;
  top: 48%;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: #e04b74;
  transform: translateY(-50%);
}
.silverscreen-page .playbookSports-gutter .playbook-left .section-body {
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}
.silverscreen-page .playbookSports-gutter .playbook-left .bottom-meta {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}
.silverscreen-page .data {
  background: #ffffff;
  border: 1px solid rgba(0, 133, 106, 0.1);
  box-shadow: 0px 20px 50px 0px rgba(0, 100, 80, 0.13);
  border-radius: 16px;
  padding: 25px 20px;
}
.silverscreen-page .data h3 {
  font-size: 20px;
  font-weight: 700;
  color: #04101f;
  line-height: 1.2;
}
@media (max-width: 767.99px) {
  .silverscreen-page .data h3 {
    text-align: center;
  }
}
.silverscreen-page .data .forms p {
  margin: 0;
}
.silverscreen-page .data .forms .form-group .form-control {
  background: #f4f4f2;
  border: 1px solid #e0ddd5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #9ca3af;
  height: 42px;
}
@media (max-width: 767.99px) {
  .silverscreen-page .data .forms .form-group .form-control {
    font-size: 12px;
  }
}
.silverscreen-page .data .forms .form-check {
  margin-bottom: 15px;
}
.silverscreen-page .data .forms .form-check p {
  display: flex;
  align-items: center;
}
.silverscreen-page .data .forms .form-check p .form-check-input {
  margin-top: -2px;
}
.silverscreen-page .data .forms .form-check p .form-check-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #9ca3af;
}
@media (max-width: 767.99px) {
  .silverscreen-page .data .forms .form-check p .form-check-label {
    font-size: 11px;
  }
}
.silverscreen-page .data .forms .btn {
  width: 100%;
  background-color: #04101f;
  border-radius: 12px !important;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
}
.silverscreen-page .data .forms .btn:hover {
  background: #00d4a8;
}
.silverscreen-page .data .term {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #9ca3af;
  text-align: center;
}
@media (max-width: 767.99px) {
  .silverscreen-page .data .term {
    font-size: 11px;
  }
}
.silverscreen-page .data .term a {
  font-weight: 700;
}
.silverscreen-page .data .term a:hover {
  color: #00d4a8;
}
/*# sourceMappingURL=app.css.map */