.cta_wrapper {
  width: 100%;
  margin: 50px 0;
}

.cta1-left,
.cta3-left {
  grid-area: cta1-left;
  background-color: #007EB1;
  min-height: 180px;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  color: #fff;
}
.cta1-left p,
.cta3-left p {
  font-size: 1.3rem;
}

.cta1-right,
.cta3-right {
  grid-area: cta1-right;
  overflow: hidden;
  min-height: 180px;
  background-image: url(../images/cta1_men-at-computer.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta3-right {
  background-image: url(../images/cta3_man-on-mountain.webp);
}

.cta4-left {
  grid-area: cta1-left;
  min-height: 300px;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  color: #fff;
}
.cta4-left .txt_wrapper {
  font-size: 3.5rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #0c2a4a;
}
.cta4-left .txt_wrapper .emphasized {
  font-weight: 800;
  color: #0c2a4a;
}
.cta4-left p {
  font-size: 1.3rem;
  color: #333;
}
.cta4-left .cta-link {
  font-size: 1.3rem;
}

.cta4-right {
  grid-area: cta1-right;
  overflow: hidden;
  min-height: 300px;
  background-image: url(../images/happy_customer.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta5-left {
  grid-area: cta5-left;
  overflow: hidden;
  max-height: 300px;
  background-image: url(../images/explore-rentec-direct-woman.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 23px;
}

.cta5-right {
  grid-area: cta5-right;
  min-height: 200px;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  color: #fff;
}
.cta5-right .txt_wrapper {
  font-size: 3.5rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #0c2a4a;
}
.cta5-right .txt_wrapper .emphasized {
  font-weight: 800;
  color: #157eb2;
}
.cta5-right p {
  font-size: 1.3rem;
  color: #333;
}
.cta5-right .cta-link {
  font-size: 1.3rem;
}

.btn-green {
  background-color: #49bb87;
  padding: 20px 30px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
}

.btn-dk-blue {
  background-color: #0d436b;
  padding: 20px 30px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
}

.link-arrows {
  display: inline-block;
  font-size: 1rem;
}

.cta_button {
  border-radius: 0;
}

.cta2 {
  padding-bottom: 30px;
  background-color: #0F426B;
  min-height: 130px;
}

.cta_100 {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px 0 30px;
  font-size: 1.5rem;
  color: #fff;
}

.cta_tiny {
  width: 100%;
  font-size: 0.7rem;
  padding: 7px 30px;
  color: #fff;
}

a.cta_button_2 {
  font-size: 1.2rem;
  color: #fff !important;
  border: 1px solid #006DA0;
  padding: 10px;
  background-color: #007EB1;
  font-weight: bold;
  border-radius: 3px;
}

.cta_button.btn-outline-bright {
  background-color: #eead22;
  color: #000;
  font-size: 1.1rem;
  border-radius: 3px;
}
.cta_button.btn-outline-bright:hover {
  background-color: #dd9c11;
}

.btn-animation {
  width: 60px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 15px;
}

.cta-ani-button-2 {
  background-color: #0d436b;
  color: #FFF;
  font-size: 1.1rem;
  border-radius: 3px;
  position: relative;
  padding: 15px 90px 15px 30px;
}
.cta-ani-button-2:hover {
  background-color: #0c325a;
}

.cta-ani-button-3 {
  background-color: #0d436b;
  color: #FFF;
  font-size: 1.1rem;
  border-radius: 3px;
  position: relative;
  padding: 15px 30px 15px 60px;
}
.cta-ani-button-3:hover {
  background-color: #0c325a;
}

.btn-animation-rocket {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 200px) {
  .cta1,
  .cta3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "cta1-left";
    min-height: 130px;
    background-color: #0F426B;
  }
  .cta4 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "cta5-right";
    min-height: 200px;
    border: 1px solid #0F426B;
  }
  .cta4 a.btn-green, .cta4 a.btn-dk-blue {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  .cta4 p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .cta4 .txt_wrapper {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .cta5 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "cta5-right";
    min-height: 200px;
    background-color: #efefef;
  }
  .cta5 a.btn-green, .cta5 a.btn-dk-blue {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  .cta5 p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .cta5 .txt_wrapper {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .cta1-right,
  .cta3-right,
  .cta4-right,
  .cta5-left {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .cta5 a.btn-green, .cta5 a.btn-dk-blue {
    margin-bottom: 0;
    margin-right: 10px;
    padding: 10px;
    width: auto;
  }
  .cta5 p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .cta5 .txt_wrapper {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .cta1,
  .cta3,
  .cta4 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "cta1-left cta1-right";
    min-height: 130px;
  }
  .cta5 {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-areas: "cta5-left cta5-right";
    min-height: 200px;
  }
  .cta1-right,
  .cta3-right,
  .cta4-right,
  .cta5-left {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .cta5 a.btn-green, .cta5 a.btn-dk-blue {
    padding: 20px 20px;
  }
  .cta5 p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .cta5 .txt_wrapper {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .cta5 a.btn-green, .cta5 a.btn-dk-blue {
    padding: 20px 30px;
  }
}
/* Button Animations */
.btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cta-ani-button {
  background: #087FB2;
  text-align: center;
  font-size: 0.8rem;
  border: none;
  padding: 15px 30px;
  position: relative;
  outline: none;
}

.btn--shockwave.is-active {
  animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  animation: shockwave 1s 0.65s ease-out infinite;
}
.btn--shockwave.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  animation: shockwave 1s 0.5s ease-out infinite;
}

@keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(2.25);
  }
}
.btn--jump.is-active {
  animation: 0.4s jump ease infinite alternate;
}

@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
.btn--pulse.is-active {
  background: transparent;
}
.btn--pulse.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  background: #fff;
  animation: pulse 0.4s ease infinite alternate;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}
.btn--blink.is-active {
  background: transparent;
  color: #fff;
  font-size: 1.3rem;
}
.btn--blink.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  background: #087FB2;
  animation: blink 2s ease-out infinite;
  z-index: -1;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.btn--wiggle.is-active {
  animation: 1s wiggle ease infinite;
}

@keyframes wiggle {
  0% {
    transform: rotate(-3deg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.btn--wut.is-active {
  animation: 1s fullRotation ease infinite;
}
.btn--wut.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  background: #fff;
  animation: wutBefore 0.8s 0.4s ease-out infinite;
  z-index: -1;
}
.btn--wut.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  background: #fff;
  animation: wut 0.8s ease-out infinite;
  z-index: -1;
}

@keyframes fullRotation {
  0% {
    transform: rotate(-3deg) scale(1) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate(50deg) translate3d(0, 5px, 0);
  }
  40% {
    transform: rotate(-15deg) scale(1.1) translate3d(0, 8px, -5px);
  }
  60% {
    transform: rotate(5deg) translate3d(5px, -8px, -80px);
  }
  90% {
    transform: rotate(-1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes wut {
  0% {
    border-radius: 50%;
    transform: skew(0) translate3d(0, 0px, 0px);
  }
  10% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    border-radius: 50%;
  }
  80% {
    border-radius: 30%;
    transform: translate3d(20, 10px, 20px);
  }
  100% {
    border-radius: 50%;
    transform: skew(0) translate3d(0, 0px, 0px);
  }
}
@keyframes wutBefore {
  0% {
    border-radius: 50%;
    transform: translate3d(0, 0px, 0px);
  }
  10% {
    transform: translate3d(-10px, 10px, 0);
  }
  70% {
    border-radius: 50%;
  }
  80% {
    border-radius: 30%;
    transform: translate3d(-20px, -10px, -20px);
  }
  100% {
    border-radius: 50%;
    transform: translate3d(0, 0px, 0px);
  }
}

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