#ticker, #intro, #hero, .footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

element:hover, element:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

html,
body {
  color: #413F4F;
  overflow-x: hidden;
}

a {
  color: #55CFF7;
}
a:hover {
  color: #D6167D;
}
a:hover svg {
  color: #55CFF7;
  fill: #55CFF7;
}
a:focus {
  outline: none;
}
a:active {
  text-decoration: underline;
}

.size-1 {
  font-size: 100px;
  line-height: 125px;
}
@media screen and (max-width: 991px) {
  .size-1 {
    font-size: calc(50px + 5vw);
    line-height: calc(70px + 5vw);
  }
}

.cms-content h2,
.size-2 {
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 991px) {
  .cms-content h2,
.size-2 {
    font-size: calc(27px + 2vw);
    line-height: calc(32px + 2vw);
  }
}

.size-3 {
  font-size: 43px;
}

.cms-content h4,
.size-4 {
  font-size: 23px;
  line-height: 28px;
}

.page-archive-item .category,
.page-archive-item .tag, .cms-content h5, .cms-content, .show-on-search .search-result .filters span, .header .fixed-menu ul li a,
.header .fixed-menu ul li span,
.size-5 {
  font-size: 20px;
  line-height: 25px;
}

.filter-by > *,
.size-6 {
  font-size: 17px;
  line-height: 22px;
}

p {
  margin-bottom: 25px;
}

