@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,500,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:500';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

* {
  font-family: 'Raleway', sans-serif;
}

body {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  body {
    padding-bottom: 0;
  }
}

* {
  color: #3a4247;
}

body {
  background-color: #15191b;
}

.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (max-width: 992px) {
  .container-fluid {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main {
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3);
  background-color: #242c2f;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 90px;
}

.cta-button {
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 0.15s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}

.cta-wrap {
  padding: 10px 0;
}

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

.cta-button--round {
  border-radius: 10px !important;
}

.cta-button--square {
  border-radius: 0 !important;
}

.cta-button--purple {
  background-color: #4dbf9d;
  color: #fff;
}

.cta-button--purple:hover {
  background-color: #3ebd9b;
}

.cta-button--green * {
  color: #fff;
}

.cta-button--green {
  background-color: #3ebd9b;
  color: #fff;
}

.cta-button--green:hover {
  background-color: #4dbf9d;
}

.cta-button--dark * {
  color: #fff;
}

.cta-button--dark {
  background-color: #242c2f;
  color: #fff;
}

.cta-button--dark:hover {
  background-color: #3ebd9b;
}

.cta-button--dark-stroke {
  border: 3px solid #242c2f;
}

.cta-button--dark-stroke:hover {
  background-color: #242c2f;
  color: #fff;
}

.cta-button--dark-stroke:hover * {
  color: #fff;
}

.cta-button--white-outline {
  border: 3px solid #fff;
  color: #fff;
}

.cta-button--white-outline:hover {
  background-color: #fff;
  color: #242c2f;
}

.cta-button--white-outline:hover * {
  color: #242c2f;
}

.cta-button--purple-outline {
  border: 3px solid #4dbf9d;
  color: #fff;
}

.cta-button--purple-outline:hover * {
  color: #fff;
}

.cta-button--purple-outline:hover {
  background-color: #4dbf9d;
  color: #fff;
}

.cta-button--purple-outline:hover * {
  color: #fff;
}

.cta-button--purple-stroke {
  border: 3px solid #4dbf9d;
}

.cta-button--purple-stroke:hover {
  background-color: #4dbf9d;
  color: #fff;
}

.cta-button--purple-stroke:hover * {
  color: #fff;
}

.cta-button--green-outline {
  border: 3px solid #3ebd9b;
  color: #fff;
  border-radius: 0;
}

.cta-button--green-outline:hover {
  background-color: #3ebd9b;
  color: #242c2f;
}

.cta-button--green-outline:hover * {
  color: #242c2f;
}

.cta-button--green-stroke {
  border: 3px solid #3ebd9b;
}

.cta-button--green-stroke:hover {
  background-color: #3ebd9b;
  color: #fff;
}

.cta-button--green-stroke:hover * {
  color: #fff;
}

.cta-button--text {
  background: #3ebd9b;
  color: #fff;
  border-radius: 0;
}

.cta-link {
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.cta-link::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.5);
}

.cta-link:hover {
  color: #3ebd9b;
}

.cta-link:hover::after {
  width: 100%;
}

.cta-link--green::after {
  background-color: #3ebd9b;
}

.cta-link--purple::after {
  background-color: #4dbf9d;
}

.section {
  padding: 50px 0;
  position: relative;
}

.section--dark {
  background-color: #242c2f;
}

.section--dark * {
  color: #fff;
}


.section--dark a * {
  color: #56d6b0;
  text-decoration: none;
}

.section--dark a {
  text-decoration: none;
}

.section--dark a:hover {
  /* text-decoration: underline; */
}

.section--light {
  background: #fff;
}

.section--purple {
  background-color: #4dbf9d;
}

.section--purple * {
  color: #fff;
}

.section--green {
  background-color: #3ebd9b;
}

.section--green * {
  color: #fff;
}

.section--gray {
  background-color: #d4d4d4;
}

.top-bar {
  background-color: #242c2f !important;
  padding: 25px 0;
  height: 90px;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 99;
  max-width: 1440px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  .top-bar {
    height: auto;
    padding: 15px 0;
  }
}

.top-bar__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .top-bar__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: left;
    justify-content: flex-start;
  }
}

.top-bar__logo__url {
  display: block;
}

.top-bar__logo__img {
  max-width: 100%;
  height: 40px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .top-bar__logo__img {
    margin-left: auto;
  }
}

