/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
.cta-outer {
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* cta inner */
  /*******************  BLACK TEXT ****/
  /*******************  WITH PHONE ****/
  /*******************  QUESTION FOR USER JOURNEY ****/
  /******************* SPLIT ****/
  /*******************  GOOGLE SEARCH ****/
  /*******************  COPY AND 3 COLS ****/
}
body.scrollMagicDisabled .cta-outer {
  opacity: 1 !important;
  height: auto !important;
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.cta-outer .cta-inner {
  /* grid__item */
}
.cta-outer .cta-inner .grid__item {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .cta-outer .cta-inner .grid__item.split-left {
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer .cta-inner .grid__item.split-right {
    padding-top: 54px;
  }
}
@media only screen and (min-width: 950px) {
  .cta-outer .cta-inner .grid__item.title-centered {
    margin-bottom: 67.5px;
    margin-top: 54px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .cta-outer .cta-inner .grid__item.title-centered {
    margin-bottom: 40.5px;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1350px) {
  .cta-outer .cta-inner .grid__item.title-centered {
    margin-bottom: 81px;
    margin-top: 67.5px;
  }
}
.cta-outer .cta-inner .grid__item .button {
  margin: 0;
}
.cta-outer .cta-inner .grid__item h4 {
  margin-top: 13.5px;
  position: relative;
}
.cta-outer .cta-inner .grid__item h4.cta-bold-title {
  font-weight: 700;
}
.cta-outer .cta-inner .grid__item .ctacopy, .cta-outer .cta-inner .grid__item h5 {
  position: relative;
  z-index: 50;
}
.cta-outer .cta-inner .grid__item .button-wrapper .button:nth-child(2) {
  margin-left: 15px;
}
.cta-outer .cta-inner .grid__item .supertitle {
  font-family: "Mabry Pro", Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 13.5px;
}
.cta-outer .cta-inner .grid__item .subtitle {
  margin-bottom: 27px;
}
.cta-outer .cta-inner .grid__item .cta-3cols-wrapper {
  font-family: "Mabry Pro", Helvetica, Arial, sans-serif;
  margin-top: 40px;
}
.cta-outer .cta-inner .grid__item .cta-3cols-wrapper .text-email, .cta-outer .cta-inner .grid__item .cta-3cols-wrapper .text-phonenumber {
  font-size: 38px;
  line-height: 46px;
}
.cta-outer .cta-inner .grid__item .cta-3cols-wrapper .text-email {
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .cta-outer .cta-inner .grid__item .cta-3cols-wrapper .grid__item:not(:first-child):before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #FFF;
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer .cta-inner .grid__item .cta-3cols-wrapper .grid__item:not(:last-child) {
    margin-bottom: 54px;
  }
}
.cta-outer .cta-inner .text-phonenumber {
  font-size: 3.5rem;
  line-height: 1.14;
  font-weight: 300;
  font-family: "Mabry Pro", Helvetica, Arial, sans-serif;
  display: block;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .cta-outer .cta-inner .text-phonenumber {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .cta-outer .cta-inner .text-phonenumber {
    font-size: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .cta-outer .cta-inner .text-phonenumber {
    font-size: 42px;
  }
}
.cta-outer .cta-inner .text-phonenumber:hover, .cta-outer .cta-inner .text-phonenumber:focus {
  text-decoration: none !important;
}
.cta-outer .cta-inner .with-phone:before, .cta-outer .cta-inner .two-buttons:before {
  /* middle line */
  content: "";
  position: absolute;
  top: 50%;
  background-color: white;
  opacity: 0.2;
}
@media only screen and (min-width: 751px) {
  .cta-outer .cta-inner .with-phone:before, .cta-outer .cta-inner .two-buttons:before {
    left: 50%;
    width: 1px;
    height: calc(100% + 81px);
    -webkit-transform: translate(0, -50%) rotate(10deg);
    -moz-transform: translate(0, -50%) rotate(10deg);
    -ms-transform: translate(0, -50%) rotate(10deg);
    -o-transform: translate(0, -50%) rotate(10deg);
    transform: translate(0, -50%) rotate(10deg);
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer .cta-inner .with-phone:before, .cta-outer .cta-inner .two-buttons:before {
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    -webkit-transform: translate(0, 0) rotate(4deg);
    -moz-transform: translate(0, 0) rotate(4deg);
    -ms-transform: translate(0, 0) rotate(4deg);
    -o-transform: translate(0, 0) rotate(4deg);
    transform: translate(0, 0) rotate(4deg);
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer .cta-inner .with-phone .grid__item:first-child, .cta-outer .cta-inner .two-buttons .grid__item:first-child {
    margin-bottom: 81px;
  }
}
.cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > h5 {
  color: #000000 !important;
}
.cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > a.text-phonenumber {
  color: #000000 !important;
}
.cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > a.text-phonenumber:hover, .cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > a.text-phonenumber:focus {
  color: #000000 !important;
  text-decoration: none !important;
}
.cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > .button-wrapper > a {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > .button-wrapper > a:hover, .cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > .button-wrapper > a:focus {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.cta-outer.black-text > div.cta-inner > div.grid > div.grid__item > .button-wrapper > a::after {
  background-image: url(../../assets/images/icons/icon-buttonarrow-black.svg);
}
.cta-outer.with-phone .cta-inner .button-wrapper a {
  margin-top: 0px;
}
.cta-outer.question-journey {
  padding-top: 27px;
  padding-bottom: 27px;
}
@media only screen and (min-width: 950px) {
  .cta-outer.question-journey {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cta-outer.question-journey .question-journey-answers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25.6px;
  padding-top: 27px;
}
@media only screen and (min-width: 1350px) {
  .cta-outer.question-journey .question-journey-answers {
    gap: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer.question-journey .question-journey-answers {
    flex-direction: column;
  }
}
.cta-outer.question-journey .question-journey-answers .checkbox-group {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  height: 60px;
  top: 0;
  position: relative;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
@media only screen and (min-width: 1350px) {
  .cta-outer.question-journey .question-journey-answers .checkbox-group {
    gap: 64px;
  }
}
@media only screen and (max-width: 949px) {
  .cta-outer.question-journey .question-journey-answers .checkbox-group {
    height: auto;
    flex: 1 1 auto;
    flex-wrap: wrap;
    left: 16%;
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer.question-journey .question-journey-answers .checkbox-group {
    max-width: 340px;
    left: 0;
  }
}
@media only screen and (max-width: 949px) {
  .cta-outer.question-journey .question-journey-answers .checkbox-group.closed {
    left: 0;
  }
}
.cta-outer.question-journey .question-journey-answers .checkbox-group label {
  flex: 1 0 auto;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  text-align: left;
  padding-left: 37.6px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
@media only screen and (min-width: 1350px) {
  .cta-outer.question-journey .question-journey-answers .checkbox-group label {
    padding-left: 46px;
  }
}
@media only screen and (max-width: 949px) {
  .cta-outer.question-journey .question-journey-answers .checkbox-group label {
    font-size: 18px;
    width: calc(50% - 60px);
  }
}
.cta-outer.question-journey .question-journey-answers .checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cta-outer.question-journey .question-journey-answers .checkbox-group .customcheckbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: white;
  border: 0;
}
@media only screen and (min-width: 1350px) {
  .cta-outer.question-journey .question-journey-answers .checkbox-group .customcheckbox {
    width: 30px;
    height: 30px;
  }
}
.cta-outer.question-journey .question-journey-answers .checkbox-group .customcheckbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cta-outer.question-journey .question-journey-answers .checkbox-group input:checked ~ .customcheckbox span {
  display: block;
}
.cta-outer.question-journey .question-journey-answers .buttons-wrapper {
  width: 0px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .cta-outer.question-journey .question-journey-answers .buttons-wrapper {
    width: 100%;
    margin-top: 27px;
    min-height: 64px;
  }
}
@media only screen and (max-width: 949px) {
  .cta-outer.question-journey .question-journey-answers .buttons-wrapper {
    flex: 1 0 auto;
  }
}
.cta-outer.question-journey .question-journey-answers .buttons-wrapper a {
  margin-top: 0;
  width: 100%;
}
.cta-outer.question-journey .question-journey-answers .buttons-wrapper a.hidden {
  display: none;
}
.cta-outer.split {
  height: 513px;
}
@media only screen and (min-width: 1350px) {
  .cta-outer.split {
    height: 567px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .cta-outer.split {
    height: 432px;
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer.split {
    height: auto;
  }
}
.cta-outer.split.split-shallow {
  height: 405px;
}
@media only screen and (min-width: 1350px) {
  .cta-outer.split.split-shallow {
    height: 432px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .cta-outer.split.split-shallow {
    height: 486px;
  }
}
@media only screen and (min-width: 950px) {
  .cta-outer.split.split-shallow .cta-inner .grid__item.title-centered {
    margin-bottom: 27px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .cta-outer.split.split-shallow .cta-inner .grid__item.title-centered {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1350px) {
  .cta-outer.split.split-shallow .cta-inner .grid__item.title-centered {
    margin-bottom: 27px;
    margin-top: 0;
  }
}
.cta-outer.google-search.dna .cta-inner #query {
  height: 48px !important;
}
.cta-outer.google-search.hkj .cta-inner #query {
  height: 40px !important;
}
.cta-outer.google-search .cta-search-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cta-outer.google-search .cta-search-row .cta-search-first-column {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .cta-outer.google-search .cta-search-row .cta-search-first-column {
    text-align: center;
  }
}
.cta-outer.google-search .cta-search-row .cta-search-first-column input#query {
  display: block;
  height: 60px;
  width: 400px;
  font-size: 16px;
  padding-left: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .cta-outer.google-search .cta-search-row .cta-search-first-column input#query {
    width: 260px;
  }
}
.cta-outer.google-search .cta-search-row .cta-search-second-column {
  display: flex;
  flex-direction: column;
}
.cta-outer.google-search .cta-search-row .cta-search-second-column .button {
  margin-top: 0px;
  margin-left: 16px;
}
.cta-outer.copy-and-3cols .cta-inner .grid__item.title-centered {
  margin-bottom: 0px;
  margin-top: 10px;
}
.cta-outer.copy-and-3cols .cta-inner .grid__item .ctacopy {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 54px;
}
.cta-outer.copy-and-3cols .cta-inner .grid__item .ctacopy a {
  text-decoration: underline;
  color: inherit;
}
.cta-outer .section-outer-bksecondary {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 0;
}
.cta-outer .section-outer-bksecondary.right {
  right: 0;
}
@media only screen and (max-width: 750px) {
  .cta-outer .section-outer-bksecondary {
    display: none;
  }
}
.cta-outer .section-bksecondary-mobile {
  display: none;
}
@media only screen and (max-width: 750px) {
  .cta-outer .section-bksecondary-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    height: 130%;
    width: 130%;
    z-index: 0;
  }
}
.cta-outer .section-outer-bkimage .overlay {
  opacity: 0.6;
}
.cta-outer .section-outer-bkimage.left, .cta-outer .section-outer-bkimage.right {
  width: 50%;
}
.cta-outer .section-outer-bkimage.right {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 750px) {
  .cta-outer .section-outer-bkimage.right {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer .section-outer-bkimage.left {
    width: 100%;
    height: calc(50% + 80px);
  }
}
.cta-outer .section-bkimage-mobile {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
.cta-outer .section-bkimage-mobile .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .cta-outer .section-bkimage-mobile {
    display: block;
    top: 0;
    left: -30px;
    height: 130%;
    width: 130%;
  }
}

/* cta-outer */
.cta-outer .cta-inner .text-phonenumber {
  font-size: 41px;
  padding: 5px 0;
}
@media only screen and (max-width: 750px) {
  .cta-outer .cta-inner .text-phonenumber {
    font-size: 8vw;
  }
}

.cta-outer {
  overflow: visible;
  margin-bottom: 67.5px;
  padding-bottom: 94.5px;
}
.cta-outer svg.wave {
  height: 67.5px;
}

/***** CTA */
.cta-outer {
  /* SPLIT */
}
.cta-outer.hkj.background-colour6 > .cta-inner .cta-search-row .cta-search-second-column input.text-colour2 {
  color: #00DAC8 !important;
}
.cta-outer.hkj.background-colour6 > .cta-inner .cta-search-row .cta-search-second-column input.text-colour2:hover, .cta-outer.hkj.background-colour6 > .cta-inner .cta-search-row .cta-search-second-column input.text-colour2:focus {
  color: #ffffff !important;
}
.cta-outer.hkj.background-colour6 > .cta-inner .cta-search-row .cta-search-second-column input.border-colour2 {
  border: 2px solid #00DAC8 !important;
}
.cta-outer.hkj.background-colour6 > .cta-inner .cta-search-row .cta-search-second-column input.background-colour1:hover, .cta-outer.hkj.background-colour6 > .cta-inner .cta-search-row .cta-search-second-column input.background-colour1:focus {
  background-color: #00DAC8 !important;
}
@media only screen and (min-width: 751px) {
  .cta-outer.split {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 949px) {
  .cta-outer.split {
    height: auto !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .cta-outer.split {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  body.scrollMagicDisabled .cta-outer.split {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
}
.cta-outer.split .section-outer-bkimage {
  background-size: cover;
}
.cta-outer.split .section-outer-bkimage.right:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/hkj_split_borderright.svg);
}
.cta-outer.split .section-outer-bkimage.left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/hkj_split_borderleft.svg);
}
@media only screen and (max-width: 750px) {
  .cta-outer.split .section-outer-bkimage.left:after {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .cta-outer.split .cta-inner {
    max-width: none;
  }
}
.cta-outer.split .cta-inner .button-wrapper {
  flex-direction: column;
}
.cta-outer.split .cta-inner .button-wrapper .button {
  margin-bottom: 27px;
  margin-left: 0 !important;
  width: 75%;
}
@media only screen and (min-width: 1350px) {
  .cta-outer.split .cta-inner .button-wrapper .button {
    width: 60%;
  }
}
@media only screen and (max-width: 949px) {
  .cta-outer.split .cta-inner .button-wrapper .button {
    width: 100%;
  }
}
.cta-outer.split .cta-inner .ctacopy {
  min-height: 70px;
}
@media only screen and (max-width: 750px) {
  .cta-outer.split .cta-inner .grid__item.split-right {
    padding-top: 0;
  }
}
.cta-outer.split .cta-inner .section-bkimage-mobile {
  background-size: contain;
  width: calc(100% + 32px);
  left: 0;
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .cta-outer.split .cta-inner .section-bkimage-mobile {
    width: calc(100% - 36px);
    left: 66px;
  }
}
@media only screen and (max-width: 540px) {
  .cta-outer.split .cta-inner .section-bkimage-mobile {
    width: calc(100% - 66px);
    left: 81px;
  }
}
.cta-outer.split .cta-inner .section-bkimage-mobile .overlay {
  display: none;
}
.cta-outer.split .cta-inner .section-bkimage-mobile:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/hkj_split_borderright.svg);
}
.cta-outer .cta-inner .with-phone:before {
  /* middle line */
  content: none;
}
.cta-outer .cta-inner .grid__item {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .cta-outer .cta-inner .grid__item .button {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .cta-outer .cta-inner .grid__item .button {
    margin-bottom: 4rem;
  }
}
