

.to-animate {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 10rem, 0) skewY(0);
  -ms-transform: translate3d(0, 10rem, 0) skewY(0);
  -webkit-transform: translate3d(0, 10rem, 0) skewY(0);
  transform: translate3d(0, 10rem, 0) skewY(0);
  -moz-transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
  -o-transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
  -webkit-transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition-delay: 0.2s;
  transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
}
.remove-animate {
  opacity: 1;
  visibility: visible;
}
.copycat {
  height: 100% !important;
}
.to-animate.animate-in {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0) skewY(0deg);
  -ms-transform: translate3d(0, 0, 0) skewY(0deg);
  -webkit-transform: translate3d(0, 0, 0) skewY(0deg);
  transform: translate3d(0, 0, 0) skewY(0deg);
}
@media only screen and (max-width: 1190px) {
  :root {
    --offset-default:3vw;
  }
}
@media only screen and (min-width: 1190px) {
  :root {
    --offset-default:8vw;
  }
}
@media only screen and (min-width: 1500px) {
  :root {
    --offset-default:7vw;
  }
}
@media only screen and (min-width: 1900px) {
  :root {
    --offset-default:4vw;
  }
}
.wrapper {
  padding-left: var(--offset-default);
  padding-right: var(--offset-default);
}
.t-cloud-background {
  left: calc(var(--offset-default) * -1);
  right: calc(var(--offset-default) * -1);
}
.bg-grey {
  background-color: var(--color-grey);
}
.sub-high {
  color: var(--color-blue);
  position: relative;
  margin: 0 0 0 1rem;
  padding-top: 4rem;
  font-weight: bolder;
}
.card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ctaarrow {
  margin: auto 0 0 0;
}
.singlehigh {
  position: relative;
  padding-bottom: 5rem;
  cursor: default;
}
.mergelink {
  width: 100%;
}
.ctatext2 {
  color: var(--color-blue);
  width: auto;
}
.h100 {
  height: 100%;
}
.radius-3 {
  display: flex;
  flex-direction: column;
}
.mobile-image {
  display: block;
}
.ctaarrow {
  display: flex;
}
.arrow svg {
  display: inline-block;
  width: auto !important;
  position: relative;
  margin-left: 0.5vw;
}
.arrow-white svg {
  fill: white;
}
.desktop-image {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile-image {
    display: none;
  }
  .desktop-image {
    display: block;
  }
}
.cta, .cta .arrow {
  color: var(--color-blue);
  fill: var(--color-blue);
}
.row {
  position: relative;
}
.row * {
  /* cursor: default; */
}
.row a {
  cursor: pointer;
}
a * {
  cursor: pointer !important;
}
.gradient-background * {
  color: white;
}
.radius-target {
  border-radius: 24px;
}
.radius-trigger:hover .radius-target {
  border-radius: 8px;
}
.radius-trigger:hover .arrow {
  margin-left: 1vw;
}
.arrow {
  transition: margin 0.4s;
}
.radius-target {
  -webkit-transition: border-radius 0.4s;
  transition: border-radius 0.4s;
}
.img-animation {
  /* border: 1px solid grey; */
  /* background-color: white; */
}
.d-flex {
  display: flex;
}
.w-50 {
  width: 50%;
}
.mx-auto {
  margin: auto;
  cursor: default;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:template-main] [96.13667] DESIGN*/
/*******************************************************************/
/* 0.4 D>D */
/* db 166 */