* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 14px;
  background: #fff;
}
a {
  text-decoration: none;
  outline: none;
}
figure {
  margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
ul li {
  list-style: none;
}
.clear {
  *zoom: 1;
  display: block;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: 'OpenSans';
  font-size: 14px;
  color: #535353;
  padding-top: 90px;
}
@media (max-width: 730px) {
  body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 66px;
  }
}
* {
  letter-spacing: 0.01em;
}
*::-moz-selection {
  background: #21b573;
  color: #fff;
}
*::selection {
  background: #21b573;
  color: #fff;
}
@media (max-width: 730px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 1280px) {
  .container {
    width: 85%;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1600px;
  }
}
.container:before,
.container:after {
  content: '';
  clear: both;
  display: block;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
a {
  color: inherit;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #21b573;
}
h2 {
  font-size: 36px;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  font-weight: 300;
}
p {
  line-height: 1.7;
}
.color-green {
  color: #21b573;
}
.color-white {
  color: #fff;
}
.noscroll {
  overflow: hidden;
}
.page-description {
  text-align: center;
  font-size: 36px;
  color: #b1b1b1;
  font-weight: 400;
  padding: 80px 0 50px;
}
.main-banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url("../images/bg-new.jpg") no-repeat;
  background-size: cover;
  height: 350px;
  background-position: bottom center;
}
.main-banner .text-container {
  position: absolute;
  top: calc(275px / 2);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #3c3c3c;
  text-align: center;
  width: 750px;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .main-banner .text-container {
    padding: 0 20px;
  }
}
.main-banner .text-container h2 {
  font-size: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 568px) {
  .main-banner .text-container h2 {
    font-size: 24px;
  }
}
.main-banner .text-container h3 {
  font-size: 24px;
  font-weight: 300;
  padding-top: 20px;
}
@media only screen and (max-width: 568px) {
  .main-banner .text-container h3 {
    font-size: 18px;
  }
}
#scroll-fixed {
  margin-top: 50px;
  width: 410px;
}
.breadcrumbs {
  width: 100%;
  padding: 20px auto;
  font-size: 12px;
  color: rgba(39,39,39,0.6);
  background-color: #fff;
}
@media (min-width: 990px) {
  .breadcrumbs {
    margin-top: -8px;
    padding: 0 70px;
  }
}
@media (min-width: 1150px) {
  .breadcrumbs {
    padding: 0 115px 20px;
  }
}
@media (min-width: 1920px) {
  .breadcrumbs {
    padding: 0 170px 10px;
  }
}
.homeIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/home-icon.svg");
  background-size: cover;
  background-position: center;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.homeIcon:hover {
  filter: brightness(0) saturate(100%) invert(51%) sepia(94%) saturate(338%) hue-rotate(101deg) brightness(92%) contrast(97%);
}
.homeLabel {
  display: none;
}
button:focus,
.btn:focus,
.icon-button:focus,
article .view-article:focus,
article .post-edit-link:focus {
  outline: none;
}
.icon-button.download-icon {
  background: #21b573;
  color: #fff;
  margin-top: 16px;
}
.icon-button.download-icon white-space nowrap:hover {
  background: rgba(255,255,255,0.3);
  color: #21b573;
}
.btn,
article .view-article,
article .post-edit-link {
  cursor: pointer;
}
.btn,
.icon-button,
article .view-article,
article .post-edit-link {
  border: 1px solid #21b573;
  background: transparent;
  color: #21b573;
  padding: 5px 30px;
  overflow: hidden;
  font-size: 18px;
  float: left;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.btn:hover,
.icon-button:hover,
article .view-article:hover,
article .post-edit-link:hover {
  border: 1px solid #21b573;
  background: #21b573;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.btn-filled,
.icon-button-filled,
article .view-article-filled,
article .post-edit-link-filled {
  background: #21b573;
  color: #fff;
  white-space: nowrap;
}
.btn-gray,
.icon-button-gray,
article .view-article-gray,
article .post-edit-link-gray {
  border: 1px solid #d0d0d0;
  color: #6b6b6b;
  font-weight: 300;
}
.btn-gray:hover,
.icon-button-gray:hover,
article .view-article-gray:hover,
article .post-edit-link-gray:hover {
  border: 1px solid #21b573;
  background: transparent;
  color: #21b573;
}
.btn-white,
.icon-button-white,
article .view-article-white,
article .post-edit-link-white {
  background: #fff;
  color: #535353;
}
.btn-white:hover,
.icon-button-white:hover,
article .view-article-white:hover,
article .post-edit-link-white:hover {
  background: rgba(255,255,255,0.3);
  color: #fff;
}
.pbx-button {
  color: #fff;
  border: none;
  font-family: Muli, sans-serif;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #21b573;
  outline: none;
  background-size: 200% 100%;
  background-position: right bottom;
}
.pbx-button:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background-position: left bottom;
}
.pbx-button:active {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pbx-button-green {
  background: -webkit-linear-gradient(right, #21b573 50%, $primary-hover 50%);
  background: -moz-linear-gradient(right, #21b573 50%, $primary-hover 50%);
  background: -o-linear-gradient(right, #21b573 50%, $primary-hover 50%);
  background: -ms-linear-gradient(right, #21b573 50%, $primary-hover 50%);
  background: linear-gradient(to left, #21b573 50%, $primary-hover 50%);
  background-color: #21b573;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-box-shadow: 0 7px 11px 0 rgba(33,181,115,0.23);
  box-shadow: 0 7px 11px 0 rgba(33,181,115,0.23);
}
.pbx-button-green:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(33,181,115,0.38);
  box-shadow: 0 10px 15px 0 rgba(33,181,115,0.38);
  color: #fff;
}
.pbx-button-green:active {
  background: #21b573;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pbx-button-white {
  background: -webkit-linear-gradient(right, #fff 50%, #fafafa 50%);
  background: -moz-linear-gradient(right, #fff 50%, #fafafa 50%);
  background: -o-linear-gradient(right, #fff 50%, #fafafa 50%);
  background: -ms-linear-gradient(right, #fff 50%, #fafafa 50%);
  background: linear-gradient(to left, #fff 50%, #fafafa 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 11px 0 rgba(83,83,83,0.1);
  box-shadow: 0 7px 11px 0 rgba(83,83,83,0.1);
  color: #21b573;
}
.pbx-button-white:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(83,83,83,0.18);
  box-shadow: 0 10px 15px 0 rgba(83,83,83,0.18);
  background-position: left bottom;
}
.pbx-button-white:active {
  background: #fff;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pbx-link {
  cursor: pointer;
  padding: 1px;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  outline: none;
}
.pbx-link:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pbx-link:hover:after {
  visibility: visible;
  width: 100%;
}
.link-download {
  color: #21b573;
  position: relative;
}
.link-download:after {
  background-color: #21b573;
}
.link-download:active {
  color: #6b6b6b;
}
.link-download:before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("../../web/css/img/icon-download.svg");
  background-size: 100% 100%;
  background-position: right;
  height: 15px;
  width: 14px;
  left: 100%;
  margin-left: 5px;
  bottom: 25%;
}
.link-download:active:after {
  background-color: #6b6b6b;
}
.link-download:active:before {
  filter: grayscale(100%);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.link-arrow {
  color: #21b573;
  position: relative;
  outline: none;
}
.link-arrow:before {
  position: absolute;
  display: inline-block;
  content: '';
  background-size: 100% 100%;
  background-position: right;
  height: 15px;
  width: 14px;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  background-image: url("../images/expand.svg");
}
.link-arrow:active:after {
  background-color: #6b6b6b;
}
.link-arrow:active:before {
  filter: grayscale(100%);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.link-green {
  color: #21b573;
}
.link-green:after {
  background-color: #21b573;
}
.link-green:active {
  color: #6b6b6b;
}
.link-green:active:after {
  background-color: #6b6b6b;
}
.link-grey {
  color: #6b6b6b;
}
.link-grey:hover {
  color: #21b573;
}
.link-grey:after {
  background-color: #21b573;
  height: 1px;
}
.link-grey:active {
  color: #6b6b6b;
}
.link-grey:active:after {
  background-color: #6b6b6b;
}
.link-underline-grey {
  color: #6b6b6b;
}
.link-underline-grey:hover {
  color: #21b573;
}
.link-underline-grey:hover:after {
  background-color: #21b573;
}
.link-underline-grey:active {
  color: #6b6b6b;
}
.link-underline-grey:active:after {
  background-color: #6b6b6b;
}
.link-underline-grey:after {
  background-color: #6b6b6b;
  width: 100%;
  height: 1px;
}
.link-selector-grey {
  color: #6b6b6b;
}
.link-selector-grey:visited {
  color: #000;
}
.link-selector-grey:hover {
  color: #21b573;
}
.link-selector-grey:hover:after {
  background-color: #21b573;
}
.link-selector-grey:after {
  height: 1px;
}
.link-selector-grey:active:after {
  background-color: #6b6b6b;
}
.arrow-mouse-effect {
  width: 30px;
  height: 50px;
  cursor: pointer;
  bottom: 2rem;
  background-image: url("../images/chevron-right.svg");
  background-repeat: no-repeat;
  -webkit-animation: all 0.2 linear;
  -moz-animation: all 0.2 linear;
  -o-animation: all 0.2 linear;
  -ms-animation: all 0.2 linear;
  animation: all 0.2 linear;
}
.arrow-mouse-effect:hover {
  background-image: url("../images/chevron-right-hover.svg");
}
.arrow-mouse-effect:active {
  background-image: url("../images/chevron-right-click.svg");
}
.download-form-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 500;
}
.download-form-shadow.visible {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  visibility: visible;
}
.download-form.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.df-container:after {
  content: "";
  display: table;
  clear: both;
}
.df-container {
  width: 500px;
  background: #f5f3f1;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 30px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .df-container {
    width: 95%;
  }
}
.download-form {
  z-index: 500;
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  overflow-y: scroll;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility, opacity 0.4s ease-in;
  -moz-transition: visibility, opacity 0.4s ease-in;
  -o-transition: visibility, opacity 0.4s ease-in;
  -ms-transition: visibility, opacity 0.4s ease-in;
  transition: visibility, opacity 0.4s ease-in;
}
.download-form .btn {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download-form input[type=submit] {
  display: none;
}
.download-form h3 {
  font-weight: 400;
  margin-bottom: 25px;
}
.download-form div .wpcf7-response-output {
  margin: 0;
}
.download-form p {
  padding-top: 15px;
}
.download-form p:last-of-type {
  padding-top: 0;
}
.download-form p:first-of-type {
  padding-top: 0;
}
.download-form span.wpcf7-list-item {
  width: 100%;
  margin-left: 0;
}
.download-form span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.download-form .required-info {
  font-size: 13px;
}
.download-form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  font-weight: normal;
}
.download-form .wpcf7-acceptance label input {
  height: auto;
  margin-right: 5px;
}
.download-form .wpcf7-acceptance label span {
  font-size: 13px;
  line-height: 16px;
}
.download-form .wpcf7-acceptance label a {
  text-decoration: underline;
}
.download-form span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.download-form .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ababa6;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .download-form .close {
    top: 10px;
    font-size: 36px;
  }
}
input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  color: #6b6b6b;
  border: none;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus {
  border-bottom: 2px solid #21b573;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-ExtraboldItalic.eot");
  src: url("../fonts/OpenSans-ExtraboldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-ExtraboldItalic.woff") format('woff'), url("../fonts/OpenSans-ExtraboldItalic.ttf") format('truetype'), url("../fonts/OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic") format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-SemiboldItalic.eot");
  src: url("../fonts/OpenSans-SemiboldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-SemiboldItalic.woff") format('woff'), url("../fonts/OpenSans-SemiboldItalic.ttf") format('truetype'), url("../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSansLight-Italic.eot");
  src: url("../fonts/OpenSansLight-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSansLight-Italic.woff") format('woff'), url("../fonts/OpenSansLight-Italic.ttf") format('truetype'), url("../fonts/OpenSansLight-Italic.svg#OpenSansLight-Italic") format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-BoldItalic.woff") format('woff'), url("../fonts/OpenSans-BoldItalic.ttf") format('truetype'), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Bold.woff") format('woff'), url("../fonts/OpenSans-Bold.ttf") format('truetype'), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Semibold.woff") format('woff'), url("../fonts/OpenSans-Semibold.ttf") format('truetype'), url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Italic.woff") format('woff'), url("../fonts/OpenSans-Italic.ttf") format('truetype'), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans.woff") format('woff'), url("../fonts/OpenSans.ttf") format('truetype'), url("../fonts/OpenSans.svg#OpenSans") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Extrabold.eot");
  src: url("../fonts/OpenSans-Extrabold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Extrabold.woff") format('woff'), url("../fonts/OpenSans-Extrabold.ttf") format('truetype'), url("../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold") format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Light.woff") format('woff'), url("../fonts/OpenSans-Light.ttf") format('truetype'), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format('svg');
  font-weight: 300;
  font-style: normal;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 2em 20px;
  padding: 2em 38px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4.5em;
  line-height: 0.8em;
  margin-right: 0.25em;
}
blockquote p {
  font-style: italic;
}
blockquote p:first-child {
  display: inline;
}
cite {
  color: #808080;
}
.content-text ol li,
.content-text ul li {
  font-size: 14px;
  line-height: 1.7;
}
.content-text ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
.content-text ol li {
  counter-increment: step-counter;
  list-style-position: outside;
  margin-bottom: 10px;
  margin-left: 27px;
}
.content-text ol li::before {
  content: counter(step-counter) ".";
  margin-right: 15px;
  font-weight: 400;
  margin-left: -26px;
}
.content-text ul {
  margin-top: 1em;
  list-style-type: disc;
  list-style-position: outside;
}
.content-text ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 5px;
}
* {
  font-family: Muli;
  outline: none;
}
.header {
  position: fixed;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 0.4px;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1900;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 65px;
  padding: 15px 20px 17px 15px;
}
@media (min-width: 479px) {
  .header {
    padding: 25px 20px 17px 15px;
    height: 95px;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 30px 20px 17px 15px;
  }
}
@media (min-width: 990px) {
  .header {
    padding: 0;
    height: 60px;
  }
}
@media (min-width: 1920px) {
  .header {
    height: 70px;
  }
}
.sticky {
  background-color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.13);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.13);
}
@media (max-width: 990px) {
  .header-careers {
    height: 90px;
    padding: 29px 35px;
  }
  .header-careers .menu-button {
    top: 0;
  }
}
@media (max-width: 480px) {
  .header-careers {
    height: 66px;
    padding: 17px 20px;
  }
}
.header-nav {
  position: relative;
}
.header-nav img {
  display: block;
}
.header-nav .menu {
  font-size: 0;
  text-align: justify;
  line-height: 0;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
}
@media (max-width: 990px) {
  .header-nav .menu {
    padding-right: 40px;
    margin-right: 70px;
  }
}
.header-nav .menu:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.header-nav .menu > li {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  font-size: 14px;
}
.header-nav .menu > li ul {
  z-index: 6;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 94px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-shadow: 0 20px 40px 0 rgba(83,83,83,0.11);
  box-shadow: 0 20px 40px 0 rgba(83,83,83,0.11);
}
.header-nav .menu > li ul a {
  display: block;
  text-align: center;
  padding: 10px 0;
  line-height: 2;
  text-align-last: center;
}
@media (max-width: 990px) {
  .header-nav .menu > li ul {
    display: none;
  }
}
.header-nav .menu > li:hover ul {
  position: absolute;
  width: 100%;
  left: 0;
  height: 350px;
}
@media (min-width: 980px) {
  .header-nav .menu > li:hover ul {
    height: 370px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 87px;
  }
}
@media (min-width: 992px) {
  .header-nav .menu .nav-logo-item,
  .header-nav .menu .nav-contact-item,
  .header-nav .menu .nav-item {
    padding-bottom: 14px;
  }
}
.header-nav .menu .nav-contact-item {
  display: none;
}
.header-nav .menu > li {
  -webkit-transition: 0s ease-in 0.1s ease-out;
  -moz-transition: 0s ease-in 0.1s ease-out;
  -o-transition: 0s ease-in 0.1s ease-out;
  -ms-transition: 0s ease-in 0.1s ease-out;
  transition: 0s ease-in 0.1s ease-out;
}
.header-nav .menu > .nav-item {
  line-height: 60px;
  font-size: 12px;
  padding-bottom: 30px;
}
.header-nav .menu > .nav-item a {
  color: #252525;
}
@media (min-width: 1480px) {
  .header-nav .menu > .nav-item {
    font-size: 16px;
  }
}
.header-nav .menu > .nav-item span {
  cursor: pointer;
  color: #252525;
}
.header-nav .menu > .nav-item .why-choose-us {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 45px 55px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .why-choose-us {
    padding: 45px 145px;
  }
}
.header-nav .menu > .nav-item .why-choose-us li .inner-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 340px;
  height: 280px;
}
@media (min-width: 980px) {
  .header-nav .menu > .nav-item .why-choose-us li .inner-item {
    height: 319px;
    padding: 65px 40px 87px 40px;
  }
}
.header-nav .menu > .nav-item .why-choose-us li .inner-item p {
  font-size: 12px;
  height: 60px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .why-choose-us li .inner-item p {
    font-size: 14px;
    height: 90px;
    text-align: left;
    text-align-last: auto;
    line-height: 1.71;
    letter-spacing: normal;
  }
}
.header-nav .menu > .nav-item .why-choose-us li .inner-item span {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .why-choose-us li .inner-item span {
    font-size: 14px;
  }
}
.header-nav .menu > .nav-item .why-choose-us li .inner-item:hover {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  background-color: #fafafa;
}
.header-nav .menu > .nav-item .why-choose-us li .inner-item:hover span {
  color: #21b573;
}
.header-nav .menu > .nav-item .solutions {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header-nav .menu > .nav-item .solutions .solutions-submenu {
  max-width: 455px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 100%;
  height: 100%;
}
.header-nav .menu > .nav-item .solutions .solutions-submenu:first-of-type {
  position: relative;
}
.header-nav .menu > .nav-item .solutions .solutions-submenu:first-of-type:after {
  content: '';
  width: 1px;
  height: 280px;
  background-color: #f0f0f0;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
}
.header-nav .menu > .nav-item .solutions li {
  height: 84px;
}
.header-nav .menu > .nav-item .solutions li .inner-item {
  height: 84px;
  padding: 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.header-nav .menu > .nav-item .solutions li .inner-item p {
  height: auto;
  color: #808080;
}
.header-nav .menu > .nav-item .solutions li .inner-item span {
  font-weight: normal;
}
.header-nav .menu > .nav-item .solution-submenu-header {
  font-size: 12px;
  margin: 0 0 0 26px;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .solution-submenu-header {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.header-nav .menu > .nav-item .resources-inner-container {
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.header-nav .menu > .nav-item .key-features {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 350px;
  padding: 0 95px 10px 95px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features {
    padding: 0 145px 10px 145px;
    height: 450px;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  position: relative;
}
@media (min-width: 1150px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu {
    width: 70%;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu {
    width: 60%;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu .editors-submenu {
  max-width: 500px;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu .package-submenu {
  margin-top: 25px;
  max-width: 500px;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li {
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-header {
  text-align: left;
  line-height: 2.5;
  width: 90px;
  color: #b6b6b6;
  text-transform: capitalize;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-header {
    font-size: 14px;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 50%;
  left: 0;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .li-item {
  width: 265px;
  height: 30px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .li-item {
    height: auto;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .li-item a {
  width: auto;
  font-size: 12px;
  line-height: 2.5;
  margin-left: 15px;
  height: auto;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .li-item a {
    font-size: 14px;
    line-height: 2.7;
    padding: 0;
    width: fit-content;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .li-item a:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
@media (min-width: 1440px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .li-item a:before {
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -o-transform: translateY(75%);
    -ms-transform: translateY(75%);
    transform: translateY(75%);
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-on-hover {
  background-color: #fafafa;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -o-transition: 0.1s all;
  -ms-transition: 0.1s all;
  transition: 0.1s all;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-on-hover a {
  color: #21b573;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-on-hover a:before {
  -webkit-transform: translate(20%, 70%);
  -moz-transform: translate(20%, 70%);
  -o-transform: translate(20%, 70%);
  -ms-transform: translate(20%, 70%);
  transform: translate(20%, 70%);
  height: 13px;
  width: 12px;
  background-image: url("../images/header/expand.svg");
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-on-hover a:before {
    -webkit-transform: translate(20%, 75%);
    -moz-transform: translate(20%, 75%);
    -o-transform: translate(20%, 75%);
    -ms-transform: translate(20%, 75%);
    transform: translate(20%, 75%);
    height: 15px;
    width: 15px;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-on-hover:hover {
  background-color: #fafafa;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container {
  height: 280px;
  margin: 30px 0 40px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: -15%;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container {
    height: 300px;
    margin: 65px 0 30px 0;
  }
}
@media (min-width: 1150px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container {
    margin-right: 0;
  }
}
@media (min-width: 1480px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container {
    margin-right: 5%;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container {
    margin-right: 10%;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container .submenu-img-container {
  height: 265px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container .submenu-img-container img {
  height: auto;
  width: 350px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container .submenu-img-container img {
    height: auto;
    width: auto;
  }
}
@media (min-width: 980px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container .submenu-mobile {
    display: none;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container p {
  color: #b6b6b6;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .item-container p {
    font-size: 14px;
    line-height: 2;
  }
}
.header-nav .menu > .nav-item .key-features .key-features-submenu li .submenu-list .visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header-nav .menu > .nav-item .overview-submenu {
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 45px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .overview-submenu {
    padding: 45px 145px;
  }
}
.header-nav .menu > .nav-item .overview-submenu li {
  font-size: 12px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .overview-submenu li {
    font-size: 14px;
  }
}
.header-nav .menu > .nav-item .overview-submenu .overview-submenu-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.header-nav .menu > .nav-item .who-we-are-submenu {
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 45px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .who-we-are-submenu {
    padding: 45px 145px;
  }
}
.header-nav .menu > .nav-item .who-we-are-submenu li {
  font-size: 12px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .who-we-are-submenu li {
    font-size: 14px;
  }
}
.header-nav .menu > .nav-item .who-we-are-submenu .who-we-are-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.header-nav .menu > .nav-item .resources {
  height: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources {
    padding: 45px 55px;
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources {
    padding: 45px 205px;
  }
}
@media (min-width: 1600px) {
  .header-nav .menu > .nav-item .resources {
    padding: 45px 305px;
  }
}
@media (min-width: 990px) {
  .header-nav .menu > .nav-item .resources .vertical-line:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10%;
    bottom: 0;
    left: 50%;
    height: 80%;
    border-left: 1px solid #f0f0f0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.header-nav .menu > .nav-item .resources .resources-clock {
  z-index: 1000;
  max-width: 430px;
  padding: 20px 0;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources .resources-clock {
    max-width: 450px;
    width: 45%;
  }
}
.header-nav .menu > .nav-item .resources .resources-clock .clock {
  max-width: 345px;
  max-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-nav .menu > .nav-item .resources .resources-clock .clock .resources-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0;
}
.header-nav .menu > .nav-item .resources .resources-clock .clock p {
  font-size: 14px;
  line-height: 5px;
  color: #b6b6b6;
}
.header-nav .menu > .nav-item .resources .resources-clock .clock p:first-child {
  color: #000;
}
.header-nav .menu > .nav-item .resources .resources-clock:hover {
  background-color: #fafafa;
}
.header-nav .menu > .nav-item .resources .resources-clock:hover .clock .resources-link p:first-child {
  color: #21b573;
}
.header-nav .menu > .nav-item .resources .no-webinars {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  max-width: 450px;
  padding: 10px;
  width: 45%;
  height: 100%;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.header-nav .menu > .nav-item .resources .no-webinars .resources-clock {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources .no-webinars .resources-clock {
    max-width: 360px;
  }
}
.header-nav .menu > .nav-item .resources .no-webinars .resources-clock p:first-child {
  color: #000;
}
.header-nav .menu > .nav-item .resources .no-webinars .resources-clock p {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources .no-webinars .resources-clock p {
    font-size: 14px;
    line-height: 14px;
  }
}
.header-nav .menu > .nav-item .resources .no-webinars .resources-clock:hover {
  background-color: #fafafa;
}
.header-nav .menu > .nav-item .resources .no-webinars .resources-clock:hover p:first-child {
  color: #21b573;
}
.header-nav .menu > .nav-item .resources .resources-submenu {
  width: 45%;
  max-width: 430px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources .resources-submenu {
    max-width: 630px;
  }
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container {
  max-width: 400px;
  margin: 0 auto;
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list {
  position: static;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  margin-bottom: 20px;
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a {
  padding: 0;
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a li {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 370px;
  height: 102px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a li {
    height: 107px;
    padding: 0 15px 0 35px;
    margin-top: 8px;
  }
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a li:hover {
  background: #fafafa;
  cursor: pointer;
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a li:hover p:nth-child(1) {
  color: #21b573;
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a li p {
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 1280px) {
  .header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a li p {
    font-size: 14px;
    line-height: 14px;
    text-align-last: auto;
    color: #000;
    margin: 0;
    padding: 5px;
  }
}
.header-nav .menu > .nav-item .resources .resources-submenu .resources-inner-container .submenu-list a li p:nth-child(2) {
  color: #808080;
}
.header-nav .menu .nav-submenu {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  padding: 0;
}
.header-nav .menu .nav-submenu:hover {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}
.header-nav .menu .nav-submenu .new {
  height: auto !important;
  width: 350px !important;
}
@media (min-width: 1280px) {
  .header-nav .menu .nav-submenu .new {
    height: auto !important;
    width: 450px !important;
  }
}
.header-nav .menu .on-scroll {
  height: 56px;
  line-height: 60px;
}
.header-nav .menu .on-scroll .nav-submenu {
  top: 60px;
}
@media (min-width: 1920px) {
  .header-nav .menu .on-scroll .nav-submenu {
    top: 70px;
  }
}
@media (max-width: 1920px) {
  .header-nav .menu .on-scroll {
    line-height: 56px;
  }
}
@media (min-width: 990px) {
  .header-nav .menu .on-scroll:after {
    -webkit-transform: translateY(-200%) rotate(90deg);
    -moz-transform: translateY(-200%) rotate(90deg);
    -o-transform: translateY(-200%) rotate(90deg);
    -ms-transform: translateY(-200%) rotate(90deg);
    transform: translateY(-200%) rotate(90deg);
  }
}
@media (min-width: 1480px) {
  .header-nav .menu .on-scroll:after {
    -webkit-transform: translateY(-160%) rotate(90deg);
    -moz-transform: translateY(-160%) rotate(90deg);
    -o-transform: translateY(-160%) rotate(90deg);
    -ms-transform: translateY(-160%) rotate(90deg);
    transform: translateY(-160%) rotate(90deg);
  }
}
.header-nav .menu .on-scroll:hover:after {
  -webkit-transform: translateY(-170%) rotate(90deg);
  -moz-transform: translateY(-170%) rotate(90deg);
  -o-transform: translateY(-170%) rotate(90deg);
  -ms-transform: translateY(-170%) rotate(90deg);
  transform: translateY(-170%) rotate(90deg);
}
@media (min-width: 1480px) {
  .header-nav .menu .on-scroll:hover:after {
    -webkit-transform: translateY(-130%) rotate(90deg);
    -moz-transform: translateY(-130%) rotate(90deg);
    -o-transform: translateY(-130%) rotate(90deg);
    -ms-transform: translateY(-130%) rotate(90deg);
    transform: translateY(-130%) rotate(90deg);
  }
}
.header-nav .menu .on-scroll:hover .nav-arrow {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-nav .menu a.demo {
  border: 1px solid #6b6b6b;
  color: #21b573;
  background: none;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header-nav .menu a.demo {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    width: auto;
  }
}
@media (max-width: 1150px) {
  .header-nav .menu a.demo {
    display: none;
    margin-right: 10px;
  }
  .header-nav .menu a.demo:hover {
    border: 1px solid #2fd28e;
  }
}
@media (min-width: 1650px) {
  .header-nav .menu a.demo {
    margin-right: 5px;
  }
}
.header-nav .menu .button {
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(33,181,115,0.2);
  box-shadow: 0 5px 10px 0 rgba(33,181,115,0.2);
}
.header-nav .menu .button i {
  display: none;
  margin: 0 0 1px 0;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  background: url("../../css/img/icon-letter.png") center center no-repeat;
}
@media (min-width: 1080px) {
  .header-nav .menu .button:hover i {
    background-image: url("../../css/img/icon-letter-hover.png");
  }
}
@media (min-width: 768px) {
  .header-nav .menu .button {
    font-size: 14px;
    width: 108px;
    height: 34px;
    padding: 11px 13px;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu .button {
    width: 180px;
    height: 62px;
    padding: 20px 44px;
    font-size: 16px;
  }
}
.header-nav .menu .contact-button {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  border-radius: 1px;
  background-color: #21b573;
  border: 1px solid #21b573;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  width: 108px;
  height: 34px;
  padding: 7px 15px;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
@media (min-width: 1080px) {
  .header-nav .menu .contact-button:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .header-nav .menu .contact-button:active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 1280px) {
  .header-nav .menu .contact-button {
    height: 42px;
    padding: 10px 10px;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu .contact-button {
    width: 180px;
    height: 62px;
    padding: 18px 45px;
  }
}
.header-nav .menu .contact-button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-nav .menu .contact-button.button-block {
  width: 100%;
}
@media (min-width: 768px) {
  .header-nav .menu .contact-button:hover {
    background: #21b573;
    color: #fff;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.header-nav .menu .btn-onscroll {
  height: 34px;
  padding: 7px 15px;
}
@media (min-width: 1280px) {
  .header-nav .menu .btn-onscroll {
    padding: 7px 10px;
  }
}
@media (min-width: 1480px) {
  .header-nav .menu .btn-onscroll {
    height: 36px;
  }
}
@media (min-width: 1600px) {
  .header-nav .menu .btn-onscroll {
    padding: 8px 10px;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu .btn-onscroll {
    height: 52px;
    padding: 14px 44px;
  }
}
.header-nav a {
  text-decoration: none;
}
.header-nav .nav-arrow {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 990px) {
  .header-nav .nav-arrow {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media (min-width: 1480px) {
  .header-nav .nav-arrow {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 990px) {
  .header-nav .nav-arrow:after {
    position: absolute;
    content: '';
    background-image: url("../images/header/nav-arrow-next.svg");
    background-size: 6px 10px;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    z-index: 100;
    -webkit-transform: translateY(50px) rotate(90deg);
    -moz-transform: translateY(50px) rotate(90deg);
    -o-transform: translateY(50px) rotate(90deg);
    -ms-transform: translateY(50px) rotate(90deg);
    transform: translateY(50px) rotate(90deg);
  }
}
@media (min-width: 990px) {
  .header-nav .arrow-on-scroll {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .header-nav .arrow-on-scroll:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 1480px) {
  .header-nav .arrow-on-scroll {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .header-nav .arrow-on-scroll:hover {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.header-nav .nav-item:hover .nav-arrow {
  filter: grayscale(100%) brightness(50%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}
@media (min-width: 990px) {
  .header-nav .nav-item:hover .nav-arrow {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media (min-width: 1480px) {
  .header-nav .nav-item:hover .nav-arrow {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.header-nav {
  display: block;
}
.header-nav .menu {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
@media (min-width: 980px) {
  .header-nav .menu {
    padding-top: 8px;
  }
}
.header-nav .menu .nav-item {
  display: none;
}
.header-nav .menu-on-scroll {
  padding-top: 0;
}
.header-nav .menu-on-scroll .nav-logo-item,
.header-nav .menu-on-scroll .nav-contact-item,
.header-nav .menu-on-scroll .nav-item {
  padding-bottom: 8px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 990px) {
  .header-nav .menu .nav-item {
    display: inline-block;
  }
}
.header-nav-sm {
  display: block;
}
@media (min-width: 990px) {
  .header-nav-sm .nav-item {
    display: none;
  }
}
.menu-button {
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAQAAAA1r+eCAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAApSURBVDjLY2T4z0AxYKLciMFkCOP+weKSUUMwAeNoih0FQwqMplhMAADFqgPdAogqgQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wOC0wMVQwNzowMjo0Mi0wNTowMPgPS4IAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDgtMDFUMDc6MDI6NDItMDU6MDCJUvM+AAAAAElFTkSuQmCC") center center no-repeat;
  width: 34px;
  height: 34px;
  top: 5px;
  right: 0;
  display: none;
}
@media (max-width: 990px) {
  .menu-button {
    display: block;
  }
}
@media (max-width: 479px) {
  .menu-button {
    width: 26px;
    background-size: 26px 20px;
  }
}
.menu-button.active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAMAAADX9CSSAAAAM1BMVEUAAAAjIyMrKyspKSkoKCgnJycoKCgoKCgoKCgoKCgnJycnJycnJycnJycnJycnJyf///8oaXP+AAAAD3RSTlMAHR4fRk5aeYeU9vf4+fzxTj/pAAAAAWJLR0QQlbINLAAAAHpJREFUKM91kksChDAIQ9PvqMXm/rd14ViBVpbvbRIACAF+QgCiSHG4iEQk4WlFOSkJyI29Klw7jwx4MbAVCmth8CscfsSEb7HPGMiNXGBgI7nNuHbSFhwBf20SdxK/khHQiTe3EbqOErblEL78X8TlvSLS8r4JH/9wAR2QB4c3X4HlAAAAAElFTkSuQmCC");
  background-size: auto;
  width: 34px;
  height: 34px;
}
@media (max-width: 479px) {
  .menu-button.active {
    width: 30px;
  }
}
.contact-button-mobile {
  color: #21b573;
  font-size: 16px;
  text-transform: capitalize;
  position: absolute;
  top: 10px;
  right: 70px;
}
@media (min-width: 320px) {
  .contact-button-mobile {
    right: 84px;
  }
}
@media (min-width: 375px) {
  .contact-button-mobile {
    top: 8px;
  }
}
@media (min-width: 992px) {
  .contact-button-mobile {
    display: none;
  }
}
.menu-dd-container {
  height: 0;
  display: block;
  position: fixed;
  top: 90px;
  width: 100%;
  left: 0;
  height: 0;
  z-index: 9999;
}
@media (min-width: 990px) {
  .menu-dd-container {
    display: none;
  }
}
@media (max-width: 479px) {
  .menu-dd-container {
    top: 66px;
    height: 0;
  }
}
.menu-dd-container .menu-dd {
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #252525;
  padding: 35px 20px 35px 15px;
  display: block;
  position: absolute;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s height;
  -moz-transition: 0.3s height;
  -o-transition: 0.3s height;
  -ms-transition: 0.3s height;
  transition: 0.3s height;
}
.menu-dd-container .menu-dd .nav-pricing .plus-wrapper {
  visibility: hidden;
}
.menu-dd-container .menu-dd .contact {
  margin-top: auto;
}
.menu-dd-container .menu-dd .contact a {
  width: 100%;
  color: #fff;
}
.menu-dd-container .menu-dd .contact a.demo {
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  background: none;
  font-weight: 400;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 1240px) {
  .menu-dd-container .menu-dd .contact a.demo {
    display: block;
  }
}
.menu-dd-container .menu-dd .contact .button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 62px;
  -webkit-box-shadow: 0 7px 11px 0 rgba(33,181,115,0.23);
  box-shadow: 0 7px 11px 0 rgba(33,181,115,0.23);
}
.menu-dd-container .menu-dd .nav-item {
  background: #fff;
  overflow: hidden;
  letter-spacing: 0;
  padding-bottom: 26px;
  position: relative;
  font-size: 24px;
}
.menu-dd-container .menu-dd .nav-item a {
  color: #252525;
}
.menu-dd-container .menu-dd .nav-item .plus-wrapper {
  position: absolute;
  top: 10px;
  right: 6px;
  height: 18px;
  width: 8px;
  cursor: pointer;
  margin-right: 5px;
}
@media (min-width: 480px) {
  .menu-dd-container .menu-dd .nav-item .plus-wrapper {
    right: 9px;
  }
}
.menu-dd-container .menu-dd .nav-item .plus-wrapper .inner-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yNSIgaGVpZ2h0PSIzMS4yNSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI0LjUiCiAgICAgICAgICBkPSJNMSAyNy45bDEwLjU0OS0xMi42NDNMMS4wMDggMi42MDQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.menu-dd-container .menu-dd .nav-item .plus-wrapper .inner-wrapper.opened {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.menu-dd-container .menu-dd .nav-item .plus-wrapper .inner-wrapper.opened .horizontal {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-dd-container .menu-dd .nav-item .plus-wrapper .inner-wrapper.opened .vertical {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.menu-dd-container .menu-dd .nav-item ul {
  display: block;
  max-height: 0;
  padding-left: 2px;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  -ms-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
}
.menu-dd-container .menu-dd .nav-item ul .resources-clock,
.menu-dd-container .menu-dd .nav-item ul .resources-item {
  list-style-type: none;
}
.menu-dd-container .menu-dd .nav-item ul .resources-clock {
  margin: 0;
}
.menu-dd-container .menu-dd .nav-item ul .resources-clock .clock > .resources-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fafafa;
  height: 115px;
  margin: 15px 0;
  padding: 15px;
}
.menu-dd-container .menu-dd .nav-item ul .resources-clock .clock > .resources-link p {
  margin: 4px;
}
.menu-dd-container .menu-dd .nav-item ul .resources-clock .clock > .resources-link p:first-child {
  color: #000;
}
.menu-dd-container .menu-dd .nav-item ul .resources-clock .clock > .resources-link p:nth-child(2) {
  color: #b6b6b6;
}
.menu-dd-container .menu-dd .nav-item ul .resources-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fafafa;
  height: 115px;
  margin: 15px 0;
  padding: 15px;
}
.menu-dd-container .menu-dd .nav-item ul .resources-item p {
  margin: 4px;
}
.menu-dd-container .menu-dd .nav-item ul .resources-item p:first-child {
  color: #000;
}
.menu-dd-container .menu-dd .nav-item ul .resources-item p:nth-child(2) {
  color: #b6b6b6;
}
.menu-dd-container .menu-dd .nav-item .mobile-resources {
  position: relative;
  top: 25px;
}
.menu-dd-container .menu-dd .nav-item .ul-visible {
  height: 100%;
  padding-bottom: 30px;
  max-height: 2000px;
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  -ms-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.menu-dd-container .menu-dd .nav-item .ul-visible .submenu-list {
  height: auto;
  max-height: 100%;
  visibility: visible;
}
.menu-dd-container .menu-dd .nav-item ul li {
  font-size: 16px;
  padding-top: 35px;
  font-weight: 300;
  margin: 0 15px;
  list-style-type: initial;
}
.menu-dd-container .menu-dd a {
  text-decoration: none;
}
.menu-dd-container .menu-dd a span {
  font-weight: bold;
}
.menu-dd-container .menu-dd .nav-item .why-choose-us li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 206px;
  list-style-type: none;
  background: #fafafa;
  padding: 20px 15px 20px 15px;
  margin: 0 auto 20px;
  position: relative;
  top: 30px;
}
.menu-dd-container .menu-dd .nav-item .why-choose-us li a span {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 600;
}
.menu-dd-container .menu-dd .nav-item .why-choose-us li a p {
  margin: 15px 0;
  color: #b6b6b6;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container:nth-child(n+1):nth-child(n+3) .submenu-img-container img {
  margin-top: 20px;
  margin-bottom: -20px;
}
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container .submenu-img-container img {
  margin-top: 20px;
  margin-bottom: -20px;
}
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container:nth-child(6) .submenu-img-container img,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list :nth-child(10) .submenu-img-container img {
  margin: 0;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu {
  list-style-type: none;
  margin: 0;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-header,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-header {
  text-transform: capitalize;
  color: #b6b6b6;
  font-size: 16px;
  line-height: 1.5;
  list-style-type: none;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  background: none;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .li-item,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .li-item,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .li-item,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .li-item {
  display: none;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fafafa;
  padding: 30px 0;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container,
  .menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container,
  .menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container,
  .menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container {
    position: relative;
  }
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container > p,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container > p,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container > p,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container > p {
  display: none;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container .submenu-img-container,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container .submenu-img-container,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container .submenu-img-container,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container .submenu-img-container {
  max-width: 25%;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container .submenu-img-container img,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container .submenu-img-container img,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container .submenu-img-container img,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container .submenu-img-container img {
  max-height: 200px;
}
@media (max-width: 480px) {
  .menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container .submenu-img-container img,
  .menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container .submenu-img-container img,
  .menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container .submenu-img-container img,
  .menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container .submenu-img-container img {
    max-height: 140px;
  }
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container a,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container a,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container a,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: auto;
  width: auto;
  line-height: inherit;
  text-align: left;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container a .submenu-mobile,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container a .submenu-mobile,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container a .submenu-mobile,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container a .submenu-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 15px;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container a .submenu-mobile p:first-child,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container a .submenu-mobile p:first-child,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container a .submenu-mobile p:first-child,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container a .submenu-mobile p:first-child {
  font-family: Muli-SemiBold, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container a .submenu-mobile p:last-child,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container a .submenu-mobile p:last-child,
.menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container a .submenu-mobile p:last-child,
.menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container a .submenu-mobile p:last-child {
  color: #b6b6b6;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu-list .item-container a .submenu-mobile,
  .menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu-list .item-container a .submenu-mobile,
  .menu-dd-container .menu-dd .nav-item .key-features .editors-submenu .submenu .item-container a .submenu-mobile,
  .menu-dd-container .menu-dd .nav-item .key-features .package-submenu .submenu .item-container a .submenu-mobile {
    display: none;
  }
}
.menu-dd.expanded {
  visibility: visible;
  min-height: 100vh;
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header-nav a {
  letter-spacing: 0;
  outline: none;
}
.header-nav img {
  width: 100px;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .header-nav img {
    width: 90px;
  }
}
@media (min-width: 990px) {
  .header-nav .menu {
    margin: 0 70px auto;
  }
}
@media (min-width: 1150px) {
  .header-nav .menu {
    margin: 0 115px auto;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu {
    margin: 0 170px auto;
  }
}
.header-nav .menu .nav-logo-item {
  margin-top: 4px;
}
@media (min-width: 990px) {
  .header-nav .menu .nav-logo-item {
    margin-right: 40px;
  }
}
@media (min-width: 1150px) {
  .header-nav .menu .nav-logo-item {
    margin-right: 65px;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu .nav-logo-item {
    margin-right: 155px;
  }
}
.header-nav .menu .nav-contact-item .demo {
  font-size: 14px;
}
.header-nav .menu .nav-contact-item .demo:hover {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@media (min-width: 1280px) {
  .header-nav .menu .nav-contact-item .demo {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  .header-nav .menu .nav-contact-item {
    margin-left: 40px;
    display: inline-block;
  }
}
@media (min-width: 1150px) {
  .header-nav .menu .nav-contact-item {
    margin-left: 45px;
  }
}
@media (min-width: 1920px) {
  .header-nav .menu .nav-contact-item {
    margin-left: 110px;
    margin-top: 3px;
  }
}
.header-nav .header-nav .menu .button {
  height: auto;
}
.header-nav .header-nav .menu .button span {
  display: none;
}
.header-nav .header-nav .menu .button i {
  display: inline-block;
}
.section {
  height: 2000px;
  background: #0ff;
}
.section .nav-arrow {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 990px) {
  .section .nav-arrow {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media (min-width: 1480px) {
  .section {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 990px) {
  .section .arrow-on-scroll {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .section .arrow-on-scroll:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 1480px) {
  .section {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .section:hover {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@media (min-width: 1480px) and (min-width: 990px) {
  .section:after {
    position: absolute;
    content: '';
    background-image: url("../images/header/nav-arrow-next.svg");
    background-size: 6px 10px;
    border: 2px solid #f00;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    z-index: 100;
    -webkit-transform: translateY(50px) rotate(90deg);
    -moz-transform: translateY(50px) rotate(90deg);
    -o-transform: translateY(50px) rotate(90deg);
    -ms-transform: translateY(50px) rotate(90deg);
    transform: translateY(50px) rotate(90deg);
  }
}
.smart-mobile {
  position: absolute;
  top: 0;
  right: 0;
  display: none !important;
}
@media (max-width: 990px) {
  .smart-mobile {
    display: block !important;
  }
}
.nav-item.nav-partnerships.desktop,
.nav-item.expertise-item.desktop {
  display: none;
}
@media (min-width: 990px) {
  .nav-item.nav-partnerships.desktop,
  .nav-item.expertise-item.desktop {
    display: inline-block;
  }
}
@media (min-width: 990px) {
  .nav-item.nav-partnerships.mobile {
    display: none;
  }
}
.nav-item.nav-partnerships.mobile .plus-wrapper {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  min-height: 0;
  font-weight: 500;
  line-height: 20/12;
  -webkit-box-shadow: 0 0 0px 1000px #21b573 inset;
}
footer[role=contentinfo] {
  background: #fff;
  clear: both;
}
.contact-box-big {
  background: #21b573;
  width: 100%;
  padding: 50px;
  height: 360px;
}
@media (max-width: 800px) {
  .contact-box-big {
    padding: 30px 20px;
  }
}
.contact-box-big .contact-box-inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.contact-box-big .contact-box-inner h2 {
  padding: 40px 0 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.4px;
  margin-bottom: 48px;
}
.contact-box-big .contact-box-inner .contact-box-btn-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact-box-big .contact-box-inner .btn {
  float: none;
  display: block;
  width: 176px;
  height: 62px;
  text-align: center;
}
.contact-box-big .contact-box-inner .btn-white {
  color: #21b573;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  vertical-align: center;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 8px;
}
.contact-box-big .contact-box-inner .btn-white:hover {
  background: #fff;
}
.contact-box-big .contact-box-inner .live-button {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.contact-box-big .contact-box-inner .live-button:hover {
  color: #fff;
  background: transparent;
}
.contact-form {
  max-width: 1357px;
  margin: 0 auto;
  color: #fff;
  background-color: #21b573;
  padding: 84px 77px 50px;
}
@media (max-width: 700px) {
  .contact-form {
    padding: 30px 15px 50px;
  }
}
.contact-form h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 24px;
}
.contact-form .antispam-label {
  font-size: 18px;
  font-weight: 300;
  padding: 0 10px;
  color: #6b6b6b;
}
.contact-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
  top: 28px;
  color: #6b6b6b;
  border: 1px solid #6b6b6b;
  -webkit-box-shadow: 10px 10px 10px -6px #b8b4b8;
  box-shadow: 10px 10px 10px -6px #b8b4b8;
  border-radius: 4px;
}
.contact-form .use-floating-validation-tip span.wpcf7-not-valid-tip:after {
  content: '';
  position: absolute;
  left: 20px;
  top: -6px;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-top: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-form .word-count-wrapper {
  display: none;
  right: 10px;
  bottom: 5px;
  font-size: 14px;
  color: #fff;
}
.contact-form .word-count-wrapper.alert {
  color: #f00;
}
.contact-form p.form-text {
  margin: 0 auto 60px;
  font-size: 15px;
  color: #6b6b6b;
  width: 70%;
}
.contact-form p.form-text:after {
  visibility: hidden;
}
.contact-form form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.contact-form p {
  position: relative;
  width: 40%;
  padding: 10px 0 0;
  margin: 0 42px;
}
@media (max-width: 995px) {
  .contact-form p {
    width: 87%;
  }
}
@media (max-width: 600px) {
  .contact-form p {
    width: 100%;
  }
}
.contact-form p:nth-of-type(5) {
  width: 87%;
  margin-bottom: 40px;
  position: relative;
}
.contact-form p:nth-of-type(5) textarea {
  padding-left: 0;
  color: #fff;
}
.contact-form p:nth-of-type(5) textarea:placeholder {
  color: #fff;
}
.contact-form p:nth-of-type(6) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 87%;
  line-height: 1.3;
}
.contact-form p:nth-of-type(6) span.wpcf7-not-valid-tip {
  left: 0;
}
.contact-form p:nth-of-type(6) span.wpcf7-list-item {
  width: 100%;
  margin: 0;
  padding-left: 20px;
}
.contact-form p:nth-of-type(6) span.your-consent-privacy {
  display: inline-block;
}
.contact-form p:nth-of-type(6) label {
  font-size: 14px;
  font-family: "OpenSans";
  font-weight: normal;
  text-align: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.contact-form p:nth-of-type(6) a {
  text-decoration: underline;
}
.contact-form p:nth-of-type(6) input {
  height: auto;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.contact-form p:nth-of-type(7) {
  width: 87%;
  position: relative;
  line-height: 1.3;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact-form p:nth-of-type(7) span.wpcf7-list-item {
  width: 100%;
  margin: 0;
  padding-left: 20px;
}
.contact-form p:nth-of-type(7) label {
  font-size: 14px;
  font-family: "OpenSans";
  font-weight: normal;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.contact-form p:nth-of-type(7) input {
  height: auto;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
p:after {
  content: '';
  top: 90px;
  width: 0px;
  border-bottom: 2px solid #fff;
  left: 0px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  transition: width 0.5s;
  position: absolute;
}
@media (max-width: 600px) {
  p:after {
    top: 82px;
  }
}
p.filled:after {
  width: 100%;
}
p.filled:after p:nth-of-type(8) {
  width: 70%;
}
@media (max-width: 600px) {
  p.filled:after p:nth-of-type(8) {
    width: 93%;
  }
}
p.filled:after p:nth-of-type(9) {
  width: 100%;
  position: relative;
}
p.filled:after p:nth-of-type(5):after {
  top: unset;
  bottom: 0;
}
p.filled:after p:nth-of-type(8):after {
  top: 50px;
}
p.filled:after p:nth-of-type(8) span.random-capital-quiz .wpcf7-quiz-label {
  position: absolute;
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
}
p.filled:after p:nth-of-type(8) span.random-capital-quiz .wpcf7-quiz-label.label-hidden {
  visibility: hidden;
}
@media (max-width: 600px) {
  p.filled:after p:nth-of-type(8) span.random-capital-quiz .wpcf7-quiz-label {
    font-size: 14px;
    top: -4px;
  }
}
p.filled:after p:nth-of-type(8) span.random-capital-quiz:after {
  content: '*';
  position: absolute;
  right: 0;
  bottom: 10px;
  left: unset;
  color: #fff;
}
p:nth-of-type(1) span:after {
  content: '*';
  position: absolute;
  right: 0;
  bottom: 10px;
  left: unset;
  color: #fff;
}
p:nth-of-type(2) span:after {
  content: '*';
  position: absolute;
  right: 0;
  bottom: 10px;
  left: unset;
  color: #fff;
}
p:nth-of-type(3) span:after {
  content: '*';
  position: absolute;
  right: 0;
  bottom: 10px;
  left: unset;
  color: #fff;
}
input {
  font-weight: 300;
  font-size: 24px;
  padding: 0 10px;
  border: none;
  color: #c5c3c0;
  height: 44px;
  border-bottom: 2px solid #c1c0be;
  background-color: transparent;
  position: relative;
}
@media (max-width: 600px) {
  input {
    font-size: 18px;
  }
}
input.placeholder-not-visible::placeholder {
  color: transparent;
}
input::placeholder {
  color: #fff;
}
input.placeholder-not-visible::placeholder {
  color: transparent;
}
input[type=submit] {
  display: block;
  margin: 0;
  -webkit-box-shadow: 0 7px 11px 0 rgba(83,83,83,0.1);
  box-shadow: 0 7px 11px 0 rgba(83,83,83,0.1);
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #21b573;
  border-radius: 0;
  min-width: 170px;
  max-width: 345px;
  width: 170px;
  line-height: 1;
  margin-top: 40px;
  height: 60px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #2fd28e;
}
@media (max-width: 600px) {
  input[type=submit] {
    width: 70%;
  }
}
input[type=submit]:hover {
  background: transparent;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
input[type=text],
input[type=email] {
  font-size: 24px;
}
@media (max-width: 600px) {
  input[type=text],
  input[type=email] {
    font-size: 18px;
  }
}
label {
  font-weight: 300;
  font-size: 24px;
}
label.not-quiz {
  visibility: hidden;
}
@media (max-width: 600px) {
  label {
    font-size: 18px;
  }
}
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 42px;
  overflow: hidden;
  color: #fff;
  font-weight: 300;
  resize: none;
}
textarea::placeholder {
  color: #fff;
  font-weight: 300;
}
.top {
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
}
.top h3 {
  font-weight: 400;
}
.top h3 + p {
  padding-top: 15px;
  color: #6b6b6b;
  font-weight: 300;
}
.top .left {
  width: 650px;
  height: 100%;
  float: left;
  padding: 30px 0;
}
.top .left p + strong,
.top .left p + b {
  display: block;
  padding-top: 30px;
  font-weight: 400;
}
.top .left strong + .btn,
.top .left b + .btn {
  margin-top: 40px;
  display: inline-block;
  font-size: 18px;
  padding: 8px 70px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .top .left strong + .btn,
  .top .left b + .btn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top .left strong + .btn:hover,
  .top .left b + .btn:hover {
    -webkit-transform: translateX(-50%) translateY(-5px);
    -moz-transform: translateX(-50%) translateY(-5px);
    -o-transform: translateX(-50%) translateY(-5px);
    -ms-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
  }
}
@media only screen and (max-width: 1024px) {
  .top .left {
    width: 100%;
    text-align: center;
  }
}
.top .right {
  width: 410px;
  max-width: 100%;
  height: 100%;
  float: right;
  background: #f5f3f1;
  padding: 30px;
}
.top .right p + form {
  margin-top: 70px;
}
.top .right input + input {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .top .right {
    width: 100%;
    text-align: center;
  }
}
.bottom {
  border-top: 1px #dcdcdc solid;
  height: 75px;
  line-height: 75px;
}
@media only screen and (max-width: 1024px) {
  .bottom {
    text-align: center;
    height: auto;
    line-height: 1;
  }
}
.bottom .footer-area {
  width: 100%;
  padding: 0 60px 60px 60px;
  position: relative;
  background-color: #f9f9f8;
}
@media (max-width: 1240px) {
  .bottom .footer-area {
    padding: 0 20px 15px 20px;
  }
}
.bottom .footer-area:before,
.bottom .footer-area:after {
  content: '';
  clear: both;
  display: block;
}
.bottom .footer-area:before {
  width: calc(100% - 120px);
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  top: 112px;
  left: 60px;
}
@media (max-width: 1400px) {
  .bottom .footer-area:before {
    display: none;
  }
}
.bottom .footer-area .hidden {
  display: none;
}
.bottom .footer-area > .footer-credentials {
  float: left;
}
.bottom .footer-area > .footer-credentials .footer-pbx-logo {
  line-height: 32px;
  padding: 40px 0;
  margin-bottom: 40px;
}
.bottom .footer-area > .footer-credentials .footer-pbx-logo img {
  line-height: 0;
  margin-bottom: -7px;
}
@media (max-width: 1400px) {
  .bottom .footer-area > .footer-credentials .footer-pbx-logo {
    display: none;
  }
}
.bottom .footer-area > .footer-credentials .credentials {
  float: left;
  width: 210px;
  text-align: left;
}
.bottom .footer-area > .footer-credentials .credentials p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #999;
  margin-bottom: 21px;
}
.bottom .footer-area > .footer-credentials .credentials hr {
  margin: 21px 0;
  border: none;
  border-top: 1px solid #d0d0d0;
  width: 170px;
}
@media (max-width: 1400px) {
  .bottom .footer-area > .footer-credentials .credentials {
    margin-top: 40px;
    width: 50%;
  }
}
@media (max-width: 585px) {
  .bottom .footer-area > .footer-credentials .credentials {
    width: 100%;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
  }
  .bottom .footer-area > .footer-credentials .credentials p {
    font-size: 18px;
  }
  .bottom .footer-area > .footer-credentials .credentials hr {
    margin: 21px auto;
  }
}
@media (max-width: 1400px) {
  .bottom .footer-area > .footer-credentials {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px;
  }
}
.bottom .footer-area > .footer-menu {
  float: right;
  overflow: hidden;
  width: calc(100% - 679px);
  padding-left: 0;
  text-align: left;
}
.bottom .footer-area > .footer-menu #footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 768px) {
  .bottom .footer-area > .footer-menu #footer-menu {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bottom .footer-area > .footer-menu .widget_nav_menu {
  width: calc(20%);
  padding-right: 10px;
}
.bottom .footer-area > .footer-menu .widget_nav_menu .menu li:first-child {
  line-height: 32px;
  padding: 40px 0;
  margin-bottom: 40px;
}
.bottom .footer-area > .footer-menu .widget_nav_menu .menu li:first-child a {
  color: #6a6a6a;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .bottom .footer-area > .footer-menu .widget_nav_menu .menu li:first-child {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.bottom .footer-area > .footer-menu .widget_nav_menu .menu li {
  line-height: 28px;
  font-weight: 300;
  color: #999;
}
@media (max-width: 660px) {
  .bottom .footer-area > .footer-menu .widget_nav_menu {
    width: calc(33.333%);
  }
}
@media (max-width: 430px) {
  .bottom .footer-area > .footer-menu .widget_nav_menu {
    width: calc(50%);
  }
}
@media (max-width: 1400px) {
  .bottom .footer-area > .footer-menu {
    width: 100%;
  }
}
.bottom .footer-area > .footer-extra {
  float: left;
  width: 100%;
}
.bottom .footer-area > .footer-extra .socials {
  float: right;
  clear: both;
}
.bottom .footer-area > .footer-extra .socials li {
  float: left;
  line-height: 30px;
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 585px) {
  .bottom .footer-area > .footer-extra .socials {
    float: none;
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
  }
  .bottom .footer-area > .footer-extra .socials li {
    float: none;
    display: inline-block;
  }
}
.bottom .footer-area > .footer-extra .apps {
  float: right;
  position: relative;
  top: -7px;
  text-align: right;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
.bottom .footer-area > .footer-extra .apps >* {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 40px;
}
@media (max-width: 1240px) {
  .bottom .footer-area > .footer-extra .apps >h3 {
    display: none;
  }
}
@media (max-width: 585px) {
  .bottom .footer-area > .footer-extra .apps {
    float: none;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding: 30px 0;
  }
}
@media (max-width: 1400px) {
  .bottom .footer-area > .footer-extra .apps {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bottom .copyrights {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #d0d0d0;
  background-color: #f9f9f8;
  padding: 25px 60px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
}
@media (max-width: 739px) {
  .bottom .copyrights {
    display: block;
  }
}
.bottom .copyright {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  color: #939393;
}
@media (max-width: 739px) {
  .bottom .copyright {
    display: block;
  }
}
.bottom .partners {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  line-height: 28px;
}
.bottom .partners br {
  display: none;
}
@media (max-width: 1240px) {
  .bottom .partners br {
    display: block;
  }
}
.bottom .partners img {
  margin: 0 10px -7px 5px;
}
@media (max-width: 739px) {
  .bottom .partners {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
}
footer[role=contentinfo] .cat-post-widget {
  display: none;
}
footer[role=contentinfo] .contact-form .recaptcha-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 87%;
  margin-top: 35px;
}
@media (max-width: 600px) {
  footer[role=contentinfo] .contact-form .recaptcha-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer[role=contentinfo] .contact-form .recaptcha-container .wpcf7-form-control-wrap {
  height: 100px;
}
footer[role=contentinfo] .contact-form .recaptcha-container .wpcf7-form-control-wrap .wpcf7-text {
  color: #fff;
}
footer[role=contentinfo] .contact-form .recaptcha-container .g-recaptcha {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
footer[role=contentinfo] .contact-form .recaptcha-container p {
  padding: 0;
  margin: 0;
  width: auto;
}
.checkbox {
  color: #fff;
}
.checkbox:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  content: "";
  border: 2px solid #fff;
  border-radius: 0.1em;
  vertical-align: center;
  text-align: center;
  color: transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  padding: 0px;
  min-width: 18px;
  min-height: 18px;
  margin: 0 14px 2px 2px;
  line-height: 15px;
  font-size: 18px;
}
.checkbox:active:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.your-consent-privacy {
  display: none;
}
.your-consent-privacy:checked + .checkbox:before {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  background: url("../images/checked-white.svg") center no-repeat;
  background-size: 18px 10px;
}
.contacts-form-privacy-policy span {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.contacts-form-privacy-policy a {
  text-decoration: underline;
}
.section-contact-distributor .contact-distributor-wrapper {
  max-width: 1920px;
  margin: 120px auto;
}
@media (max-width: 740px) {
  .section-contact-distributor .contact-distributor-wrapper {
    margin: 0 auto;
  }
}
.section-contact-distributor .distributors-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
@media (max-width: 740px) {
  .section-contact-distributor .distributors-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.section-contact-distributor .distributor-container {
  min-height: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 740px) {
  .section-contact-distributor .distributor-container {
    padding: 0 15px;
  }
}
.section-contact-distributor .distributor-header-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 15px 43px;
}
@media (min-width: 1440px) {
  .section-contact-distributor .distributor-header-container {
    margin: 0 0 15px 50px;
  }
}
@media (max-width: 740px) {
  .section-contact-distributor .distributor-header-container {
    font-size: 18px;
    margin: 43px 0 13px 35px;
  }
}
.section-contact-distributor img {
  margin-right: 15px;
}
@media (max-width: 740px) {
  .section-contact-distributor img {
    height: 18px;
    width: 29px;
  }
}
@media (min-width: 1440px) {
  .section-contact-distributor img {
    width: 30px;
    height: 20px;
  }
}
.section-contact-distributor h4 {
  font-size: 14px;
  font-weight: 600;
  color: #272727;
}
@media (max-width: 740px) {
  .section-contact-distributor h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .section-contact-distributor h4 {
    font-size: 20px;
  }
}
.section-contact-distributor .distributor-body-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-contact-distributor .img-container img {
  width: 65px;
  height: 65px;
}
@media (min-width: 1440px) {
  .section-contact-distributor .img-container img {
    width: 80px;
    height: 80px;
  }
}
.section-contact-distributor .details-container {
  max-width: 200px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #b6b6b6;
}
@media (max-width: 740px) {
  .section-contact-distributor .details-container {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .section-contact-distributor .details-container {
    font-size: 15px;
  }
}
.section-contact-distributor .row {
  margin: 0;
  white-space: nowrap;
  color: #b6b6b6;
}
.section-contact-distributor .link-container {
  margin: 35px 0;
}
.section-contact-distributor a {
  color: #b6b6b6;
}
.section-contact-distributor .link-container.center {
  margin: 25px 0;
}
@media (max-width: 740px) {
  .section-contact-distributor .link-arrow:before {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.section-contact-distributor .distributor-contact-link {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #21b573;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .section-contact-distributor .distributor-contact-link {
    font-size: 14px;
  }
}
@media (max-width: 740px) {
  .section-contact-distributor .distributor-contact-link {
    font-size: 16px;
  }
}
.section-footer-navigation {
  max-width: 1105px;
  margin: 65px auto;
}
@media (min-width: 1440px) {
  .section-footer-navigation {
    max-width: 1040px;
  }
}
@media (max-width: 980px) {
  .section-footer-navigation {
    margin: 65px auto 40px auto;
  }
}
.footer-menu-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .footer-menu-container {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .footer-menu-container {
    padding: 0 100px;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
@media (max-width: 740px) {
  .footer-menu-container {
    padding: 0 50px;
  }
}
@media (max-width: 600px) {
  .footer-menu-container {
    padding: 0 10px;
  }
}
.footer-menu-column {
  width: 20%;
}
@media (max-width: 740px) {
  .footer-menu-column {
    min-width: 150px;
  }
}
@media (max-width: 1100px) {
  .footer-menu-column {
    width: 50%;
    min-width: 100px;
    margin-bottom: 50px;
  }
}
.footer-menu-header-link {
  color: #535353;
  text-decoration: none;
}
.footer-menu-header {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #272727;
}
@media (min-width: 1440px) {
  .footer-menu-header {
    font-size: 14px;
  }
}
@media (max-width: 740px) {
  .footer-menu-header {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1100px) {
  .footer-menu-list-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.footer-menu-list {
  padding: 0;
  margin: 0;
}
@media (max-width: 1100px) {
  .footer-menu-list {
    width: 100%;
  }
}
.footer-menu-list .footer-menu-item-sub-header {
  font-size: 14px;
  line-height: 28px;
  color: #b6b6b6;
}
.union-img-wrapper {
  display: block;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: -35px;
}
.union-img-wrapper a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.union-img-wrapper img {
  width: 100%;
  max-width: 450px;
}
.footer-menu-item {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #272727;
}
.footer-menu-item .color-green {
  color: #21b573;
}
@media (min-width: 1440px) {
  .footer-menu-item {
    font-size: 14px;
  }
}
@media (max-width: 740px) {
  .footer-menu-item {
    font-size: 16px;
    line-height: 2.5;
  }
}
.footer-menu-link {
  color: #272727;
  text-decoration: none;
  white-space: normal;
}
.footer-menu-link:hover {
  color: #21b573;
}
.career {
  color: #21b573;
  font-weight: 500;
}
.career:hover {
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.footer-submenu-container {
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .footer-submenu-container {
    width: 50%;
  }
}
.section-footer-copyright {
  background-color: #fafafa;
  margin: 0 auto;
}
.copyright-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 30px 20px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
}
@media (min-width: 1440px) {
  .copyright-container {
    padding: 15px 0;
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .copyright-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 15px;
  }
}
.copyright-container p {
  margin-bottom: 5px;
  font-size: 10px;
}
@media (max-width: 980px) {
  .copyright-container p {
    padding-top: 30px;
  }
}
.copyright-container img {
  vertical-align: middle;
}
.copyright-container span {
  font-size: 10px;
}
.copyright-description-container {
  font-size: 10px;
}
@media (min-width: 1440px) {
  .copyright-description-container {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .copyright-description-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    font-size: 12px;
  }
  .copyright-description-container:before {
    content: '';
    position: absolute;
    border-top: 1px solid #e3e0e0;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.copyright-description-container a {
  text-decoration: none;
}
@media (max-width: 980px) {
  .copyright-description-container p {
    margin-bottom: 30px;
  }
}
.copyright-description-container img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}
.copyright-social-app-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 980px) {
  .copyright-social-app-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .social-links-container,
  .subscribe-wrapper {
    margin-bottom: 30px;
  }
}
.social-links-container .social-links,
.subscribe-wrapper .social-links {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 980px) {
  .social-links-container .social-links,
  .subscribe-wrapper .social-links {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 150px;
  }
}
.social-links-container .social-links li,
.subscribe-wrapper .social-links li {
  margin-right: 20px;
}
@media (max-width: 980px) {
  .social-links-container .social-links li,
  .subscribe-wrapper .social-links li {
    margin-right: 0;
  }
}
.social-links-container .icon-fb-svg,
.subscribe-wrapper .icon-fb-svg,
.social-links-container .icon-tw-svg,
.subscribe-wrapper .icon-tw-svg,
.social-links-container .icon-in-svg,
.subscribe-wrapper .icon-in-svg,
.social-links-container .icon-rss-svg,
.subscribe-wrapper .icon-rss-svg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 18px;
  width: 21px;
  height: 18px;
}
@media (max-width: 1440px) {
  .social-links-container .icon-fb-svg,
  .subscribe-wrapper .icon-fb-svg,
  .social-links-container .icon-tw-svg,
  .subscribe-wrapper .icon-tw-svg,
  .social-links-container .icon-in-svg,
  .subscribe-wrapper .icon-in-svg,
  .social-links-container .icon-rss-svg,
  .subscribe-wrapper .icon-rss-svg {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 980px) {
  .social-links-container .icon-fb-svg,
  .subscribe-wrapper .icon-fb-svg,
  .social-links-container .icon-tw-svg,
  .subscribe-wrapper .icon-tw-svg,
  .social-links-container .icon-in-svg,
  .subscribe-wrapper .icon-in-svg,
  .social-links-container .icon-rss-svg,
  .subscribe-wrapper .icon-rss-svg {
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
  }
}
.social-links-container .icon-fb-svg:hover,
.subscribe-wrapper .icon-fb-svg:hover,
.social-links-container .icon-tw-svg:hover,
.subscribe-wrapper .icon-tw-svg:hover,
.social-links-container .icon-in-svg:hover,
.subscribe-wrapper .icon-in-svg:hover,
.social-links-container .icon-rss-svg:hover,
.subscribe-wrapper .icon-rss-svg:hover {
  filter: invert(50%) sepia(91%) saturate(373%) hue-rotate(101deg) brightness(95%) contrast(89%);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.social-links-container .icon-fb-svg,
.subscribe-wrapper .icon-fb-svg {
  background-image: url("../images/footer/icon-logo-facebook.svg");
  display: block;
}
.social-links-container .icon-tw-svg,
.subscribe-wrapper .icon-tw-svg {
  background-image: url("../images/footer/icon-logo-twitter.svg");
}
.social-links-container .icon-in-svg,
.subscribe-wrapper .icon-in-svg {
  background-image: url("../images/footer/icon-logo-linkedin.svg");
  display: block;
}
.social-links-container .icon-rss-svg,
.subscribe-wrapper .icon-rss-svg {
  background-image: url("../images/footer/icon-logo-rss.svg");
}
.social-app-container ul {
  padding-left: 0;
}
.social-app-container .apps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 980px) {
  .social-app-container .apps {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.social-app-container .apps p {
  color: #535353;
  font-size: 12px;
  padding-right: 15px;
}
@media (min-width: 1440px) {
  .social-app-container .apps p {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .social-app-container .apps p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 15px 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.social-app-container .apps a {
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-app-container .apps a:hover {
  -webkit-box-shadow: 0 7px 11px 0 rgba(83,83,83,0.1);
  box-shadow: 0 7px 11px 0 rgba(83,83,83,0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 980px) {
  .social-app-container .apps a {
    padding-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .social-app-container .apps a img {
    width: 135px;
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .social-app-container .apps a img {
    width: 140px;
    height: 45px;
  }
}
.social-links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.social-links-wrapper p {
  margin: 0 12px 0 0;
  font-family: Muli;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #272727;
}
@media (max-width: 1040px) {
  .social-links-wrapper p {
    display: none;
  }
}
.newsletter {
  max-width: 1045px;
  background-color: transparent;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .newsletter {
    max-width: 1450px;
  }
}
@media (max-width: 768px) {
  .newsletter {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .newsletter-row {
    width: 345px;
    margin: 0 auto;
  }
}
@media (max-width: 340px) {
  .newsletter-row {
    width: 300px;
    margin: 0 auto;
  }
}
.newsletter-form {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 992px) {
  .newsletter-form {
    padding: 0 15px;
  }
}
@media (max-width: 940px) {
  .newsletter-form {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .newsletter-form {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
  }
}
.newsletter-form input {
  font-size: 18px;
  font-weight: 300;
  color: $colorGray;
  height: 40px;
  border-bottom: 1px solid #6b6b6b;
}
@media (max-width: 403px) {
  .newsletter-form input {
    height: 70px;
  }
}
.newsletter-form input::placeholder,
.newsletter-form input.placeholder {
  color: fade($colorGray, 99%);
}
.form-field {
  position: relative;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -o-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  margin-right: 5%;
}
@media (max-width: 940px) {
  .form-field {
    min-width: 300px;
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .form-field {
    min-width: 250px;
  }
}
.field-placeholder {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  font-size: 14px;
  color: #b6b6b6;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  transition: 0.2s all linear;
  text-align: center;
}
.newsletter-button {
  width: 170px;
  height: 40px;
  font-size: 16px;
  background: -webkit-linear-gradient(right, #21b573 50%, #1da267 50%);
  background: -moz-linear-gradient(right, #21b573 50%, #1da267 50%);
  background: -o-linear-gradient(right, #21b573 50%, #1da267 50%);
  background: -ms-linear-gradient(right, #21b573 50%, #1da267 50%);
  background: linear-gradient(to left, #21b573 50%, #1da267 50%);
  background-color: #21b573;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-box-shadow: 0 7px 11px 0 rgba(33,181,115,0.23);
  box-shadow: 0 7px 11px 0 rgba(33,181,115,0.23);
  font-weight: 600;
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  min-width: 170px;
  line-height: 1;
  border-radius: 0;
  margin-top: 40px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  transition: 0.2s all linear;
  border: none;
}
@media (max-width: 1040px) {
  .newsletter-button {
    font-size: 16px;
    height: 62px;
    margin-top: 70px;
    width: 120%;
    margin-bottom: 70px;
  }
}
.newsletter-button:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(33,181,115,0.38);
  box-shadow: 0 10px 15px 0 rgba(33,181,115,0.38);
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background-position: left bottom;
}
.newsletter-input:focus + .field-placeholder {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.newsletter-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 1025px;
  margin: 0 auto;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1040px) {
  .newsletter-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
  }
}
.newsletter-container .newsletter-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.newsletter-container .newsletter-form input {
  width: 350px;
}
@media (min-width: 980px) {
  .newsletter-container .newsletter-form .form-field {
    max-width: 480px;
    margin-top: 10px;
    width: 100%;
  }
}
.footer-line {
  margin: 20px auto 0;
  width: 81.5%;
  max-width: 1045px;
  border: none;
  border-top: 1px solid #d0d0d0;
}
.pagination {
  overflow: hidden;
  padding: 0 15px 95px 15px;
}
@media (min-width: 1280px) {
  .pagination {
    padding: 0 15px 110px 15px;
  }
}
@media (min-width: 1600px) {
  .pagination {
    padding: 0 15px 160px 15px;
  }
}
.pagination .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
@media (min-width: 568px) {
  .pagination .container {
    width: 250px;
  }
}
.pagination .container:before,
.pagination .container:after {
  content: none;
}
.pagination .page-numbers {
  display: block;
  padding: 15px 5px;
  font-size: 16px;
  line-height: 30px;
  float: left;
  color: #b6b6b6;
  border-top: 2px solid transparent;
}
@media (min-width: 1280px) {
  .pagination .page-numbers {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .pagination .page-numbers {
    font-size: 20px;
    line-height: 32px;
    padding: 15px 10px;
  }
}
.pagination .page-numbers.current {
  color: #535353;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-weight: 600;
  color: #6b6b6b;
}
.pagination .page-numbers.prev {
  padding-left: 0;
}
.pagination .left {
  width: 650px;
  float: left;
}
@media only screen and (max-width: 568px) {
  .pagination .left {
    width: 100% !important;
  }
}
.pagination .right {
  width: 410px;
  float: right;
  padding: 30px 0;
  color: #6b6b6b;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}
.pagination .right i {
  margin-left: 15px;
}
@media only screen and (max-width: 568px) {
  .pagination .right {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pagination .left,
  .pagination .right {
    width: 50%;
  }
}
.pagination .pagination-previous,
.pagination .pagination-next {
  height: 24px;
  width: 24px;
}
.pagination .pagination-previous:before,
.pagination .pagination-next:before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../images/expand-more.svg");
  background-size: 24px 24px;
}
.pagination .pagination-previous:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.floating-box {
  position: fixed;
  bottom: 0;
  right: calc((100vw - 1170px) / 2 + 21px);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.floating-box.isVisible:not(.userClosed) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1200px) {
  .floating-box {
    right: 30px;
  }
}
.floating-box .sign-up {
  -webkit-box-shadow: 0 -1px 8px rgba(0,0,0,0.05), -1px 0 8px rgba(0,0,0,0.05), 1px 0 8px rgba(0,0,0,0.05);
  box-shadow: 0 -1px 8px rgba(0,0,0,0.05), -1px 0 8px rgba(0,0,0,0.05), 1px 0 8px rgba(0,0,0,0.05);
  width: 400px;
  float: right;
  background: #f5f3f1;
  padding: 30px;
  margin-top: 0;
}
.floating-box .sign-up p {
  display: none;
}
.floating-box .sign-up p + form {
  margin-top: 10px;
}
.floating-box .sign-up input + input {
  margin-top: 30px;
  width: 100%;
}
.floating-box .sign-up .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ababa6;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .floating-box .sign-up {
    display: none !important;
  }
}
.search-form {
  padding-top: 30px;
  overflow: hidden;
}
.search-form .left {
  float: left;
}
.search-form .right {
  float: right;
  text-align: right;
}
.search-form input[type="search"] {
  width: 225px;
  padding: 5px 0;
}
.search-form button[type="submit"] {
  vertical-align: bottom;
  padding: 5px 40px;
}
.sign-up {
  margin-top: 50px;
  width: 410px;
  padding: 30px;
  background: #f5f3f1;
  width: 100%;
  clear: both;
  overflow: hidden;
}
@media (max-height: 710px) {
  .sign-up {
    margin-top: 45px;
  }
}
.sign-up h3 {
  font-weight: 400;
}
.sign-up h3 + p {
  padding-top: 15px;
  color: #6b6b6b;
  font-weight: 300;
}
.sign-up p + input {
  margin-top: 70px;
}
.sign-up input + input {
  margin-top: 30px;
  width: 100%;
}
.case-study {
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-left: 4px solid #2fd28e;
  padding: 30px;
  background-position: right;
  margin-top: 40px;
  overflow: hidden;
}
@media (max-height: 710px) {
  .case-study {
    margin-top: 4px;
  }
}
.case-study h3 {
  font-weight: 400;
  color: #535353;
}
.case-study h3 + p {
  padding-top: 15px;
  color: #6b6b6b;
  padding-right: 106px;
  font-weight: 300;
}
.case-study p + strong,
.case-study p + b {
  display: block;
  padding-top: 15px;
  font-weight: 400;
}
.case-study strong + .btn,
.case-study b + .btn {
  margin-top: 30px;
  font-size: 18px;
  width: 100%;
  padding: 8px 70px;
  font-weight: 700;
  text-align: center;
  background-color: #2fd28e;
  color: #fff;
}
.case-study strong + .btn:hover,
.case-study b + .btn:hover {
  background-color: #fff;
  color: #2fd28e;
}
.featured {
  margin: 40px 0;
  overflow: hidden;
}
.featured .title {
  font-size: 24px;
  color: #21b573;
  padding: 20px 30px;
  border: 1px solid #e0e0e0;
}
.featured .post {
  margin-top: 30px;
  overflow: hidden;
}
.featured .post .article-image {
  width: 90px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.featured .post .article-image img {
  height: 100%;
}
.featured .post .article-image .content {
  float: right;
}
.featured .post .content h2 {
  font-size: 18px;
  font-weight: 400;
}
.featured .post .content .category {
  padding-top: 10px;
}
.featured .post .content .post-categories {
  color: #2fb5d2 !important;
}
.author-description {
  width: 100%;
  height: 100%;
  padding: 45px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.author-description .author-avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.author-description .author-avatar img {
  float: left;
  width: 80px;
  height: 80px;
}
@media (min-width: 1200px) {
  .author-description .author-avatar img {
    width: 100px;
    height: 100px;
  }
}
.author-description .content {
  float: left;
  margin-left: 16px;
  max-width: 500px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .author-description .content {
    margin-left: 23px;
  }
}
.author-description .content h2 {
  color: #272727;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.author-description .content h2 + p {
  font-size: 12px;
  line-height: 22px;
  color: #535353;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.share-btns {
  float: right;
}
.share-btns.bottom {
  padding-top: 30px;
  overflow: hidden;
}
.share-btns [class$="share"] {
  background: #000;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #d6d6d6;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 20px;
}
.share-btns [class$="share"]:hover {
  background: #21b573;
}
.share-btns .fb-share:hover {
  background: #3b5998;
}
.share-btns .tw-share:hover {
  background: #55acee;
}
.share-btns .linked-share:hover {
  background: #0077b5;
}
.share-btns .email-share:hover {
  background: #000;
}
.share-btns .google-share:hover {
  background: #dd4d42;
}
.instant-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.instant-gallery figure {
  display: block;
  float: left;
  margin: 5px;
  border: 1px solid #e0e0e0;
}
.instant-gallery img {
  width: auto;
  height: 120px;
  vertical-align: top;
}
.instant-gallery .ig-img:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.instant-gallery .ig-img:last-of-type {
  clear: right;
}
.instant-gallery figcaption {
  display: none;
}
.instant-gallery:after {
  content: "";
  display: block;
  clear: both;
}
.pbx-post-tile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.pbx-post-tile .post-tile-image {
  width: 100%;
  overflow: hidden;
  height: 190px;
}
@media (min-width: 480px) {
  .pbx-post-tile .post-tile-image {
    height: auto;
  }
}
@media (min-width: 768px) {
  .pbx-post-tile .post-tile-image {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .pbx-post-tile .post-tile-image {
    height: 190px;
  }
}
@media (min-width: 1440px) {
  .pbx-post-tile .post-tile-image {
    height: 210px;
  }
}
.pbx-post-tile .post-tile-image img {
  margin: 0 0 8px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbx-post-tile .post-tile-header {
  font-size: 14px;
  line-height: 28px;
  margin-top: 2px;
  color: #272727;
  font-weight: 600;
  padding: 0 24px;
}
@media (min-width: 1600px) {
  .pbx-post-tile .post-tile-header {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }
}
.pbx-post-tile .post_details {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 22px;
  padding: 0 24px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pbx-post-tile .post_details .author,
.pbx-post-tile .post_details .category a,
.pbx-post-tile .post_details .author-dot {
  font-size: 12px;
  line-height: 22px;
  color: #535353;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (min-width: 1600px) {
  .pbx-post-tile .post_details .author,
  .pbx-post-tile .post_details .category a,
  .pbx-post-tile .post_details .author-dot {
    font-size: 16px;
    line-height: 30px;
    height: 33px;
  }
}
.pbx-post-tile .post_details .author a {
  color: #21b573;
  display: block;
}
.pbx-post-tile .post_details .author a:hover {
  color: #198a58;
}
.pbx-post-tile .post_details .author-dot {
  padding: 0 8px;
  width: 25px;
  display: block;
}
.pbx-post-tile .post_details .author-dot:after {
  content: "• ";
  font-size: 8px;
}
@media (min-width: 1600px) {
  .pbx-post-tile .post_details .author-dot:after {
    font-size: 10px;
    position: relative;
    top: -2px;
  }
}
.pbx-post-tile .post_details .author-separator {
  padding: 0 9px 0 0;
}
.pbx-post-tile .post_details .category {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 1600px) {
  .pbx-post-tile .post_details .category {
    font-size: 16px;
    line-height: 30px;
  }
}
.pbx-post-tile .post_details .category:before {
  display: none;
}
.pbx-post-tile .post_details .category .post-categories {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 0;
}
.pbx-post-tile .post_details .category .post-categories li {
  margin-right: 8px;
}
.pbx-post-tile .post_details .category .post-categories li:last-of-type {
  margin-right: 0;
}
#categories-4 span {
  margin-right: 10px;
}
@media (min-width: 768px) {
  #categories-4 span {
    display: none;
  }
}
#categories-4 select {
  text-align: center;
  width: 130px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #21b573;
  outline: 0;
  position: relative;
  background: url("../images/expand2.svg") no-repeat right;
  padding: 2px 10px;
  border: 1px solid #f4f4f4;
}
#categories-4 select option {
  color: #000;
  outline: 0;
  position: relative;
}
.related-posts {
  padding: 70px 8px 30px 8px;
}
@media (min-width: 990px) {
  .related-posts {
    padding: 110px 70px;
  }
}
@media (min-width: 1150px) {
  .related-posts {
    padding: 110px 115px;
  }
}
@media (min-width: 1920px) {
  .related-posts {
    padding: 150px 170px 110px 170px;
  }
}
.related-posts h4 {
  font-size: 24px;
  line-height: 40px;
  padding: 0 8px;
}
.related-posts .pbx-post-tile .post_details .author-dot:after {
  visibility: hidden;
}
.related-posts #joints-related-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .related-posts #joints-related-posts {
    margin-top: 32px;
  }
}
.related-posts .related-post {
  border-bottom: none;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0 8px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .related-posts .related-post {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .related-posts .related-post {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    padding: 0 8px;
  }
}
@media screen and (min-width: 1600px) {
  .related-posts .related-post {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    padding: 0 12px;
  }
}
.related-posts .related-post:last-child {
  display: none;
}
@media screen and (min-width: 1600px) {
  .related-posts .related-post:last-child {
    display: block;
  }
}
.widget_categories {
  margin: 10px 0 40px 0;
  width: 100%;
}
.widget_categories ul {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.widget_categories ul .cat-item-61 {
  display: none;
}
.cat-post-widget {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cat-post-widget {
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  .cat-post-widget {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .cat-post-item {
    padding: 40px 20px 30px 20px;
    background: #fafafa;
    margin: 0 -20px 0 -20px;
  }
}
.cat-post-item > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .cat-post-item > div {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.cat-post-crop img {
  max-width: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .cat-post-crop img {
    object-fit: cover;
    height: 302px;
  }
}
.newsletter-register .category-posts-internal .cat-post-thumbnail .cat-post-crop img {
  max-width: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.left-column .tag-pinned {
  display: none;
}
.cat-post-item div .cat-post-thumbnail {
  left: 0;
  z-index: 9;
}
@media (max-width: 768px) {
  .cat-post-item div .cat-post-thumbnail {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cat-post-item div .cat-post-thumbnail img {
    min-width: 438px;
  }
}
@media (min-width: 1024px) {
  .cat-post-item div .cat-post-thumbnail {
    position: absolute;
  }
  .cat-post-item div .cat-post-thumbnail img {
    max-height: 302px;
    min-width: 538px;
  }
}
@media (min-width: 1440px) {
  .cat-post-item div .cat-post-thumbnail img {
    min-height: 368px;
    min-width: 656px;
  }
}
@media (min-width: 1600px) {
  .cat-post-item div .cat-post-thumbnail img {
    min-height: 435px;
    min-width: 775px;
  }
}
.cat-post-item .pinned-category-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .cat-post-item .pinned-category-info {
    background-color: #fafafa;
    padding-bottom: 30px;
    padding-left: 360px;
    height: 422px;
    width: 794px;
  }
}
@media (min-width: 1440px) {
  .cat-post-item .pinned-category-info {
    padding-left: 360px;
  }
}
@media (min-width: 1600px) {
  .cat-post-item .pinned-category-info {
    width: 894px;
    height: 555px;
    padding-left: 360px;
  }
}
.cat-post-item .pinned-category-info .cat-post-tax-category,
.cat-post-item .pinned-category-info a {
  font-family: Muli;
  font-size: 12px;
  line-height: 1.83;
}
.cat-post-item .pinned-category-info .cat-post-title {
  min-height: auto;
  margin: 20px 20px 20px 0;
  padding-right: 1vw;
}
@media (min-width: 1440px) {
  .cat-post-item .pinned-category-info .cat-post-title {
    max-width: 430px;
  }
}
.cat-post-item .pinned-category-info .cat-post-title,
.cat-post-item .pinned-category-info a {
  position: static;
  width: auto;
}
.cat-post-widget .category-posts-internal .cat-post-title {
  font-size: 24px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .cat-post-widget .category-posts-internal .cat-post-title {
    font-size: 30px;
  }
}
.cat-post-widget .category-posts-internal .author-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.cat-post-widget .category-posts-internal .author-container p {
  font-size: 12px;
}
.cat-post-widget .category-posts-internal .author-container .cat-post-author {
  margin-left: 5px;
  color: #21b573;
}
.newsletter-register {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .newsletter-register {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.newsletter-register .newsletter-text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-family: Muli;
}
.newsletter-register .newsletter-text-container .page-description {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  font-size: 24px;
}
.newsletter-register .newsletter-text-container .newsletter-header {
  font-size: 40px;
  font-weight: normal;
  color: #272727;
}
@media (max-width: 480px) {
  .newsletter-register .newsletter-text-container .newsletter-header {
    font-size: 30px;
  }
}
.newsletter-register .newsletter-text-container .newsletter-subheader {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
  color: #b6b6b6;
}
@media (max-width: 480px) {
  .newsletter-register .newsletter-text-container .newsletter-subheader {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  .newsletter-register .submenu-header {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .newsletter-register .submenu-header {
    height: 162px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.35;
    letter-spacing: 0.53px;
  }
}
@media (min-width: 1024px) {
  .newsletter-register .submenu-header {
    line-height: 1.35;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .newsletter-register .submenu-header {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .newsletter-register .submenu-header {
    line-height: 1.2;
    padding-right: 100px;
  }
}
@media (min-width: 1600px) {
  .newsletter-register .submenu-header {
    padding-right: 250px;
    margin-top: 40px;
  }
}
.newsletter-register .newsletter {
  display: none;
}
@media (min-width: 1024px) {
  .newsletter-register .newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background-color: transparent;
    height: 220px;
    padding: 0;
    max-width: 50%;
    width: 50%;
    margin: 0;
  }
}
.newsletter-register .newsletter-form {
  height: 200px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .newsletter-register .newsletter-form {
    margin-top: 30px;
    padding: 0 30px 20px 30px;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .newsletter-register .newsletter-form {
    margin-top: 20px;
    height: 200px;
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .newsletter-register .newsletter-form {
    width: 644px;
    height: 220px;
    padding: 0 100px 20px 100px;
    margin-top: 30px;
  }
}
.newsletter-register .newsletter-form .form-field {
  width: 100%;
  margin-bottom: 25px;
}
.newsletter-register .newsletter-form .field-placeholder {
  font-size: 12px;
  color: #535353;
  padding-left: 10px;
  position: relative;
  top: -25px;
}
.newsletter-register .newsletter-form .newsletter-input:focus + .field-placeholder {
  position: relative;
  top: -50px;
}
.newsletter-register .newsletter-form input {
  height: 25px;
}
.newsletter-register .newsletter-form .newsletter-button {
  margin-top: 10px;
  width: 160px;
  height: 42px;
  color: #fff;
  border: none;
  background: #21b573;
}
.widget_categories {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.widget_categories ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 560px;
}
.widget_categories ul li {
  margin: 10px;
}
.widget_categories ul li a {
  font-family: Muli;
  font-size: 14px;
}
.left-column {
  float: left;
  width: 650px;
}
@media only screen and (max-width: 1024px) {
  .left-column {
    width: 100%;
    max-width: 100%;
  }
}
.right-column {
  float: right;
  width: 410px;
}
@media only screen and (max-width: 1024px) {
  .right-column {
    display: none;
  }
}
.column {
  width: 100%;
}
article {
  padding-bottom: 60px;
  margin-top: 30px;
  border-bottom: 2px solid #dcdcdc;
  overflow: hidden;
}
article:last-child {
  margin-bottom: 90px;
}
article p + ul li {
  font-size: 18px;
}
article .article-image img {
  margin: 30px 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  article .article-image {
    width: 100%;
  }
}
article .author {
  font-size: 18px;
  color: #b1b1b1;
}
article .author a {
  color: #2fb5d2;
}
article .author a:hover {
  color: #21b573;
}
article .post_details + p {
  clear: left;
  padding-top: 30px;
}
article .post_details .comments-num {
  float: left;
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
}
article .post_details .comments-num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background: url("../images/message.png") no-repeat;
  background-position: center;
}
article .post_details .category {
  float: left;
  position: relative;
}
article .post_details .category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background: url("../images/category.png") no-repeat;
  background-position: center;
}
@media only screen and (max-width: 568px) {
  article .post_details div:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
  }
}
article h1 {
  font-size: 36px;
  font-weight: 400;
  color: #535353;
  padding-bottom: 20px;
}
article h1 a {
  color: inherit;
}
article h2 {
  font-size: 32px;
  font-weight: 400;
  color: #535353;
  padding-bottom: 20px;
}
article h2 a {
  color: inherit;
}
article h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  padding-top: 5px;
  padding-bottom: 5px;
}
article h4 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
article h5 {
  font-size: 14px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
article h6 {
  font-size: 13px;
  font-weight: 100;
  padding-top: 5px;
  padding-bottom: 5px;
}
article p {
  font-size: 18px;
  line-height: 1.7;
  clear: left;
  padding-top: 30px;
}
article p .view-article {
  width: auto;
}
article p iframe {
  width: 100%;
}
article .article-image + p {
  padding-top: 0;
}
article .view-article,
article .post-edit-link {
  display: block;
  line-height: 1.7;
  margin-right: 20px;
  margin-top: 30px;
}
footer #category-posts-3,
footer #categories-4 {
  display: none;
}
article .instant-gallery img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
article .gallery-columns-1 .gallery-item {
  width: 100%;
}
article .gallery-columns-2 .gallery-item {
  width: 50%;
}
article .gallery-columns-3 .gallery-item {
  width: 33.33333%;
}
article .gallery-columns-4 .gallery-item {
  width: 25%;
}
article .gallery-columns-5 .gallery-item {
  width: 20%;
}
article .gallery-item {
  padding: 10px;
  margin-top: 0;
  width: auto;
}
article .wp-caption-text {
  display: none;
}
article .pswp__caption__center {
  text-align: center;
}
article .post-edit-link {
  margin-bottom: 30px;
}
article .comments {
  clear: left;
  padding-top: 30px;
}
article .comments h2 {
  padding-top: 50px;
  font-size: 24px;
}
article .comments .comment-body {
  border: 1px solid #e0e0e0;
  padding: 25px 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
article .comments .comment-body + .children {
  width: calc(100% - 30px);
  margin-left: 30px;
}
article .comments .comment-body .author-avatar {
  float: left;
  margin-right: 30px;
}
article .comments .comment-body .comment-content {
  float: left;
  width: calc(100% - 30px - 98px);
}
article .comments .comment-body .comment-author {
  font-size: 24px;
  font-weight: 400;
  color: #535353;
}
article .comments .comment-body .comment-date {
  font-weight: 300;
  color: #6b6b6b;
  font-size: 14px;
}
article .comments .comment-body p {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 300;
}
article .comments .comment-body .reply {
  text-align: right;
  width: 100%;
  padding-top: 30px;
}
article .comments .comment-body .reply .comment-reply-link,
article .comments .comment-body .reply .comment-edit-link {
  border: 1px solid #d0d0d0;
  background: transparent;
  color: #6b6b6b;
  padding: 5px 30px;
  overflow: hidden;
  font-size: 18px;
  float: right;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article .comments .comment-body .reply .comment-reply-link:hover,
article .comments .comment-body .reply .comment-edit-link:hover {
  border: 1px solid #21b573;
  background: transparent;
  color: #21b573;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
article .comments .comment-body .reply .comment-edit-link {
  margin-right: 20px;
}
article .comments .avatar {
  border-radius: 99999px;
}
article .comments .comment-respond {
  border: 1px solid #e0e0e0;
  padding: 25px 30px;
  margin-top: 60px;
  overflow: hidden;
}
article .comments .comment-respond .comment-notes,
article .comments .comment-respond .form-allowed-tags {
  display: none;
}
article .comments .comment-respond h3 {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 20px;
}
article .comments .comment-respond .comment-form-author,
article .comments .comment-respond .comment-form-email {
  width: calc((100% - 30px) / 2);
  float: left;
}
article .comments .comment-respond .comment-form-author {
  margin-right: 30px;
}
article .comments .comment-respond .comment-form-url {
  display: none;
}
article .comments .comment-respond .comment-form-comment {
  padding-top: 30px;
  overflow: hidden;
  clear: both;
}
article .comments .comment-respond .comment-form-comment textarea {
  width: 100%;
  height: 120px;
  margin-top: 5px;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #b3b3b3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px 15px;
}
article .comments .comment-respond .comment-form-comment textarea:focus {
  border-bottom: 2px solid #21b573;
}
article .comments .comment-respond .comment-form label {
  color: #c5c3c0;
}
article .comments .comment-respond .comment-form label[for=author],
article .comments .comment-respond .comment-form label[for=email] {
  display: none;
}
article .comments .comment-respond .form-submit {
  padding-top: 30px;
  text-align: right;
}
article .comments .comment-respond .form-submit [type=submit] {
  border: 1px solid #d0d0d0;
  background: transparent;
  color: #6b6b6b;
  padding: 5px 30px;
  overflow: hidden;
  font-size: 18px;
  float: right;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article .comments .comment-respond .form-submit [type=submit]:hover {
  border: 1px solid #21b573;
  background: transparent;
  color: #21b573;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.single-post .container {
  padding: 0;
  max-width: 972px;
  width: auto;
  margin: 0 auto;
}
.single-post .container .content-text a {
  color: #21b573;
}
.single-post .title {
  padding: 0 15px;
}
@media (min-width: 990px) {
  .single-post .title {
    max-width: 972px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 103px;
  }
}
@media (min-width: 1440px) {
  .single-post .title .post-categories li a {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .single-post .title h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.53px;
  }
}
.single-post h1 {
  font-size: 30px;
  width-max: 345px;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #272727;
  padding-bottom: 16px;
  padding-top: 20px;
}
.single-post article {
  margin: 0 auto;
  border: none;
}
.single-post article .author {
  font-size: 12px;
  line-height: 1.83;
  color: #535353;
}
@media (min-width: 1440px) {
  .single-post article .author {
    font-size: 16px;
  }
}
.single-post article .author a {
  cursor: pointer;
  padding: 1px;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  color: #21b573;
}
.single-post article .author a:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #21b573;
}
.single-post article .author a:hover:after {
  visibility: visible;
  width: 100%;
}
.single-post article .author a:active {
  color: #6b6b6b;
}
.single-post article .author a:active:after {
  background-color: #6b6b6b;
}
.single-post article .post_details {
  line-height: 1.83;
  color: #535353;
}
.single-post article .post_details .date {
  font-size: 12px;
}
@media (min-width: 1440px) {
  .single-post article .post_details .date {
    font-size: 16px;
  }
}
.single-post article .article-image img {
  margin: 30px 0 0 0;
}
@media (min-width: 980px) {
  .single-post article .article-image img {
    height: 90%;
    max-width: 1481px;
    max-height: 972px;
  }
}
@media (min-width: 980px) {
  .single-post article .article-image {
    width: 80%;
  }
}
.single-post article .article-img-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 972px;
  margin: 0 auto;
}
.single-post article .article-img-wrapper .share-btns-wrapper-img {
  padding-top: 10px;
  margin: 0 auto;
}
.single-post article .article-img-wrapper .share-btns-wrapper-img .social-links a {
  display: block;
  height: 100%;
}
@media (max-width: 980px) {
  .single-post article .article-img-wrapper .share-btns-wrapper-img {
    display: none;
  }
  .single-post article .article-img-wrapper .share-btns-wrapper-img .social-links {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 980px) {
  .single-post article .article-img-wrapper .share-btns-wrapper-img .social-links {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 182px;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -o-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .single-post article .article-img-wrapper .share-btns-wrapper-img .social-links .icon-in-svg,
  .single-post article .article-img-wrapper .share-btns-wrapper-img .social-links .icon-fb-svg,
  .single-post article .article-img-wrapper .share-btns-wrapper-img .social-links .icon-tw-svg,
  .single-post article .article-img-wrapper .share-btns-wrapper-img .social-links .icon-rss-svg {
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 972px) {
  .single-post .content-text {
    padding: 0 15px;
  }
}
@media (min-width: 972px) {
  .single-post .content-text * {
    max-width: 80%;
  }
}
.single-post .content-text p {
  font-size: 14px;
  line-height: 2;
  color: #272727;
}
.single-post .author-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding: 0 15px;
}
@media (min-width: 980px) {
  .single-post .author-description {
    max-width: 972px;
    border-top: 1px solid #ccc;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    margin-top: 30px;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .single-post .author-description {
    max-width: 972px;
  }
}
.single-post .author-description .author-description-wrapper {
  max-width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 40px;
}
@media (min-width: 980px) {
  .single-post .author-description .author-description-wrapper {
    width: 68%;
    border-top: none;
    margin: 0;
    padding-bottom: 0;
  }
}
.single-post .author-description .author-description-wrapper .content {
  padding-top: 0;
}
.single-post .author-description .author-description-wrapper img {
  border-radius: 0;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media (min-width: 980px) {
  .single-post .author-description .author-description-wrapper img {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .single-post .author-description .author-description-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.single-post .author-description .author-description-wrapper h2 {
  font-size: 14px;
  font-weight: 600;
  color: #272727;
}
@media (min-width: 1440px) {
  .single-post .author-description .author-description-wrapper h2 {
    font-size: 20px;
  }
}
.single-post .author-description .author-description-wrapper p {
  font-size: 12px;
  line-height: 1.83;
  color: #535353;
  padding-top: 0;
}
@media (min-width: 1440px) {
  .single-post .author-description .author-description-wrapper p {
    font-size: 16px;
    line-height: 1.88;
  }
}
.single-post .share-btns-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 0;
  padding: 0;
  padding-bottom: 40px;
}
.single-post .share-btns-wrapper a {
  display: block;
  height: 100%;
}
@media (min-width: 600px) {
  .single-post .share-btns-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 980px) {
  .single-post .share-btns-wrapper {
    width: 45%;
    padding: 0;
    padding-top: 33px;
  }
}
.single-post .share-btns-wrapper .share-btns-container {
  max-width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post .share-btns-wrapper .share-btns-container p {
  padding: 0;
  margin-right: 23px;
  font-size: 14px;
  color: #272727;
}
@media (min-width: 1440px) {
  .single-post .share-btns-wrapper .share-btns-container p {
    font-size: 16px;
    line-height: 1.88;
    font-weight: 600;
  }
}
.single-post .share-btns-wrapper .share-btns-container .subscribe-wrapper {
  margin: 20px 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media (max-width: 1440px) {
  .single-post .share-btns-wrapper .share-btns-container .subscribe-wrapper {
    margin: 15px 0 0 18px;
  }
}
@media (max-width: 980px) {
  .single-post .share-btns-wrapper .share-btns-container .subscribe-wrapper {
    margin: 10px 0 0 16px;
  }
  .single-post .share-btns-wrapper .share-btns-container .subscribe-wrapper .icon-rss-svg {
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
  }
}
.single-post .share-btns-wrapper .share-btns-container .social-links-container {
  margin: 0;
}
@media (max-width: 980px) {
  .single-post .share-btns-wrapper .share-btns-container .social-links-container .social-links {
    width: 110px;
  }
  .single-post .share-btns-wrapper .share-btns-container .social-links-container .icon-in-svg,
  .single-post .share-btns-wrapper .share-btns-container .social-links-container .icon-fb-svg,
  .single-post .share-btns-wrapper .share-btns-container .social-links-container .icon-tw-svg {
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
  }
}
.single-post .pagination {
  display: none;
}
.single-post .sp-ea-one.sp-easy-accordion,
.single-post .sp-ea-single,
.single-post .ea-header,
.single-post .ea-header a,
.single-post .ea-body,
.single-post .ea-body > *,
.single-post .sp-collapse.collapsed {
  max-width: unset;
  width: 100%;
}
.single-post .sp-ea-one.sp-easy-accordion {
  margin: 50px 0;
  border: 1px solid #ebebeb !important;
}
.single-post .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  padding: 25px 32px;
}
.single-post .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/nav-bottom-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
.single-post .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon::before {
  display: none;
}
.single-post .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-icon-expand-minus {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.single-post .sp-ea-single {
  border: none !important;
  border-bottom: 1px solid #ebebeb !important;
  margin-bottom: 0 !important;
}
.single-post .sp-ea-single:last-of-type {
  border-bottom: none !important;
}
.single-post .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 0 32px 25px;
}
.single-post #ez-toc-container {
  margin-top: 20px;
}
.single-post #ez-toc-container * {
  max-width: unset;
}
.page-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #fafafa;
  padding: 30px 15px;
  height: 144px;
  text-align: left;
}
.page-description .category-header {
  color: #000;
  margin-top: 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  padding-left: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1920px) {
  .page-description .category-header {
    margin-top: 25px;
    font-size: 40px;
  }
}
.page-description .breadcrumb-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-description .breadcrumb-wrapper .breadcrumb-previous,
.page-description .breadcrumb-wrapper .breadcrumb-current {
  color: #535353;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .page-description .breadcrumb-wrapper .breadcrumb-previous,
  .page-description .breadcrumb-wrapper .breadcrumb-current {
    font-size: 16px;
  }
}
.page-description .breadcrumb-wrapper .breadcrum-arrow {
  margin: 0 5px 0 5px;
}
@media (min-width: 1600px) {
  .page-description .breadcrumb-wrapper .breadcrum-arrow {
    margin: 0 7px 0 7px;
  }
}
@media (min-width: 1600px) {
  .page-description {
    font-size: 40px;
  }
}
@media (min-width: 990px) {
  .page-description {
    padding: 30px 70px;
  }
}
@media (min-width: 1150px) {
  .page-description {
    padding: 30px 115px;
  }
}
@media (min-width: 1920px) {
  .page-description {
    padding: 35px 170px 0 170px;
    height: 200px;
  }
}
.category-container {
  padding: 0 8px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .category-container {
    max-width: 1600px;
  }
}
.left-column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
article {
  border-bottom: none;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0px;
  margin: 40px 0 20px 0;
}
article:last-of-type {
  margin: 40px 0 60px 0;
}
@media (min-width: 480px) {
  article {
    margin: 60px 0 30px 0;
  }
  article:last-of-type {
    margin: 60px 0 80px 0;
  }
}
@media (min-width: 768px) {
  article {
    padding: 0 8px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  article {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    padding: 0 8px;
    margin: 60px 0 80px 0;
  }
}
@media screen and (min-width: 1600px) {
  article {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    padding: 0 12px;
    margin: 60px 0;
  }
}
.author .page-description {
  background-color: #fafafa;
  padding: 0 15px;
  min-height: 240px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  color: #272727;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  margin-top: 45px;
  height: auto;
}
@media (min-width: 1600px) {
  .author .page-description {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 990px) {
  .author .page-description {
    padding: 0 70px;
  }
}
@media (min-width: 1150px) {
  .author .page-description {
    padding: 0 115px;
    height: 200px;
  }
}
@media (min-width: 1920px) {
  .author .page-description {
    padding: 0 170px;
    height: 260px;
  }
}
.author .author-container {
  padding: 0 8px;
}
@media (min-width: 990px) {
  .author .author-container {
    margin: 0 55px;
  }
}
@media (min-width: 1150px) {
  .author .author-container {
    margin: 0 90px;
  }
}
@media (min-width: 1920px) {
  .author .author-container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.author .author-container .left-column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.author .author-container .left-column article {
  border-bottom: none;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0 8px;
  margin: 40px 0 20px 0;
}
.author .author-container .left-column article:last-of-type {
  margin: 40px 0 60px 0;
}
@media (min-width: 480px) {
  .author .author-container .left-column article {
    margin: 60px 0 30px 0;
  }
  .author .author-container .left-column article:last-of-type {
    margin: 60px 0 80px 0;
  }
}
@media (min-width: 768px) {
  .author .author-container .left-column article {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .author .author-container .left-column article {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    padding: 0 8px;
    margin: 60px 0 80px 0;
  }
}
@media screen and (min-width: 1600px) {
  .author .author-container .left-column article {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    padding: 0 12px;
    margin: 80px 0;
  }
}
.error404 .error-main-section {
  overflow: hidden;
  padding: 0 15px;
}
@media (min-width: 990px) {
  .error404 .error-main-section {
    margin: 0 55px;
  }
}
@media (min-width: 1150px) {
  .error404 .error-main-section {
    margin: 0 90px;
  }
}
@media (min-width: 1920px) {
  .error404 .error-main-section {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.error404 .error-main-section .info {
  position: relative;
  margin: 0 auto;
}
.error404 .error-main-section .info .error-container,
.error404 .error-main-section .info .video-container {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
@media (min-width: 600px) and (max-width: 980px) {
  .error404 .error-main-section .info .error-container {
    text-align: center;
  }
}
.error404 .error-main-section .info .error_message {
  position: relative;
  z-index: 1;
  font-size: 30px;
  margin: 50px 0 15px 0;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #272727;
}
@media (min-width: 1440px) {
  .error404 .error-main-section .info .error_message {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.53px;
    margin: 80px 0 20px;
  }
}
.error404 .error-main-section .info .error_message_details {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: normal;
  color: #b6b6b6;
  position: relative;
  z-index: 1;
  max-width: 530px;
}
@media (min-width: 600px) and (max-width: 980px) {
  .error404 .error-main-section .info .error_message_details {
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  .error404 .error-main-section .info .error_message_details {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .error404 .error-main-section .info .error_message_details {
    width: 70%;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 80px;
  }
}
.error404 .error-main-section .info .video-container {
  height: 460px;
  margin-top: 30px;
}
@media (min-width: 600px) {
  .error404 .error-main-section .info .video-container {
    height: 500px;
  }
}
@media (min-width: 978px) {
  .error404 .error-main-section .info .video-container {
    height: 110px;
  }
}
@media (min-width: 1440px) {
  .error404 .error-main-section .info .video-container {
    height: 160px;
  }
}
.error404 .error-main-section .info .video {
  position: relative;
  top: -68px;
  right: 35px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  width: 158%;
  max-width: unset;
  max-height: 450px;
}
@media (min-width: 600px) and (max-width: 980px) {
  .error404 .error-main-section .info .video {
    right: 220px;
  }
}
@media (min-width: 980px) {
  .error404 .error-main-section .info .video {
    position: absolute;
    top: -85px;
    left: 230px;
    width: 100%;
    max-height: 515px;
  }
}
@media (min-width: 1440px) {
  .error404 .error-main-section .info .video {
    max-height: 785px;
    top: -160px;
    left: 315px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
.error404 .error-main-section .info .pbx-button {
  position: absolute;
  bottom: 98px;
  border-radius: 0;
  padding: 21px 52px;
  height: unset;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 600px) and (max-width: 980px) {
  .error404 .error-main-section .info .pbx-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 600px) and (max-width: 980px) {
  .error404 .error-main-section .info .pbx-button:hover {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@media (min-width: 980px) {
  .error404 .error-main-section .info .pbx-button {
    position: relative;
    display: inline-block;
    bottom: unset;
    padding: 12px 42px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .error404 .error-main-section .info .pbx-button {
    padding: 21px 76px;
    font-size: 16px;
  }
}
.error404 .additionalInfo {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 980px) {
  .error404 .additionalInfo {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 0 15px;
  }
}
.error404 .additionalInfo .additionalInfo-container {
  display: none;
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
  margin: -15px 15px 0;
  padding: 30px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 227px;
}
@media (min-width: 980px) {
  .error404 .additionalInfo .additionalInfo-container {
    background-color: #fafafa;
    padding: 35px 30px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    max-width: 337px;
  }
}
@media (min-width: 1440px) {
  .error404 .additionalInfo .additionalInfo-container {
    max-width: 509px;
    padding: 40px 50px;
    min-height: 240px;
  }
}
.error404 .additionalInfo .additionalInfo-container:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (min-width: 980px) {
  .error404 .additionalInfo .additionalInfo-container:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  .error404 .additionalInfo .additionalInfo-container:not(:last-child) {
    margin-right: 25px;
  }
}
.error404 .additionalInfo .additionalInfo-container .additionalInfo-header {
  font-size: 20px;
  font-weight: 600;
  color: #272727;
}
@media (min-width: 980px) {
  .error404 .additionalInfo .additionalInfo-container .additionalInfo-header {
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.4px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .error404 .additionalInfo .additionalInfo-container .additionalInfo-header {
    font-size: 30px;
    line-height: 1.33;
    font-weight: normal;
    letter-spacing: normal;
  }
}
.error404 .additionalInfo .additionalInfo-container .additionalInfo-description {
  line-height: 1.88;
  font-size: 16px;
  margin-top: -8px;
  min-height: 64px;
  color: #b6b6b6;
}
@media (min-width: 980px) {
  .error404 .additionalInfo .additionalInfo-container .additionalInfo-description {
    font-size: 14px;
    line-height: 2;
    margin-top: -16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .error404 .additionalInfo .additionalInfo-container .additionalInfo-description {
    font-size: 16px;
    line-height: 1.88;
    margin-top: -16px;
  }
}
.error404 .additionalInfo .additionalInfo-container .additionalInfo-link {
  margin-top: 16px;
}
.error404 .additionalInfo .additionalInfo-container .pbx-link {
  font-size: 16px;
  margin-bottom: 38px;
}
@media (min-width: 980px) {
  .error404 .additionalInfo .additionalInfo-container .pbx-link {
    font-size: 14px;
    margin: initial;
  }
}
@media (min-width: 1440px) {
  .error404 .additionalInfo .additionalInfo-container .pbx-link {
    font-size: 16px;
  }
}
.error404 .additionalInfo .additionalInfo-container .link-arrow:before {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -o-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
@media (min-width: 1440px) {
  .error404 .additionalInfo .additionalInfo-container .link-arrow:before {
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -o-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
  }
}
.error404 .pagination {
  display: none;
}
.error404 .related-posts {
  padding-top: 0;
}
.error404 .related-posts h4 {
  display: none;
}
@media (min-width: 1280px) {
  .error404 .related-posts {
    padding-bottom: 180px;
  }
}
@media (max-width: 600px) {
  .error404 .related-posts #joints-related-posts {
    margin-top: 10px;
  }
  .error404 .related-posts #joints-related-posts li:first-child {
    margin-top: 0;
  }
}
.widget_search {
  width: 100%;
}
.wp-block-search__inside-wrapper {
  margin-top: 40px;
  background: #fafafa;
  border-radius: 20px;
  overflow: hidden;
  height: 34px;
  width: 300px;
}
.wp-block-search__input {
  padding: 2px 8px !important;
  height: 30px;
  font-size: 14px !important;
}
.wp-block-search__button {
  border: none;
  padding: 0;
  background: #21b573;
  border-radius: 20px;
  margin: 5px;
}
.wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: #fff;
}
.wp-block-search__input::placeholder {
  color: #000;
}