p:last-of-type {
  margin-bottom: 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container .row {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 992px) {
  .container .row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.container .row .col,
.container .row *[class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .container .row .col,
.container .row *[class^=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-hero {
  max-width: 1340px;
}
@media screen and (max-width: 991px) {
  .container-hero {
    max-width: 840px;
  }
}

@media screen and (min-width: 1200px) {
  .container-large {
    max-width: 1340px;
  }
}

.container-medium {
  max-width: 1000px;
}

.page-main {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-main {
    padding-top: 65px;
  }
}
.page-archive {
  padding-top: 86px;
  padding-bottom: 0;
}
.page-archive-item {
  padding-bottom: 0;
}

.section {
  position: relative;
}

.bg-image {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-image + * {
  position: relative;
  z-index: 2;
}

.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #141225;
  overflow: hidden;
}
.bg-pattern:after {
  content: "";
  display: block;
  position: absolute;
  top: -200vw;
  left: -200vw;
  width: 400vw;
  height: 400vw;
  background-size: 525px 288px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-pattern-home {
  background-color: #D6167D;
}
.bg-pattern-home:after {
  background-image: url("../img/pattern-home.png");
}
.bg-pattern-pink:after {
  background-image: url("../img/pattern-pink.png");
}
.bg-pattern-blue:after {
  background-image: url("../img/pattern-blue.png");
}
.bg-pattern-orange:after {
  background-image: url("../img/pattern-orange.png");
}
.bg-pattern + * {
  position: relative;
  z-index: 2;
}

.page-title {
  position: relative;
}
.page-title > .inner {
  text-align: center;
  color: #FFFFFF;
  padding: 70px 15px;
}
.page-title .size-1 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .page-title .size-1 {
    font-size: calc(20px + 8vw);
    line-height: calc(40px + 8vw);
  }
}

.hidden-image-for-og {
  position: fixed;
  bottom: 100vh;
  left: 0;
  z-index: -100;
  opacity: 0;
  pointer-events: none;
}

.cnz-btn {
  border-radius: 0;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-weight: 700;
  padding: 10px 30px;
  cursor: pointer;
}
.cnz-btn:hover {
  text-decoration: none;
  background-color: transparent;
}
.cnz-btn:focus {
  outline: none;
}
.cnz-social a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 5px;
}
.cnz-social a:hover {
  color: #55CFF7;
}
.cnz-social a.facebook svg {
  width: 9px;
  height: 18px;
}
.cnz-social a.instagram svg {
  width: 19px;
  height: 19px;
}
.cnz-social a.linkedin svg {
  width: 18px;
  height: 18px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 6;
}
.header .container {
  position: relative;
  max-width: 960px;
}
.header.fixed {
  position: fixed;
  top: -100px;
  box-shadow: 0px 0px 10px -5px #999;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.header.fixed:hover, .header.fixed.is-active {
  top: 0;
}
.header.fixed .brand svg {
  width: 60px;
  height: 51px;
}
.header.fixed-init {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.header .brand {
  position: relative;
  display: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 7;
}
.header .brand svg {
  -moz-transition: width 0.15s, height 0.15s;
  -o-transition: width 0.15s, height 0.15s;
  -webkit-transition: width 0.15s, height 0.15s;
  transition: width 0.15s, height 0.15s;
}
.header .brand path {
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.header .brand[theme=blue] path {
  fill: #55CFF7;
}
.header .brand[theme=pink] path {
  fill: #D6167D;
}
.header .brand[theme=orange] path {
  fill: #F5881F;
}
.header .nav-logo-side {
  position: absolute;
  top: 0;
  height: 100%;
}
.header .nav-logo-side.nav-left {
  right: calc(50% + 110px);
}
.header .nav-logo-side.nav-right {
  left: calc(50% + 110px);
}
.header .nav-logo-side > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .nav-logo-side > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}
.header .nav-logo-side > ul > li:last-of-type {
  margin-right: 0;
}
.header .nav-logo-side > ul > li.is-active:nth-of-type(1) > a, .header .nav-logo-side > ul > li.is-active:nth-of-type(1) > span, .header .nav-logo-side > ul > li:hover:nth-of-type(1) > a, .header .nav-logo-side > ul > li:hover:nth-of-type(1) > span {
  border-bottom: 4px solid #55CFF7;
}
.header .nav-logo-side > ul > li.is-active:nth-of-type(2) > a, .header .nav-logo-side > ul > li.is-active:nth-of-type(2) > span, .header .nav-logo-side > ul > li:hover:nth-of-type(2) > a, .header .nav-logo-side > ul > li:hover:nth-of-type(2) > span {
  border-bottom: 4px solid #D6167D;
}
.header .nav-logo-side > ul > li.is-active:nth-of-type(3) > a, .header .nav-logo-side > ul > li.is-active:nth-of-type(3) > span, .header .nav-logo-side > ul > li:hover:nth-of-type(3) > a, .header .nav-logo-side > ul > li:hover:nth-of-type(3) > span {
  border-bottom: 4px solid #F5881F;
}
.header .nav-logo-side > ul > li.is-active:hover ul, .header .nav-logo-side > ul > li:hover:hover ul {
  display: block;
}
.header .nav-logo-side > ul > li > a,
.header .nav-logo-side > ul > li > span {
  position: relative;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 6;
  cursor: pointer;
}
.header .nav-logo-side > ul > li > a:hover,
.header .nav-logo-side > ul > li > span:hover {
  text-decoration: none;
}
.header .nav-logo-side > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -40px;
  width: 190px;
  background-color: #FFFFFF;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 50px 30px 30px 40px;
}
.header .nav-logo-side > ul > li ul li {
  margin-bottom: 10px;
}
.header .nav-logo-side > ul > li ul li:last-of-type {
  margin-bottom: 0;
}
.header .nav-logo-side > ul > li ul a {
  color: inherit;
  font-weight: 700;
}
.header .nav-logo-side > ul > li ul a:hover {
  text-decoration: none;
}
.header .nav-logo-side > ul > li:nth-of-type(1) ul a:hover {
  color: #55CFF7;
}
.header .nav-logo-side > ul > li:nth-of-type(2) ul a:hover {
  color: #D6167D;
}
.header .nav-logo-side > ul > li:nth-of-type(3) ul a:hover {
  color: #F5881F;
}
.header .toggle-menu {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
}
.header .toggle-menu .inner {
  position: relative;
  width: 66px;
  height: 25px;
  overflow: hidden;
}
.header .toggle-menu span {
  position: absolute;
  top: 0;
  right: 0;
  color: #141225;
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
.header .toggle-menu span.close {
  top: 100%;
}
.header .toggle-menu.is-active span.open {
  top: -100%;
}
.header .toggle-menu.is-active span.close {
  top: 0;
}
.header .fixed-menu {
  position: absolute;
  top: 100%;
  left: -100%;
  width: 100%;
  height: calc(100vh - 98px);
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #141225;
  overflow: scroll;
  z-index: 5;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.header .fixed-menu > .inner {
  padding: 25px 30px;
}
.header .fixed-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .fixed-menu ul li {
  margin-bottom: 30px;
}
.header .fixed-menu ul li a,
.header .fixed-menu ul li span {
  position: relative;
  color: #141225;
  font-weight: 700;
  text-transform: uppercase;
}
.header .fixed-menu ul li ul {
  margin-top: 10px;
}
.header .fixed-menu ul li ul li {
  margin-bottom: 10px;
}
.header .fixed-menu ul li ul li a {
  text-transform: none;
}
.header.fixed .fixed-menu {
  height: calc(100vh - 81px);
}
.header.menu-is-active {
  position: fixed;
  top: 0;
}
.header.menu-is-active .fixed-menu {
  left: 0;
}

.footer {
  background-color: #141225;
  color: #FFFFFF;
}
.footer > .container {
  max-width: 1340px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .subscribe-cnz {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .footer .subscribe-cnz {
    width: 100%;
  }
}
.footer .subscribe-cnz form {
  margin-top: 15px;
}
.footer .subscribe-cnz form button {
  margin-top: 15px;
}
.footer .subscribe-cnz form button:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 1199px) {
  .footer .footer-nav {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    width: 100%;
  }
}
.footer .footer-nav .row {
  margin-left: -20px;
  margin-right: -20px;
}
.footer .footer-nav .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
.footer .footer-nav > ul,
.footer .footer-nav .col > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-nav > ul > li,
.footer .footer-nav .col > ul > li {
  vertical-align: top;
  margin-right: 35px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .footer .footer-nav > ul > li,
.footer .footer-nav .col > ul > li {
    display: inline-block;
    margin-right: 55px;
    margin-bottom: 0;
  }
}
.footer .footer-nav > ul > li:last-of-type,
.footer .footer-nav .col > ul > li:last-of-type {
  margin-right: 0;
}
.footer .footer-nav > ul > li > a,
.footer .footer-nav > ul > li > span,
.footer .footer-nav .col > ul > li > a,
.footer .footer-nav .col > ul > li > span {
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .footer .footer-nav > ul > li > span,
.footer .footer-nav .col > ul > li > span {
    display: block;
    margin-bottom: 5px;
  }
  .footer .footer-nav > ul > li > span + ul li,
.footer .footer-nav .col > ul > li > span + ul li {
    margin-bottom: 5px;
  }
}
.footer .footer-nav > ul > li ul,
.footer .footer-nav .col > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-nav > ul > li ul a,
.footer .footer-nav .col > ul > li ul a {
  color: inherit;
}
.footer .copyright {
  color: #413F4F;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.footer .copyright a {
  color: inherit;
}
.footer .copyright a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.input-field {
  margin-bottom: 15px;
}
.input-field input,
.input-field textarea {
  width: 100%;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  padding-bottom: 5px;
  resize: none;
}
.input-field input.placeholder,
.input-field textarea.placeholder {
  color: #FFFFFF;
}
.input-field input:-moz-placeholder,
.input-field textarea:-moz-placeholder {
  color: #FFFFFF;
}
.input-field input::-moz-placeholder,
.input-field textarea::-moz-placeholder {
  color: #FFFFFF;
}
.input-field input:-ms-input-placeholder,
.input-field textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
.input-field input::-webkit-input-placeholder,
.input-field textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
.input-field input:focus,
.input-field textarea:focus {
  outline: none;
}

.dark .input-field input,
.dark .input-field textarea {
  color: #141225;
  border-bottom-color: #141225;
}
.dark .input-field input.placeholder,
.dark .input-field textarea.placeholder {
  color: #141225;
}
.dark .input-field input:-moz-placeholder,
.dark .input-field textarea:-moz-placeholder {
  color: #141225;
}
.dark .input-field input::-moz-placeholder,
.dark .input-field textarea::-moz-placeholder {
  color: #141225;
}
.dark .input-field input:-ms-input-placeholder,
.dark .input-field textarea:-ms-input-placeholder {
  color: #141225;
}
.dark .input-field input::-webkit-input-placeholder,
.dark .input-field textarea::-webkit-input-placeholder {
  color: #141225;
}

.cta {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 576px) {
  .cta {
    text-align: center;
  }
}
.cta.top-border {
  border-top: 1px solid #141225;
}
.cta .cta-title {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .cta .cta-title {
    left: 40px;
  }
}
.cta .cta-title .text-rotation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 59px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .cta .cta-title .text-rotation {
    display: block;
    width: 100%;
    margin-top: -12px;
  }
}
.cta .cta-title .text-rotation span {
  display: block;
  position: absolute;
  top: 64px;
  left: 0;
}
.cta .cta-title .text-rotation span.is-active {
  top: 0;
}
.cta .cta-title .text-rotation span:nth-of-type(1) {
  color: #F5881F;
}
.cta .cta-title .text-rotation span:nth-of-type(2) {
  color: #55CFF7;
}
.cta .cta-title .text-rotation span:nth-of-type(3) {
  color: #D6167D;
}
.cta .cta-title .text-rotation span:nth-of-type(4) {
  color: #F5881F;
}
.cta .cta-title .text-rotation span:nth-of-type(5) {
  color: #55CFF7;
}
.cta .cta-title .text-rotation span:nth-of-type(6) {
  color: #D6167D;
}
.cta .cnz-btn {
  display: inline-block;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  background-color: #141225;
  border: 2px solid #141225;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .cta .cnz-btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .cta .cnz-btn {
    max-width: 30%;
  }
}
.cta .cnz-btn:nth-of-type(1) {
  color: #55CFF7;
}
.cta .cnz-btn:nth-of-type(2) {
  color: #D6167D;
}
.cta .cnz-btn:nth-of-type(3) {
  color: #F5881F;
}
.cta .cnz-btn:hover {
  background-color: transparent;
}

#hero {
  padding-top: 120px;
  padding-bottom: 120px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #hero {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
#hero .background-block + div {
  position: relative;
  z-index: 4;
}
#hero .background-block .bg-image {
  left: -100%;
}
#hero .background-block .bg-image.is-active {
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  #hero .title-block-wrap {
    width: 400px;
  }
}
#hero .title-block {
  position: relative;
  height: 125px;
  font-weight: 900;
  overflow: hidden;
  margin-right: 100px;
  -moz-transition: width 0.25s;
  -o-transition: width 0.25s;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
