.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 1100px;
}
.container-narrow {
  max-width: 850px;
}
.flex {
  display: flex;
}
.flex .flex-grow {
  flex-grow: 1;
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -20px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
[class^="col-"],
[class*=" col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
  min-height: 1px;
}
.col-12 {
  width: 100%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.pad-v-half {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pad-v-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad-v-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-v-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pad-v-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pad-v-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pad-h-half {
  padding-left: 5px;
  padding-right: 5px;
}
.pad-h-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.pad-h-3 {
  padding-left: 30px;
  padding-right: 30px;
}
.pad-h-4 {
  padding-left: 40px;
  padding-right: 40px;
}
.pad-h-5 {
  padding-left: 50px;
  padding-right: 50px;
}
.pad-h-10 {
  padding-left: 100px;
  padding-right: 100px;
}
.pad-bottom-0 {
  padding-bottom: 0 !important;
}
.pad-bottom-2 {
  padding-bottom: 20px !important;
}
.pad-bottom-3 {
  padding-bottom: 30px !important;
}
.pad-bottom-5 {
  padding-bottom: 50px !important;
}
.pad-bottom-7 {
  padding-bottom: 70px !important;
}
.pad-bottom-10 {
  padding-bottom: 100px !important;
}
.pad-top-1 {
  padding-top: 10px;
}
.pad-top-2 {
  padding-top: 20px;
}
.pad-top-3 {
  padding-top: 30px;
}
.pad-top-5 {
  padding-top: 50px;
}
.pad-left-1 {
  padding-left: 10px;
}
.pad-left-5 {
  padding-left: 50px;
}
.push-0 {
  margin: 0;
}
.push-v-half {
  margin-top: 5px;
  margin-bottom: 5px;
}
.push-v-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.push-left-1 {
  margin-left: 10px;
}
.push-left-2 {
  margin-left: 20px;
}
.push-right-1 {
  margin-right: 10px;
}
.push-right-2 {
  margin-right: 20px;
}
.push-bottom-0 {
  margin-bottom: 0 !important;
}
.push-bottom-1 {
  margin-bottom: 10px !important;
}
.push-bottom-2 {
  margin-bottom: 20px !important;
}
.push-bottom-3 {
  margin-bottom: 30px !important;
}
.push-bottom-4 {
  margin-bottom: 40px !important;
}
.push-bottom-5 {
  margin-bottom: 50px;
}
.push-top-0 {
  margin-top: 0 !important;
}
.push-top-1 {
  margin-top: 10px !important;
}
.push-top-2 {
  margin-top: 20px !important;
}
.push-top-3 {
  margin-top: 30px !important;
}
.push-top-5 {
  margin-top: 50px;
}
.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.width-70 {
  width: 70%;
}
.width-100 {
  width: 100%;
}
.mv-380 {
  max-width: 380px;
}
.mv-400 {
  max-width: 400px;
}
.mv-430 {
  max-width: 430px;
}
.mv-450 {
  max-width: 450px;
}
@media (max-width: 1024px) {
  .col--sm-12 {
    width: 100%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .col--sm-8 {
    width: 66.66666667%;
  }
  .col--sm-7 {
    width: 58.33333333%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .col--sm-5 {
    width: 41.66666667%;
  }
  .col--sm-4 {
    width: 33.33333333%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .col--sm-2 {
    width: 16.66666667%;
  }
  .col--sm-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 768px) {
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .width-70 {
    width: 100%;
  }
  .push-xs-bottom-2 {
    margin-bottom: 20px;
  }
  .push-xs-bottom-3 {
    margin-bottom: 30px;
  }
  .push-xs-bottom-4 {
    margin-bottom: 40px;
  }
  .push-xs-bottom-5 {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .align-xxs-center {
    text-align: center;
  }
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3 {
    width: 100%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .push-xxs-bottom-2 {
    margin-bottom: 20px;
  }
  .push-xxs-bottom-3 {
    margin-bottom: 30px;
  }
  .push-xxs-bottom-4 {
    margin-bottom: 40px;
  }
  .push-xxs-bottom-5 {
    margin-bottom: 50px;
  }
}
.btn {
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #5C5757;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn.white {
  background-color: #fff;
}
.btn.white:hover {
  background-color: #f9f9f9;
}
.btn.fancy {
  color: #fff;
  background-image: linear-gradient(34deg, #FF7EB3 -30%, #FF758C 130%);
}
.btn.fancy:hover {
  background-image: linear-gradient(34deg, #FF7EB3 -30%, #FF758C 80%);
}
.btn.fb {
  background-color: #3b5998;
  color: #fff;
}
.btn.pink-text {
  color: #E671A1;
}
.btn.white-text {
  color: #FFF;
}
.btn.clean {
  background-color: transparent;
  box-shadow: none;
}
.btn.clean:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.btn.full-width {
  width: 100%;
}
.btn.lg {
  font-size: 18px;
  padding: 14px 50px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"],
input[type="password"],
.input {
  height: 40px;
  border: 1px solid #bbb;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
.input:focus {
  outline: none;
  border-color: #5c5757;
}
input[type="text"][disabled],
input[type="password"][disabled],
.input[disabled] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.form.form-rounded input[type="text"],
.form.form-rounded input[type="password"],
.form.form-rounded .input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form.form-outline input[type="text"],
.form.form-outline input[type="password"],
.form.form-outline .input {
  background: transparent;
}
.form.form-outline-white input[type="text"],
.form.form-outline-white input[type="password"],
.form.form-outline-white .input {
  border-color: #fff;
  color: #fff;
}
.field label {
  display: block;
}
.header {
  position: relative;
}
.header.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.header.hero:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(290deg, #ff7eb3, #ff758c);
  opacity: 0.9;
  z-index: 0;
}
.header.hero > div {
  z-index: 1;
  position: relative;
}
.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 100;
}
.header-menu .logo {
  padding: 13px 16px;
  padding-left: 0;
  display: inline-block;
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #f2f2f2;
  color: #5c5757;
  line-height: 1.5;
}
h1,
h2,
h3 {
  font-family: 'Playfair Display', serif;
}
h1.regular,
h2.regular,
h3.regular {
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 35px;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 19px;
}
a {
  cursor: pointer;
  color: #8F75CF;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.pink-text {
  color: #EB657C;
}
.white-text {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
ul {
  padding-left: 28px;
}
ul li {
  margin: 13px 0;
}
img {
  max-width: 100%;
}
.lh-1 {
  line-height: 1;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.relative {
  position: relative;
}
.block {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.shadow-1 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.page-content {
  min-height: 60vh;
}
footer {
  padding: 40px 0;
  background: #555151;
  color: #fff;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  margin: 5px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
.header-menu .log.in {
  display: none;
}
@media (min-width: 600px) {
  .welcome-head-row {
    display: flex;
    align-items: center;
  }
  .welcome-head-row > div {
    float: none;
  }
}
.prices {
  background-image: linear-gradient(39deg, #FF7EB3 0%, #FF758C 100%);
  color: #fff;
  max-width: 100%;
}
.prices > div {
  width: 100%;
  align-items: center;
}
@media (max-width: 1024px) {
  .prices > div {
    display: block;
    font-size: 0;
  }
  .prices > div .price-column {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
  }
  .prices > div .price-column:first-child {
    width: 100%;
  }
  .prices > div .price-column:nth-child(2):before {
    display: none;
  }
}
@media (max-width: 768px) {
  .prices > div .price-column {
    width: 100%;
  }
  .prices > div .price-column:not(:first-child):before {
    display: block;
    border-left: none;
    border-top: 1px solid #fff;
    left: 30px;
    right: 30px;
    top: 0;
    bottom: auto;
  }
}
.prices .price-column {
  width: 33.33333333%;
  padding: 35px 20px;
  flex-grow: 1;
  text-align: center;
  line-height: 1;
  position: relative;
}
.prices .price-column:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 0;
  border-left: 1px solid #fff;
}
.prices .package-name {
  font-size: 30px;
  margin-bottom: 15px;
}
.package-price {
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -ms-transform: translateX(24px);
  -o-transform: translateX(24px);
  transform: translateX(24px);
  white-space: nowrap;
  margin-bottom: 15px;
}
.package-price .price {
  display: inline-block;
  font-size: 45px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  position: relative;
}
.package-price span {
  font-size: 16px;
  font-weight: 400;
}
.package-head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
}
.package-head.purple {
  background-color: #fff;
  background-image: linear-gradient(111deg, rgba(48, 35, 174, 0.7), rgba(201, 109, 216, 0.7));
}
.package-head .name {
  font-size: 25px;
  font-weight: 700;
}
.package-head .package-price {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  margin-bottom: 0;
}
.package-head img {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 160px;
}
.login-form {
  color: #5c5757;
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.login-form input[type="text"],
.login-form input[type="password"],
.login-form .input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #bbb;
  padding: 8px 3px;
  height: auto;
}
.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus,
.login-form .input:focus {
  border-color: #5c5757;
}
.login-form label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6b6b6b;
}
.login-form .login-head {
  align-items: center;
}
.login-form .login-tabs {
  font-size: 14px;
}
.login-form .login-tabs a {
  text-transform: uppercase;
  display: inline-block;
  color: #5c5757;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.login-form .login-tabs a.active {
  font-weight: 700;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.login-form .error {
  border-left: 2px solid #EB657C;
  padding: 5px 10px;
  margin: 5px 0;
}
.ribbon {
  position: absolute;
  top: 20px;
  left: 0;
}
.ribbon span {
  display: block;
  background-image: linear-gradient(296deg, #ff7eb3, #ff758c);
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
