* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color: #000000;
}

header {
  position: relative;
  width: 100%;
  height: 120px;
  padding: 0 100px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1090px;
  padding: 0 15px;
}

header {
  position: absolute;
  top: 0;
}

section.hero {
  width: 100%;
  margin: 0;
  padding: 0;
}

header .logo img {
  width: 70px;
  display: block;
}

header .menu-wrapper {
  cursor: pointer;
  display: flex;
  /* cursor:url(../img/cursor-selected.png) 38 27, auto; */
}

header .menu-wrapper > span {
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: Montserrat-Bold; */
  font-size: 14px;
  letter-spacing: 3px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

header .menu-wrapper .burger {
  width: 26px;
  height: 18px;
  margin-left: 10px;
}

header .menu-wrapper .burger span {
  display: block;
  margin-bottom: 3px;
  width: 26px;
  height: 3px;
  background-color: #e6007e;
}

section .inner {
  width: 1090px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.below-hero .inner {
  flex-direction: column;
}

.inner.privacy {
  position: relative;
  padding: 0 15px;
}

.inner.privacy .go-back {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  left: 0;
  top: -49px;
}

.container {
  background-color: #fff;
  color: #000;
  padding-bottom: 40px;
}
.container .banner-section {
  height: 400px;
  background-size: cover;
  position: relative;
}
.container .banner-section .inner {
  display: flex;
}
.container .banner-section div.title {
  font-size: 65px;
  color: #fff;
}
.container .banner-section .menu-wrapper span {
  color: #fff;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  color: #d72280;
}

.cs-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.cs-wrapper section.solution .left img,
.cs-wrapper section.solution .right img {
  max-width: 100%;
}
.cs-wrapper section.hero,
.cs-wrapper section.intro {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cs-wrapper .hero img {
  max-width: 100%;
}

.cs-wrapper section.hero {
  width: 100%;
  padding: 0;
}

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

.cs-wrapper section.intro h1 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  margin-top: 40px;
}

.cs-wrapper section.intro h1 strong {
  display: block;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 600;
}
.cs-wrapper .cs-nav h3 {
  font-size: 22.5px;
  font-weight: bold;
  color: #f9f9f9;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
.cs-wrapper .cs-nav .nav-items {
  background-color: #fff;
  max-width: 50%;
  width: 43%;
  margin: auto;
  border-radius: 10px;
}
.cs-wrapper .cs-nav .nav-items .nav-item {
  height: 0;
  background-color: #fff;
  transition: height 1s ease;
}
.cs-wrapper .cs-nav .nav-items .nav-item:hover {
  background-color: #ccc;
}
.cs-wrapper .cs-nav .nav-items .nav-item a {
  text-decoration: none;
  color: #fff;
  display: none;
  padding: 8px;
}
.cs-wrapper .cs-nav .nav-items .nav-item a:hover {
  color: #fff;
}
.cs-wrapper .cs-nav .nav-items .nav-item:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cs-wrapper .cs-nav .nav-items .nav-selected {
  background-color: #d72280;
  border-radius: 5px;
  display: block;
  padding: 0;
  height: auto;
}
.cs-wrapper .cs-nav .nav-items .nav-selected > span {
  position: relative;
  display: block;
  padding: 8px;
}

.cs-wrapper .cs-nav .nav-items .nav-selected > span:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 17px;
  background-image: url(../img/chevron-down@3x.png);
  width: 10px;
  height: 6px;
  background-size: cover;
}

.cs-wrapper .cs-nav .nav-items .nav-selected a {
  color: #000;
}
.cs-wrapper .cs-nav .nav-items .nav-selected:hover {
  background-color: #d72280;
}
.cs-wrapper .cs-nav .nav-items .nav-selected:hover .nav-item {
  height: 30px;
}
.cs-wrapper .cs-nav .nav-items .nav-selected:hover .nav-item a {
  display: block;
}
.cs-wrapper h4 {
  font-size: 22px;
  font-weight: 600;
  color: #d72280;
}
.cs-wrapper .the-challenge h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.cs-wrapper .the-challenge p {
  width: 100%;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 21px;
  font-size: 15px;
}
.cs-wrapper section.intro {
  padding-bottom: 40px;
}
.cs-wrapper section.white {
  background-color: #ffffff;
  color: #000000;
  padding: 70px 0;
}
.cs-wrapper section.pink {
  background-color: #d72280;
  color: #ffffff;
  padding: 70px 0;
}
.cs-wrapper section.pink h4 {
  color: #000000;
}
.cs-wrapper section .inner h4:first-of-type {
  margin-top: 0;
}

.cs-wrapper.blog-post section .inner h4:first-of-type {
  margin-top: 35px;
}

.cs-wrapper.blog-post section .inner h4 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.cs-wrapper section .inner .left,
.cs-wrapper section .inner .right {
  /* display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle; */
  flex: 1;
}

.cs-wrapper section .inner {
  /* flex-direction: row; */
}

.cs-wrapper section .inner .left {
  padding-right: 15px;
}

.cs-wrapper section .inner .right {
  padding-left: 15px;
  line-height: 27px;
}

.cs-wrapper section .inner .left,
.cs-wrapper section .inner .right,
.cs-wrapper section .inner .full {
  padding: 0 15px;
}

.cs-wrapper section .inner .copy {
  padding-right: 50px;
}
.cs-wrapper section .inner .copy h4 {
  margin-bottom: 10px;
}
.cs-wrapper section .inner p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.3px;
}

.cs-wrapper.blog-post
  section
  .inner
  .container:not(.blog-listing)
  p:first-of-type {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 0;
}

.cs-wrapper section .inner .right.img {
  text-align: right;
}
.cs-wrapper section .inner ul {
  padding-left: 20px;
}
.cs-wrapper section .inner ul li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.3px;
}
.cs-wrapper section .inner a.next {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 23px;
  margin-top: 32px;
  display: block;
  width: 160px;
}
.cs-wrapper section .inner a.next:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 5px;
  background-image: url(../img/large-pink-arrow-white.png);
  background-size: contain;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
}
.cs-wrapper section .inner .full {
  width: 100%;
  text-align: center;
}