@media screen and (min-width: 1240px) {
  #hero .title-block {
    margin-right: 140px;
  }
}
@media screen and (max-width: 991px) {
  #hero .title-block {
    height: calc(70px + 5vw);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #hero .title-block {
    margin: 0 auto 35px;
  }
}
#hero .title-block span {
  position: absolute;
  top: 125px;
  left: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#hero .title-block span.is-active {
  top: 0;
  -webkit-animation: hero-title-block 0.4s ease-in-out;
  -moz-animation: hero-title-block 0.4s ease-in-out;
  -ms-animation: hero-title-block 0.4s ease-in-out;
  -o-animation: hero-title-block 0.4s ease-in-out;
  animation: hero-title-block 0.4s ease-in-out;
}
#hero .title-block .title-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  overflow: hidden;
}
#hero .title-block .title-border div {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#hero .title-block .title-border div.is-active {
  width: 100%;
  z-index: 2;
  -moz-transition: width 0.25s linear;
  -o-transition: width 0.25s linear;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#hero .text-block {
  position: relative;
  width: 460px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #hero .text-block {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #hero .text-block {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
#hero .text-block .item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (min-width: 768px) {
  #hero .text-block .item {
    width: 0%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #hero .text-block .item {
    width: 100%;
    height: 0%;
  }
}
#hero .text-block .item.is-active {
  z-index: 2;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  #hero .text-block .item.is-active {
    width: 100%;
    -moz-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    -webkit-transition: width 0.25s linear;
    transition: width 0.25s linear;
  }
}
@media screen and (max-width: 767px) {
  #hero .text-block .item.is-active {
    height: 100%;
    -moz-transition: height 0.25s linear;
    -o-transition: height 0.25s linear;
    -webkit-transition: height 0.25s linear;
    transition: height 0.25s linear;
  }
}
#hero .text-block .item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  padding: 40px 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #hero .text-block .item span {
    width: 400px;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  #hero .text-block .item span {
    width: 100%;
    padding: 4vw 6vw;
  }
}
#hero [theme=blue] {
  background-color: #55CFF7;
}
#hero [theme=orange] {
  background-color: #F5881F;
}
#hero [theme=pink] {
  background-color: #D6167D;
}