.top-bar__nav-toggle {
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
}

.top-bar__nav-toggle-icon {
  height: 3px;
  background-color: #fff;
  width: 25px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.45, -0.8, 0, 1.5);
}

.top-bar__nav-toggle-icon::before {
  display: block;
  background-color: #fff;
  position: absolute;
  content: '';
  top: -8px;
  left: 0;
  height: 3px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.45, -0.8, 0, 1.5);
}

.top-bar__nav-toggle-icon::after {
  display: block;
  background-color: #fff;
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.45, -0.8, 0, 1.5);
}

.top-bar__nav-toggle:hover .top-bar__nav-toggle-icon {
  background-color: #3ebd9b;
}

.top-bar__nav-toggle:hover .top-bar__nav-toggle-icon::before {
  background-color: #3ebd9b;
  top: -12px;
}

.top-bar__nav-toggle:hover .top-bar__nav-toggle-icon::after {
  background-color: #3ebd9b;
  bottom: -12px;
}

.top-bar__nav-toggle--active .top-bar__nav-toggle-icon {
  background-color: transparent !important;
}

.top-bar__nav-toggle--active .top-bar__nav-toggle-icon::before {
  top: 0 !important;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.top-bar__nav-toggle--active .top-bar__nav-toggle-icon::after {
  bottom: 0 !important;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.top-bar__cta {
  line-height: 40px;
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .top-bar__cta {
    text-align: center;
    margin-top: 25px;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}

.top-bar__cta-login {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}

.top-bar__cta-login:hover {
  color: #3ebd9b;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 90;
  width: 100%;
  max-width: 450px;
  background-color: #242c2f;
  color: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
  padding: 100px 15px 25px 140px;
  transition: all 0.15s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
}

.nav--active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-bg {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
}

.nav-list__item {
  margin-bottom: 10px;
}

.nav-list__url {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.15s ease-in-out;
}

.nav-list__url::after {
  background-color: #2ed5a6;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.5);
}

.nav-list__url:hover {
  color: #3ebd9b;
}

.nav-list__url:hover::after {
  width: 100%;
}

li.nav-list__url--highlight > a {
  color: #3ebd9b;
}

.nav__cta-login {
  margin-left: 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.header {
  padding: 100px 0;
}

@media only screen and (max-width: 992px) {
  .header {
    padding: 25px 0 100px;
  }
}

.header__title {
  text-align: center;
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
}

body.page-home .header__title {
  font-size: 44px;
   color: #fff;
}

body.page-home .header__desc {
  font-size: 23px;
  line-height: 1.5;
  font-weight: normal;
}

@media only screen and (max-width: 992px) {
  .header__title {
    font-size: 40px;
  }
}

.header__desc {
  text-align: center;
  margin: 50px 0;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 992px) {
  .header__desc {
    font-size: 18px;
    margin: 25px 0;
  }
}

.header__cta {
  text-align: center;
  padding: 10px 0;
  font-size: 19px;
}

.header__cta-url {
  padding: 10px 50px;
}

.header__cta-url.cta-button-2 {
  padding: 7px 50px;
}

.header-cta {
  padding: 100px 0;
}

@media only screen and (max-width: 992px) {
  .header-cta {
    padding: 25px 0 100px;
  }
}

.header-cta__title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width: 992px) {
  .header-cta__title {
    font-size: 40px;
  }
}

.header-cta__desc {
  margin: 30px 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width: 992px) {
  .header-cta__desc {
    font-size: 18px;
    margin: 25px 0;
  }
}

.header-cta__text {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.header-cta__cta-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin: 50px auto 25px;
  max-width: 250px;
  text-align: center;
}

.header-cta__cta {
  padding: 10px 0;
  font-size: 19px;
  text-align: center;
}

.header-cta__cta-url {
  padding: 10px 50px;
}

.header-nav {
  padding: 100px 0;
}

@media only screen and (max-width: 992px) {
  .header-nav {
    padding: 25px 0;
  }
}

.header-nav__title {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 25px;
  font-size: 48px;
  font-weight: 500;
}

.header-nav__desc {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 600;
}

.header-nav__text {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.header-nav__nav {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 3px solid #acacac;
}

@media only screen and (max-width: 992px) {
  .header-nav__nav {
    margin-top: 50px;
    padding: 20px 0 0;
    border-left: none;
    border-top: 3px solid #acacac;
  }
}

.header-nav__nav-single {
  margin-bottom: 10px;
}

.header-nav__nav-url {
  text-decoration: none;
  color: #9a9999;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.header-nav__nav-url::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.5);
}

.header-nav__nav-url:hover {
  color: #3ebd9b;
}

.header-nav__nav-url:hover::after {
  width: 100%;
}

.header-nav__nav-url--active {
  color: #3ebd9b;
}

.header-int {
  padding: 100px 0;
}

@media only screen and (max-width: 992px) {
  .header-int {
    padding: 25px 0;
  }
}

.header-int__title {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 25px;
  font-size: 48px;
  font-weight: 500;
}

.header-int__desc {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 600;
}

.header-int__text {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.header-int__logo {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .header-int__logo {
    text-align: center;
    padding-top: 25px;
  }
}

.header-int__logo-img {
  max-width: 100%;
  height: auto !important;
}

.header-int__cta {
  margin-top: 25px;
}

@media only screen and (max-width: 992px) {
  .header-int__cta {
    text-align: center;
    padding: 25px 0;
  }
}

.header-int__cta-link {
  color: #3ebd9b;
  text-decoration: none;
  position: relative;
}

.header-int__cta-link::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.5);
}

.header-int__cta-link:hover {
  color: #3ebd9b;
}

.header-int__cta-link:hover::after {
  width: 100%;
}

.header-int__image {
  text-align: center;
  margin-top: 50px;
}

.header-int__img {
  max-width: 100%;
  height: auto !important;
}

.pic-right {
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .pic-right {
    padding: 25px 0;
  }
}

.pic-right__img {
  display: block;
  min-width: 100%;
  height: auto !important;
}

@media only screen and (max-width: 992px) {
  .pic-right__img {
    max-width: 100%;
  }
}

.pic-right__img--left {
  display: block;
  min-width: 100%;
  height: auto !important;
  float: right;
}

@media only screen and (max-width: 992px) {
  .pic-right__img--left {
    float: none;
  }
}

.pic-right__title {
  font-size: 36px;
  font-weight: 500;
  margin: 125px 0 50px;
}

@media only screen and (max-width: 992px) {
  .pic-right__title {
    font-size: 28px;
    margin: 0 0 50px;
  }
}

.pic-right__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pic-right__list a {
  color: #4dbf9d;
  text-decoration: none;
}
.pic-right__list a:hover {
  text-decoration: underline;
}

.pic-right__list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

@media only screen and (max-width: 992px) {
  .pic-right__list li {
    margin-bottom: 25px;
  }
}

.pic-right__list li span {
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  color: #d0d1d2;
}

.pic-right__content {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.pic-right__content img{
  max-width: 100%;
  height: auto;
}

.pic-right--shadow {
  box-shadow: inset 0px 70px 0px -20px #4dbf9d;
}

@media only screen and (max-width: 992px) {
  .pic-right--shadow {
    box-shadow: none;
  }
}

.pic-right--comm {
  padding-top: 50px;
}

@media only screen and (max-width: 992px) {
  .pic-right--comm {
    padding-top: 0;
  }
}

.pic-right--comm .pic-right__title {
  margin: 50px 0;
}

@media only screen and (max-width: 992px) {
  .pic-right--comm .pic-right__img {
    margin-top: 25px;
  }
}

.testimonial-cta__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .testimonial-cta__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.testimonial-cta__text {
  width: 50%;
  color: #fff;
  padding-left: 75px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  position: relative;
  background-image: url(../../img/quote-dark.png);
  background-repeat: no-repeat;
  background-position: top left;
}

@media only screen and (max-width: 992px) {
  .testimonial-cta__text {
    width: auto;
  }
}

.testimonial-cta__author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
}

@media only screen and (max-width: 992px) {
  .testimonial-cta__author {
    margin: 25px 0 50px;
  }
}

.testimonial-cta__avatar {
  margin-right: 10px;
}

.testimonial-cta__avatar img {
  height: auto !important;
}

.testimonial-cta__name {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.testimonial-cta__cta .cta {
  display: block;
  text-align: center;
}

.text {
  background-size: cover;
  background-position: bottom center;
  padding: 100px 0 75px;
}

@media only screen and (max-width: 992px) {
  .text {
    padding: 25px 0;
    background-image: none !important;
  }
}

.text__container {
  max-width: 33%;
}

@media only screen and (max-width: 992px) {
  .text__container {
    max-width: none;
  }
}

.text__container--right {
  float: right;
}

.text__container--left {
  max-width: 50%;
}

@media only screen and (max-width: 992px) {
  .text__container--left {
    max-width: none;
  }
}

.text__container--center {
  max-width: 55%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .text__container--center {
    max-width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .text__container--center {
    max-width: 85%;
  }
}

@media only screen and (max-width: 480px) {
  .text__container--center {
    max-width: none;
  }
}

.text__container--white * {
  color: #fff;
}

.text__title {
  /* font-size: 48px; */
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 50px;
}

.text__content {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.text__cta {
  text-align: right;
  padding-top: 25px;
}

.text__cta .cta {
  display: inline-block;
  padding: 15px 50px;
}

.text-cta__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .text-cta__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text-cta__text {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  max-width: 55%;
}

@media only screen and (max-width: 992px) {
  .text-cta__text {
    max-width: none;
    margin-bottom: 50px;
  }
}

.text-cta__cta {
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .text-cta__cta {
    text-align: center;
  }
}

.text-cta__cta .cta {
  display: inline-block;
  font-size: 20px;
}

.text-cta__desc {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}

.partners {
  padding: 75px 0;
}

.partners__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  .partners__title {
    text-align: center;
  }
}

.partners__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .partners__grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 992px) {
  .partners__grid li {
    padding: 10px 0;
  }
}

.partners__grid li a {
  display: block;
}

.partners__grid li a img {
  max-height: auto !important;
  height: auto !important;
  display: block;
}

@media only screen and (max-width: 992px) {
  .partners__grid li a img {
    max-height: 50px;
  }
}

.partners__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .partners__wrapper {
    display: block;
  }
}

.partners__connect {
  width: 35%;
  padding: 0 30px 0 0;
  border-right: 1px solid #b7b7b7;
}

@media only screen and (max-width: 992px) {
  .partners__connect {
    width: auto;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #b7b7b7;
  }
}

.partners__trusted {
  width: 65%;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 992px) {
  .partners__trusted {
    width: auto;
    padding: 30px 0 0 0;
  }
}

.team__title {
  font-family: 'Raleway', sans-serif;
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 50px;
}

.team-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-grid__item {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 30px;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 992px) {
  .team-grid__item {
    width: 100%;
  }
}

.team-grid__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .team-grid__top {
    display: block;
  }
}

.team-grid__image {
  max-width: 230px;
  margin-right: 15px;
  height: auto !important;
}

.team-grid__image img {
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  .team-grid__image {
    width: 100%;
    max-width: none;
  }
}

.team-grid__image img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .team-grid__image img {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .team-grid__image {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.team-grid__info {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .team-grid__info {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: center;
    margin-top: 15px;
  }
}

.team-grid__name {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.team-grid__position {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #9a9999;
  text-transform: uppercase;
}

.team-grid__bio {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 15px;
  color: #3a4247;
}

.team-grid__bio p:first-child {
  margin-top: 0;
}

.team-grid__social {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
  text-align: right;
}

.team-grid__social-item {
  display: inline-block;
  margin-right: 10px;
}

.team-grid__social-item:last-child {
  margin-right: 0;
}

.team-grid__social-url {
  text-decoration: none;
  font-size: 24px;
}

.team-grid__social-url * {
  color: #9a9999;
  transition: all 0.15s ease-in-out;
}

.team-grid__social-url:hover * {
  color: #3ebd9b;
}

.pricing {
  text-align: center;
}

.pricing__container {
  border: 4px solid #3ebd9b;
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.pricing__container .cta {
  display: inline-block;
  min-width: 250px;
  margin-top: 25px;
}

.pricing__price {
  font-size: 72px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.pricing__price span {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
}

.pricing__title {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
}

.pricing__desc {
  font-size: 36px;
  margin-top: 25px;
}

.pricing__desc--small {
  font-size: 28px;
}

.pricing__text {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 25px;
  font-family: 'Raleway', sans-serif;
}

.pricing-list {
  list-style-type: none;
  padding: 0;
  margin: 50px 0 0;
}

.pricing-list__item {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.pricing-list__item span {
  color: #4dbf9d;
}

.pricing-list__item--featured {
  margin-top: 1.5em;
  color: #4dbf9d;
}

.pricing__currency {
  color: #4dbf9d;
  margin: 50px 0 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

.pricing__questions {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

.testimonial-cols__testimonial {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.testimonial-cols__author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-cols__avatar {
  margin-right: 15px;
  max-width: 100%;
}

.testimonial-cols__avatar img {
  height: auto !important;
}

.testimonial-cols__name {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.testimonial-cols__cta {
  margin-top: 50px;
  text-align: center;
}

.testimonial-cols__cta .cta {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}

.testimonial-cols__desc {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

.faq__title {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 50px;
}

.faq__single {
  margin-bottom: 15px;
}

.faq__single:last-child {
  margin-bottom: 0;
}

.faq__question {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 500;
}

.faq__answer {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.split {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .split {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 992px) {
  .split {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .split {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .split {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.split__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .split__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.split__container--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 992px) {
  .split__container--reverse {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.split__content {
  padding: 0 70px;
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .split__content {
    padding: 0;
    width: auto;
  }
}

.split__title {
  /* font-size: 44px; */
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 25px;
  font-family: 'Raleway', sans-serif;
}

.split__text {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.split__image {
  width: 50%;
  overflow: hidden;
}

.split__image img {
  height: auto !important;
}

@media only screen and (max-width: 992px) {
  .split__image {
    margin-top: 25px;
  }
}

.split__image img {
  display: block;
  min-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 992px) {
  .split__image {
    width: auto;
  }
  .split__image img {
    max-width: 100%;
  }
}

.split-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.split-list__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
}

.split-list__item {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.split-list__item a{
  text-decoration: none;
  position: relative;
}

.split-list__item a::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.2);
}

.split-list__item a:hover::after {
  width: 100%;
}

.split-list__item::after {
  content: '\f00c';
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  color: #06b02e;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog {
  box-shadow: inset 0 220px 0 #242c2f;
}

@media only screen and (max-width: 992px) {
  .blog__more {
    text-align: center;
    margin-bottom: 50px;
  }
}

.blog__more-link,
.blog__more > a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.blog__more-link i,
.blog__more > a > i {
  color: #3ebd9b;
  margin-left: 5px;
}

.blog__more-link::after,
.blog__more > a::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.5);
}

.blog__more-link:hover,
.blog__more > a:hover {
  color: #3ebd9b;
}

.blog__more-link:hover::after,
.blog__more > a:hover::after {
  width: 100%;
}

.blog-single {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
}

.blog-single img {
  max-width: 100%;
  height: auto;
}
.blog-single iframe {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .blog-single {
    padding: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-single {
    padding: 15px;
  }
}

.blog__comments {
  margin: 25px 0;
  background-color: #fff;
  padding: 15px;
}

.blog-single__title {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  margin-bottom: 25px;
  display: inline-block;
  text-decoration: none;
}

.blog-single__meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.blog-single__meta span {
  color: #3ebd9b;
  font-weight: 600;
}

.blog-single__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}

.blog-single__content {
  margin: 25px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.blog-single__content img {
  max-width: 100%;
}

.blog-single__content h1,
.blog-single__content h2,
.blog-single__content h3,
.blog-single__content h4 {
  line-height: 1.2em;
  margin: 20px 0;
}

.blog-single__content p:first-child {
  margin-top: 0;
}

.blog-single__cta .cta {
  display: inline-block;
}

.blog-sidebar__cta {
  background-color: #4dbf9d;
  text-align: center;
  padding: 15px;
}

.blog-sidebar__cta--inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-sidebar__cta--inline .blog-sidebar__cta-text {
  flex: 1;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-sidebar__cta-text {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-sidebar__cta .cta {
  display: inline-block;
}

.blog-sidebar__form {
  margin-top: 50px;
}

.blog-sidebar__form-text {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

.blog-sidebar__form form {
  margin-top: 15px;
}

.blog-sidebar__form form input[type="text"], .blog-sidebar__form form input[type="email"] {
  display: block;
  width: 90%;
  height: 40px;
  padding: 0 15px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  outline: none;
}

.blog-sidebar__form form input[type="submit"] {
  margin-top: 15px;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  transition: all 0.15s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  background-color: #3ebd9b;
  color: #fff;
}

.blog-sidebar__form form input[type="submit"]:hover {
  background-color: #4dbf9d;
}

.blog-sidebar__list {
  margin-top: 25px;
}

.blog-sidebar__list-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.blog-sidebar__list-list {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}

.blog-sidebar__list-single {
  margin-bottom: 5px;
}

.blog-sidebar__list-single:last-child {
  margin-bottom: 0;
}

.blog-sidebar__list-url {
  text-decoration: none;
  font-size: 13px;
  transition: all 0.15s ease-in-out;
  position: relative;
}

.blog-sidebar__list-url::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 1px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.5);
}

.blog-sidebar__list-url:hover {
  color: #3ebd9b;
}

.blog-sidebar__list-url:hover::after {
  width: 100%;
}

.center-cta {
  text-align: center;
  padding: 100px 0;
}

@media only screen and (max-width: 992px) {
  .center-cta {
    padding: 25px 0;
  }
}

.center-cta__title {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}

.center-cta__cta {
  margin: 25px 0;
}

.center-cta__cta .cta {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  font-size: 20px;
}

.center-cta__desc {
  font-size: 18px;
  font-weight: 400;
}

.bottom-cta {
  padding: 100px 0;
}

@media only screen and (max-width: 992px) {
  .bottom-cta {
    padding: 25px 0;
  }
}

.bottom-cta__text {
  color: #fff;
  padding-left: 75px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  background-image: url(../../img/quote-light.png);
  background-repeat: no-repeat;
  background-position: top left;
}

@media only screen and (max-width: 992px) {
  .bottom-cta__text {
    width: auto;
  }
}

.bottom-cta__author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.bottom-cta__avatar {
  margin-right: 10px;
}

.bottom-cta__avatar img {
  height: auto !important;
}

.bottom-cta__name {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.bottom-cta__title {
  text-align: center;
  font-size: 40px;
}

@media only screen and (max-width: 992px) {
  .bottom-cta__title {
    margin-top: 50px;
  }
}

.bottom-cta__cta {
  text-align: center;
}

.bottom-cta__cta .cta {
  display: block;
  margin: 25px auto;
  max-width: 65%;
}

.bottom-cta__desc {
  text-align: center;
  font-size: 18px;
}

.footer {
  padding: 50px 0;
  background-color: #242c2f;
}

.footer * {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .footer {
    text-align: center;
  }
}

.footer__title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  .footer__title {
    margin: 50px 0 25px;
  }
}

.footer__cta {
  display: inline-block;
  margin-top: 10px;
}

.footer-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-list__item {
  margin-bottom: 10px;
}

.footer-list__url {
  text-decoration: none;
  font-size: 14px;
  position: relative;
  display: inline-block;
  transition: all 0.15s ease-in-out;
}

.footer-list__url::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 1px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.2);
}

.footer-list__url:hover {
  color: #3ebd9b;
}

.footer-list__url:hover::after {
  width: 100%;
}

li.footer-list__url--highlight > a {
  color: #3ebd9b;
}

.footer__block {
  font-size: 14px;
  line-height: 24px;
}

.footer__block a {
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.footer-social {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}

.footer-social__item {
  display: inline-block;
  margin-right: 20px;
  font-size: 22px;
}

.footer-social__item:last-child {
  margin-right: 0;
}

.footer-social__url {
  text-decoration: none;
}

.footer-social__icon {
  transition: all 0.15s ease-in-out;
}

.footer-social__icon:hover {
  color: #3ebd9b;
}

.footer__copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.footer-bottom-menu {
  list-style-type: none;
  padding: 0;
  margin: 100px 0 0;
  text-align: center;
}

.footer-bottom-menu--tidy {
  margin: 0;
}

.footer-bottom-menu__item {
  display: inline;
  padding: 0 8px;
  border-right: 1px solid #fff;
}

.footer-bottom-menu__item:last-child {
  border-right: none;
}

.footer-bottom-menu__url {
  text-decoration: none;
  font-size: 12px;
  position: relative;
}

.footer-bottom-menu__url::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 1px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.2);
}

.footer-bottom-menu__url:hover {
  color: #3ebd9b;
}

.footer-bottom-menu__url:hover::after {
  width: 100%;
}

.header-bis__desc {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
}

.header-bis__cta {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #3ebd9b;
}


/* Help Page Styling */

.hkb-site-search {
  max-width: 490px;
  margin: 0 auto 50px !important;
}
.hkb-site-search .hkb-site-search__field {
  border-radius: 30px;
  border: none;
  outline: none;
  display: block;
  width: 100% !important;
  float: none !important;
  background-color: #fff !important;
}
.hkb-site-search .hkb-site-search__button {
  display: none;
}
.hkb-archive {
  margin: 0 !important;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hkb-archive * {
  font-family: 'Open Sans', sans-serif;
}
.hkb-archive::before {
  display: none !important;
}
.hkb-archive::after {
  display: none !important;
}
.hkb-archive > li {
  float: none !important;
  width: 32% !important;
  background-color: #fff !important;
  margin: 1% 0 !important;
  padding: 30px 30px 60px 30px !important;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .hkb-archive > li {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
}
.hkb-category__title {
  display: block !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.hkb-category__count {
  margin-top: 5px;
  display: block;
  color: #767676 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.hkb-archive a {
  transition: all 0.15s ease-in-out;
}
.hkb-archive a:hover {
  color: #3ebd9b !important;
}
.hkb-article-list li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
}
.hkb-category__view-all {
  position: absolute !important;
  bottom: 30px;
  left: 30px;
  font-weight: bold !important;
  font-size: 18px !important;
  color: #3ebd9b !important;
}
.hkb-category__view-all::before {
  color: #3ebd9b !important;
  content: '\f061' !important;
  transition: all 0.15s ease-in-out;
}
a.hkb-category__view-all:hover {
  color: #333 !important;
}
a.hkb-category__view-all:hover::before {
  color: #333 !important;
}
#hkb .hkb-article-list .hkb-article-list__format-standard::before {
  content: '\f016' !important;
  top: 3px !important;
}
#hkb .hkb-article-list .hkb-article-list__format-standard, #hkb .hkb-article-list .hkb-article-list__format-video {
  padding-left: 25px !important;
}
.hkb-article-list__format-standard {
  margin-bottom: 10px !important;
}
.hkb-article-related {
  background-color: #fff;
  padding: 30px;
}
.hkb-article-related * {
  font-family: 'Open Sans', sans-serif;
}
.hkb-meta {
  display: none !important;
}
.hkb-article-related__title {
  font-size: 20px;
  font-weight: 600;
}
.hkb-article-list__format-standard a {
  transition: all 0.15s ease-in-out;
}
.hkb-article-list__format-standard a:hover {
  color: #3ebd9b !important;
}
.hkb-entry-content {
  line-height: 1.5em;
}


.vc_row {
  margin: 0 !important;
}
.vc_column-inner {
  padding: 0 !important;
}

/* NEW PRICING PAGE */

.new-pricing {
  text-align: center;
  background-color: #59686f;
}

.new-pricing__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.new-pricing__box {
  position: relative;
  padding: 0 10px;
  width: 33.33%;
  display: flex;
  margin-bottom: 25px;
}


@media only screen and (max-width: 992px) {
  .new-pricing__flex {
    display: block;
  }
  .new-pricing__box {
    width: 100%;
  }
}

.new-pricing__container {
  position: relative;
  overflow: hidden;
  padding: 50px 15px;
  border-radius: 5px;
  color: #3a4247;
  min-width: 100%;
  padding-bottom: 175px;
}
.new-pricing__container * {
  color: #fff;
}
.new-pricing__container .cta {
  display: inline-block;
  min-width: 250px;
  margin-top: 25px;
  position: absolute;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
}

.new-pricing__more {
  font-size: 16px;
  color: #4dbf9d;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.new-pricing__more::after {
  background-color: #3ebd9b;
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0.45, 0, 0, 1.5);
}

.new-pricing__more:hover {
  color: #3ebd9b;
}

.new-pricing__more:hover::after {
  width: 100%;
}

.new-pricing__price {
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -2px;
  font-family: 'Roboto', sans-serif;
}

.new-pricing__price span {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
}

.new-pricing__desc {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  margin-top: 5px;
}

.new-pricing__desc span {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  display: block;
}

.new-pricing__name {
  padding: 35px 0;
  font-size: 27px;
  font-family: 'Raleway', sans-serif;
}


.new-pricing__text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 25px;
  font-family: 'Raleway', sans-serif;
  color: #e1e1e1;
}

.new-pricing-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.new-pricing-list__item {
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 15px;
}

.new-pricing-list__item span {
  color: #4dbf9d;
}

.new-pricing-list__item--title {
  font-weight: bold;
  margin-bottom: 25px;
}

.new-pricing__title {
  margin-top: 50px;
  color: #e1e1e1;
  font-size: 27px;
}

.new-pricing__currency {
  color: #3ebd9b;
  margin: 50px 0 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

.new-pricing__questions {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #e1e1e1;
}
.new-pricing__questions .cta-link {
  color: #e1e1e1;
}

.new-pricing__questions .cta-link:hover {
  color: #3ebd9b;
}

.new-pricing__cta {
  height: 50px;
  width: 90%;
  max-width: 250px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px;
  transition: all .15s ease-in-out;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0);
}
.new-pricing__cta:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3);
}
.new-pricing__month {
  min-height: 130px;
}
.new-pricing__year {
  min-height: 130px;
  display: none;
}

.new-pricing__switch {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}
.new-pricing__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-pricing__toggle-month {
  cursor: pointer;
  user-select: none;
  width: 50px;
  text-align: right;
  transition: all .15s ease-in-out;
}
.new-pricing__toggle-year {
  cursor: pointer;
  user-select: none;
  width: 50px;
  text-align: left;
  transition: all .15s ease-in-out;
}
.new-pricing__toggle-checkbox {
  display: block;
  width: 30px;
  height: 15px;
  margin: 0 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: all .15s ease-in-out;
}
.new-pricing__toggle-checkbox::after {
  content: '';
  position: absolute;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #fff;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: all .15s ease-in-out;
}
.new-pricing__toggle-checkbox.active::after {
  left: 17px;
}

.new-pricing__container--standard {
  background-color: #333a3e;
}
.new-pricing__container--standard .new-pricing__cta {
  background-color: #4c595d;
}
.new-pricing__container--standard .new-pricing__cta:hover {
  background-color: #fff;
  color: #4c595d;
}
.new-pricing__container--standard .new-pricing__toggle-checkbox {
  background-color: #4c595d;
}
.new-pricing__container--standard .new-pricing__toggle-month:hover,
.new-pricing__container--standard .new-pricing__toggle-year:hover {
  color: #4c595d;
}
.new-pricing__container--pro {
  background-color: #262c2f;
}
.new-pricing__container--pro .new-pricing__cta {
  background-color: #4c595d;
}
.new-pricing__container--pro .new-pricing__cta:hover {
  background-color: #fff;
  color: #4c595d;
}
.new-pricing__container--pro .new-pricing__toggle-checkbox {
  background-color: #4c595d;
}
.new-pricing__container--pro .new-pricing__toggle-month:hover,
.new-pricing__container--pro .new-pricing__toggle-year:hover {
  color: #4c595d;
}
.new-pricing__container--advanced {
  background-color: #333a3e;
}
.new-pricing__container--advanced .new-pricing__cta {
  background-color: #4c595d;
}
.new-pricing__container--advanced .new-pricing__cta:hover {
  background-color: #fff;
  color: #4c595d;
}
.new-pricing__container--advanced .new-pricing__toggle-checkbox {
  background-color: #4c595d;
}
.new-pricing__container--advanced .new-pricing__toggle-month:hover,
.new-pricing__container--advanced .new-pricing__toggle-year:hover {
  color: #4c595d;
}
.btn-has-icon i {
  color: #fff;
  margin-right: 5px;
}

.cta-wrap__align--left {
  text-align: left !important;
}

.cta-wrap__align--center {
  text-align: center !important;
}

.cta-wrap__align--right {
  text-align: right !important;
}

.cta-text-color__purple, .cta-text-color__pink,
.cta-text-color__purple i, .cta-text-color__pink i {
  color: #4dbf9d;
}

.cta-text-color__green,
.cta-text-color__green i {
  color: #3ebd9b;
}

.cta-text-color__dark i,
.cta-text-color__dark {
  color: #242c2f;
}

.header-cta-section .header__cta--main {
  background: #4dbf9d !important;
  color: #fff !important;
}

.header-cta-section .header__cta--main:hover {
  background: #fff !important;
  color: #242c2f !important;
}

@media all and (max-width: 820px) {
  .header-cta-section .cta {
    display: block;
    margin-bottom: 20px;
  }

  .header-cta-section .cta-button-2 {
    margin-left: 0 !important;
  }
}