footer .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.bottom-menu {
  display: table;
  height: 120px;
  width: 100%;
  background-color: #000000;
}

.bottom-menu .left {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
}

.bottom-menu .left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bottom-menu .left ul li {
  position: relative;
  display: inline;
}

.bottom-menu .left ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3.6px;
  text-decoration: none;
  margin-right: 74px;
  transition: color 0.5s linear;
  font-size: 17px;
}

.bottom-menu .left ul li a:hover {
  color: #d72280;
}

.bottom-menu .left ul li:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 39px;
  width: 6px;
  height: 6px;
  background-color: #d72280;
  border-radius: 50%;
}

.bottom-menu .left ul li:last-child:after {
  display: none;
}

.bottom-menu .right {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  text-align: right;
}

.bottom-menu .right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 33px;
}

.bottom-menu .right ul li {
  position: relative;
  display: inline-block;
  margin-left: 34px;
  height: 33px;
}

.bottom-menu .right ul li.spacer span {
  display: inline-block;
  height: 33px;
  width: 1px;
  background-color: #ffffff;
}

.bottom-menu .right ul li.email a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 1.2px;
}

.go-back {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  left: 90px;
  top: -35px;
}

.go-back > span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #d72280;
  background-color: #d72280;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: scalePulse 0.7s linear infinite;
  background-image: url(../img/back-arrow@3x.png);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 0.5px 1.25px;
}

.go-back:hover > span {
  transform: scale(1.5, 1.5);
}

.get-in-touch {
  display: inline-block;
  font-size: 16px;
  color: #feffff;
  background: #d72280;
  color: #ffffff;
  letter-spacing: 0.4px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 20px;
  margin-top: 20px;
}

@keyframes scalePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 34, 128, 0.5),
      0 0 0 7px rgba(215, 34, 128, 0.5), 0 0 0 14px rgba(215, 34, 128, 0.5),
      0 0 0 21px rgba(215, 34, 128, 0.5);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(215, 34, 128, 0.5),
      0 0 0 14px rgba(215, 34, 128, 0.5), 0 0 0 21px rgba(215, 34, 128, 0.5),
      0 0 0 28px rgba(215, 34, 128, 0);
  }
}

.menu-wrapper .go-back {
  display: none;
}

#mobile-menu-toggle ~ .mobile-menu {
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 250ms ease-in-out, max-height 250ms ease-in-out;
  max-height: 0;
  cursor: pointer;
}

#mobile-menu-toggle {
  display: none;
}

#mobile-menu-toggle:checked ~ .mobile-menu {
  opacity: 1;
  transform: scale(1, 1);
  max-height: 500px;
}

.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mobile-menu ul li,
.active-menu-item {
  display: block;
  padding: 9px 15px;
  padding-bottom: 0;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
}

.active-menu-item {
  display: none;
}

.mobile-menu ul li.active,
.active-menu-item {
  background-color: #f7eef2;
}

.mobile-menu ul li a,
.active-menu-item span {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  display: block;
  margin-bottom: 9px;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

.active-menu-item span {
  opacity: 1;
  outline: none;
  touch-action: none;
  padding-right: 80px;
  font-size: 14px;
}

#mobile-menu-toggle:checked ~ .mobile-menu ul li a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
  padding-right: 80px;
  font-size: 14px;
}

.mobile-menu ul li.active a {
  font-weight: bold;
}