@-webkit-keyframes hero-title-block {
  0% {
    top: 125px;
  }
  75% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes hero-title-block {
  0% {
    top: 125px;
  }
  75% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes hero-title-block {
  0% {
    top: 125px;
  }
  75% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes hero-title-block {
  0% {
    top: 125px;
  }
  75% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes hero-title-block {
  0% {
    top: 125px;
  }
  75% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
#intro {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141225;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#ticker {
  padding-top: 80px;
  padding-bottom: 80px;
}
#ticker h3 {
  color: #FFFFFF;
  font-weight: 700;
}
#ticker .white-box {
  position: relative;
  padding: 40px 25px;
  background-color: #FFFFFF;
  color: #141225;
  width: 100%;
  max-width: 785px;
  overflow: hidden;
}
#ticker .white-box .item {
  position: absolute;
  top: 40px;
  left: -100%;
  width: calc(100% - 80px);
  height: calc(100% - 50px);
  opacity: 0;
  pointer-events: none;
}
#ticker .white-box .item.is-active {
  left: 25px;
  opacity: 1;
  pointer-events: auto;
}

#featured-blog .item {
  position: relative;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
#featured-blog .item .thumb {
  position: relative;
  height: 350px;
}
#featured-blog .item .read {
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 30px;
  color: #FFFFFF;
  background-color: #55CFF7;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
#featured-blog .item .read h4 {
  font-weight: 600;
}
#featured-blog .item .read .show-on-hover {
  opacity: 0;
  padding-top: 40px;
}
#featured-blog .item .read .show-on-hover .link a {
  color: #141225;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #featured-blog .item:nth-of-type(1), #featured-blog .item:nth-of-type(3) {
    padding-bottom: 120px;
  }
  #featured-blog .item:nth-of-type(1) .read, #featured-blog .item:nth-of-type(3) .read {
    bottom: 0;
  }
  #featured-blog .item:nth-of-type(2), #featured-blog .item:nth-of-type(4) {
    padding-top: 120px;
  }
  #featured-blog .item:nth-of-type(2) .read, #featured-blog .item:nth-of-type(4) .read {
    top: 0;
  }
}
#featured-blog .item:hover .read, #featured-blog .item.is-active .read {
  height: 100% !important;
}
#featured-blog .item:hover .read .show-on-hover, #featured-blog .item.is-active .read .show-on-hover {
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  #featured-blog .item {
    padding-bottom: 120px;
  }
  #featured-blog .item .read {
    bottom: 0;
  }
}

