.page .svg-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: inherit;
  height: 100%; }
  .page .svg-header-inner .header {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .page .svg-header-inner .header h1 {
      font-size: 55px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 65px; }
.page .header-footer {
  height: 75px;
  width: 100%;
  background-color: #F1F1F1; }
@media (max-width: 767px) {
  .page .svg-container {
    min-height: 200px; }
  .page .svg-header-inner {
    height: 200px; }
    .page .svg-header-inner .header {
      min-height: auto; }
      .page .svg-header-inner .header h1 {
        font-size: 35px; }
  .page .header-footer {
    height: 35px; } }
@media (min-width: 767px) {
  .page .svg-container {
    min-height: 350px; }
  .page .svg-header-inner {
    height: 350px; } }
@media (min-width: 1024px) {
  .page .svg-container {
    min-height: 350px; }
  .page .svg-header-inner {
    height: 350px; } }
@media (min-width: 1280px) {
  .page .svg-container {
    min-height: 450px; }
  .page .svg-header-inner {
    height: 450px; } }
.page .content {
  padding-top: 75px;
  padding-bottom: 75px; }
@media (max-width: 767px) {
  .page .content {
    padding-top: 0px;
    padding-bottom: 35px; } }

/*@media (min-width:$tabletscreen){
  $spacebetweenblocks: 175px;
}

@media (min-width:$SDscreen){
  $spacebetweenblocks: 316px;
}

@media (min-width:$HDscreen){
  $spacebetweenblocks: 300px;
}*/
/*@media (min-width:$mobilescreen) {
  .container {
    width: 207px;
  }
}

@media (min-width:$tabletscreen) {
  .container {
    width: 666px;
  }
}

@media (min-width:$SDscreen) {
  .container {
    width: 937px;
  }
}


@media (min-width:$HDscreen) {
  .container {
    width: 1260px;
  }
}*/
body {
  font-family: SourceSansPro_light;
  background-color: white; }

@media (max-width: 767px) {
  body {
    font-size: 12px; } }
@media (min-width: 767px) {
  body {
    font-size: 12px; } }
@media (min-width: 1024px) {
  body {
    font-size: 15px; } }
@media (min-width: 1280px) {
  body {
    font-size: 20px; } }
@font-face {
  font-family: Gotham_medium;
  src: url("../fonts/gotham/Gotham-Medium.otf"); }
@font-face {
  font-family: Gotham_book;
  src: url("../fonts/gotham/Gotham-Book.otf"); }
@font-face {
  font-family: Gotham_bold;
  src: url("../fonts/gotham/Gotham-Bold.otf"); }
@font-face {
  font-family: SourceSansPro_light;
  src: url("../font/Source_Sans_Pro/SourceSansPro-Light.ttf"); }
@font-face {
  font-family: SourceSansPro_regular;
  src: url("../font/Source_Sans_Pro/SourceSansPro-Regular.ttf"); }
.svg-header-inner {
  position: absolute;
  top: 0;
  width: 100%; }

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden; }

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 767px) {
  .svg-container {
    min-height: 500px; } }
@media (min-width: 767px) {
  .svg-container {
    min-height: 600px; } }
@media (min-width: 1024px) {
  .svg-container {
    min-height: 1000px; } }
@media (min-width: 1280px) {
  .svg-container {
    min-height: 1100px; } }
.navbar-default {
  margin-bottom: 0; }
  .navbar-default .navbar-nav .navbar-btn {
    margin-left: 12.5px;
    margin-right: 12.5px; }
  .navbar-default .navbar-nav .navbar-btn:last-child {
    margin-right: 0; }
  .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
    text-decoration: underline; }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: 0; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white; }