/* .mobile-menu ul li a:after, */
.active-menu-item span:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 8px;
  height: 11px;
  background-image: url(../img/chevron@3x.png);
  background-size: contain;
}

.active-menu-item span:after {
  transform: rotate(90deg);
}

.mobile-menu ul li.active a:after {
  transform: rotate(90deg);
}

.main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9000;
}

.main-menu ul.main {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-menu ul.main li {
  margin-bottom: 40px;
  opacity: 0;
}

.main-menu ul.main.animated li {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.main-menu ul.main li:nth-child(1) {
  animation-delay: 0.25s;
}
.main-menu ul.main li:nth-child(2) {
  animation-delay: 0.5s;
}
.main-menu ul.main li:nth-child(3) {
  animation-delay: 0.75s;
}
.main-menu ul.main li:nth-child(4) {
  animation-delay: 1s;
}
.main-menu ul.main li:nth-child(5) {
  animation-delay: 1.25s;
}
.main-menu ul.main li:nth-child(6) {
  animation-delay: 1.5s;
}
.main-menu ul.main li:nth-child(7) {
  animation-delay: 1.75s;
}
.main-menu ul.main li:nth-child(8) {
  animation-delay: 2s;
}

.main-menu ul.main li:last-child {
  margin-bottom: 0;
}

.main-menu ul.main li a {
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s linear;
}

.main-menu ul.main li a:hover {
  color: #d72280;
}

.main-menu .close {
  position: absolute;
  right: 136px;
  top: 44px;
  cursor: pointer;
}

.main-menu .close img {
  width: 39px;
  height: 39px;
}
.copyright {
  font-size: 9px;
  display: block;
  text-align: right;
}

@media (max-width: 1024px) {
  header {
    height: 98px;
    padding: 20px 15px;
  }

  header a img {
    width: 60px;
  }

  .menu-wrapper .go-back {
    display: block;
  }

  .go-back.desktop {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    left: 60px;
    top: -47px;
  }

  header .menu-wrapper .burger {
    left: initial;
    right: 20px;
    top: -9px;
  }

  header .menu-wrapper .go-back {
    top: -7px;
    left: initial;
    right: 85px;
  }

  .cs-nav,
  .cs-wrapper .cs-nav .nav-items {
    /* display:none; */
    width: 100%;
    max-width: 100%;
  }

  .cs-wrapper .cs-nav .nav-items .nav-item a {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cs-wrapper section.intro h1 {
    font-size: 18px;
    line-height: 32px;
  }

  .cs-wrapper section.intro h1 strong {
    font-size: 28px;
  }

  .the-challenge {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cs-wrapper h4 {
    font-size: 16px;
  }

  .cs-wrapper section .inner p:first-of-type {
    margin-top: 0;
  }

  .cs-wrapper section .inner p:last-of-type {
    margin-bottom: 0;
  }

  .cs-wrapper .the-challenge p,
  .cs-wrapper section .inner p {
    font-size: 13px;
    line-height: 21px;
  }

  /* .cs-wrapper section .inner p {
    line-height: 19px;
  } */

  .cs-wrapper section.intro {
    padding-bottom: 20px;
  }

  .cs-wrapper section.white,
  .cs-wrapper section.pink {
    padding: 35px 0;
  }

  .cs-wrapper section .inner .left,
  .cs-wrapper section .inner .right,
  .cs-wrapper section .inner .full {
    display: block;
    width: 100%;
    padding: 0 15px;
  }

  .cs-wrapper section .inner .right {
    margin-top: 20px;
  }

  .cs-wrapper section .inner a.next {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .cs-wrapper section .inner ul {
    list-style-type: none;
    padding-left: 0;
  }

  .cs-wrapper section .inner ul li {
    font-size: 13px;
  }

  .cs-wrapper section.pink .inner {
    display: flex;
    flex-direction: column;
  }

  .cs-wrapper section.pink .inner .left {
    /* order:2; */
  }

  .cs-wrapper section.pink .inner .right {
    /* order:1; */
    margin-bottom: 15px;
  }

  .active-menu-item {
    display: block;
  }

  .cs-wrapper section .inner a.next {
    margin-top: 40px;
  }

  .main-menu ul.main li a {
    font-size: 18px;
  }

  .main-menu ul.main li {
    margin-bottom: 9px;
  }

  .main-menu .close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }

  .cs-wrapper section.hero {
    height: 140px;
  }

  .cs-wrapper section.hero > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .active-menu-item span:after {
    top: 4px;
  }

  .cs-wrapper section .inner ul li {
    margin-bottom: 0;
    line-height: 21px;
  }
}

@media screen and (max-width: 1024px) {
  footer .inner .bottom-menu {
    height: auto;
  }
  footer .inner .bottom-menu .left,
  footer .inner .bottom-menu .right {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .inner .bottom-menu .right {
    margin-top: 50px;
  }
  footer .inner .bottom-menu .right .spacer {
    display: none;
  }
  footer .inner .bottom-menu .right .email {
    display: block;
    margin: 0;
  }
  footer .inner .bottom-menu .right li:first-of-type {
    margin-left: 0;
  }
  footer .inner .bottom-menu .left ul li {
    display: block;
    margin-top: 40px;
  }
  footer .inner .bottom-menu .left ul li a {
    margin-right: 0px;
  }
  footer .inner .bottom-menu .left ul li:after {
    display: none;
  }

  .cs-wrapper section .inner,
  .cs-wrapper section .left,
  .cs-wrapper section .right {
    width: 100%;
    display: block;
    text-align: center;
  }
  /* .cs-wrapper section .left, .cs-wrapper section .right, .cs-wrapper section .full {
    padding-left: 50px;
    padding-right: 50px;
  } */
  .cs-wrapper section .copy {
    padding: 0;
  }

  /* .the-challenge {
    padding-left: 50px;
    padding-right: 50px;
  } */
}

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

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.bleed-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 136px;
  background-image: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.bleed-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 136px;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.footer-popup {
  position: relative;

  height: 100px;
  width: 100%;
  padding: 0 100px;
  background-color: #000;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: bottom 0.4s ease;
}

body.info-open .footer-popup {
  bottom: 0;
}

.footer-popup .footer-info-close {
  width: 25px;
  display: block;
}

.footer-popup .left {
  display: flex;
  align-items: center;
}

.footer-popup .left ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
}

.footer-popup .left ul li {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 60px;
}

.footer-popup .left ul li:first-of-type {
  margin-left: 0;
}

.footer-popup .left ul li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
}

.footer-popup .left ul li a:hover {
  color: #d72280;
}

.footer-popup .left ul li:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -35px;
  width: 10px;
  height: 10px;
  background-color: #d72280;
  border-radius: 50%;
}

.footer-popup .left ul li:last-of-type:after {
  display: none;
}

.footer-popup .right ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-popup .right ul li {
  margin-right: 35px;
}

.footer-popup .right ul li:last-of-type {
  margin-right: 0;
  margin-left: 35px;
  position: relative;
}

.footer-popup .right ul li:last-of-type a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
}

.footer-popup .right ul li:last-of-type a:hover {
  color: #d72280;
}

.footer-popup .right ul li:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

.fill {
  transition: fill 0.7s ease;
}
.fill:hover {
  fill: #e70077;
}

.banner-tile {
  text-align: center;
}

.cs-wrapper section .inner ol li {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.3px;
}

.banner-title h1 {
  font-size: 65px;
  font-weight: 500;
  font-family: Montserrat-SemiBold;
  font-size: 65px;
  color: #f9f9f9;
  letter-spacing: 1px;
  text-align: center;
  line-height: 65px;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.82);
}

