/*  *Theme Name: Not Looking
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: TRCREATIVE*/
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
  font-size: 1.8rem;
  padding: 0;
  font-weight: 400;
  color: #080C09;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
}

b, strong {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.5rem 4rem;
  border-radius: 0;
  min-width: 16rem;
  border: 0.1rem solid transparent;
  letter-spacing: 0.05rem;
  text-align: center;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.btn span {
  z-index: 20;
}
.btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}
.btn:hover:after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.btn svg {
  margin-left: 1rem;
}
.btn img {
  margin-left: 0.3rem;
  position: relative;
  top: -0.1rem;
  max-width: 2.4rem;
  height: auto;
  max-height: 2.4rem;
}
.btn.btn-dark {
  background-color: #202421;
  color: #fff;
  border-color: #202421;
}
.btn.btn-white {
  color: #080C09;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white:after {
  background: #000;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background-color: #fff;
  color: #080C09;
  border-color: #fff;
}
.btn.btn-white-border {
  background-color: #202421;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white-border:hover, .btn.btn-white-border:focus {
  background-color: #202421;
  color: #fff;
  border-color: #fff;
}
.btn.btn-dark-border {
  background-color: transparent;
  color: #202421;
  border-color: #202421;
}
.btn.btn-dark-border:hover, .btn.btn-dark-border:focus {
  background-color: transparent;
  color: #202421;
  border-color: #202421;
}
.btn.btn-dark-border:hover:after, .btn.btn-dark-border:focus:after {
  background-color: #202421;
}