@media (max-width: 767px) {
  .navbar-default {
    margin-top: 0px; }
    .navbar-default .navbar-header .navbar-toggle {
      margin-top: 11.5px;
      margin-bottom: 6.5px; }
    .navbar-default .navbar-header .btn-login {
      float: right;
      width: 49.7px;
      height: 17.3px;
      border-radius: 12.6px;
      margin-right: 20px;
      font-size: 7px;
      padding: 3.5px;
      margin-top: 20px;
      margin-bottom: 13px;
      font-family: Gotham_book; }
    .navbar-default .navbar-header .navbar-brand {
      height: 50px;
      padding: 17px 25px; }
      .navbar-default .navbar-header .navbar-brand img {
        width: 60px; }
    .navbar-default .navbar-collapse {
      border: none;
      background-color: #ff8839; }
      .navbar-default .navbar-collapse .navbar-nav {
        margin: 0;
        flex-direction: row;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center; }
        .navbar-default .navbar-collapse .navbar-nav .navbar-btn {
          width: 49.7px;
          height: 17.3px;
          border-radius: 12.6px;
          font-size: 12px;
          margin-top: 10px;
          margin-bottom: 0px;
          margin-right: 20px; }
        .navbar-default .navbar-collapse .navbar-nav .navbar-btn:last-child {
          margin-right: 0; }
        .navbar-default .navbar-collapse .navbar-nav li a,
        .navbar-default .navbar-collapse .navbar-nav button {
          padding-top: 5px;
          padding-bottom: 5px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #ffffff;
          font-size: 12px; } }
@media (min-width: 767px) {
  .navbar-default {
    margin-top: 25px; }
    .navbar-default .navbar-brand {
      padding: 14px 25px; }
      .navbar-default .navbar-brand img {
        width: 110px; }
    .navbar-default .navbar-nav .navbar-btn {
      width: 124.2px;
      height: 43.3px;
      border-radius: 31.6px;
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 12.5px;
      margin-right: 12.5px; }
    .navbar-default .navbar-nav .navbar-btn:last-child {
      margin-right: 0; }
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav button {
      font-size: 15px; } }
@media (min-width: 1024px) {
  .navbar-default {
    margin-top: 45px; }
    .navbar-default .navbar-brand {
      padding: 14px 25px; }
      .navbar-default .navbar-brand img {
        width: 130px; }
    .navbar-default .navbar-nav .navbar-btn {
      width: 155.2px;
      height: 54.1px;
      border-radius: 39.5px;
      font-size: 15px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav button {
      font-size: 15px; } }
@media (min-width: 1280px) {
  .navbar-default {
    margin-top: 45px;
    background-color: transparent;
    border-color: transparent; }
    .navbar-default .navbar-brand {
      padding: 7px 25px; }
      .navbar-default .navbar-brand img {
        width: 190px; }
    .navbar-default .navbar-nav .navbar-btn {
      margin-right: 12.5px;
      margin-left: 12.5px; }
    .navbar-default .navbar-nav .navbar-btn:last-child {
      margin-right: 0; }
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav button {
      font-family: Gotham_book;
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff; } }
.header {
  padding-top: 80px;
  color: white; }
  .header h1 {
    text-transform: uppercase;
    font-family: Gotham_book;
    font-size: 65px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px; }
  .header p.legend {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 33px; }
  .header button {
    margin-bottom: 33px;
    width: 332px;
    height: 66px;
    border-radius: 39.5px;
    background-color: #81e1b5;
    font-size: 25px; }
  .header p.integrations {
    margin-bottom: 25px; }
  .header .integrations-table .integrations-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .header .integrations-table .integrations-row img {
      margin-right: 20px;
      max-width: none;
      max-height: none; }
  .header .header-icon-wrapper .header-icon {
    position: absolute;
    right: 0; }

@media (max-width: 767px) {
  .header {
    min-height: 540px;
    padding-top: 7px;
    text-align: center; }
    .header h1 {
      font-size: 15px;
      margin-bottom: 15px; }
    .header p.legend {
      font-size: 12px;
      margin-bottom: 25px; }
    .header button {
      margin-bottom: 10px;
      width: 139.2px;
      height: 27.8px;
      border-radius: 19.8px;
      font-size: 12px; }
    .header p.integrations {
      margin-bottom: 10px;
      font-size: 8px; }
    .header .integrations-table .integrations-row {
      justify-content: center;
      margin-bottom: 8px; }
      .header .integrations-table .integrations-row img {
        margin-right: 8px;
        max-width: 60px;
        max-height: 12px; }
    .header .header-icon-wrapper .header-icon {
      top: -30px; } }
@media (min-width: 767px) {
  .header {
    padding-top: 10px; }
    .header h1 {
      font-size: 25px; }
    .header p.legend {
      font-size: 15px;
      margin-bottom: 20px; }
    .header button {
      margin-bottom: 20px;
      width: 173px;
      height: 42.9px;
      border-radius: 25.6px;
      font-size: 15px; }
    .header p.integrations {
      margin-bottom: 20px; }
    .header .integrations-table .integrations-row {
      margin-bottom: 15px; }
      .header .integrations-table .integrations-row img {
        margin-right: 15px;
        max-width: 100px;
        max-height: 25px; }
    .header .header-icon-wrapper .header-icon {
      top: -120px;
      width: 446px; } }
@media (min-width: 1024px) {
  .header {
    padding-top: 70px; }
    .header h1 {
      font-size: 45px; }
    .header p.legend {
      font-size: 20px;
      margin-bottom: 40px; }
    .header button {
      margin-bottom: 30px;
      width: 332.1px;
      height: 66.2px;
      border-radius: 39.5px;
      font-size: 20px; }
    .header p.integrations {
      margin-bottom: 30px; }
    .header .integrations-table .integrations-row {
      margin-bottom: 15px; }
      .header .integrations-table .integrations-row img {
        margin-right: 15px; }
    .header .header-icon-wrapper .header-icon {
      top: -100px;
      width: 610px;
      right: 35px; } }
@media (min-width: 1280px) {
  .header {
    padding-top: 70px; }
    .header h1 {
      font-size: 45px; }
    .header p.legend {
      font-size: 20px;
      margin-bottom: 40px; }
    .header button {
      margin-bottom: 30px; }
    .header button {
      margin-bottom: 20px;
      width: 332.1px;
      height: 66.2px;
      border-radius: 39.5px;
      font-size: 25px; }
    .header p.integrations {
      margin-bottom: 30px; }
    .header .integrations-table .integrations-row {
      margin-bottom: 15px; }
      .header .integrations-table .integrations-row img {
        margin-right: 15px;
        max-width: 122px;
        max-height: none; }
    .header .header-icon-wrapper .header-icon {
      top: -200px;
      right: 35px;
      width: 774px; } }
.features {
  margin-bottom: 300px;
  color: #6d6d6d;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row; }
  .features .feature {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column; }
    .features .feature .feature-title {
      margin-top: 0;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center; }
    .features .feature p {
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      margin-bottom: 0; }

@media (max-width: 767px) {
  .features {
    margin-bottom: 110px;
    flex-direction: column;
    align-items: center; }
    .features .feature {
      width: 60%;
      flex: 0 1 auto; }
      .features .feature h2 {
        font-size: 15px;
        margin-bottom: 10px; }
      .features .feature .feature-image-wrapper {
        min-height: 109px;
        margin-bottom: 40px; }
        .features .feature .feature-image-wrapper .feature-image-manage {
          width: 156px;
          height: 100px; }
        .features .feature .feature-image-wrapper .feature-image-connect {
          width: 174px;
          height: 104px; }
        .features .feature .feature-image-wrapper .feature-image-distribute {
          width: 155px;
          height: 109px; }
      .features .feature p {
        font-size: 12px; }
    .features .feature:not(:last-child) {
      margin-bottom: 60px; } }
@media (min-width: 767px) {
  .features .feature {
    flex: 0 1 172px; }
    .features .feature h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .features .feature .feature-image-wrapper {
      min-height: 109px;
      margin-bottom: 37px; }
      .features .feature .feature-image-wrapper .feature-image-manage {
        width: 156px;
        height: 100px; }
      .features .feature .feature-image-wrapper .feature-image-connect {
        width: 174px;
        height: 104px; }
      .features .feature .feature-image-wrapper .feature-image-distribute {
        width: 155px;
        height: 109px; }
    .features .feature p {
      font-size: 12px; } }
@media (min-width: 1024px) {
  .features .feature {
    flex: 0 1 243px; }
    .features .feature h2 {
      font-size: 25px;
      margin-bottom: 2px; }
    .features .feature .feature-image-wrapper {
      min-height: 154px;
      margin-bottom: 57px; }
      .features .feature .feature-image-wrapper .feature-image-manage {
        width: 220px;
        height: 141px; }
      .features .feature .feature-image-wrapper .feature-image-connect {
        width: 245px;
        height: 145px; }
      .features .feature .feature-image-wrapper .feature-image-distribute {
        width: 218px;
        height: 154px; }
    .features .feature p {
      font-size: 15px; } }
@media (min-width: 1280px) {
  .features .feature {
    flex: 0 1 320px; }
    .features .feature h2 {
      font-size: 35px;
      margin-bottom: 15px; }
    .features .feature .feature-image-wrapper {
      min-height: 202px;
      margin-bottom: 57px; }
      .features .feature .feature-image-wrapper .feature-image-manage {
        width: 289px;
        height: 186px; }
      .features .feature .feature-image-wrapper .feature-image-connect {
        width: 321px;
        height: 191px; }
      .features .feature .feature-image-wrapper .feature-image-distribute {
        width: 286px;
        height: 202px; }
    .features .feature p {
      font-size: 20px; } }
.marketting {
  color: #6d6d6d;
  display: flex;
  align-items: center; }
  .marketting .marketting-content .marketting-title {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #6d6d6d;
    margin-top: 0; }
  .marketting .marketting-content p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal; }
  .marketting .marketting-content button {
    background-image: linear-gradient(66deg, #f8ab64, #fd9d60); }

@media (min-width: 767px) {
  .marketting {
    margin-bottom: 300px;
    height: 410px; }
    .marketting .marketting-content {
      width: 50%;
      max-width: 540px; }
      .marketting .marketting-content .marketting-title {
        font-size: 35px;
        margin-bottom: 30px; }
      .marketting .marketting-content p {
        margin-bottom: 0px;
        font-size: 15px; }
      .marketting .marketting-content button {
        width: 275.6px;
        height: 51.3px;
        border-radius: 83.5px;
        font-size: 15px; }

  .marketting:before {
    content: "";
    position: absolute;
    width: 100%;
    height: inherit;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain; }

  .marketting-right:before {
    left: 0;
    background-position: left; }

  .marketting-left:before {
    right: 0;
    background-position: right; }

  .marketting-connect:before {
    background-image: url("../../img/homepage/v2/marketting-connect.png"); }

  .marketting-distribute:before {
    background-image: url("../../img/homepage/v2/marketting-distribute.png"); }

  .marketting-profit:before {
    background-image: url("../../img/homepage/v2/marketting-profit.png"); }

  .marketting-right {
    text-align: left;
    justify-content: flex-end; }

  .marketting-left {
    text-align: right; } }
@media (min-width: 1024px) {
  .marketting {
    height: 410px; }
    .marketting .marketting-content {
      width: 50%;
      max-width: 540px; }
      .marketting .marketting-content .marketting-title {
        font-size: 35px;
        margin-bottom: 30px; }
      .marketting .marketting-content p {
        margin-bottom: 45px;
        font-size: 15px; }
      .marketting .marketting-content button {
        width: 275.6px;
        height: 51.3px;
        border-radius: 83.5px;
        font-size: 15px; } }
@media (min-width: 1280px) {
  .marketting {
    height: 560px; }
    .marketting .marketting-content {
      width: 50%;
      max-width: 540px; }
      .marketting .marketting-content .marketting-title {
        font-size: 50px;
        margin-bottom: 30px; }
      .marketting .marketting-content p {
        margin-bottom: 65px;
        font-size: 25px; }
      .marketting .marketting-content button {
        width: 250.1px;
        height: 69.5px;
        border-radius: 83.5px;
        font-size: 20px; } }
@media (max-width: 1024px) {
  .marketting {
    height: auto;
    margin-bottom: 90px; }
    .marketting .marketting-content {
      width: auto;
      max-width: none; }

  .markettings {
    margin-bottom: 170px; }
    .markettings .marketting-connect img,
    .markettings .marketting-distribute img,
    .markettings .marketting-profit img {
      width: 428px;
      height: 269px;
      margin-bottom: 56px; }
    .markettings .marketting-content .marketting-title {
      font-size: 30px;
      margin-bottom: 30px; }
    .markettings p {
      font-size: 15px;
      margin-bottom: 0; }
    .markettings button {
      width: 275.6px;
      height: 51.3px;
      border-radius: 83.5px;
      background-image: linear-gradient(74deg, #f8ab64, #fd9d60);
      font-size: 15px;
      line-height: 1; } }
@media (max-width: 767px) {
  .marketting {
    height: auto;
    margin-bottom: 60px; }
    .marketting .marketting-content {
      width: auto;
      max-width: none; }

  .markettings {
    margin-bottom: 90px; }
    .markettings .marketting-connect img,
    .markettings .marketting-distribute img,
    .markettings .marketting-profit img {
      width: 100%;
      max-width: 250px;
      height: auto;
      border-radius: 3.2px;
      margin-bottom: 35px; }
    .markettings .marketting-content .marketting-title {
      font-size: 15px;
      margin-bottom: 30px; }
    .markettings p {
      font-size: 15px;
      margin-bottom: 0; }
    .markettings button {
      width: 137.8px;
      height: 25.7px;
      border-radius: 41.8px;
      background-image: linear-gradient(74deg, #f8ab64, #fd9d60);
      font-size: 12px; } }
.carousel-hp .carousel-orb .carousel-control {
  background-color: transparent;
  background-image: none;
  opacity: 0.8; }
  .carousel-hp .carousel-orb .carousel-control .icon-prev,
  .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-left {
    left: 0;
    position: absolute;
    top: 40%; }
  .carousel-hp .carousel-orb .carousel-control .icon-next,
  .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-right {
    right: 0;
    position: absolute;
    top: 40%; }
.carousel-hp .carousel-orb .carousel-item {
  text-align: center; }
  .carousel-hp .carousel-orb .carousel-item .carousel-title {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.0;
    letter-spacing: normal;
    color: #6d6d6d;
    font-style: italic; }
  .carousel-hp .carousel-orb .carousel-item img {
    border-radius: 100%; }
.carousel-hp .carousel-orb p {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .carousel-hp {
    margin-bottom: 45px; }
    .carousel-hp .carousel-orb .carousel-control .icon-prev,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-left,
    .carousel-hp .carousel-orb .carousel-control .icon-next,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-right {
      width: 7.1px;
      height: 12.9px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-author {
      margin-bottom: 30px; }
      .carousel-hp .carousel-orb .carousel-item .carousel-author img {
        width: 82px;
        height: 82px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-title {
      margin-bottom: 20px;
      font-size: 12px; }
    .carousel-hp .carousel-orb .carousel-item p {
      font-size: 12px; } }
@media (min-width: 767px) {
  .carousel-hp {
    margin-bottom: 45px; }
    .carousel-hp .carousel-orb .carousel-control .icon-prev,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-left,
    .carousel-hp .carousel-orb .carousel-control .icon-next,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-right {
      width: 18px;
      height: 32.9px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-author {
      margin-bottom: 35px; }
      .carousel-hp .carousel-orb .carousel-item .carousel-author img {
        width: 165px;
        height: 165px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-title {
      margin-bottom: 20px;
      font-size: 25px; }
    .carousel-hp .carousel-orb .carousel-item p {
      font-size: 12px; } }
@media (min-width: 1024px) {
  .carousel-hp {
    margin-bottom: 45px; }
    .carousel-hp .carousel-orb .carousel-control .icon-prev,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-left,
    .carousel-hp .carousel-orb .carousel-control .icon-next,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-right {
      width: 23.8px;
      height: 43.6px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-author {
      margin-bottom: 60px; }
      .carousel-hp .carousel-orb .carousel-item .carousel-author img {
        width: 218px;
        height: 218px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-title {
      margin-bottom: 40px;
      font-size: 35px; }
    .carousel-hp .carousel-orb .carousel-item p {
      font-size: 15px; } }
@media (min-width: 1280px) {
  .carousel-hp {
    margin-bottom: 45px; }
    .carousel-hp .carousel-orb .carousel-control .icon-prev,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-left,
    .carousel-hp .carousel-orb .carousel-control .icon-next,
    .carousel-hp .carousel-orb .carousel-control .glyphicon-chevron-right {
      width: 23.8px;
      height: 43.6px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-author {
      margin-bottom: 60px; }
      .carousel-hp .carousel-orb .carousel-item .carousel-author img {
        width: 270px;
        height: 270px; }
    .carousel-hp .carousel-orb .carousel-item .carousel-title {
      margin-bottom: 60px;
      font-size: 45px; }
    .carousel-hp .carousel-orb .carousel-item p {
      font-size: 25px; } }
.plan-bckg {
  width: 100%; }

.plans {
  background-color: #f1f1f1;
  color: #6d6d6d; }
  .plans .plans-title {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center; }
  .plans .plans-title-with-subtitles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .plans .plans-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; }
    .plans .plans-grid .plan {
      border-radius: 8px;
      text-align: center;
      background-color: white; }
      .plans .plans-grid .plan .plan-header {
        border-radius: 8px 8px 0px 0px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center; }
        .plans .plans-grid .plan .plan-header h3 {
          margin: 0; }
      .plans .plans-grid .plan .svg-wrapper {
        position: relative; }
        .plans .plans-grid .plan .svg-wrapper .svg {
          width: 100%; }
        .plans .plans-grid .plan .svg-wrapper .plan-finance {
          color: white;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 25%;
          width: 50%; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-limit,
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-bill {
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff; }
        .plans .plans-grid .plan .svg-wrapper .plan-finance-full-width {
          left: 0;
          width: 100%; }
      .plans .plans-grid .plan .plan-features ul {
        list-style-type: none;
        padding: 0; }
        .plans .plans-grid .plan .plan-features ul li {
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: normal;
          text-align: center;
          color: #6d6d6d; }
    .plans .plans-grid .plan-main,
    .plans .plans-grid .carousel-plans-item.active > .plan {
      margin-top: 0px; }
    .plans .plans-grid .plan-green .plan-header {
      background-color: #80D298; }
    .plans .plans-grid .plan-green .plan-features ul li.plan-features-properties {
      color: #7fe999; }
    .plans .plans-grid .plan-orange .plan-header {
      background-color: #f09a59; }
    .plans .plans-grid .plan-orange .plan-features ul li.plan-features-properties {
      color: #f89150; }
    .plans .plans-grid .plan-red .plan-header {
      background-color: #df6d6d; }
    .plans .plans-grid .plan-red .plan-features ul li.plan-features-properties {
      color: #eb5d62; }
    .plans .plans-grid .plan-gold .plan-header {
      background-color: #f1cc75; }
    .plans .plans-grid .plan-gold .plan-features ul li.plan-features-properties {
      color: #f1d775; }
    .plans .plans-grid .plan-blue .plan-header {
      background-color: #6f72e8; }
    .plans .plans-grid .plan-blue .plan-features ul li.plan-features-properties {
      color: #7589f0; }

@media (max-width: 767px) {
  .plans {
    padding-bottom: 100px; }
    .plans .plans-title {
      font-size: 15px;
      margin-bottom: 40px;
      margin-top: 40px; }
    .plans .plans-grid {
      flex-direction: column;
      margin-bottom: 30px;
      align-items: center; }
      .plans .plans-grid .plan:first-child {
        margin-top: 0; }
      .plans .plans-grid .plan {
        margin-top: 50px;
        width: 100%;
        max-width: 195px;
        padding-bottom: 25px; }
        .plans .plans-grid .plan .plan-header {
          font-size: 15px;
          line-height: 2.37;
          height: 40px; }
        .plans .plans-grid .plan .svg-wrapper {
          margin-bottom: 30px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-price {
            font-size: 40px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-call {
            font-size: 20px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-string {
            margin-top: 25px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-limit,
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-bill {
            font-size: 12px; }
        .plans .plans-grid .plan .plan-features {
          height: auto; }
          .plans .plans-grid .plan .plan-features ul {
            margin-bottom: 80px; }
            .plans .plans-grid .plan .plan-features ul li {
              font-size: 12px;
              line-height: 1.75; }
        .plans .plans-grid .plan button {
          width: 80%;
          height: 35px;
          border-radius: 70px;
          font-size: 12px; }
      .plans .plans-grid .carousel-plans-item > .plan {
        width: 100%; }
        .plans .plans-grid .carousel-plans-item > .plan .plan-header {
          height: 50px; }
        .plans .plans-grid .carousel-plans-item > .plan .plan-features {
          height: auto; } }
@media (min-width: 767px) {
  .plans {
    padding-bottom: 100px; }
    .plans .plans-title {
      font-size: 15px;
      margin-bottom: 35px;
      margin-top: 50px; }
    .plans .plans-grid {
      margin-bottom: 30px; }
      .plans .plans-grid .plan {
        margin-top: 10px;
        width: 180px;
        padding-bottom: 25px; }
        .plans .plans-grid .plan .plan-header {
          font-size: 15px;
          line-height: 2.37;
          height: 45px; }
        .plans .plans-grid .plan .svg-wrapper {
          margin-bottom: 20px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-price {
            font-size: 45px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-call {
            font-size: 20px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-string {
            margin-top: 25px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-limit,
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-bill {
            font-size: 12px; }
        .plans .plans-grid .plan .plan-features {
          height: 325px; }
          .plans .plans-grid .plan .plan-features ul {
            margin-bottom: 50px; }
            .plans .plans-grid .plan .plan-features ul li {
              font-size: 12px;
              line-height: 1.75; }
        .plans .plans-grid .plan button {
          width: 130px;
          height: 35px;
          border-radius: 70px;
          font-size: 12px; }
      .plans .plans-grid .plan-main,
      .plans .plans-grid .carousel-plans-item.active > .plan {
        width: 190px;
        margin-top: 0px; }
        .plans .plans-grid .plan-main .plan-header,
        .plans .plans-grid .carousel-plans-item.active > .plan .plan-header {
          height: 50px; }
        .plans .plans-grid .plan-main .plan-features,
        .plans .plans-grid .carousel-plans-item.active > .plan .plan-features {
          height: 340px; } }
@media (min-width: 1024px) {
  .plans {
    padding-bottom: 80px; }
    .plans .plans-title {
      font-size: 25px;
      margin-bottom: 50px;
      margin-top: 60px; }
    .plans .plans-grid {
      margin-bottom: 40px; }
      .plans .plans-grid .plan {
        margin-top: 15px;
        width: 260px;
        padding-bottom: 35px; }
        .plans .plans-grid .plan .plan-header {
          font-size: 25px;
          line-height: 2.37;
          height: 60px; }
        .plans .plans-grid .plan .svg-wrapper {
          margin-bottom: 30px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-price {
            font-size: 65px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-call {
            font-size: 40px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-string {
            margin-top: 25px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-limit,
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-bill {
            font-size: 12px; }
        .plans .plans-grid .plan .plan-features {
          height: 400px; }
          .plans .plans-grid .plan .plan-features ul {
            margin-bottom: 120px; }
            .plans .plans-grid .plan .plan-features ul li {
              font-size: 12px;
              line-height: 2.0; }
        .plans .plans-grid .plan button {
          width: 190px;
          height: 50px;
          border-radius: 100px;
          font-size: 15px; }
      .plans .plans-grid .plan-main,
      .plans .plans-grid .carousel-plans-item.active > .plan {
        width: 280px;
        margin-top: 0px; }
        .plans .plans-grid .plan-main .plan-header,
        .plans .plans-grid .carousel-plans-item.active > .plan .plan-header {
          height: 70px; }
        .plans .plans-grid .plan-main .plan-features,
        .plans .plans-grid .carousel-plans-item.active > .plan .plan-features {
          height: 415px; } }
@media (min-width: 1280px) {
  .plans {
    padding-bottom: 80px; }
    .plans .plans-title {
      font-size: 35px;
      margin-bottom: 100px;
      margin-top: 50px; }
    .plans .plans-grid {
      margin-bottom: 65px; }
      .plans .plans-grid .plan {
        margin-top: 15px;
        width: 320px;
        padding-bottom: 40px; }
        .plans .plans-grid .plan .plan-header {
          font-size: 25px;
          line-height: 2.37;
          height: 60px; }
        .plans .plans-grid .plan .svg-wrapper {
          margin-bottom: 70px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-price {
            font-size: 65px; }
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-limit,
          .plans .plans-grid .plan .svg-wrapper .plan-finance .plan-finance-bill {
            font-size: 15px; }
        .plans .plans-grid .plan .plan-features {
          height: 450px; }
          .plans .plans-grid .plan .plan-features ul {
            margin-bottom: 90px; }
            .plans .plans-grid .plan .plan-features ul li {
              font-size: 15px;
              line-height: 2.1; }
        .plans .plans-grid .plan button {
          width: 230px;
          height: 60px;
          border-radius: 100px;
          font-size: 20px; }
      .plans .plans-grid .plan-main,
      .plans .plans-grid .carousel-plans-item.active > .plan {
        width: 340px;
        margin-top: 0px; }
        .plans .plans-grid .plan-main .plan-header,
        .plans .plans-grid .carousel-plans-item.active > .plan .plan-header {
          height: 70px; }
        .plans .plans-grid .plan-main .plan-features,
        .plans .plans-grid .carousel-plans-item.active > .plan .plan-features {
          height: 465px; } }
.carousel-plans {
  align-items: center !important;
  padding-left: 35px;
  padding-right: 35px;
  position: relative; }
  .carousel-plans .carousel-plans-previous,
  .carousel-plans .carousel-plans-next {
    position: absolute;
    filter: brightness(0) invert(1); }
  .carousel-plans .carousel-plans-previous {
    left: 0; }
  .carousel-plans .carousel-plans-next {
    right: 0; }
  .carousel-plans .carousel-plans-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden; }
    .carousel-plans .carousel-plans-inner .carousel-plans-item {
      flex: 1 0 33.3%; }
      .carousel-plans .carousel-plans-inner .carousel-plans-item > div.plan {
        margin: 0 auto; }

@media (max-width: 767px) {
  .carousel-plans {
    align-items: flex-start;
    padding-left: 0px;
    padding-right: 0px; }
    .carousel-plans .carousel-plans-previous,
    .carousel-plans .carousel-plans-next {
      display: none; }
    .carousel-plans .carousel-plans-inner {
      display: block;
      overflow: auto; }
      .carousel-plans .carousel-plans-inner .carousel-plans-item {
        flex: 1 0 100%;
        margin-top: 50px;
        margin-left: 0% !important;
        opacity: 1 !important; } }
.pre-footer {
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  position: relative; }
  .pre-footer .pre-footer-bckg {
    width: 100%; }

@media (max-width: 767px) {
  .pre-footer .container .logo {
    height: 33px; } }
@media (min-width: 767px) {
  .pre-footer .container {
    margin-top: -34px; }
    .pre-footer .container .logo {
      height: 33px; } }
@media (min-width: 1024px) {
  .pre-footer .container {
    margin-top: -48px; }
    .pre-footer .container .logo {
      height: 47px; } }
@media (min-width: 1280px) {
  .pre-footer .container {
    margin-top: -61px; }
    .pre-footer .container .logo {
      height: 60px; } }
.footer {
  color: #ffffff; }
  .footer .footer-lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .footer .footer-lists .footer-list ul {
      list-style-type: none;
      padding: 0; }
      .footer .footer-lists .footer-list ul li {
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #ffffff; }
      .footer .footer-lists .footer-list ul li.title {
        text-transform: uppercase; }
      .footer .footer-lists .footer-list ul li > a {
        color: #ffffff; }

@media (max-width: 767px) {
  .footer {
    padding-top: 35px; }
    .footer .certification-list {
      display: flex;
      align-items: center;
      width: 70%;
      justify-content: space-between;
      margin: 0px auto 35px auto; }
      .footer .certification-list img {
        height: 30px;
        width: auto; }
      .footer .certification-list img:first-child {
        margin-right: 0px; } }
@media (min-width: 767px) {
  .footer {
    padding-top: 35px; }
    .footer .footer-lists {
      margin-bottom: 40px; }
      .footer .footer-lists .footer-list ul li {
        font-size: 11px; }
      .footer .footer-lists .footer-list ul li.title {
        margin-bottom: 10px;
        font-size: 14px; }
      .footer .footer-lists .footer-list ul li > a {
        line-height: 1.6; }
    .footer .certification-list {
      margin-bottom: 35px; }
      .footer .certification-list img {
        width: 60px; }
      .footer .certification-list img:first-child {
        margin-right: 40px; } }
@media (min-width: 1024px) {
  .footer {
    padding-top: 60px; }
    .footer .footer-lists {
      margin-bottom: 50px; }
      .footer .footer-lists .footer-list ul li {
        font-size: 14px; }
      .footer .footer-lists .footer-list ul li.title {
        margin-bottom: 10px;
        font-size: 15px; }
      .footer .footer-lists .footer-list ul li > a {
        line-height: 1.6; }
    .footer .certification-list {
      margin-bottom: 40px; }
      .footer .certification-list img {
        width: 70px; }
      .footer .certification-list img:first-child {
        margin-right: 50px; } }
@media (min-width: 1280px) {
  .footer {
    padding-top: 75px; }
    .footer .footer-lists {
      margin-bottom: 75px; }
      .footer .footer-lists .footer-list ul li {
        font-size: 18px; }
      .footer .footer-lists .footer-list ul li.title {
        margin-bottom: 15px;
        font-size: 20px; }
      .footer .footer-lists .footer-list ul li > a {
        line-height: 1.6; }
    .footer .certification-list {
      margin-bottom: 60px; }
      .footer .certification-list img:first-child {
        margin-right: 50px; } }
.copyright {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff; }
  .copyright .copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0; }
    .copyright .copyright-inner p {
      margin: 0; }
    .copyright .copyright-inner ul.social-list {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style-type: none;
      padding: 0; }
      .copyright .copyright-inner ul.social-list img:hover {
        opacity: 0.7; }
      .copyright .copyright-inner ul.social-list li:last-child img {
        margin-right: 0; }

@media (max-width: 767px) {
  .copyright {
    padding-top: 22px;
    padding-bottom: 26px;
    font-size: 12px; }
    .copyright .copyright-inner {
      flex-direction: column-reverse; }
      .copyright .copyright-inner ul.social-list {
        margin-bottom: 20px;
        align-items: center;
        justify-content: space-around;
        width: 60%; }
        .copyright .copyright-inner ul.social-list img {
          margin-left: 0px;
          margin-right: 0px;
          max-width: 16px; } }
@media (min-width: 767px) {
  .copyright {
    padding-top: 22px;
    padding-bottom: 26px;
    font-size: 12px; }
    .copyright .copyright-inner ul.social-list img {
      margin-left: 10px;
      margin-right: 10px;
      max-width: 16px; } }
@media (min-width: 1024px) {
  .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px; }
    .copyright .copyright-inner ul.social-list img {
      margin-left: 15px;
      margin-right: 15px;
      max-width: 23px; } }
@media (min-width: 1280px) {
  .copyright {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px; }
    .copyright .copyright-inner ul.social-list img {
      margin-left: 20px;
      margin-right: 20px;
      max-width: 30px; } }
.btn {
  outline: 0; }

.btn-bold {
  font-family: Gotham_medium; }

.btn-orange {
  background-color: #ff8e50;
  color: white; }

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #f09a59;
  color: white;
  outline: 0 !important; }

.btn-green {
  background-color: #81e1b5;
  color: white; }

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #80D298;
  color: white;
  outline: 0 !important; }

.btn-red {
  background-color: #f17575;
  color: white; }

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background-color: #df6d6d;
  color: white;
  outline: 0 !important; }

.btn-yellow {
  background-color: #f1d775;
  color: white; }

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  background-color: #f1d775;
  color: white;
  outline: 0 !important; }

.btn-blue {
  background-color: #7589f0;
  color: white; }

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #7589f0;
  color: white;
  outline: 0 !important; }

a.orange:hover,
a.orange:focus {
  color: #ff8e50; }

.orange {
  color: #ff8e50; }

.gray-container {
  background-color: #5d5d5d; }

.dark-gray-container {
  background-color: #4b4b4b; }

.nomargin {
  margin: 0; }

/*# sourceMappingURL=index_v2.css.map */