.filter-by {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  font-weight: 700;
  color: #141225;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #141225;
  z-index: 3;
}
.filter-by .filter-by-label:after {
  content: ":";
}
.filter-by .filter-by-search {
  margin-left: 50px;
  padding-left: 25px;
  background-image: url("../icons/search.png");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: top 5px left;
}
.filter-by .filter-by-search input {
  width: 100%;
  color: #141225;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #141225;
  border-radius: 0;
}
.filter-by .filter-by-search input.placeholder {
  color: #141225;
}
.filter-by .filter-by-search input:-moz-placeholder {
  color: #141225;
}
.filter-by .filter-by-search input::-moz-placeholder {
  color: #141225;
}
.filter-by .filter-by-search input:-ms-input-placeholder {
  color: #141225;
}
.filter-by .filter-by-search input::-webkit-input-placeholder {
  color: #141225;
}
.filter-by .filter-by-search input:focus {
  outline: none;
}
.filter-by .filter-by-item {
  margin-left: 50px;
  background-image: url("../icons/chevron-down.png");
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: top 8px right;
  cursor: pointer;
}
.filter-by .filter-by-item:nth-of-type(1) {
  width: 92px;
}
.filter-by .filter-by-item:nth-of-type(2) {
  width: 46px;
}
.filter-by .filter-by-item:nth-of-type(3) {
  width: 77px;
}
.filter-by .view-all {
  margin-left: 50px;
  cursor: pointer;
}
.filter-by .filter-by-item > span,
.filter-by .view-all > span {
  position: relative;
  display: block;
  width: 100%;
}
.filter-by .filter-by-item-sub {
  display: none;
  white-space: nowrap;
  min-width: 240px;
}
.filter-by .filter-by-item-sub ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 20px 0 0;
  margin: 0 20px 0 0;
  font-weight: 500;
}
.filter-by .filter-by-item-sub ul li {
  margin-bottom: 5px;
}
.filter-by .filter-by-item-sub ul li:last-of-type {
  margin-bottom: 0;
}
.filter-by .filter-by-item-sub ul li .checkbox-field label {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .filter-by .filter-by-item,
  .filter-by .view-all,
  .filter-by .filter-by-search {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .filter-by .filter-by-item:hover:nth-of-type(1) span:after,
  .filter-by .view-all:hover span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #55CFF7;
  }
  .filter-by .filter-by-item:hover:nth-of-type(2) span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #D6167D;
  }
  .filter-by .filter-by-item:hover:nth-of-type(3) span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F5881F;
  }
}
@media screen and (max-width: 767px) {
  .filter-by {
    padding-top: 0;
    padding-bottom: 0;
  }
  .filter-by > * {
    font-size: inherit;
    line-height: inherit;
  }
  .filter-by .filter-by-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    cursor: pointer;
  }
  .filter-by .filter-by-label:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background-image: url("../icons/plus.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .filter-by .filter-by-item,
  .filter-by .view-all,
  .filter-by .filter-by-search {
    display: none;
  }
  .filter-by .filter-by-item,
  .filter-by .view-all {
    margin-left: 0;
    margin-bottom: 25px;
    background-size: 14px auto;
    background-position: top 11px right;
  }
  .filter-by .filter-by-item:nth-of-type(1) {
    width: 110px;
  }
  .filter-by .filter-by-item:nth-of-type(2) {
    width: 56px;
  }
  .filter-by .filter-by-item:nth-of-type(3) {
    width: 91px;
  }
  .filter-by .filter-by-item.is-active .filter-by-item-sub {
    display: block;
  }
  .filter-by .filter-by-item.is-active span {
    border: 0 !important;
  }
  .filter-by .filter-by-search {
    margin-left: 0;
    padding-bottom: 30px;
  }
  .filter-by.is-active .filter-by-label:after {
    background-image: url("../icons/minus.png");
  }
  .filter-by.is-active .filter-by-item,
.filter-by.is-active .filter-by-search {
    display: block;
  }
}

.hide-on-search,
.show-on-search {
  position: relative;
}

.show-on-search {
  display: none;
}
.show-on-search .search-result {
  min-height: calc(100vh - 86px);
}
.show-on-search .search-result .filters span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 5px;
  opacity: 0;
  left: 80px;
}
.show-on-search .search-result .filters span.category {
  color: #F5881F;
}
.show-on-search .search-result .filters span.tag {
  color: #D6167D;
}

.searching-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.searching-overlay > .inner {
  height: 100%;
}
.searching-overlay .searching-icon path {
  -webkit-animation: searching 4s ease-in-out infinite;
  -moz-animation: searching 4s ease-in-out infinite;
  -ms-animation: searching 4s ease-in-out infinite;
  -o-animation: searching 4s ease-in-out infinite;
  animation: searching 4s ease-in-out infinite;
}

.searching .hide-on-search {
  display: none;
}
.searching .show-on-search {
  display: block;
}

.searching-done .searching-overlay {
  display: none;
}