.btn-wrap {
  padding-top: 1.5rem;
}
.btn-wrap .btn {
  margin: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  margin-bottom: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

h1 {
  font-size: 7.4rem;
}
h1 + p {
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 2.5rem;
  color: #4C4123;
}
p a {
  text-decoration: underline;
}

main ul {
  margin-bottom: 3rem;
  list-style: disc;
}
main li {
  color: #4C4123;
  margin-bottom: 0.5rem;
}
main li a {
  text-decoration: underline;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.sec-pad-sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-md {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sec-pad-lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.text-white {
  color: #fff;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white li {
  color: #fff;
}

.bg-primary {
  background-color: #BBF1C3 !important;
}

.bg-lighest {
  background-color: #FFFCF5 !important;
}

.bg-lighter {
  background-color: #FFF7E3 !important;
}

.bg-madangLighter {
  background-color: #EBFBEE !important;
}

.bg-dark {
  background-color: #080C09 !important;
  color: #fff;
}

/* End Base style */
main {
  min-height: 75vh;
}

.skip-link {
  position: absolute;
  top: -10rem;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
  transition: all 0.2s !important;
}

li#mega-menu-item-36 a {
  display: inline-flex !important;
  align-items: center;
  flex-direction: row-reverse;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-36 > a.mega-menu-link:before {
  transition: all 0.2s;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  margin: 0 0 0 12px;
}

.hero-home h1 {
  margin-bottom: 1.5rem;
  color: #2F4633;
}
.hero-home p {
  margin-bottom: 5rem;
}
.hero-home .hero-item {
  padding: 3rem 5rem;
  padding-bottom: 4rem;
  text-align: center;
  -webkit-border-radius: 6.6rem;
  -moz-border-radius: 6.6rem;
  border-radius: 6.6rem;
  min-height: 100%;
  position: relative;
}
.hero-home .hero-item .title {
  font-size: 4rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-home .hero-item p {
  font-size: 1.8rem;
  color: #2F4633;
}
.hero-home .hero-item video {
  margin-bottom: 2rem;
}
.hero-home .hero-item.cta-1 {
  background-color: #2F4633;
  color: #BBF1C3;
}
.hero-home .hero-item.cta-1 video {
  height: 23.4rem;
  width: auto;
}
.hero-home .hero-item.cta-2 {
  background-color: #FFF6F8;
  color: #4C3239;
}
.hero-home .hero-item.cta-2 video {
  height: 18.3rem;
  width: auto;
}
.hero-home .hero-item .thumbnail-wrap {
  position: relative;
  margin-top: -6rem;
  min-height: 24rem;
}
.hero-home .hero-item .thumbnail-wrap img {
  position: absolute;
  z-index: 2;
  margin-bottom: 0;
  bottom: 50px;
  left: 0;
  max-width: 100%;
}
.hero-home .hero-item .thumbnail-wrap dotlottie-wc {
  opacity: 0;
  visibility: hidden;
}
.hero-home .hero-item:hover img {
  opacity: 0;
  visibility: hidden;
}
.hero-home .hero-item:hover .thumbnail-wrap dotlottie-wc {
  opacity: 1;
  visibility: visible;
}

.video-wrap {
  position: relative;
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
}
.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.video-wrap .play-btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.video-wrap .play-btn[hidden] {
  display: none;
}
.video-wrap .play-icon {
  width: 11.3rem;
  height: 11.3rem;
  display: grid;
  place-items: center;
}
.video-wrap .play-icon::before {
  content: "";
  display: block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-top: 4rem solid transparent;
  border-bottom: 4rem solid transparent;
  border-left: 7rem solid #fff;
}
.video-wrap .play-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.sec-title-wrap {
  padding-bottom: 7rem;
}
.sec-title-wrap .subtitle {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}
.sec-title-wrap h2 {
  margin-bottom: 2rem;
}
.sec-title-wrap p {
  font-weight: 500;
}
.sec-title-wrap.color-dark-lighter h2, .sec-title-wrap.color-dark-lighter .subtitle {
  color: #4C4123;
}
.sec-title-wrap.color-dark-darkest h2, .sec-title-wrap.color-dark-darkest .subtitle, .sec-title-wrap.color-dark-darkest p {
  color: #2F4633;
}
.sec-title-wrap.color-dark-kournikova h2, .sec-title-wrap.color-dark-kournikova .subtitle, .sec-title-wrap.color-dark-kournikova p {
  color: #FFDA77;
}
.sec-title-wrap.text-white h2, .sec-title-wrap.text-white .subtitle, .sec-title-wrap.text-white p {
  color: #fff;
}

.company-in .tab-1-title,
.company-in .tab-1-text {
  display: none;
}
.company-in .tab-2-title,
.company-in .tab-2-text {
  display: block;
}

.sec-title-wrap:not(.company-in) .tab-1-title,
.sec-title-wrap:not(.company-in) .tab-1-text {
  display: block;
}
.sec-title-wrap:not(.company-in) .tab-2-title,
.sec-title-wrap:not(.company-in) .tab-2-text {
  display: none;
}

.nav-pills .nav-link {
  border-radius: 10rem;
  border: 0.1rem solid #202421;
  background-color: transparent;
  color: #202421;
  padding: 1.5rem 4rem;
  margin: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-pills .nav-link svg {
  margin-left: 1rem;
}
.nav-pills .nav-link.active {
  background-color: #202421;
  color: #fff;
}
.nav-pills .nav-link.active svg path {
  fill: #fff;
}
.nav-pills .nav-link:hover {
  opacity: 0.9;
}

.hw-div, .insight-div {
  margin-bottom: 5rem;
}
.hw-div .counter, .insight-div .counter {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 7.8rem;
  color: #4C4123;
  line-height: 1;
  margin-bottom: 1.5rem;
  display: block;
}
.hw-div .counter .dot, .insight-div .counter .dot {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  bottom: -0.4rem;
}
.hw-div .title, .insight-div .title {
  font-size: 2.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #4C4123;
  margin-bottom: 1.5rem;
}
.hw-div p, .insight-div p {
  color: #4C4123;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
}

.has-bg {
  position: relative;
}
.has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.has-bg .container {
  position: relative;
  z-index: 2;
}
.has-bg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.has-bg .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

#site-footer {
  background-color: #202421;
  color: #fff;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
#site-footer .footer-top {
  padding-bottom: 4rem;
}
#site-footer .footer-bottom {
  padding-top: 4rem;
}
#site-footer ul#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
#site-footer ul#menu-footer-menu li {
  padding-right: 2.5rem;
}
#site-footer ul#menu-footer-menu li a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#site-footer ul#menu-footer-menu li a:hover {
  color: #BBF1C3;
}
#site-footer ul#menu-footer-menu-terms {
  display: flex;
  flex-wrap: wrap;
}
#site-footer ul#menu-footer-menu-terms li {
  padding-right: 2rem;
}
#site-footer ul#menu-footer-menu-terms li a {
  font-size: 1.6rem;
  color: #838584;
  font-weight: 400;
  text-decoration: underline;
}
#site-footer ul#menu-footer-menu-terms li a:hover {
  color: #838584;
  text-decoration: underline;
}
#site-footer .copyright {
  font-size: 1.6rem;
  color: #838584;
  margin-right: 2rem;
  position: relative;
  bottom: -5px;
}
#site-footer .wp-block-social-links, #site-footer .wp-block-social-links.has-normal-icon-size {
  justify-content: flex-end;
}
#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
  color: #fff;
  fill: #fff;
}

