@import url(css/reset.css);
@font-face {
    font-family: "Source Sans Pro";
    font-display: fallback;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0;
    font-size: 16px;
    margin: 0 auto;
    color: #1d1d1d;
    background-color: #fff;
    font-weight: 300;
}
#container {
    min-height: 100%;
    margin-bottom: -400px;
}
#container:after {
    content: "";
    display: block;
    height: 400px;
}
.clear {
    clear: both;
}
p {
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 26px;
}
a {
    text-decoration: none;
    color: #ff5a5f;
}
blockquote {
    font-style: italic;
    font-size: 24px;
    padding: 0 5%;
    margin: 40px 0 60px 0;
    line-height: 34px;
    position: relative;
    text-align: center;
}
blockquote:after {
    content: " ";
    position: absolute;
    display: block;
    width: 10%;
    margin: 20px 40%;
    border: 1px solid #539edc;
}
a img {
    border: none;
}
a:hover {
    text-decoration: none;
    color: #d00006;
}
img.responsive_image {
    max-width: 100%;
    display: block;
    margin: auto auto 20px auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 0 0 40px 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.centered {
    text-align: center;
}
.header {
    width: 100%;
    height: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header--sticky {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
}
.header__content {
    height: 70px;
}
.header__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}
.header__content--fluid-width {
    width: 84%;
    margin: auto;
    clear: both;
}
.header__logo-title {
    color: #fff;
    font-size: 26px;
    letter-spacing: -1px;
    position: relative;
    float: left;
    left: 0;
    z-index: 999;
    cursor: pointer;
    width: 220px;
    margin: 10px 0;
    display: inline-block;
}
.header--page .header__logo-title,
.header--sticky .header__logo-title,
.menu-open .header__logo-title {
    color: #000;
}
.header__logo-title span {
    font-weight: 700;
}
.header__menu {
    float: right;
}
.header__menu ul,
.header__menu ul li,
.header__menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.header__menu:after,
.header__menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.menu-button {
    width: 28px;
    height: 20px;
    position: absolute;
    padding: 0;
    font-size: 20px;
    top: 12px;
    right: 6%;
    z-index: 99999;
    display: none;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.menu-button:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 28px;
    height: 6px;
    z-index: 999;
    border-top: 1px double #fff;
    border-bottom: 1px solid #fff;
}
.header__menu > ul > li {
    display: inline-block;
    padding: 0;
}
.header__menu > ul > li > a {
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 25px;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
}
.header--page .header__menu > ul > li > a,
.header--sticky .header__menu > ul > li > a {
    color: #000;
}
.header--sticky .menu-button,
.menu-open .menu-button {
    border-bottom: 1px solid #000;
}
.header--sticky .menu-button:before,
.menu-open .menu-button:before {
    border-bottom: 1px solid #000;
    border-top: 1px double #000;
}
.header__menu > ul > li.header__btn > a {
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.header__menu > ul > li.header__btn--signup > a {
    color: #fff;
    background-color: #12395a;
    padding: 0 20px;
    margin: 19px 0 0 20px;
    border: 1px #12395a solid;
}
.header__menu > ul > li.header__btn--login > a {
    color: #ffe165;
    padding: 0 20px;
    margin: 19px 0 0 20px;
    border: 1px #ffe165 solid;
}
.header--sticky .header__menu > ul > li.header__btn--login > a {
    color: #2677bb;
    border: 1px #2677bb solid;
}
.header__menu ul li.header__btn--signup > a:hover {
    background-color: transparent;
    border: 1px #12395a solid;
    color: #12395a;
}
.header__menu ul li.header__btn--login > a:hover {
    background-color: #ffe165;
    border: 1px #ffe165 solid;
    color: #12395a;
}
.header__menu ul li a.active,
.header__menu ul li a.selected,
.header__menu ul li a:hover {
    color: #ffe165;
}
.header--sticky .header__menu ul li a.active,
.header--sticky .header__menu ul li a.selected,
.header--sticky .header__menu ul li a:hover {
    color: #2677bb;
}
.header__menu ul li.header__btn--signup a.active {
    color: #fff;
}
.header__menu ul li.header__btn--login a.active {
    color: #ffe165;
}
.header__menu ul li.header__btn--login a.active:hover {
    color: #12395a;
}
.header--sticky .header__menu ul li.header__btn--login a.active {
    color: #12395a;
}
.header__menu ul li:hover {
    cursor: pointer;
}
.header__menu > ul > li.menu-item-has-children > a {
    background: url(images/drop-down.png) no-repeat 100% 50%;
}
.header__menu ul ul {
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 9999;
    visibility: hidden;
    text-align: left;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header__menu ul ul.submenu-header-sticky {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}
.header__menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 70px;
}
.header__menu ul ul ul {
    margin-left: 100%;
    top: 0;
}
.header__menu ul ul li a {
    width: 275px;
    padding: 0 15px;
    color: #231f20;
    border-bottom: 1px #f7f8f9 solid;
    margin: 0 10px;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
}
.header__menu ul ul li a:hover {
    color: #2677bb;
}
.header__menu ul ul li:last-child a {
    border-bottom: none;
}
.section {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}
.section--page-top {
    padding-top: 80px;
}
.section--page-bottom {
    padding-bottom: 80px;
}
.section__content {
    clear: both;
}
.section__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}
.section__content--fluid-width {
    width: 80%;
    margin: auto;
    clear: both;
}
.section__content--padding {
    padding: 60px 0;
}
.section__title {
    font-size: 44px;
    //padding: 20px 0;
    font-weight: 300;
    line-height: 48px;
}
.section__title--centered {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 20px;
}
.section__title--centered:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #454545;
    margin-top: 1px;
}
.section__description {
    font-size: 18px;
    line-height: 32px;
}
.section__description--centered {
    width: 60%;
    margin: auto;
    text-align: center;
    padding: 0 0 60px 0;
}
.grid {
    width: 100%;
    float: left;
    clear: both;
}
.grid__item--padding {
    background-color: #f7f8f9;
}
.grid__item--centering {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.grid--innercontainer {
    display: inline-block;
}
.grid--2col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    width: calc((100% - 81px) / 2);
}
.grid--2col .grid__item--padding {
    width: calc((100% - 81px - 20px * 4) / 2);
    padding: 20px;
}
.grid .grid__item:last-child,
.grid--2col .grid__item:nth-child(2n + 2) {
    float: right;
    margin-right: 0;
}
.grid--3col .grid__item {
    float: left;
    margin-right: 50px;
    margin-bottom: 80px;
    width: calc((100% - 51px * 2) / 3);
}
.grid--3col .grid__item.grid__item--padding {
    width: calc((100% - 51px * 2 - 20px * 6) / 3);
    padding: 20px;
}
.grid--3col .grid__item--x2 {
    width: calc((((100% - 51px * 2) / 3) * 2) + 80px);
}
.grid--3col .grid__item--x2.grid__item--padding {
    width: calc((((100% - 51px * 2 - 20px * 6) / 3) * 2) + 50px + 20px * 2);
    padding: 20px;
}
.grid--3col .grid__item:nth-child(3n + 3) {
    float: right;
    margin-right: 0;
}
.grid--4col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    width: calc((100% - 81px * 3) / 4);
}
.grid--4col .grid__item.grid__item--padding {
    width: calc((100% - 81px * 3 - 20px * 8) / 4);
    padding: 20px;
}
.grid--4col .grid__item--x3 {
    width: calc((((100% - 81px * 3) / 4) * 3) + 80px * 2);
}
.grid--4col .grid__item--x3.grid__item--padding {
    width: calc((((100% - 81px * 3 - 20px * 8) / 4) * 3) + 80px * 2 + 20px * 4);
    padding: 20px;
}
.grid--4col .grid__item:nth-child(4n + 4) {
    float: right;
    margin-right: 0;
}
.grid--5col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 80px;
    width: calc((100% - 81px * 4) / 5);
}
.grid--5col .grid__item.grid__item--padding {
    width: calc((100% - 81px * 4 - 20px * 10) / 5);
    padding: 20px;
}
.grid--5col .grid__item--x2 {
    width: calc((((100% - 81px * 4) / 5) * 2) + 80px);
}
.grid--5col .grid__item--x2.grid__item--padding {
    width: calc((((100% - 81px * 4 - 20px * 10) / 5) * 2) + 80px + 20px * 2);
    padding: 20px;
}
.grid--5col .grid__item--x3 {
    width: calc((((100% - 81px * 4) / 5) * 3) + 80px * 2);
}
.grid--5col .grid__item--x3.grid__item--padding {
    width: calc((((100% - 81px * 4 - 20px * 10) / 5) * 3) + 80px * 2 + 20px * 4);
    padding: 20px;
}
.grid--5col .grid__item--x4 {
    width: calc((((100% - 81px * 4) / 5) * 4) + 80px * 3);
}
.grid--5col .grid__item--x4.grid__item--padding {
    width: calc((((100% - 81px * 4 - 20px * 10) / 5) * 4) + 80px * 3 + 20px * 6);
    padding: 20px;
}
.grid--5col .grid__item:nth-child(5n + 5) {
    float: right;
    margin-right: 0;
}
.grid--6col .grid__item {
    float: left;
    margin-right: 80px;
    margin-bottom: 50px;
    width: calc((100% - 81px * 5) / 6);
}
.grid--6col .grid__item.grid__item--padding {
    width: calc((100% - 81px * 5 - 20px * 12) / 6);
    padding: 20px;
}
.grid--6col .grid__item--x2 {
    width: calc((((100% - 81px * 5) / 6) * 2) + 80px);
}
.grid--6col .grid__item--x2.grid__item--padding {
    width: calc((((100% - 81px * 5 - 20px * 12) / 6) * 2) + 80px + 20px * 2);
    padding: 20px;
}
.grid--6col .grid__item--x3 {
    width: calc((((100% - 81px * 5) / 6) * 3) + 80px * 2);
}
.grid--6col .grid__item--x3.grid__item--padding {
    width: calc((((100% - 81px * 5 - 20px * 12) / 6) * 3) + 80px * 2 + 20px * 4);
    padding: 20px;
}
.grid--6col .grid__item--x4 {
    width: calc((((100% - 81px * 5) / 6) * 4) + 80px * 3);
}
.grid--6col .grid__item--x4.grid__item--padding {
    width: calc((((100% - 81px * 5 - 20px * 12) / 6) * 4) + 80px * 3 + 20px * 6);
    padding: 20px;
}
.grid--6col .grid__item--x5 {
    width: calc((((100% - 81px * 5) / 6) * 5) + 80px * 4);
}
.grid--6col .grid__item--x5.grid__item--padding {
    width: calc((((100% - 81px * 5 - 20px * 12) / 6) * 5) + 80px * 4 + 20px * 8);
    padding: 20px;
}
.grid--6col .grid__item:nth-child(6n + 6) {
    float: right;
    margin-right: 0;
}
.grid__item--floated-right {
    float: right !important;
    margin-right: 0 !important;
}
.grid__title {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 20px 0;
    margin: 0;
}
.grid__title span {
    font-weight: 700;
}
.grid__text {
    padding-bottom: 20px;
    line-height: 26px;
}
.grid__text span {
    font-weight: 700;
}
.grid__more {
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    display: inline-block;
}
.grid__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid__list li {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    line-height: 22px;
}
.grid__image {
    width: 100%;
}
.grid__image img {
    display: block;
    max-width: 100%;
}
.grid__image--right img {
    float: right;
}
.grid__image--left img {
    float: left;
}
.btn {
    padding: 12px 40px;
    margin: 0 20px 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:hover {
    cursor: pointer;
}
.btn--blue-bg {
    color: #fff;
    background-color: #5589ff;
    border: 2px #5589ff solid;
}
.btn--blue-bg:hover {
    background-color: transparent;
    color: #5589ff;
}
.btn--mobile {
    display: none;
}
.btn--play {
    background-image: url(images/btn-play.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    padding-right: 60px;
}
.btn--play:hover {
    background-position: 92% 50%;
}
.btn--blue-border {
    color: #5589ff;
    border: 1px #5589ff solid;
}
.btn--blue-border:hover {
    background-color: #5589ff;
    color: #fff;
}
.btn--orange-bg {
    color: #fff;
    background-color: #ff5a5f;
    border: 2px #ff5a5f solid;
}
.btn--orange-bg:hover {
    color: #ff5a5f;
    background-color: transparent;
}
.btn--orange-border {
    color: #ff5a5f;
    border: 1px #ff5a5f solid;
}
.btn--orange-border:hover {
    background-color: #ff5a5f;
    color: #fff;
}
.btn--darkblue-bg {
    color: #fff;
    background-color: #12395a;
    border: 2px #12395a solid;
}
.btn--darkblue-bg:hover {
    color: #12395a;
    background-color: transparent;
    border: 2px #12395a solid;
}
.btn--yellow-bg {
    color: #12395a;
    background-color: #ffe165;
    border: 2px #ffe165 solid;
}
.btn--yellow-bg:hover {
    color: #ffe165;
    background-color: transparent;
    border: 2px #ffe165 solid;
}
.btn--grey-bg {
    color: #fff;
    background-color: #bfbebe;
    border: 2px #bfbebe solid;
}
.btn--grey-bg:hover {
    color: #bfbebe;
    background-color: transparent;
    border: 2px #bfbebe solid;
}
.btn--teal-bg {
    color: #fff;
    background-color: #548687;
    border: 2px #548687 solid;
    padding-left: 53px;
    padding-right: 53px;
}
.btn--teal-bg:hover {
    color: #bfbebe;
    background-color: transparent;
    border: 2px #548687 solid;
}

.section--intro {
    width: 100%;
    height: 100%;
    background-color: #2677bb;
    position: relative;
    overflow: hidden;
}
.minor--section {
    max-height: 90px;
}
.section__content--intro {
    height: 100%;
}
.intro {
    width: 50%;
    float: left;
    padding: 15% 0 0 0;
    position: relative;
    z-index: 777;
}
.minor--section .intro {
    width: 100%;
    padding: 90px 0 0 0;
}
.intro__content {
    width: 100%;
    text-align: left;
}
.intro__title {
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 68px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 300;
}
.intro__title span {
    font-weight: 700;
}
.intro__subtitle {
    padding: 0 0 40px 0;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0.4px;
}
.intro__description {
    padding: 0 0 40px 0;
    font-size: 20px;
    line-height:22px;
    color: #fff;
}
.intro__description span {
    font-weight: 700;
}
.intro__buttons {
    padding: 20px 0 0 0;
}
.intro__buttons--centered {
    width: 100%;
    clear: both;
    text-align: center;
}
.intro__buttons--left {
    width: 100%;
    clear: both;
    text-align: left;
}
svg.svg-intro-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 222;
}
svg.svg-intro-bottom2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
}
svg.svg-intro-right {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}
.intro-static{
    width: 44%;
    height:60%;
    float:right;
    text-align:right;
    position:absolute;
    bottom:15%;
    right:5%;
    z-index:444;
}
.intro-static img {
    display: block;
    margin: auto;
    max-width: 95%;
    border-radius: 5px;
}
video {
    width: 45vw;
    height: 25.3vw;
    margin: 0 auto;
    cursor: pointer;
    border: solid #68a0d0 1px;
}
.intro-animation {
    width: 50%;
    height: 80%;
    float: right;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: -5%;
    z-index: 444;
}
.intro-animation img {
    display: block;
    margin: auto;
    max-width: 100%;
    opacity: 0;
    animation: 0.8s ease-out 0s 1 slideInFromRight;
    border-radius: 20px;
    -webkit-animation: 0.8s ease-out 0s 1 slideInFromRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes slideInFromRight {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideInFromRight2 {
    0% {
        transform: translateX(220%);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes slideInFromRight2 {
    0% {
        -webkit-transform: translateX(220%);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
.grid--about .grid__title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    padding: 0 0 40px 0;
    margin: 0;
    position: relative;
}
.grid--about .grid__text {
    font-size: 18px;
    color: #848484;
    line-height: 26px;
}
.grid--about .grid__list {
    padding: 20px 0 0 0;
}
.grid--about .grid__list li {
    background: url(images/checked.png) no-repeat 0 50%;
    font-size: 18px;
    padding: 10px 0 10px 40px;
}
.section--features {
    position: relative;
    padding: 0;
}
.section--features:nth-of-type(4) {
    background-color: #e7f1fa;
}
.section__content--features {
    padding: 120px 0 20px 0;
}
.section--features .section__content--padding {
    padding-bottom: 0;
}
svg.svg-features-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}
.grid--features,
.section__description--features,
.section__title--features {
    position: relative;
    z-index: 222;
}
.grid--features .grid__icon i {
    color: #2677bb;
    font-size: 40px;
    padding-bottom: 5px;
}
.grid--features .grid__item {
    margin-right: 60px;
    margin-bottom: 80px;
    width: calc((100% - 61px * 2) / 3);
}
.grid--features .grid__item:hover .grid__title:after {
    width: 100%;
    opacity: 1;
}
.grid--features .grid__title {
    font-size: 18px;
    font-weight: 300;
    color: #2577ba;
    padding: 10px 0;
    margin: 0;
    position: relative;
}
.grid--features .grid__title span {
    font-weight: 300;
}
.grid--features .grid__text {
    color: #626262;
    font-size: 16px;
    line-height: 24px;
}
.section--testimonials {
    background-color: #fff;
}
.testimonials {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 20px 0 80px 0;
}
.testimonials__main {
    width: 80%;
    margin: 0 auto !important;
}
.testimonials__slide {
    text-align: center;
    width: 33.333%;
    float: left;
}
.testimonials__slide:hover {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.testimonials__list {
    width: 100%;
    margin: 40px auto;
    padding: 70px 0;
    display: inline-block;
    background-color: #f1f5f9;
    border-radius: 7px;
}
.anchor {
    position: relative;
}
.anchor a {
    position: absolute;
    top: -100px;
}
.testimonials__list div:first-child {
    float: left;
}
.testimonials__list .testimonials__text {
    display: inherit;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
}
.testimonials__list .testimonials__text p {
    text-align: left;
    padding: 0 30px 10px 0;
}
.testimonials__list .testimonials__thumb img {
    width: 120px;
    margin: 0 30px;
}
.testimonials__thumb {
    padding: 0 0 20px 0;
}
.testimonials__list .testimonials__text span {
    text-align: right;
}
.testimonials__list .testimonials__source a,
.testimonials__list .testimonials__source h1,
.testimonials__list .testimonials__source h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px 0 0;
    text-align: right;
}
.testimonials__source h1 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.testimonials__source h2 {
    font-style: italic;
    font-weight: 400;
    color: #000;
}
.testimonials__source a {
    font-weight: 400;
    float: right;
}
.testimonials__thumb img {
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #e7f1fa;
    background-color: #e7f1fa;
    margin: auto;
}
.testimonials__text {
    width: 80%;
    margin: auto;
}
.testimonials__text p {
    padding: 0 0 40px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.testimonials__text p a {
    display: inline-block;
}
.testimonials__source {
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 40px 0;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.testimonials__source span {
    display: block;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
}
.testimonials__pagination {
    width: 100%;
    text-align: center;
    bottom: 0 !important;
    z-index: 999 !important;
}
.testimonials__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #2577bb;
    opacity: 0.2;
}
.testimonials__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2577bb;
}
.swiper-container-rtl .testimonials__button--next.swiper-button-next,
.testimonials__button--prev.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23bcbcbc'%2F%3E%3C%2Fsvg%3E");
    left: 0;
    right: auto;
}
.swiper-container-rtl .testimonials__button--prev.swiper-button-prev,
.testimonials__button--next.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23bcbcbc'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
}
.testimonials__button--next.swiper-button-next,
.testimonials__button--prev.swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 20px;
    height: 40px;
    background-size: 20px 40px;
}
.support {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.support__types {
    width: 42%;
    padding: 0;
    float: right;
    position: relative;
}
.support__list {
    width: 80%;
    margin: 20px 0 0 10%;
    padding: 0;
    list-style: none;
}
.support__list li {
    padding: 3px 0 3px 0;
    text-align: left;
    line-height: 24px;
}
.support__list li i {
    margin-right: 20px;
    color: #656565;
}
.section--cta {
    background-color: #f7f8f9;
    position: relative;
    padding-bottom: 40px;
}
.svg-cta-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 111;
}
.grid--cta {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 222;
}
.grid--cta .grid__item {
    width: 50%;
    margin: 0;
}
.grid__title--cta {
    font-size: 42px;
    color: #2677bb;
    font-weight: 300;
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
}
.grid__title--cta span {
    font-weight: 700;
    color: #12395a;
}
.grid--cta .grid__text {
    font-size: 18px;
    line-height: 30px;
}
.grid--cta .grid__more {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-color: #2677bb;
    padding: 20px 62px;
    margin: 0 auto 0 auto;
    border: 2px #2677bb solid;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.grid--cta .grid__more:hover {
    color: #2677bb;
    background-color: #fff;
    border: 2px #2677bb solid;
}
.section--hiw {
    background-color: #fff;
}
.hiw {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.hiw-titles {
    border-bottom: 1px #ddd solid;
    margin: 0 0 40px 0;
}
.hiw-titles__slide {
    width: 20%;
    cursor: pointer;
    padding: 0 0 30px 0;
    margin: 0 0 -2px 0;
    text-align: center;
    opacity: 0.4;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.hiw-titles__slide span {
    display: block;
}
.hiw-titles__slide.swiper-slide-active {
    position: relative;
    opacity: 1;
}
.hiw-titles__slide.swiper-slide-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 4px;
    background: #2677bb;
}
.hiw-content__slide {
    background-color: #fff;
    text-align: left;
    padding: 40px 0;
    height: 300px;
}
.hiw-content__slide pre {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #0716b7;
}
.hiw-content__slide pre strong {
    font-weight: 700;
    color: #12395a;
}
.hiw-buttons {
    width: 100%;
    background-color: #2677bb;
    padding: 20px 0;
    text-align: right;
}
.section__content--support {
    padding: 80px 0 0 0;
}
.section--support .section__description--centered {
    padding: 0 0 30px 0;
}
.grid--support {
    width: 100%;
    margin-top: 0;
}
.grid--support .grid__item.grid__item--padding {
    width: calc((100% - 41px * 2 - 50px * 6) / 3);
    padding: 50px;
    margin-bottom: 0;
    margin-right: 40px;
    background-color: #fff;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grid--support .grid__item--padding:hover {
    background-color: #12395a;
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
}
.grid--support .grid__item.grid__item--padding:last-child {
    margin-right: 0;
}
.grid--support .grid__title {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
    position: relative;
}
.grid--support .grid__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 40px;
    height: 1px;
    background: #12395a;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.grid--support .grid__item:hover .grid__title:after {
    width: 100%;
    background: #fff;
}
.grid--support .grid__more {
    height: 32px;
    line-height: 30px;
    color: #2677bb;
    background-color: transparent;
    padding: 0 22px;
    margin: 0;
    border: 1px #2677bb solid;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.grid--support .grid__more:hover {
    color: #fff;
    background-color: transparent;
    border: 1px #fff solid;
}
.grid--support .grid__item:hover .grid__more {
    color: #fff;
    background-color: transparent;
    border: 1px #fff solid;
}
.section--clients {
    background-color: #e7f1fa;
    padding: 20px 0;
}
.grid__client-logo img {
    display: block;
    max-width: 80px;
    margin: auto;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.grid__client-logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.section--crmclients {
    background-color: #e7f1fa;
    padding: 20px 0;
}
.section--crmclients .section__title {
    font-size: 24px;
    margin: 30px 0 50px 0;
}
.grid__crmclient-logo img {
    display: block;
    max-width: 140px;
    max-height: 70px;
    margin: auto;
    text-align: center;
}
.grid--2col .grid__crmclient-logo img,
.grid--3col .grid__crmclient-logo img {
    max-width: 160px;
    max-height: 80px;
}
.grid--2col .grid__crmclient-logo--2 img {
    margin-top: 80px;
    max-width: 200px;
}
.grid__crmclient-logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grid--contact {
    background-color: #2677bb;
    color: #fff;
    display: flex;
    margin-bottom: 80px;
}
.grid--contact .grid__item--x2,
.grid--contact .grid__item--x3 {
    margin-bottom: 0;
}
.grid--contact .grid__item--x2.grid__item--padding {
    width: calc((((100% - 81px * 4 - 50px * 10) / 5) * 2) + 80px + 80px + 50px + 50px * 2);
    padding: 40px 0 40px 50px;
    background: 0 0;
}
.grid--contact .grid__item {
    margin-right: 0;
}
.grid--contact .grid__title {
    font-size: 26px;
    line-height: 42px;
    font-weight: 300;
    padding: 10px 0 20px 0;
    margin: 0;
    position: relative;
}
.grid--contact .grid__text {
    padding: 20px 0 20px 0;
}
.grid--contact .grid__more {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}
.grid--contact .grid__more i {
    padding-right: 15px;
}
.form__page {
    width: 60%;
    margin: 0 15%;
    clear: both;
    float: left;
    padding: 40px 5%;
    background-color: #f7f7f7;
}
.grid__item--form {
    background-color: #edf2f8;
}
.grid__form {
    width: 70%;
    height: 100%;
    margin: auto;
    padding: 0 10% 0 20%;
    position: relative;
}
.svg-form-left {
    height: 100%;
    width: 15%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 222;
}
.form__title {
    font-size: 24px;
    padding: 0;
    font-weight: 700;
    margin: 0;
}
.form__subtitle {
    font-size: 18px;
    color: #000;
    padding: 30px 0 10px 0;
    width: 100%;
    clear: both;
    font-weight: 700;
    margin: 0;
}
.form__error {
    font-size: 15px;
    color: #ff5a5f;
    padding: 15px 0 0 0;
    width: 100%;
    clear: both;
    font-weight: 400;
    margin: 0;
}
.hidden {
    display: none;
}
.form__container {
    width: 100%;
    padding: 20px 0 40px 0;
    float: left;
    clear: both;
}
.form__row {
    width: 100%;
    position: relative;
}
.form__input {
    width: 100%;
    height: 25px;
    background: 0 0;
    border: none;
    border-bottom: 1px #a8a8a8 solid;
    padding: 10px 0;
    font-size: 13px;
}
.form__label {
    width: 100%;
    display: block;
    color: #555;
    padding: 20px 0 0 0;
}
.form__label .form__error {
    font-size: 14px;
    padding-left: 5px;
}
.form__row-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 22;
    background-color: #2677bb;
    -webkit-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
}
.form__textarea {
    width: 100%;
    height: 50px;
    background: 0 0;
    border: none;
    border-bottom: 1px #a8a8a8 solid;
    padding: 10px 0;
    font-size: 14px;
}
.form__select {
    width: 100%;
    height: 25px;
    padding: 10px 0;
    display: block;
    border-bottom: 1px #a8a8a8 solid;
    background: url(images/drop-down.png) no-repeat 98% 50%;
}
select.select__field {
    width: 100%;
    height: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form__input:focus + .form__row-border,
.form__textarea:focus + .form__row-border,
.select__field:focus + .form__row-border {
    width: 100%;
}
.form__checkbox {
    width: 100%;
    padding: 10px 0 0 0;
}
.form__checkbox {
    text-align: left;
    line-height: 14px;
    clear: both;
}
.form__checkbox label {
    cursor: pointer;
    color: #000;
}
.form__checkbox input[type="checkbox"] {
    display: none;
}
.form__checkbox input[type="checkbox"] + label:before {
    border: none;
    content: "\00a0";
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    margin: 0 10px 0 0;
    line-height: 18px;
    vertical-align: center;
    border: none;
    background-color: #a8a8a8;
}
.form__checkbox input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    border: none;
    text-align: center;
    background-color: #313ee7;
}
.form__checkbox input[type="checkbox"]:checked + label:after {
    font-weight: 700;
}
.form__checkbox input[type="checkbox"] + label:before,
input[type="checkbox"]:checked + label:before {
    background-color: #a8a8a8;
}
.form__radio {
    width: 100%;
    padding: 10px 0 0 0;
}
.form__radio {
    text-align: left;
    line-height: 14px;
    clear: both;
}
.form__radio label {
    cursor: pointer;
    color: #000;
}
.form__radio input[type="radio"] {
    display: none;
}
.form__radio input[type="radio"] + label:before {
    border: none;
    content: "\00a0";
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    margin: 0 10px 0 0;
    line-height: 18px;
    vertical-align: center;
    border: none;
    background-color: #a8a8a8;
}
.form__radio input[type="radio"]:checked + label:before {
    color: #fff;
    content: "\2713";
    border: none;
    text-align: center;
    background-color: #313ee7;
}
.form__radio input[type="radio"]:checked + label:after {
    font-weight: 700;
}
.form__radio input[type="radio"] + label:before,
input[type="radio"]:checked + label:before {
    background-color: #a8a8a8;
}
.form__switcher {
    width: 100%;
    clear: both;
    padding: 10px 0 0 0;
}
.my-valid-pass {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.switch__label {
    position: relative;
    display: block;
    vertical-align: top;
    width: 80px;
    height: 30px;
    padding: 0;
    background-image: none;
    margin: 0;
    border-radius: 18px;
    cursor: pointer;
}
.switch__input {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch__data {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: inherit;
    border: solid 2px #a8a8a8;
    box-shadow: none;
    color: #a8a8a8;
}
.switch__data:after,
.switch__data:before {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch__data:before {
    content: attr(data-off);
    right: 11px;
}
.switch__data:after {
    content: attr(data-on);
    left: 11px;
    color: #313ee7;
    opacity: 0;
}
.switch__input:checked ~ .switch__data {
    border-color: #313ee7;
}
.switch__input:checked ~ .switch__data:before {
    opacity: 0;
}
.switch__input:checked ~ .switch__data:after {
    opacity: 1;
}
.switch__handle {
    position: absolute;
    border-radius: 100%;
    top: 6px;
    left: 8px;
    background: #a8a8a8;
    width: 22px;
    height: 22px;
    box-shadow: none;
}
.switch__handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #eceeef;
}
.switch__input:checked ~ .switch__handle {
    left: 52px;
    background: #313ee7;
    box-shadow: none;
}
.switch__data,
.switch__handle {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.form__file {
    width: 100%;
    clear: both;
    padding: 10px 0 0 0;
}
.form__file input[type="file"] {
    display: none;
}
.form__file .file__label {
    display: inline-block;
    border: none;
    background-image: url(images/upload_file.png);
    background-color: #a8a8a8;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    padding: 12px 50px 12px 30px;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    margin: 0;
    font-size: 14px;
    width: auto;
    color: #fff;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form__file .file__label:hover {
    cursor: pointer;
    background-color: #313ee7;
}
.form__submit {
    clear: both;
    float: left;
    margin: 40px 0 0 0;
    cursor: pointer;
}
.modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.modal.modal--visible {
    visibility: visible;
}
.modal__overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.modal--visible .modal__overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal__wrapper {
    position: fixed;
    z-index: 9999;
    top: 20%;
    left: 50%;
    width: 60%;
    max-width: 900px;
    margin-left: -25%;
    background-color: #fff;
}
.modal__wrapper--image {
    top: 10%;
    left: 30%;
    width: 70%;
    bottom: 10%;
    margin-left: -15%;
}
.modal-transition {
    -webkit-transition: all 0.3s 0.12s;
    -moz-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal.modal--visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal__body {
    width: 100%;
    height: 100%;
}
.modal__header {
    width: 96%;
    background-color: #12395a;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 2%;
}
.modal__content {
    width: 100%;
    height: 0;
    visibility: hidden;
    position: relative;
    transform: translate(-100%);
    overflow: hidden;
}
.modal__content.modal__content--visible {
    visibility: visible;
    transform: translate(0);
    width: 100%;
    height: 100%;
    float: left;
    clear: both;
    display: table;
}
.modal__image {
    width: 96%;
    padding: 0 2%;
    height: 89%;
    margin: 1% auto auto auto;
}
.modal__image img {
    display: block;
    height: 100%;
    margin: auto;
}
.modal__content--login {
    background-color: #12395a;
}
.modal__content--login .modal__form {
    float: right;
    width: auto;
    min-width: 370px;
    padding: 40px 7% 0 7%;
}
.modal__content--forgot {
    background-color: #2677bb;
}
.modal__content--signup {
    background-color: #12395a;
}
.modal__notice {
    max-width: 443px;
    display: table-cell;
    height: 100%;
    -webkit-transition: all 0.3s 0.12s;
    -moz-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    opacity: 0;
    transform: translateX(-10%);
    vertical-align: top;
    cursor: pointer;
    color: #fff;
    padding: 35px 80px 30px 30px;
}
.modal__notice h1 {
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    padding: 15px 0;
}
.modal__notice span {
    line-height: 22px;
}
.modal__notice span a {
    color: #fff;
    font-weight: 700;
}
.modal__notice div a:hover {
    text-decoration: underline;
}
.modal__content.modal__content--visible .modal__notice {
    transform: translateX(0);
    opacity: 1;
}
.modal__ad {
    width: 40%;
    max-width: 443px;
    display: table-cell;
    height: 100%;
    color: #fff;
    background-color: #2677bb;
    -webkit-transition: all 0.3s 0.12s;
    -moz-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    opacity: 0;
    transform: translateX(-10%);
    vertical-align: middle;
    cursor: pointer;
}
.modal__content.modal__content--visible .modal__ad {
    transform: translateX(0);
    opacity: 1;
}
.modal__title {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0;
}
.modal__descr {
    font-size: 38px;
    font-weight: 300;
    padding: 20px 0 20px 0;
    margin: 0;
    line-height: 44px;
}
.modal__descr span {
    font-weight: 700;
}
.modal__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal__list li {
    background: url(images/checked-pricing-white.png) no-repeat 0 70%;
    padding: 0 0 0 25px;
    margin: 4px 0;
    line-height: 22px;
}
.modal__switch--signup {
    padding: 10px 30px;
    margin: 40px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    background-color: transparent;
    border: 2px #fff solid;
    cursor: pointer;
    font-weight: 700;
}
.modal__switch--signup:hover {
    background-color: #fff;
    color: #2677bb;
    border: 2px #fff solid;
}
.modal__switch--login {
    padding: 10px 30px;
    margin: 40px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    background-color: transparent;
    border: 2px #fff solid;
    cursor: pointer;
    font-weight: 700;
}
.modal__switch--login:hover {
    background-color: #fff;
    color: #12395a;
    border: 2px #fff solid;
}
.modal__form {
    width: 50%;
    height: 100%;
    display: table-cell;
    padding: 40px 5%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s 0.12s;
}
.modal__content.modal__content--visible .modal__form {
    opacity: 1;
}
.modal__checkbox {
    float: left;
    width: 50%;
    padding: 10px 0 0 0;
}
.modal__checkbox {
    text-align: left;
    line-height: 14px;
    clear: both;
}
.modal__checkbox label {
    cursor: pointer;
}
.modal__checkbox input[type="checkbox"] {
    display: none;
}
.modal__checkbox input[type="checkbox"] + label:before {
    border: none;
    content: "\00a0";
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    margin: 0 10px 0 0;
    line-height: 18px;
    vertical-align: center;
    border: none;
    background-color: #f7f8f9;
}
.modal__checkbox input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    border: none;
    text-align: center;
    background-color: #12395a;
}
.modal__checkbox input[type="checkbox"]:checked + label:after {
    font-weight: 700;
}
.modal__checkbox input[type="checkbox"] + label:before,
input[type="checkbox"]:checked + label:before {
    background-color: #f7f8f9;
}
.modal__switch--forgot {
    float: right;
    padding: 10px 0 0 0;
    color: #12395a;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal__switch--forgot:hover {
    color: #2677bb;
}
.modal__close {
    background: #000;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    outline: 0;
    width: 44px;
    height: 44px;
    position: absolute;
    right: -22px;
    top: -22px;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -ms-transition: -ms-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
}
.modal__close:hover {
    background: #000;
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    -o-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -ms-transition: -ms-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
}
.modal__close span,
.modal__close span:after,
.modal__close span:before {
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
}
.modal__close span:first-child {
    background: 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.modal__close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal__close span:after {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -moz-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    -o-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
    top: 2px;
}
.section--faq {
    background-color: #f7f8f9 !important;
}
.section--awardcycle {
    background-color: #f2f2f2 !important;
}
.align_center {
    text-align: center;
    padding: 20px 0 20px 0;
    width:100%;
}
.grid--faq .grid__title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    padding: 10px 0 20px 0;
    margin: 0;
    position: relative;
}
.grid--faq .grid__text {
    font-size: 18px;
    color: #848484;
    line-height: 26px;
}
.grid--faq .grid__list {
    padding: 20px 0 0 0;
}
.grid--faq .grid__list li {
    background: url(images/checked.png) no-repeat 0 50%;
    font-size: 18px;
    padding: 10px 0 10px 40px;
}
.faq {
    width: 100%;
    margin: 10px auto 50px auto;
}
.faq__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #aebbc6 solid;
    background-color: #f6fbff;
}
.faq__item:first-child {
    border-top: 1px #aebbc6 solid;
}
.faq__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.faq__label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.faq__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}
.faq__content p {
    padding: 20px;
    font-size: 16px;
}
.faq__input:checked ~ .faq__content {
    max-height: 300px;
}
.faq__input:checked ~ .faq__label,
.faq__label:hover {
    background-color: #12395a;
    color: #fff;
}
.faq__label:hover span {
    transform: rotateX(180deg);
    background: url(images/drop-down-faq-selected.png) no-repeat center;
}
.faq__label span {
    position: absolute;
    right: 2%;
    top: 45%;
    display: block;
    width: 11px;
    height: 6px;
    text-align: center;
    background: url(images/drop-down-faq.png) no-repeat center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.faq__input[type="radio"]:checked + .faq__label span {
    transform: rotateX(180deg);
    background: url(images/drop-down-faq-selected.png) no-repeat center;
}
.section--counters {
    background-color: #1c588a;
    position: relative;
    padding: 0;
    color: #fff;
    text-align: center;
}
.section__content--counters {
    padding: 120px 0 20px 0;
}
.grid--counters,
.section__description--counters,
.section__title--counters {
    position: relative;
    z-index: 222;
}
.grid--counters .grid__item {
    margin-right: 100px;
    margin-bottom: 0;
    width: calc((100% - 101px * 2) / 3);
}
.grid--counters .grid__item:hover .grid__title:after {
    width: 100%;
    opacity: 1;
}
.grid--counters .grid__icon i {
    font-size: 50px;
    padding-bottom: 10px;
}
.grid--counters .grid__title {
    font-weight: 300;
    font-size: 50px;
    padding: 10px 0;
    margin: 0;
    position: relative;
}
.grid--counters .grid__title span {
    font-weight: 300;
}
.grid--counters .grid__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding-bottom: 0;
}
.grid--counters .grid__text span {
    font-size: 18px;
    font-weight: 300;
    display: block;
}
.section--products {
    position: relative;
    padding: 0;
}
.section--products .section__content--fluid-width {
    width: 88%;
}
.section--products .section__content--padding {
    padding-top: 30px;
}
.section__content--products {
    padding: 120px 0 20px 0;
}
.grid--products,
.section__description--products,
.section__title--products {
    position: relative;
    z-index: 222;
}
.grid--products .grid__icon img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.9;
    filter: grayscale(0.2);
}
img.screenshot {
    object-position: 0 0;
}
.grid--products .grid__item {
    margin: 0 30px 80px 10px;
    width: calc(33% - 41px);
    min-width: 310px;
    float: left;
    background-color: #fff;
    border-bottom: 10px solid #d8dde5;
    box-shadow: inset 0 0 0 1px #d8dde5;
    -moz-box-shadow: inset 0 0 0 1px #d8dde5;
    -webkit-box-shadow: inset 0 0 0 1px #d8dde5;
}
.grid--products .grid__item:hover {
    background-color: #f3f5f7;
    cursor: pointer;
}
.grid--products .grid__item:last-child {
    float: left;
}
.grid--products .grid__item:hover .grid__title:after {
    width: 100%;
    opacity: 1;
}
.grid--products .grid__item p > a {
    font-weight: 400;
}
.grid--products .grid__title {
    font-size: 18px;
    font-weight: 400;
    padding: 40px 30px 10px 30px;
    margin: 0;
}
.grid--products .grid__title span {
    font-weight: 300;
}
.grid--products .grid__text {
    padding: 0 30px 50px 30px;
    height: 155px;
    overflow: hidden;
    font-size: 14.5px;
}
.grid--products .grid__link {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.grid--products .grid__more {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-color: #2677bb;
    padding: 5px 20px;
    margin: 20px 0 30px 30px;
    border: 1px #2677bb solid;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}
.grid--products .grid__more:hover {
    color: #2677bb;
    background-color: transparent;
    border: 1px #2677bb solid;
}
.grid--products .grid__more2 {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-color: #ff5a5f;
    padding: 5px 20px;
    margin: 20px 0 30px 7px;
    border: 1px #ff5a5f solid;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}
.grid--products .grid__more2:hover {
    color: #ff5a5f;
    background-color: transparent;
    border: 1px #ff5a5f solid;
}
.section--gdpr {
    padding: 50px 0;
}
.section--gdpr .section__content--padding {
    padding: 0;
}
.section--gdpr .section__description a {
    font-weight: 400;
    color: #ff5a5f;
}
.section--gdpr .section__description a:hover {
    color: #d00006;
}
.section--gdpr a.btn--gdpr {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-color: #2677bb;
    padding: 10px 31px;
    margin: 20px auto 0 auto;
    border: 2px #2677bb solid;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.section--gdpr a.btn--gdpr:hover {
    color: #2677bb;
    background-color: #fff;
    border: 2px #2677bb solid;
}
.section--gdpr ol {
    list-style-type: decimal;
    padding: 10px 0 10px 25px;
}
.section--gdpr ol li {
    padding: 0 0 0 10px;
}
.section--news {
    width: 100%;
    position: relative;
}
.section--news .section__content--fluid-width {
    width: 90%;
}
.grid--news {
    position: relative;
    z-index: 222;
}
.grid--news .grid__item {
    min-width: 300px;
    max-width: 375px;
    float: left;
    margin: 0 15px 40px 15px;
    background-color: #f7f8f9;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 15px #6da0d0 solid;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.grid--news .grid__item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    cursor: pointer;
}
.grid--news .grid__item:last-child {
    float: left;
    margin-right: 0;
}
.grid--news .grid__icon img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    -webkit-filter: grayscale(15%);
    filter: grayscale(15%);
    opacity: 0.9;
}
.grid--news .grid__icon img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grid--news .grid__item:hover .grid__icon img:not(:hover) {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grid--news .grid__title {
    font-size: 18px;
    font-weight: 400;
    padding: 40px 20px 10px 20px;
    margin: 0;
}
.grid--news .grid__title span {
    font-weight: 300;
}
.grid--news .grid__text {
    text-align: center;
    padding: 0 20px 40px 20px;
    height: 120px;
    overflow: hidden;
}
.section--newsitem .section__content {
    max-width: 800px;
}
.section--newsitem .section__title img {
    max-width: 500px;
    max-height: 200px;
    margin-bottom: 15px;
}
.section--newsitem .section__description img {
    border: 1px solid #000;
    margin: 20px 0;
    padding: 20px;
    max-height: 250px;
    max-width: 100%;
    object-position: 0 80%;
    object-fit: cover;
    filter: grayscale(0.5);
    opacity: 0.8;
}
.section--newsitem .section__description ul {
    list-style: disc;
    margin-left: 30px;
}
.section--newsitem .section__description figure {
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.section--newsitem .section__description figure img {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.section--newsitem .section__description figure img.screenshot {
    opacity: 1;
}
.section--newsitem .section__description figure figcaption {
    font-size: 16px;
    font-style: italic;
    color: #555;
}
.section--macintro {
    background-color: #fff;
}
.section--macintro .section__description--centered {
    padding: 40px 0;
}
.section--macintro .section__description--centered span {
    font-weight: 400;
}
.section--backgroundinfo {
    background-color: #f7f8f9;
}
.section--backgroundinfo .section__description--centered {
    padding: 40px 0;
}
.section--backgroundinfo .section__description--centered span {
    font-weight: 400;
}
.section--productsintro .section__content--padding {
    padding-bottom: 0;
}
.section--productsintro .section__description--centered {
    padding-bottom: 0;
}
.section--gdprdocs {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.grid--gdprdocs {
    position: relative;
    z-index: 222;
    padding-bottom: 40px;
    text-align: center;
}
.grid--gdprdocs .grid__item {
    width: 255px;
    height: 380px;
    float: left;
    margin: 15px 20px 15px 0;
    background-color: #f7f8f9;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 15px #6da0d0 solid;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.grid--gdprdocs .grid__item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    cursor: pointer;
}
.grid--gdprdocs .grid__item:hover .grid__icon i:not(:hover) {
    background-color: #ffdd52;
}
.grid--gdprdocs .grid__item:last-child {
    float: left;
    margin-right: 0;
}
.grid--gdprdocs .grid__icon i {
    width: 100%;
    height: 180px;
    line-height: 180px;
    background-color: #ffe166;
    color: #fff;
    font-size: 90px;
}
.grid--gdprdocs .grid__icon i:hover {
    background-color: #ffdd52;
}
.grid--gdprdocs .grid__title {
    font-size: 26px;
    font-weight: 300;
    padding: 70px 20px 10px 20px;
    margin: 0;
}
.section--boxed {
    width: 100%;
    position: relative;
    color: #fff;
    margin: 0 auto;
}
.section--boxed .section__content {
    background-color: #2677bb;
    width: 60%;
    border-radius: 10px;
}
.section--remote .section__content {
    width: 73% !important;
}
.section--boxed .section__content--padding {
    padding: 30px 50px;
}
.section--boxed .section__title {
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 10px 0;
}
.section--boxed .section__description {
    font-size: 16px;
    line-height: 22px;
}
.section--boxed ul {
    list-style-type: disc;
    padding: 10px 0 10px 25px;
}
.section--boxed ul li {
    padding: 0 0 0 10px;
}
.section--blog {
    width: 100%;
    position: relative;
}
.section--blog .section__content {
    max-width: 700px;
}
.section--blog .section__subtitle {
    color: #6da0d0;
    font-size: 15px;
    margin-bottom: 30px;
}
.section--blog .section__description ul {
    list-style: disc;
    margin-left: 30px;
}
.section--blog .section__description ol {
    list-style: decimal;
    margin-left: 30px;
}
.section--blog .section__description h3 {
    padding: 20px 0 0 0;
    font-size: 24px;
}
.section--blog .section__description h5 {
    padding: 20px 0 0 0;
}
.section--blog .section__description img {
    max-width: 100%;
    margin: 20px 0;
    display: block;
    object-position: 0 80%;
    object-fit: cover;
    filter: grayscale(0.5);
    opacity: 0.7;
}
.section--blog .section__description .section--awardcycle img {
    max-width: 100%;
    margin: 20px 0;
    display: block;
    object-position: 0 80%;
    object-fit: cover;
    filter: grayscale(0.5);
    opacity: 0.7;
}
.section--blog .section__description img.screenshot {
    filter: grayscale(0.2);
    opacity: 1;
    max-width: 98%;
}
.section--productoverview .section__content .section__description img#consultancy {
    object-position: 0 50%;
    height: 400px;
}
.section--productoverview .section__content .section__description img#cycleworkingremotely {
    object-position: 0 50%;
    object-fit: none;
    height: 400px;
    opacity: 1;
}
.section--productoverview .section__content {
    padding: 20px 0;
}
.section--productoverview .section__content .section__description img {
    filter: grayscale(0.2);
    opacity: 0.7;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 30px 0;
}
.section--productoverview .section__content .section__description img#crm {
    object-position: 0 80%;
}
.section--productoverview .section__content .section__description img#hotels {
    object-position: 0 62%;
}
.section--productoverview .section__content .section__description img#counselling {
    object-position: 0 30%;
}
.section--productoverview .section__content .section__description img#stock {
    object-position: 0 25%;
}
.section--productoverview .section__content .section__description img#service {
    object-position: 0 65%;
}
.section--productoverview .section__content .section__description img#scholarship {
    height: 300px;
    object-position: 0 60%;
}
.section--productfeatures {
    position: relative;
    padding: 0;
}
.section--productfeatures .section__content--fluid-width {
    width: 88%;
}
.section--productfeatures.section--boxed .section__content--fluid-width {
    width: 60%;
    margin-bottom: 50px;
}
.section--productfeatures .section__content--padding {
    padding-top: 30px;
}
.section--productfeatures,
.section__description--productfeatures,
.section__title--productfeatures {
    position: relative;
    z-index: 222;
}
.section--productfeatures .grid__icon i {
    color: #2677bb;
    font-size: 40px;
    padding-bottom: 5px;
}
.section--productfeatures .grid__item {
    margin: 0 10px 0 30px;
    width: calc(33% - 41px);
    min-width: 310px;
    height: 355px;
    float: left;
}
.section--productfeatures .grid__item:last-child {
    float: left;
}
.section--productfeatures .grid__item:hover .grid__title:after {
    width: 100%;
    opacity: 1;
}
.section--productfeatures .grid__title {
    font-size: 18px;
    font-weight: 400;
    padding: 30px 30px 10px 30px;
    margin: 0;
    color: #2577ba;
}
.section--productfeatures .grid__title span {
    font-weight: 300;
}
.section--productfeatures .grid__text {
    padding: 0 0 50px 30px;
    overflow: hidden;
    font-size: 14.5px;
}