@-webkit-keyframes searching {
  0% {
    fill: #55CFF7;
  }
  25% {
    fill: #D6167D;
  }
  50% {
    fill: #F5881F;
  }
  75% {
    fill: #FFFFFF;
  }
  100% {
    fill: #55CFF7;
  }
}
@-moz-keyframes searching {
  0% {
    fill: #55CFF7;
  }
  25% {
    fill: #D6167D;
  }
  50% {
    fill: #F5881F;
  }
  75% {
    fill: #FFFFFF;
  }
  100% {
    fill: #55CFF7;
  }
}
@-ms-keyframes searching {
  0% {
    fill: #55CFF7;
  }
  25% {
    fill: #D6167D;
  }
  50% {
    fill: #F5881F;
  }
  75% {
    fill: #FFFFFF;
  }
  100% {
    fill: #55CFF7;
  }
}
@-o-keyframes searching {
  0% {
    fill: #55CFF7;
  }
  25% {
    fill: #D6167D;
  }
  50% {
    fill: #F5881F;
  }
  75% {
    fill: #FFFFFF;
  }
  100% {
    fill: #55CFF7;
  }
}
@keyframes searching {
  0% {
    fill: #55CFF7;
  }
  25% {
    fill: #D6167D;
  }
  50% {
    fill: #F5881F;
  }
  75% {
    fill: #FFFFFF;
  }
  100% {
    fill: #55CFF7;
  }
}
.cms-content h2 {
  color: #141225;
  font-weight: 700;
  margin-bottom: 15px;
}
.cms-content h4 {
  color: #141225;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 15px;
}
.cms-content h5 {
  color: #D6167D;
}
.cms-content p {
  margin-bottom: 25px;
}
.cms-content p:last-of-type {
  margin-bottom: 0;
}
.cms-content.pink p {
  color: #D6167D;
}
.cms-content ul {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
  list-style: none;
}
.cms-content ul li {
  position: relative;
  padding-left: 40px;
}
.cms-content ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 25px;
  width: 6px;
  height: 6px;
  background-color: #55CFF7;
}
.cms-content ol {
  display: block;
  max-width: 420px;
  list-style: none;
  padding: 0;
  margin: 100px auto 0;
  counter-reset: ol-counter;
}
.cms-content ol li {
  position: relative;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 55px;
}
.cms-content ol li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  width: 40px;
  top: 50%;
  left: 0;
  font-size: 230%;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.cms-content ol li:nth-of-type(3n-2):before {
  color: #D6167D;
}
.cms-content ol li:nth-of-type(3n-1):before {
  color: #55CFF7;
}
.cms-content ol li:nth-of-type(3n):before {
  color: #F5881F;
}
.cms-content ol + * {
  margin-top: 100px;
}
.cms-content .captionImage,
.cms-content img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}
.cms-content .caption {
  font-size: 15px;
  margin-top: 5px;
  text-align: center;
}
.cms-content .embed {
  position: relative;
  width: 100% !important;
  margin-bottom: 25px;
}
.cms-content .embed:after {
  content: "";
  display: block;
  padding-top: 52.6%;
}
.cms-content .embed > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive-intro {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .archive-intro {
    padding-top: 65px;
  }
}

.archive-group {
  padding-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #141225;
}
@media screen and (max-width: 767px) {
  .archive-group {
    padding-top: 65px;
    padding-bottom: 20px;
  }
}
.archive-group h3 {
  color: #141225;
  font-weight: 700;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .archive-group h3 {
    margin-bottom: 80px;
  }
}
.archive-group .archive-item {
  position: relative;
  color: inherit;
  margin-bottom: 60px;
}
.archive-group .archive-item .read-more {
  position: relative;
  display: inline-block;
}
.archive-group .archive-item .read-more .hover-line {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D6167D;
}
.archive-group .archive-item:hover {
  text-decoration: none;
}
.archive-group .archive-item:hover .read-more .hover-line {
  display: block;
}
.archive-group .archive-item .featured-image {
  position: relative;
  margin-bottom: 10px;
}
.archive-group .archive-item .featured-image:after {
  content: "";
  display: block;
  padding-top: 55%;
}
.archive-group .archive-item h4 {
  color: #141225;
  font-weight: 700;
  margin-bottom: 15px;
}
.archive-group .archive-item p {
  margin-bottom: 15px;
}
.archive-group .archive-item:nth-of-type(3n-2) .read-more span {
  color: #D6167D;
}
.archive-group .archive-item:nth-of-type(3n-2) .read-more .hover-line {
  background-color: #D6167D;
}
.archive-group .archive-item:nth-of-type(3n-1) .read-more span {
  color: #55CFF7;
}
.archive-group .archive-item:nth-of-type(3n-1) .read-more .hover-line {
  background-color: #55CFF7;
}
.archive-group .archive-item:nth-of-type(3n) .read-more span {
  color: #F5881F;
}
.archive-group .archive-item:nth-of-type(3n) .read-more .hover-line {
  background-color: #F5881F;
}
.archive-group.featured-group .archive-item:nth-of-type(3n-2) h4 {
  color: #D6167D;
}
.archive-group.featured-group .archive-item:nth-of-type(3n-1) h4 {
  color: #55CFF7;
}
.archive-group.featured-group .archive-item:nth-of-type(3n) h4 {
  color: #F5881F;
}