div[data-swiper-iconDiv] .swiper-slide {
  height: auto;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  padding: 3rem 2rem;
  background-color: #FFA8C0;
  min-height: calc(100% - 2rem);
  margin: 2rem 1rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div:hover {
  background-color: rgba(255, 168, 192, 0.8);
}
div[data-swiper-iconDiv] .swiper-slide .icon-div .thumb {
  height: 7rem;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div .thumb img {
  max-height: 5.5rem;
  width: auto;
  height: auto;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div .icon-title {
  color: #66434C;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div p {
  color: #66434C;
  margin-bottom: 0;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div .icon-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div p {
  font-size: 1.8rem;
}
div[data-swiper-iconDiv] .swiper-slide .icon-div p strong {
  font-size: 1.6rem;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div {
  background-color: #9EEBAA;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div .icon-title {
  color: #2F4633;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div p {
  color: #2F4633;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div:hover {
  background-color: rgba(158, 235, 170, 0.8);
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div {
  background-color: #FFDA77;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div .icon-title {
  color: #4C4123;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div p {
  color: #4C4123;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div:hover {
  background-color: rgba(255, 218, 119, 0.8);
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div {
  background-color: #7AC7FF;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div .icon-title {
  color: #243B4C;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div p {
  color: #243B4C;
}
div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div:hover {
  background-color: rgba(122, 199, 255, 0.8);
}

.image-cta {
  border: 0.1rem solid rgba(8, 12, 9, 0.15);
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  background-color: #F5FDF6;
  min-height: calc(100% - 2rem);
  margin-bottom: 2rem;
}
.image-cta a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.image-cta .thumb {
  overflow: hidden;
}
.image-cta .thumb img {
  aspect-ratio: 4/2;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image-cta .info {
  padding: 6rem 5rem;
}
.image-cta .info h2, .image-cta .info h3 {
  font-size: 3.2rem;
  color: #202421;
}
.image-cta .info p {
  margin-bottom: 1rem;
}
.image-cta .info p strong {
  font-weight: 600;
}
.image-cta:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}

.page-title-sec h1, .page-title-sec h2 {
  margin-bottom: 1rem;
}
.page-title-sec p {
  margin-bottom: 1.5rem;
}
.page-title-sec .subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-sec {
  background-color: #fff;
}
.contact-sec .map-wrap img {
  filter: grayscale(1);
}

div#frm_checkbox_9-0 a {
  text-decoration: underline;
}

div#frm_field_9_container {
  text-align: center;
}

#frm_field_8_container .frm-g-recaptcha {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

div#frm_field_6_container {
  display: flex;
  justify-content: center;
}
div#frm_field_6_container button svg {
  margin-left: 0.5rem;
  position: relative;
  top: -0.2rem;
}

.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
  background-color: #7AC7FF;
}

.loc-div {
  margin-bottom: 6rem;
  margin-top: 5rem;
}
.loc-div img {
  display: block;
  margin-bottom: 1.5rem;
  height: 2.7rem;
  margin-left: auto;
  margin-right: auto;
}
.loc-div .loc-title {
  font-size: 2.6rem;
  color: #243B4C;
  font-weight: 800;
  margin-bottom: 1rem;
}
.loc-div p {
  color: #243B4C;
  font-size: 1.8rem;
}

main ul {
  list-style: disc;
  padding-left: 2rem;
}
main p + ul {
  margin-top: -2rem;
}

.page-id-117 .page-title-sec .subtitle {
  color: #4C3239;
}
.page-id-117 .featured-section .sec-title-wrap .subtitle {
  color: #4C3239;
}
.page-id-117 .featured-section .sec-title-wrap h2, .page-id-117 .featured-section .sec-title-wrap p {
  color: #4C3239;
}

.page-id-115 .page-title-sec .subtitle {
  color: #4C4123;
}
.page-id-115 .featured-section .sec-title-wrap h2, .page-id-115 .featured-section .sec-title-wrap .subtitle {
  color: #4C4123;
}

.icon-div2 {
  text-align: center;
  margin-bottom: 5rem;
}
.icon-div2 .icon {
  margin-bottom: 1.5rem;
}
.icon-div2 .icon img {
  height: 4.8rem;
  width: auto;
}
.icon-div2 .c-title {
  font-size: 3rem;
  color: #4C4123;
  margin-bottom: 1.5rem;
}

.icon-cta {
  border: none;
}
.icon-cta .info h2, .icon-cta .info h3 {
  font-size: 4.8rem;
  color: #4C3239;
  margin-bottom: 2rem;
}
.icon-cta .info p {
  color: #4C3239;
}

.is-you-next-top div[data-swiper-iconDiv] .swiper-wrapper {
  margin-top: -1.5rem;
  margin-left: -1rem;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide .icon-div {
  min-height: 0;
  margin: 1.5rem 1.5rem;
  background-color: #FFDA77;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  min-height: calc(100% - 3rem);
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide .icon-div:hover {
  background-color: rgba(255, 218, 119, 0.8);
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide .icon-div .icon-title {
  font-size: 3.2rem;
  color: #4C4123;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide .icon-div p {
  color: #4C4123;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div {
  background-color: #7AC7FF;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div .icon-title {
  font-size: 3.2rem;
  color: #243B4C;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div p {
  color: #243B4C;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(2) .icon-div:hover {
  background-color: rgba(122, 199, 255, 0.8);
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div {
  background-color: #9EEBAA;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div .icon-title {
  font-size: 3.2rem;
  color: #2F4633;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div p {
  color: #2F4633;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(3) .icon-div:hover {
  background-color: rgba(158, 235, 170, 0.8);
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div {
  background-color: #D9DADA;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div .icon-title {
  font-size: 3.2rem;
  color: #202421;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div p {
  color: #202421;
}
.is-you-next-top div[data-swiper-iconDiv] .swiper-slide:nth-of-type(4) .icon-div:hover {
  background-color: rgba(217, 218, 218, 0.8);
}

.featured-section figure img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.careers-feels-good .icon-div {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  background-color: #FFDA77;
  padding: 3rem 2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  min-height: 100%;
}
.careers-feels-good .icon-div:hover {
  background-color: rgba(255, 218, 119, 0.8);
}
.careers-feels-good .icon-div .thumb {
  height: 7rem;
}
.careers-feels-good .icon-div .thumb img {
  width: auto;
  height: 4.8rem;
}
.careers-feels-good .icon-div .icon-title {
  font-size: 3.2rem;
  color: #4C4123;
  margin-bottom: 1rem;
}
.careers-feels-good .icon-div p {
  color: #4C4123;
}
.careers-feels-good .icon-div.count-2 {
  background-color: #7AC7FF;
}
.careers-feels-good .icon-div.count-2 .icon-title {
  color: #243B4C;
}
.careers-feels-good .icon-div.count-2 p {
  color: #243B4C;
}
.careers-feels-good .icon-div.count-2:hover {
  background-color: rgba(122, 199, 255, 0.8);
}

.image-cta.d-flex:not(.icon-cta) {
  background-color: #9EEBAA;
}
.image-cta.d-flex:not(.icon-cta) .thumb {
  width: 50%;
}
.image-cta.d-flex:not(.icon-cta) .thumb img {
  height: 100%;
  object-fit: cover;
}
.image-cta.d-flex:not(.icon-cta) .info {
  width: 50%;
  padding: 4rem 3rem;
}
.image-cta.d-flex:not(.icon-cta) .info h2, .image-cta.d-flex:not(.icon-cta) .info h3, .image-cta.d-flex:not(.icon-cta) .info h5 {
  font-size: 3.2rem;
  color: #2F4633;
  margin-bottom: 1rem;
}
.image-cta.d-flex:not(.icon-cta) .info p {
  color: #2F4633;
}
.image-cta.d-flex:not(.icon-cta) .info p strong {
  font-size: 1.6rem;
  font-weight: 600;
}
.image-cta.d-flex:not(.icon-cta):hover {
  background-color: rgba(158, 235, 170, 0.8);
}

header#site-header {
  z-index: 999;
  position: relative;
}

.sec-title-wrap .subtitle {
  font-size: 1.6rem;
}

.rounded {
  -webkit-border-radius: 1.6rem !important;
  -moz-border-radius: 1.6rem !important;
  border-radius: 1.6rem !important;
}

.image-wrap2 {
  overflow: hidden;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}
.image-wrap2 img {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image-wrap2:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.promobar {
  color: #fff;
  background-color: #000;
  padding: 1rem 0;
  position: relative;
  z-index: 9999;
}
.promobar p {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.page-id-117 #how-it-work-title .nav-pills,
.page-id-115 #how-it-work-title .nav-pills {
  display: none;
}

.two-columns-featured-section .btn {
  width: 100%;
  max-width: 37.3rem;
}

.page-id-117 .page-title-sec h1 {
  width: 100%;
  max-width: 65rem;
}

.careers-feels-good .image-cta {
  min-height: 100%;
}

.contact-sec-module .map-wrap img {
  filter: sepia(1);
}
.contact-sec-module .with_frm_style input[type=text], .contact-sec-module .with_frm_style input[type=password], .contact-sec-module .with_frm_style input[type=email], .contact-sec-module .with_frm_style input[type=number], .contact-sec-module .with_frm_style input[type=url], .contact-sec-module .with_frm_style input[type=tel], .contact-sec-module .with_frm_style input[type=phone], .contact-sec-module .with_frm_style input[type=search], .contact-sec-module .with_frm_style select, .contact-sec-module .with_frm_style textarea, .contact-sec-module .frm_form_fields_style, .contact-sec-module .with_frm_style .frm_scroll_box .frm_opt_container, .contact-sec-module .frm_form_fields_active_style, .contact-sec-module .frm_form_fields_error_style, .contact-sec-module .with_frm_style .frm-card-element.StripeElement {
  background-color: #fff;
  border-color: #fff;
}
.contact-sec-module .with_frm_style .frm_primary_label {
  color: #fff;
}
.contact-sec-module .with_frm_style .vertical_radio .frm_checkbox, .contact-sec-module .with_frm_style .vertical_radio .frm_radio, .contact-sec-module .vertical_radio .frm_catlevel_1 {
  text-align: center;
  color: #fff;
}
.contact-sec-module .with_frm_style .vertical_radio .frm_checkbox label, .contact-sec-module .with_frm_style .vertical_radio .frm_radio label, .contact-sec-module .vertical_radio .frm_catlevel_1 label {
  color: #fff;
}
.contact-sec-module .frm-g-recaptcha {
  display: flex;
  justify-content: center;
}
.contact-sec-module .with_frm_style .frm_submit.frm_flex {
  justify-content: center;
  display: flex;
}
.contact-sec-module .with_frm_style .frm_submit.frm_flex button {
  background-color: #fff;
  border-color: #fff;
  color: #080C09;
}
.contact-sec-module .with_frm_style .frm_submit.frm_flex button svg path {
  fill: #080C09;
}

.loc-div.text-white .loc-title, .loc-div.text-white p {
  color: #fff;
}

.two-columns-section {
  color: #4C4123;
}
.two-columns-section h2, .two-columns-section h3, .two-columns-section h4, .two-columns-section h5, .two-columns-section h6, .two-columns-section p, .two-columns-section li {
  color: #4C4123;
}
.two-columns-section h3 {
  font-size: 4.8rem;
}
.two-columns-section h4 {
  font-size: 3.2rem;
}

.parent-pageid-115 .featured-section .sec-title-wrap.color-dark-lighter h2, .parent-pageid-115 .featured-section .sec-title-wrap.color-dark-lighter p,
.page-id-115 .featured-section .sec-title-wrap.color-dark-lighter h2,
.page-id-115 .featured-section .sec-title-wrap.color-dark-lighter p {
  color: #2F4633;
}
.parent-pageid-115 .featured-section p, .parent-pageid-115 .featured-section li, .parent-pageid-115 .featured-section h3, .parent-pageid-115 .featured-section h4, .parent-pageid-115 .featured-section h5,
.page-id-115 .featured-section p,
.page-id-115 .featured-section li,
.page-id-115 .featured-section h3,
.page-id-115 .featured-section h4,
.page-id-115 .featured-section h5 {
  color: #2F4633;
}

.madang-dark {
  color: #2F4633;
}
.madang-dark .sec-title-wrap h2, .madang-dark .sec-title-wrap p {
  color: #2F4633;
}
.madang-dark .insight-div .title, .madang-dark .insight-div p, .madang-dark .insight-div .counter {
  color: #2F4633;
}
.madang-dark .standard-text p, .madang-dark .standard-text li, .madang-dark .standard-text h2, .madang-dark .standard-text h3, .madang-dark .standard-text h4, .madang-dark .standard-text h5, .madang-dark .standard-text h6 {
  color: #2F4633;
}

.kournikova-dark {
  color: #4C4123;
}
.kournikova-dark .sec-title-wrap h2, .kournikova-dark .sec-title-wrap p {
  color: #4C4123;
}
.kournikova-dark .insight-div .title, .kournikova-dark .insight-div p, .kournikova-dark .insight-div .counter {
  color: #4C4123;
}
.kournikova-dark .standard-text p, .kournikova-dark .standard-text li, .kournikova-dark .standard-text h2, .kournikova-dark .standard-text h3, .kournikova-dark .standard-text h4, .kournikova-dark .standard-text h5, .kournikova-dark .standard-text h6 {
  color: #4C4123;
}

.numbered-insights-sec h3 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.numbered-insights-sec .insight-div {
  padding: 0 4rem;
}

.mega-menu-link dotlottie-wc,
.mega-menu-logo dotlottie-wc {
  height: 100px !important;
  aspect-ratio: 2/1;
  width: auto !important;
}

@media only screen and (min-width: 993px) {
  div[data-swiper-iconDiv] .swiper-wrapper {
    flex-wrap: wrap;
    margin-top: -2rem;
  }
  div[data-swiper-iconDiv] .swiper-wrapper .swiper-slide {
    width: 50%;
  }

  .page-id-28 .sec-title-wrap h2 {
    font-size: 5.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-140 > a.mega-menu-link:before,
#mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-142 > a.mega-menu-link:before,
#mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-35 > a.mega-menu-link:before {
    display: none !important;
  }

  .hw-div {
    padding-right: 5rem;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-328.mega-icon-right > a.mega-menu-link:before {
    display: none;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-363 > a.mega-menu-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
    margin: 0 21px 0 0;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-30 {
    margin-left: -77px;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 131rem;
  }

  .sec-pad-md {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 6.8rem;
  }

  h1 + p {
    font-size: 2.2rem;
  }

  .hero-home .hero-item .title {
    font-size: 3.6rem;
    max-width: 36rem;
  }

  h2 {
    font-size: 5.5rem;
  }

  div[data-swiper-iconDiv] .swiper-slide .icon-div .icon-title {
    font-size: 2rem;
  }

  div[data-swiper-iconDiv] .swiper-slide .icon-div p {
    font-size: 1.7rem;
  }

  .hw-div .title {
    font-size: 2.2rem;
  }

  .hw-div p {
    font-size: 1.7rem;
  }

  body {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .sec-pad-md {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 1199px) {
  img.mega-menu-logo {
    height: 3.8rem;
    width: auto;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle.mega-menu-open + #mega-menu-top-menu {
    height: calc(100vh - 6.4rem);
    overflow-y: auto;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 15px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: transparent;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li a {
    background-color: transparent !important;
    display: block !important;
    color: #fff !important;
    font-weight: 400 !important;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
    margin-bottom: 1rem;
  }

  #mega-menu-item-31 .mega-indicator,
#mega-menu-item-34 .mega-indicator {
    display: none !important;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .promobar p {
    font-size: 1.4rem;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-363 > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-362 > a.mega-menu-link {
    border: none;
    padding-left: 1rem;
    line-height: 5rem;
    height: 5rem;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    justify-content: flex-end;
  }

  a.mega-menu-logo {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 5.8rem;
  }

  .hw-div .counter {
    font-size: 5.8rem;
  }

  h2 {
    font-size: 4.5rem;
  }

  .two-columns-section h3 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 992px) {
  div[data-swiper-candidate] .swiper-slide,
div[data-swiper-company] .swiper-slide {
    width: 20rem;
  }

  h1 {
    font-size: 4.5rem;
  }

  .hero-home .hero-item .title {
    font-size: 2.4rem;
  }

  .video-wrap .play-icon {
    width: 7.3rem;
    height: 7.3rem;
  }

  .video-wrap .play-icon::before {
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
    border-left: 6rem solid #fff;
  }

  div[data-swiper-iconDiv] .swiper-slide {
    width: 26.7rem;
  }

  div[data-swiper-iconDiv] .swiper-slide .icon-div {
    margin: 0;
    min-height: 45rem;
  }

  div[data-swiper-iconDiv] .swiper-slide .icon-div .icon-title {
    font-size: 2.6rem;
  }

  div[data-swiper-iconDiv] .swiper-slide .icon-div p {
    font-size: 1.8rem;
  }

  body {
    font-size: 2rem;
  }

  .footer-item {
    text-align: center;
    margin-bottom: 5rem;
  }

  #site-footer ul#menu-footer-menu {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  #site-footer ul#menu-footer-menu li {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  #site-footer ul#menu-footer-menu li ul.sub-menu {
    margin-top: 1rem;
  }

  #site-footer .wp-block-social-links, #site-footer .wp-block-social-links.has-normal-icon-size {
    justify-content: center;
  }

  #site-footer .footer-bottom {
    border-top: 0.1rem solid #838584;
    flex-direction: column;
    align-items: center;
  }

  #site-footer ul#menu-footer-menu-terms {
    flex-direction: column;
    align-items: center;
  }

  #site-footer ul#menu-footer-menu-terms {
    margin-top: 3rem;
  }
  #site-footer ul#menu-footer-menu-terms li {
    margin-bottom: 2rem;
  }

  .icon-div2 {
    min-height: 23.5rem;
  }

  .is-you-next-top div[data-swiper-iconDiv] .swiper-slide .icon-div {
    margin: 0;
    min-height: 31.2rem;
  }

  .is-you-next-top div[data-swiper-iconDiv] .swiper-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .careers-feels-good .icon-div {
    margin-bottom: 3rem;
    min-height: calc(100% - 3rem);
  }

  .why-not-looking-sec .swiper {
    margin-bottom: 3rem !important;
  }

  .lottiewrap {
    display: flex;
    justify-content: center;
    margin-top: -5rem;
  }

  .page-title-sec {
    text-align: center;
  }

  .video-wrap {
    margin-bottom: 4rem;
  }

  .hero-home .hero-item .thumbnail-wrap img {
    opacity: 0;
    visibility: hidden;
  }
  .hero-home .hero-item .thumbnail-wrap dotlottie-wc {
    opacity: 1;
    visibility: visible;
  }

  .hero-home .hero-item {
    padding: 3rem 2rem;
    padding-bottom: 4rem;
  }

  div[class^="swiper insight-slider-"] .swiper-slide {
    width: 20rem;
  }

  .numbered-insights-sec .insight-div {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pad-md {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  h1 {
    font-size: 3.9rem;
  }

  h1 + p {
    font-size: 1.8rem;
  }

  .hero-home .hero-item {
    -webkit-border-radius: 6.6rem;
    -moz-border-radius: 6.6rem;
    border-radius: 1.6rem;
    min-height: 0;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  .sec-title-wrap {
    padding-bottom: 5rem;
  }

  .video-wrap {
    margin-bottom: 4rem;
  }

  .image-cta .info {
    padding: 4rem 4rem;
  }

  .hw-div .counter {
    font-size: 7.8rem;
  }

  .hw-div .title {
    font-size: 2.6rem;
  }

  .hw-div p {
    font-size: 1.8rem;
  }

  section.bottom-cta-sec {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .icon-div2 {
    min-height: 0;
    display: flex;
    align-items: center;
  }
  .icon-div2 .icon {
    width: 7rem;
  }
  .icon-div2 .icon + div {
    text-align: left;
  }

  .icon-div2 .c-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .icon-div2 p {
    font-size: 1.4rem;
  }

  .m-order-1 {
    order: 1;
  }

  .m-order-2 {
    order: 2;
  }

  .m-order-3 {
    order: 3;
  }

  .icon-div2 {
    margin-bottom: 3rem;
  }

  img.img-fluid {
    margin-bottom: 4rem;
  }

  .pick-what-matters .sec-title-wrap p,
.testimnial-sec .sec-title-wrap p {
    font-size: 1.4rem;
  }

  .video-wrap {
    border-radius: 1.6rem;
  }

  .hw-div {
    margin-bottom: 2rem;
  }

  .icon-cta .info h2, .icon-cta .info h3 {
    font-size: 3.2rem;
  }

  .image-cta.d-flex:not(.icon-cta) .thumb {
    width: 100%;
  }

  .image-cta.d-flex:not(.icon-cta) .info {
    width: 100%;
    padding: 3rem 2rem;
  }

  .image-cta.d-flex:not(.icon-cta) .info h2, .image-cta.d-flex:not(.icon-cta) .info h3, .image-cta.d-flex:not(.icon-cta) .info h5 {
    font-size: 2rem;
  }

  .image-cta.d-flex:not(.icon-cta) .info p {
    font-size: 1.4rem;
  }

  .careers-feels-good .icon-div .icon-title {
    font-size: 2rem;
  }

  .careers-feels-good .icon-div.count-2 p {
    font-size: 1.8rem;
  }

  .loc-div {
    margin-bottom: 5rem;
    text-align: center;
  }

  .loc-div img {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-home .hero-item.cta-1 video {
    height: 9.4rem;
  }

  .hero-home .hero-item.cta-2 video {
    height: 7.3rem;
  }

  .image-wrap2 {
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
  }

  h1 + p {
    font-size: 1.6rem;
  }

  .btn {
    padding: 1.5rem 2rem;
  }

  .col-md-6.d-flex.flex-column.align-items-end.pe-lg-5 {
    align-items: center !important;
  }

  .loc-div {
    margin-top: 0;
  }

  .two-columns-section h3 {
    font-size: 2.8rem;
  }

  .two-columns-section h4 {
    font-size: 2.2rem;
  }

  .numbered-insights-sec h3 {
    font-size: 2.6rem;
  }

  .sec-title-wrap h2 br {
    display: none;
  }

  .hero-home .hero-item {
    overflow: hidden;
    padding: 1.5rem 2rem;
    padding-bottom: 2rem;
  }
  .hero-home .hero-item .title {
    margin-bottom: 0.8rem;
  }
  .hero-home .hero-item .thumbnail-wrap {
    min-height: 18rem;
    margin-bottom: -2rem;
  }
  .hero-home .hero-item .thumbnail-wrap dotlottie-wc {
    width: 20rem !important;
    height: 20rem !important;
  }

  section.hero-home {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

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