.cs-wrapper section.solution.pink .inner .right ul > strong {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  header,
  .footer,
  .footer-popup {
    padding: 0 50px;
  }

  .footer-popup {
    margin-bottom: 20px;
  }

  .footer-popup .right ul li {
    display: none;
  }

  .footer-popup .right ul li:last-of-type {
    display: block;
  }

  .footer-popup .right ul li:last-of-type {
    margin-left: 0;
  }

  .footer-popup .right ul li:last-of-type a {
    display: none;
    margin-left: 0;
  }

  .footer-popup .right ul li:last-of-type:before {
    content: initial;
  }
}

@media (max-width: 768px) {
  .footer-popup svg {
    width: 20px;
    max-height: 20px;
  }

  .footer-popup .right ul li {
    margin-right: 15px;
  }

  /* .footer-popup .right ul li:last-of-type {
      margin-left:15px;
  } */

  .footer-popup .right ul li:last-of-type:before {
    left: -15px;
  }

  .footer-popup .left ul {
    padding-left: 15px;
  }

  .main-menu ul.main li a {
    font-size: 18px;
  }

  .main-menu ul.main li {
    margin-bottom: 9px;
  }
}

@media (max-width: 667px) {
  header,
  .footer,
  .footer-popup {
    padding: 0 30px;
    height: 85px;
  }

  header .logo img {
    width: 50px;
  }

  header .header-inner {
    padding: 0;
  }

  .footer-popup {
    flex-direction: column;
    justify-content: start;
  }

  .footer-popup .left ul {
    padding-left: 0;
  }

  .footer-popup .right ul {
    margin: 0;
  }

  .footer-popup .left ul li {
    margin-left: 30px;
  }

  .footer-popup svg {
    width: 15px;
    max-height: 15px;
  }

  .footer-popup .left ul li:after {
    top: 5px;
    right: -19px;
    width: 7px;
    height: 7px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
  .explore {
    display: none;
  }
}