.testimonials__list__rebuild {
    width: 100%;
    margin: 40px auto;
    padding: 70px 0;
    display: inline-block;
    background-color: #acc6e0;
    border-radius: 7px;
}
.testimonials__list__rebuild .testimonials__source a,
.testimonials__list__rebuild .testimonials__source h1,
.testimonials__list__rebuild .testimonials__source h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px 0 0;
    text-align: right;
}
.section--testimonials a.btn--readmore {
    font-size: 14px;
}
.section--testimonials a.btn--readmore {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-color: #2677bb;
    padding: 10px 31px;
    margin: 0 auto 0 auto;
    border: 2px #2677bb solid;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.section--productoverview .section__content .section__description img#adapt {
    object-position: 0 38%;
    height: 400px;
}
.pricing {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.pricing__switcher {
    width: 300px;
    height: 40px;
    margin: 0 auto 100px auto;
    clear: both;
    text-align: center;
    position: relative;
}
.pricing__plan {
    width: 31%;
    padding: 40px 0;
    float: left;
    position: relative;
}
.switcher__button--enabled {
    opacity: 1;
}
.switcher__button:nth-child(1).switcher__button--enabled ~ .switcher__border {
    left: 0;
}
.switcher__button:nth-child(2).switcher__button--enabled ~ .switcher__border {
    left: 50%;
}
.pricing__plan:nth-child(3) {
    -webkit-box-shadow: inset 1px 0 0 0 #f1f2f7;
    box-shadow: inset 1px 0 0 0 #f1f2f7;
    -moz-box-shadow: inset 1px 0 0 0 #f1f2f7;
}
.pricing__plan--popular {
    z-index: 2;
    top: -30px;
    padding: 50px 0 70px 0;
    background-color: #f64048;
    color: #fff;
    -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, 0.45), -10px 0 15px -10px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, 0.45), -10px 0 15px -10px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, 0.45), -10px 0 15px -10px rgba(0, 0, 0, 0.45);
}
.pricing__badge-bg {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #ffe165 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 333;
}
.pricing__badge-text {
    position: absolute;
    top: 28px;
    left: 3px;
    z-index: 444;
    color: #f64048;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.pricing__title {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 40px 0;
    margin: 0;
}
.pricing__title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #454545;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pricing__plan--popular .pricing__title {
    font-size: 44px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 0 0 40px 0;
}
.pricing__plan--popular .pricing__title:after {
    background: #fff;
    top: 70%;
}
.pricing__plan:hover .pricing__title:after {
    width: 80%;
}
.pricing__values {
    font-size: 58px;
    font-weight: 700;
    height: 70px;
    position: relative;
    text-align: center;
}
.pricing__value span {
    display: inline-block;
    font-size: 20px;
    margin: 0;
}
.pricing__value b {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    bottom: -5px;
}
.pricing__value {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.pricing__value--hidden {
    display: none;
}
.pricing__value--show {
    -webkit-animation: showToY 0.6s forwards;
    animation: showToY 0.6s forwards;
}
.pricing__value--hide {
    -webkit-animation: fadeToY 0.6s forwards;
    animation: fadeToY 0.6s forwards;
}
@keyframes fadeToY {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@-webkit-keyframes fadeToY {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@keyframes showToY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes showToY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.pricing__list {
    width: 80%;
    margin: 20px 0 0 10%;
    padding: 0;
    list-style: none;
}
.pricing__list li {
    padding: 3px 0 3px 12%;
    text-align: left;
    line-height: 24px;
    background: url(images/checked-pricing.png) no-repeat 0 50%;
}
li.notick {
    background-image: none;
}
.section__pricing {
    width: 100%;
    padding-top: 40px;
}
.testimonials__list__rebuild {
    width: 100%;
    margin: 10px auto;
    padding: 20px 0;
    display: inline-block;
    background-color: #c6d6de;
    border-radius: 7px;
}
.margin-left-80 {
    margin-left: 80px;
}
.rb-testa-light {
    background-color: #e1e8eb;
}
.no-bottom-padding {
    padding-bottom: 0;
}
iframe {
    width: 45vw;
    height: 25.3vw;
    margin: 0 auto;
}
.footer {
    width: 100%;
    height: 400px;
    clear: both;
    background-color: #12395a;
    color: #fff;
    position: relative;
}
.footer__content {
    clear: both;
}
.footer__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}
.footer__content--fluid-width {
    width: 80%;
    margin: auto;
    clear: both;
}
.footer__content--padding {
    padding: 100px 0;
}
.footer__content--svg {
    padding-top: 100px;
}
.grid__title--footer-logo {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
}
.grid__title--footer-logo span {
    font-weight: 700;
}
.grid__title--footer {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}
.grid__text--copyright {
    color: #fff;
    line-height: 22px;
}
ul.grid__list--sicons {
    margin: 20px 0 0 0;
}
ul.grid__list--sicons li {
    display: inline-block;
    margin: 0 20px 0 0;
}
ul.grid__list--sicons li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.grid__list--sicons li a img {
    display: block;
    width: 25px;
}
ul.grid__list--sicons li a:hover {
    opacity: 0.5;
}
ul.grid__list--fmenu li i {
    padding-right: 7px;
}
ul.grid__list--fmenu li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
ul.grid__list--fmenu li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #2677bb;
    transition: width 0.3s;
}
ul.grid__list--fmenu li a:hover::after {
    width: 100%;
}
ul.grid__list--fmenu li a:hover {
    color: #2677bb;
}
@media screen and (max-width: 1400px) {
    .footer__content--fluid-width,
    .header__content--fluid-width,
    .section__content--fluid-width {
        padding-left: 4%;
        padding-right: 4%;
    }
    .header__menu ul li a {
        padding: 0 15px;
    }
    header__menu ul li.header__btn--signup a {
        margin-left: 15px;
    }
    .intro {
        width: 50%;
    }
    .modal__wrapper {
        top: 18%;
        width: 78%;
        margin-left: -35%;
    }
    .modal__wrapper--image {
        top: 5%;
        left: 20%;
        width: 80%;
        bottom: 5%;
        margin-left: -10%;
    }
    .support {
        width: 100%;
    }
    svg.svg-intro-bottom {
        height: 50%;
    }
    .minor--section svg.svg-intro-bottom {
        height: 100%;
    }
    svg.svg-intro-bottom2 {
        height: 50%;
    }
    .minor--section svg.svg-intro-bottom2 {
        height: 100%;
    }
}
@media screen and (max-width: 1240px) {
    .footer__content--fix-width,
    .header__content--fix-width,
    .section__content--fix-width {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .header__menu ul li a {
        padding: 0 12px;
        font-size: 12px;
    }
    .header__menu ul li.header__btn--login a {
        margin-left: 15px;
    }
    .header__menu ul li.header__btn--signup a {
        margin-left: 15px;
    }
    .grid--products .grid__item {
        width: calc(50% - 41px);
    }
    .grid--productfeatures .grid__item {
        width: calc(50% - 41px);
    }
    .modal__wrapper {
        margin-left: -39%;
    }
    .footer .grid--4col .grid__item {
        margin-right: 40px;
    }
    .footer .grid--4col .grid__item:nth-child(2) {
        margin-right: 0;
    }
    .intro__title {
        padding: 20px 0 25px 0;
        font-size: 50px;
        line-height: 45px;
    }
    .intro__subtitle {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }
    .intro-static{
        bottom: 20%;
    }
}

@media screen and (max-width: 1100px) {
    .header__logo-title {
        width: 170px;
    }
    .header__menu ul li a {
        padding: 0 8px;
    }
    .header__menu ul li.header__btn--login a {
        margin-left: 10px;
        font-size: 11px;
    }
    .header__menu ul li.header__btn--signup a {
        margin-left: 10px;
        font-size: 11px;
    }
    .modal__wrapper {
        margin-left: -42%;
        width: 87%;
    }
    .intro__title {
        padding: 20px 0 25px 0;
        font-size: 50px;
        line-height: 45px;
    }
    .intro__subtitle {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }
}

@media screen and (max-width: 1000px) {
    .header__content--fluid-width {
        width: 90%;
    }
    .header__menu ul li a {
        padding: 0 7px;
    }
    .header__menu ul li.header__btn--login a {
        padding: 0 12px;
        margin-left: 10px;
    }
    .header__menu ul li.header__btn--signup a {
        padding: 0 12px;
        margin-left: 10px;
    }
    .modal__wrapper {
        margin-left: -43%;
    }
    .modal__ad img {
        object-fit: contain;
        max-width: 350px;
    }
    .modal__content--login .modal__form {
        min-width: 310px;
    }
    .intro__title {
        padding: 20px 0 25px 0;
        font-size: 50px;
        line-height: 45px;
    }
    .intro__subtitle {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }
}


@media screen and (max-width: 860px) {
    body {
        font-size: 14px;
    }
    p {
        line-height: 22px;
    }
    .header__content--fluid-width {
        width: 80%;
    }
    .footer__content--fix-width,
    .header__content--fix-width,
    .section__content--fix-width {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .header {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .header__content {
        height: 50px;
    }
    .menu-open {
        height: 100% !important;
        overflow-y: scroll;
        background-color: #fff;
    }
    .header__logo-title {
        font-size: 20px;
        margin: 5px 0;
    }
    .header__menu {
        width: 100%;
        height: 100%;
        float: left;
        clear: both;
        margin: 40px 0 0 0;
    }
    .header__menu ul {
        width: 100%;
        display: none;
        text-align: left;
        background-color: #fff;
    }
    .header__menu ul li {
        width: 100%;
    }
    .header__menu ul li,
    .header__menu ul ul li a,
    .header__menu ul ul ul li a,
    .header__menu ul ul ul li:last-child a {
        border-bottom: 1px #ebeced solid;
    }
    .header__menu ul li a {
        width: 100%;
        font-size: 13px;
        line-height: 40px;
        height: auto;
        margin: 0;
        padding: 0 35px;
        color: #000;
    }
    .header__menu > ul > li {
        float: none;
    }
    .header__menu ul ul li a {
        margin: 0;
        padding: 0 0 0 15%;
        width: 100%;
        height: auto;
    }
    .header__menu > ul > li.header__btn--signup > a {
        width: 80%;
        height: 35px;
        line-height: 35px;
        padding: 0 5%;
        margin: 5px 0 5px 10%;
        text-align: center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .header__menu > ul > li.header__btn--login > a {
        color: #11395a;
        background-color: #ffe166;
        width: 80%;
        height: 35px;
        line-height: 35px;
        padding: 0 5%;
        margin: 5px 0 5px 10%;
        text-align: center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .header__menu ul ul li:first-child a {
        border-top: 1px #ebeced solid;
    }
    .header__menu ul ul li:last-child a {
        border-bottom: none;
    }
    .header__menu ul ul ul li a {
        margin: 0;
        padding: 0 0 10px 0;
    }
    .header__menu ul ul,
    .header__menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
        top: 0;
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: 0 0;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
    .header__menu ul ul.submenu-header-sticky {
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .header__menu ul ul li,
    .header__menu ul ul ul li {
        border-bottom: none;
    }
    .header__menu li:hover > ul {
        transition: none;
        visibility: visible;
        top: auto;
    }
    .menu-button {
        display: block;
    }
    .header__menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 38px;
        width: 50px;
        cursor: pointer;
        border-left: 1px solid #ebeced;
        background-color: #fff;
    }
    .header__menu ul ul .submenu-button {
        height: 35px;
        width: 35px;
    }
    .header__menu .submenu-button:after {
        content: "";
        position: absolute;
        top: 17px;
        left: 17px;
        display: block;
        width: 0;
        padding: 0;
        border: 5px solid transparent;
        border-top-color: #000;
    }
    .header__menu ul ul .submenu-button:after {
        border-width: 4px;
        left: 14px;
        top: 12px;
    }
    .header__menu .submenu-button.submenu-opened:after {
        top: 12px;
        border-top-color: transparent;
        border-bottom-color: #000;
    }
    .header__menu ul ul .submenu-button.submenu-opened:after {
        top: 10px;
    }
    .btn--mobile {
        display: inline;
    }
    .section--page-top {
        padding-top: 40px;
    }
    .section--page-bottom {
        padding-bottom: 40px;
    }
    .section__content--padding {
        padding: 50px 0;
    }
    .section__title {
        font-size: 28px;
    }
    .section__description {
        font-size: 14px;
        line-height: 26px;
    }
    .section__description--centered {
        width: 80%;
        padding: 0 0 40px 0;
    }
    .grid--2col .grid__item,
    .grid--3col .grid__item,
    .grid--4col .grid__item,
    .grid--5col .grid__item,
    .grid--6col .grid__item {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }
    .grid--3col .grid__item--x2,
    .grid--4col .grid__item--x3,
    .grid--5col .grid__item--x2,
    .grid--5col .grid__item--x3,
    .grid--5col .grid__item--x4,
    .grid--6col .grid__item--x2,
    .grid--6col .grid__item--x3,
    .grid--6col .grid__item--x4,
    .grid--6col .grid__item--x5 {
        width: 100%;
    }
    .grid--2col .grid__item--padding,
    .grid--3col .grid__item--x2.grid__item--padding,
    .grid--3col .grid__item.grid__item--padding,
    .grid--4col .grid__item--x3.grid__item--padding,
    .grid--4col .grid__item.grid__item--padding,
    .grid--5col .grid__item--x2.grid__item--padding,
    .grid--5col .grid__item--x3.grid__item--padding,
    .grid--5col .grid__item--x4.grid__item--padding,
    .grid--5col .grid__item.grid__item--padding,
    .grid--6col .grid__item--x2.grid__item--padding,
    .grid--6col .grid__item--x3.grid__item--padding,
    .grid--6col .grid__item--x4.grid__item--padding,
    .grid--6col .grid__item--x5.grid__item--padding,
    .grid--6col .grid__item.grid__item--padding {
        width: calc(100% - 21px * 2);
        padding: 20px;
    }
    .grid__title {
        font-size: 22px !important;
    }
    .grid__text {
        padding-bottom: 20px;
        line-height: 22px;
        font-size: 16px !important;
    }
    .footer .grid--4col .grid__item:nth-child(2) {
        margin-right: 10px;
    }
    .grid--cta .grid__text {
        padding-right: 40px;
    }
    .grid--cta .grid__more {
        font-size: 14px;
        padding: 14px 30px;
    }
    .grid--features .grid__title {
        font-size: 18px !important;
    }
    .grid--counters .grid__icon i {
        font-size: 40px;
        padding-bottom: 5px;
    }
    .grid--counters .grid__title {
        font-size: 30px !important;
    }
    .grid--counters .grid__text {
        font-size: 18px !important;
    }
    .grid--productfeatures .grid__title {
        font-size: 18px !important;
    }
    .grid--remote.grid--faq .grid__list li {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .footer {
        display: table-cell;
    }
    .footer__content {
        padding-top: 40px;
    }
    ul.grid__list--sicons {
        margin: 0;
    }
    ul.grid__list--fmenu li {
        display: block;
        float: left;
        margin: 0 20px 10px 0;
    }
    .footer__content .grid--4col .grid__item:nth-child(4) {
        float: inherit;
    }
    .intro {
        width: 100%;
        padding: 15% 0 0 0;
    }
    .intro__title {
        padding: 0 0 25px 0;
        font-size: 60px;
        line-height: 55px;
    }
    .intro__subtitle {
        font-size: 22px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }
    .intro__description {
        font-size: 16px;
        padding: 0 0 20px 0;
    }
    .intro__buttons {
        padding: 20px 0 0 0;
    }
    .btn {
        padding: 10px 30px;
        margin: 0 5px;
    }
    .btn--play {
        padding-right: 60px;
    }
    .intro-static{
        width: 90%;
        height: 42%;
        float: left;
        text-align: right;
        position: absolute;
        bottom: 0;
        left: 5%;
        z-index: 222;
    }
    .intro-animation {
        width: 90%;
        height: 35%;
        float: left;
        text-align: right;
        position: absolute;
        bottom: 0;
        left: 5%;
        z-index: 222;
    }
    .intro-animation img {
        border-radius: 20px;
        max-width: 100%;
    }

    svg.svg-intro-bottom {
        display: none;
    }
    svg.svg-intro-bottom2 {
        display: none;
    }
    .grid--about .grid__title {
        font-size: 28px;
        line-height: 36px;
    }
    .grid--about .grid__text {
        font-size: 16px;
        line-height: 24px;
    }
    .hiw-titles__slide {
        width: 33%;
        padding: 10px 0;
        margin: 0 0 10px 0;
    }
    .hiw-buttons button {
        margin-bottom: 10px;
    }
    .support__types {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none;
    }
    .testimonials {
        margin: 0;
        padding: 40px 0 40px 0;
    }
    .testimonials__slide {
        text-align: center;
        width: 100%;
        float: left;
    }
    .testimonials__text p {
        padding: 0 0 20px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .testimonials__source {
        font-weight: 700;
        font-size: 12px;
    }
    .testimonials__source a {
        padding: 0 5px;
    }
    .testimonials__list {
        padding: 50px 0;
    }
    .testimonials__list div:first-child {
        float: none;
    }
    .testimonials__list .testimonials__thumb {
        text-align: center;
    }
    .testimonials__list .testimonials__text {
        display: block;
        width: calc(100% - 80px);
    }
    .testimonials__list .testimonials__source a,
    .testimonials__list .testimonials__source h1,
    .testimonials__list .testimonials__source h2 {
        font-size: 13px;
        line-height: 20px;
        padding: 0 15px 0 0;
        text-align: right;
    }
    .testimonials__list .testimonials__thumb img {
        width: 80px;
        padding: 5px;
    }
    .section--gdpr a.btn--gdpr {
        font-size: 14px;
    }
    .faq__content p,
    .faq__label {
        font-size: 14px;
        padding: 15px;
    }
    .grid--gdprdocs {
        padding-bottom: 0;
    }
    .grid--gdprdocs .grid__item {
        width: 215px;
        height: 240px;
        margin: 10px;
    }
    .grid--gdprdocs .grid__icon i {
        height: 120px;
        line-height: 120px;
        font-size: 50px;
    }
    .grid--gdprdocs .grid__title {
        padding-top: 40px;
    }
    .section--boxed .section__content--padding {
        padding: 20px 35px;
    }
    .section--boxed .section__title {
        font-size: 22px;
    }
    .section--boxed .section__description {
        font-size: 14px;
        line-height: 20px;
    }
    .section--clients .grid__item {
        width: 50%;
    }
    .grid--contact {
        display: block;
    }
    .grid--contact .grid__title {
        line-height: 26px !important;
    }
    .grid--contact .grid__more {
        font-size: 18px;
    }
    .grid--contact .grid__item {
        margin-bottom: 0 !important;
    }
    .grid__form {
        width: 90%;
        padding: 0 5%;
        position: relative;
    }
    .form__submit {
        margin-top: 40px;
    }
    .svg-form-left {
        display: none;
    }
    .modal__wrapper {
        top: 5%;
        width: 90%;
        margin-left: -45%;
    }
    .modal__wrapper--image {
        top: 10%;
        left: 14%;
        width: 86%;
        bottom: auto;
        margin-left: -7%;
    }
    .modal__content.modal__content--visible {
        display: block;
    }
    .modal__notice {
        display: none;
    }
    .modal__ad {
        display: none;
    }
    .modal__form {
        width: 90%;
        height: 100%;
        display: block;
        padding: 20px 5%;
    }
    .modal__content--login .modal__form {
        float: none;
    }
    .modal__content--forgot,
    .modal__content--login,
    .modal__content--signup {
        background-color: #fff;
    }
    .modal__image {
        height: auto;
    }
    .modal__image img {
        max-width: 100%;
        max-height: auto;
    }
    .grid--features .grid__item {
        margin-right: 0;
        margin-bottom: 0;
        width: 90%;
        padding: 5%;
    }
    .grid--counters .grid__item {
        margin-right: 0;
        margin-bottom: 0;
        width: 90%;
        padding: 5%;
    }
    .grid--products .grid__item {
        margin-right: 0;
        width: 90%;
    }
    .grid--productfeatures .grid__item {
        margin-right: 0;
        width: 90%;
    }
    .grid--support .grid__item {
        margin-right: 0;
        margin-bottom: 0;
        width: 90%;
        padding: 5%;
    }
    .grid--support .grid__item.grid__item--padding {
        margin-right: 0;
        margin-bottom: 0;
        width: 90%;
        padding: 5%;
    }
    .hiw-content__slide {
        height: auto;
    }
    .hiw-content__slide pre {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }
    .section--cta {
        padding-bottom: 0;
    }
    .svg-cta-bottom {
        display: none;
    }
    .grid--cta {
        display: block;
    }
    .grid__title--cta {
        font-size: 36px;
    }
    .grid--cta .grid__item {
        width: 90%;
        padding: 0 5%;
    }
    .grid--cta .grid__more {
        padding: 20px 32px;
    }
    .bold-font span {
        font-weight: 700 !important;
    }
}
@media screen and (max-width: 600px) {
    .header__logo-title {
        width: 170px;
    }
    .intro__title {
        padding: 5% 0 10px 0;
        font-size: 30px;
        line-height: 34px;
    }
    .intro__subtitle {
        font-size: 14px;
        padding: 0 0 30px 0;
        line-height: 20px;
    }
    .intro__description {
        font-size: 12px;
    }
    .btn {
        padding: 8px 15px;
    }
    .btn--play {
        padding-right: 40px;
    }
    .grid--gdprdocs .grid__item {
        margin: 0 0 15px 0;
        width: 100%;
        height: 120px;
        border-bottom-width: 10px;
    }
    .grid--gdprdocs .grid__item .grid__icon {
        float: left;
    }
    .grid--gdprdocs .grid__icon i {
        width: 80px;
    }
}
div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}
.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto, helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
.table-fill {
    background: #fff;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}
th {
    color: #d5dde5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
th:first-child {
    border-top-left-radius: 3px;
}
th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}
tr {
    border-top: 1px solid #c1c3d1;
    color: #666b85;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:first-child {
    border-top: none;
}
tr:last-child {
    border-bottom: none;
}
tr:nth-child(odd) td {
    background: #ebebeb;
}
tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
td {
    background: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #c1c3d1;
}
td:last-child {
    border-right: 0;
}
th.text-left {
    text-align: left;
}
th.text-center {
    text-align: center;
}
th.text-right {
    text-align: right;
}
td.text-left {
    text-align: left;
}
td.text-center {
    text-align: center;
}
td.text-right {
    text-align: right;
}
div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}
.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto, helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
.table-fill {
    background: #fff;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 100%;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}
.pricing {
    max-width: 50%;
}
th {
    color: #d5dde5;
    background: #7d8ca9;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 22px;
    font-weight: 400;
    padding: 20px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
.th-pricing {
    background: #995d81;
}
th:first-child {
    border-top-left-radius: 3px;
}
th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}
tr {
    border-top: 1px solid #c1c3d1;
    color: #666b85;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:first-child {
    border-top: none;
}
tr:last-child {
    border-bottom: none;
}
tr:nth-child(odd) td {
    background: #ebebeb;
}
tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
td {
    background: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 17px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #c1c3d1;
}
td:last-child {
    border-right: 0;
}
th.text-left {
    text-align: left;
}
th.text-center {
    text-align: center;
}
th.text-right {
    text-align: right;
}
td.text-left {
    text-align: left;
}
td.text-center {
    text-align: center;
}
td.text-right {
    text-align: right;
}
.nobottompadding {
    padding-bottom: 0;
}
.notoppadding {
    padding-top: 0 !important;
}
.fw400 {
    font-weight: 400;
}
@media screen and (max-width: 1240px) {
    .footer__content--fix-width,
    .header__content--fix-width,
    .section__content--fix-width {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (max-width: 800px) {
    body {
        font-size: 14px;
    }
    p {
        line-height: 22px;
    }
    iframe {
        width: 85vw;
        height: 48vw;
        margin: 0 auto;
    }
    video {
        width: 85vw;
        height: 48vw;
        margin: 220px auto 0;
    }
    td {
        padding: 10px;
    }
    .bottom-padding-10px {
        padding-bottom: 10px;
    }
    .top-padding-10px {
        padding-top: 10px;
    }
    .pricing__plan {
        width: 100%;
        padding: 20px 0;
        margin: 0 0 10px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none;
    }
    .adjacent_buttons {
        margin: 10px 10px;
        display: inline;
    }
    .btn--teal-bg {
        padding-left: 30px;
        padding-right: 30px;
    }
}