.page-archive-item .written a {
  color: inherit;
}
.page-archive-item .cms-content {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-archive-item .cms-content {
    padding-bottom: 65px;
  }
}
.page-archive-item .archive-share {
  position: absolute;
  top: 0;
  left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #141225;
  padding-right: 10px;
}
.page-archive-item .archive-share a {
  display: block;
  margin: 15px auto 0;
  width: 25px;
  fill: #999;
}
.page-archive-item .archive-share a:hover {
  fill: #55CFF7;
}
@media screen and (min-width: 1120px) {
  .page-archive-item .archive-share {
    left: unset;
    right: 100%;
  }
}
.page-archive-item .container {
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-archive-item .container > .inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.page-archive-item .archive-share-mobile {
  padding-bottom: 45px;
}
.page-archive-item .archive-share-mobile span {
  display: block;
  color: #141225;
  margin-bottom: 15px;
}
.page-archive-item .archive-share-mobile a {
  display: inline-block;
  margin-right: 10px;
  fill: #999;
}
.page-archive-item .archive-share-mobile a:hover {
  text-decoration: none;
  fill: #55CFF7;
}
.page-archive-item h1 {
  color: #141225;
  font-weight: 700;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-archive-item h1 {
    margin-top: 65px;
  }
}
.page-archive-item .category,
.page-archive-item .tag {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.page-archive-item .category {
  color: #F5881F;
}
.page-archive-item .tag {
  color: #D6167D;
}
.page-archive-item .author-info {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #141225;
  border-bottom: 1px solid #141225;
  color: #141225;
}
.page-archive-item .author-info:hover {
  text-decoration: none;
}
.page-archive-item .author-info .row {
  margin-left: -20px;
  margin-right: -20px;
}
.page-archive-item .author-info .row > .col,
.page-archive-item .author-info .row > *[class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.page-archive-item .author-info h4 {
  color: #141225;
  font-weight: 700;
  margin-bottom: 0;
}
.page-archive-item .author-info .author-contact {
  margin-bottom: 15px;
}
.page-archive-item .author-info .author-contact a {
  display: inline-block;
  color: #413F4F;
  margin-right: 11px;
}
.page-archive-item .author-info .author-contact a:last-of-type {
  margin-right: 0;
}
.page-archive-item .author-info .author-contact svg {
  position: relative;
  top: 1px;
}
.page-archive-item .author-info .author-contact g {
  fill: #413F4F;
}
.page-archive-item .author-info .author-photo {
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.page-archive-item .author-info .author-photo > * {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.tabs h4 {
  position: relative;
  color: #141225;
  font-weight: 700;
  margin-bottom: 30px;
  cursor: pointer;
}
.tabs h4 span {
  position: relative;
}
.tabs h4 span:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs h4.is-active span:after {
  left: 0;
  right: unset;
  width: 100%;
}
.tabs h4:nth-of-type(1).is-active span:after {
  background-color: #55CFF7;
}
.tabs h4:nth-of-type(2).is-active span:after {
  background-color: #D6167D;
}
.tabs h4:nth-of-type(3).is-active span:after {
  background-color: #F5881F;
}
.tabs h4:nth-of-type(4).is-active span:after {
  background-color: #141225;
}

.tab-contents {
  position: relative;
}
.tab-contents .item {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .tab-contents .item {
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .tab-contents .item {
    position: relative;
    left: inherit;
    width: 100%;
    margin-bottom: 65px;
    opacity: 1;
    pointer-events: auto;
  }
}
.tab-contents .item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.tab-contents .item h4.size-2 {
  position: relative;
  color: #141225;
  font-weight: 700;
  margin-bottom: 30px;
  cursor: pointer;
}
.tab-contents .item h4.size-2 span {
  position: relative;
}
.tab-contents .item h4.size-2 span:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 5px;
  width: 100%;
}
.tab-contents .item:nth-of-type(1) h4 span:after {
  background-color: #55CFF7;
}
.tab-contents .item:nth-of-type(2) h4 span:after {
  background-color: #D6167D;
}
.tab-contents .item:nth-of-type(3) h4 span:after {
  background-color: #F5881F;
}
.tab-contents .item:nth-of-type(4) h4 span:after {
  background-color: #141225;
}
.tab-contents .item ul {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
  list-style: none;
}
.tab-contents .item ul li {
  position: relative;
  padding-left: 40px;
}
.tab-contents .item ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 25px;
  width: 6px;
  height: 6px;
  background-color: #141225;
}

.row-items {
  margin-top: 60px;
}
.row-items .row-item {
  border-bottom: 1px solid #ddd;
}
.row-items .row-item h4 {
  font-weight: 700;
  margin-bottom: 0;
}
.row-items .row-item h3 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
.row-items .row-item:first-of-type {
  border-top: 1px solid #ddd;
}
.row-items .row-item:nth-of-type(3n-2) h3 {
  color: #55CFF7;
}
.row-items .row-item:nth-of-type(3n-1) h3 {
  color: #F5881F;
}
.row-items .row-item:nth-of-type(3n) h3 {
  color: #D6167D;
}
.row-items .row-item .cms-content a {
  color: #55CFF7;
}
.row-items .row-item .is-toggle {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}
.row-items .row-item .is-toggle > h4,
.row-items .row-item .is-toggle > p {
  padding-right: 50px;
}
.row-items .row-item .is-toggle:after {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
  width: 34px;
  height: 34px;
  background-image: url("../icons/plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.row-items .row-item.is-active .is-toggle:after {
  background-image: url("../icons/minus.png");
}
.row-items .row-item.is-active .cms-content {
  display: block;
}
.row-items .row-item .cms-content {
  padding-bottom: 35px;
}

.SpeakerSeries .row-items .row-item {
  padding-top: 40px;
  padding-bottom: 40px;
}
.SpeakerSeries .row-items .row-item .cms-content {
  padding-bottom: 0;
}

.contact-form {
  margin-top: 80px;
}
.contact-form .cnz-btn {
  background-color: #141225;
  border-color: #141225;
  color: #F5881F;
  font-weight: 600;
}
.contact-form .cnz-btn:hover {
  background-color: transparent;
}

.join-form {
  display: none;
}
.join-form .input-field input.placeholder {
  color: #999;
}
.join-form .input-field input:-moz-placeholder {
  color: #999;
}
.join-form .input-field input::-moz-placeholder {
  color: #999;
}
.join-form .input-field input:-ms-input-placeholder {
  color: #999;
}
.join-form .input-field input::-webkit-input-placeholder {
  color: #999;
}
.join-form .cnz-btn {
  display: block;
  margin: 30px auto 0;
  padding: 15px 30px;
  background-color: #141225;
  border-color: #141225;
  color: #55CFF7;
}
.join-form .cnz-btn:hover {
  background-color: transparent;
}
.join-form .payment-by {
  margin-top: 25px;
}
.join-form .payment-by img {
  margin-right: 25px;
}
.join-form .payment-by .stripe {
  width: 133px;
}
.join-form .payment-by .visa {
  width: 77px;
}
.join-form .payment-by .mastercard {
  width: 45px;
  margin-right: 0;
}

.checkbox-field-group {
  border-bottom: 1px solid #141225;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.checkbox-field-group p {
  margin-bottom: 25px;
}

.checkbox-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkbox-field input + label {
  position: relative;
  color: #999;
  cursor: pointer;
}
.checkbox-field input + label:hover {
  color: #D6167D;
}
.checkbox-field input:checked + label {
  position: relative;
  color: #141225;
}
.checkbox-field input:checked + label:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 5px;
  background-image: url("../icons/pink-tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.StripeElement {
  width: 100%;
  max-width: 370px;
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.page-author .author-info > .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.page-author .author-info > .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
.page-author .author-info h4 {
  font-weight: 600;
  color: #141225;
}
.page-author .author-info .author-photo {
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.page-author .author-info .author-photo img {
  max-width: 100%;
  object-fit: contain;
}
.page-author .author-info .author-contact {
  font-weight: 600;
}
.page-author .author-info .author-contact a {
  display: inline-block;
  margin-right: 25px;
  color: #141225;
}
.page-author .author-info .author-contact g {
  fill: #141225;
}
.page-author .author-info .author-about {
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 10px;
  border-top: 1px solid #141225;
  border-bottom: 1px solid #141225;
}
.page-author .archive-group {
  border-bottom: 0;
  padding-bottom: 0;
}

.member-group {
  padding-bottom: 120px;
}
.member-group:last-of-type {
  padding-bottom: 0;
}
.member-group .member-items {
  margin-top: 45px;
  margin-left: -10px;
  margin-right: -10px;
}
.member-group .member-items .member-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.member-group .member-items .member-item img {
  max-width: 100%;
  object-fit: contain;
}
.member-group .member-items .member-item a,
.member-group .member-items .member-item span {
  color: #141225;
  font-weight: 600;
}

.join-processing {
  display: none;
  position: fixed;
  z-index: 10;
}

.after-join {
  display: none;
}
.after-join a {
  color: #D6167D;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.25s, bottom 0.25s;
  -o-transition: opacity 0.25s, bottom 0.25s;
  -webkit-transition: opacity 0.25s, bottom 0.25s;
  transition: opacity 0.25s, bottom 0.25s;
}
.scroll-top.is-active {
  pointer-events: auto;
  opacity: 1;
  bottom: 40px;
}
.scroll-top img {
  width: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=public/resources/themes/contentNZ/css/style.css.map */
