.homepage-hero {
  position: relative;
  background: url("hero-background.png") no-repeat bottom left;
  background-size: cover;
  min-height: 700px;
  font-family: 'Open Sans', sans-serif; }
  .homepage-hero .content {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%); }
    @media (max-width: 1200px) {
      .homepage-hero .content {
        right: 30%;
        width: 70%; } }
    @media (max-width: 992px) {
      .homepage-hero .content {
        width: 100%;
        right: 0;
        top: 40%; } }
    .homepage-hero .content img {
      width: 100%;
      height: auto; }
    .homepage-hero .content .inner {
      width: 100%;
      margin-top: -10%;
      max-width: 560px;
      color: #fff; }
      @media (max-width: 992px) {
        .homepage-hero .content .inner {
          padding: 0 30px; } }
      @media (max-width: 768px) {
        .homepage-hero .content .inner {
          max-width: 730px; } }
      .homepage-hero .content .inner h1 {
        font-size: 72px;
        font-weight: 300;
        line-height: 64px;
        font-family: 'Open Sans', sans-serif; }
        @media (max-width: 992px) {
          .homepage-hero .content .inner h1 {
            font-size: 48px;
            line-height: 56px; } }
      .homepage-hero .content .inner p {
        font-size: 32px;
        font-family: 'Open Sans', sans-serif;
        line-height: 40px;
        margin: 20px 0; }
        @media (max-width: 992px) {
          .homepage-hero .content .inner p {
            font-size: 24px;
            line-height: 40px; } }
      .homepage-hero .content .inner small {
        display: block;
        font-size: 17px;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif; }
    .homepage-hero .content .btn {
      background: #fff;
      border-radius: 4px;
      padding: 10px 15px;
      color: #FF8C5E;
      margin-top: 20px;
      font-weight: bold;
      font-family: 'Open Sans', sans-serif;
      font-size: 24px; }
      @media (max-width: 767px) {
        .homepage-hero .content .btn {
          width: 100%;
          font-size: 16px; } }

.page-intro {
  padding: 40px 0 70px; }
  .page-intro .page-intro__text,
  .page-intro .page-intro__heading {
    text-align: left; }
  @media (max-width: 768px) {
    .page-intro .price-roundel {
      margin-top: 50px; } }

.pricing-block {
  background: url(back-blob1.png) no-repeat -150px center; }
  @media (max-width: 767px) {
    .pricing-block {
      background: url(back-blob1.png) no-repeat -150px 30px;
      background-size: 130%; } }

.price-roundel {
  background: url(blue-spot.svg) no-repeat; }

.shaped-container {
  background: url(shaped-background.png) no-repeat center 150px;
  padding: 30px 0; }
  @media (max-width: 768px) {
    .shaped-container {
      background: none; }
      .shaped-container .feature-component {
        background: url(mobile-left-blob.png) no-repeat -520px 70px; }
        .shaped-container .feature-component + .block.block--wide {
          background: url(mobile-right-blob.png) no-repeat calc(100vw - 100px) 170px; } }

.pricing .pricing-hero {
  padding: 40px 0 90px 60px; }
  @media (max-width: 767px) {
    .pricing .pricing-hero {
      padding: 40px 0; } }
  .pricing .pricing-hero h1 {
    font-size: 48px;
    font-weight: 100;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .pricing .pricing-hero h1 {
        font-size: 24px; } }
    .pricing .pricing-hero h1 + p {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 30px; }
  .pricing .pricing-hero .label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 35px 0 50px; }
    @media (max-width: 767px) {
      .pricing .pricing-hero .label {
        flex-direction: column; } }
    .pricing .pricing-hero .label input, .pricing .pricing-hero .label .country-select {
      margin: 0 10px;
      border: 2px solid #333333;
      font-size: 36px;
      -webkit-appearance: none;
      width: 80px;
      border-radius: 4px;
      height: 60px;
      text-align: center; }
      @media (max-width: 767px) {
        .pricing .pricing-hero .label input, .pricing .pricing-hero .label .country-select {
          width: 150px;
          margin: 15px 0; } }
  .pricing .pricing-hero .country-select {
    position: relative;
    z-index: 1000;
    padding-right: 15px;
    cursor: pointer; }
    .pricing .pricing-hero .country-select svg {
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translate(-50%);
      width: 8px; }
    .pricing .pricing-hero .country-select img {
      display: block; }
    .pricing .pricing-hero .country-select .selected {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .pricing .pricing-hero .country-select.open ul {
      display: block; }
    .pricing .pricing-hero .country-select ul {
      position: absolute;
      background: #fff;
      border-right: 2px solid #333;
      border-bottom: 2px solid #333;
      left: -2px;
      width: calc(100% + 4px);
      top: calc(100% - 2px);
      padding: 0;
      margin: 0;
      list-style: none;
      border-left: 2px solid #333;
      border-radius: 0 0 4px 4px;
      display: none; }
      .pricing .pricing-hero .country-select ul li {
        margin: 0;
        padding: 0;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0; }
        .pricing .pricing-hero .country-select ul li img {
          display: block; }
        .pricing .pricing-hero .country-select ul li:hover {
          background: #E5E5E5; }
  .pricing .pricing-hero .toggle {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    width: 100%; }
  .pricing .pricing-hero .toggle .toggle-button {
    margin: 0 20px; }
  .pricing .pricing-hero .toggle.annually .toggle-button {
    transform: scale(-1, 1); }
  @media (max-width: 767px) {
    .pricing .pricing-hero #results .annual {
      display: none; }
    .pricing .pricing-hero #results.annually .col-lg-6 {
      display: none; }
      .pricing .pricing-hero #results.annually .col-lg-6.annual {
        display: block; } }
  .pricing .pricing-hero .annual .pricing-box {
    border-color: #1688D6; }
    .pricing .pricing-hero .annual .pricing-box h3 {
      background: #1688D6; }
  .pricing .pricing-hero .pricing-box {
    border: 2px solid #000;
    padding-bottom: 35px;
    margin-bottom: 30px; }
    .pricing .pricing-hero .pricing-box .btn-blue {
      background: #1688D6;
      color: #fff;
      font-size: 14px;
      padding: 10px 15px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .pricing .pricing-hero .pricing-box h2 {
      font-size: 72px;
      color: #333333;
      margin: 0;
      line-height: 1; }
    .pricing .pricing-hero .pricing-box p {
      font-size: 16px;
      font-weight: bold; }
    .pricing .pricing-hero .pricing-box strong {
      font-weight: bold;
      color: #1688D6;
      line-height: 1;
      font-size: 36px;
      display: block;
      margin: 25px 0;
      height: 36px; }
      @media (max-width: 767px) {
        .pricing .pricing-hero .pricing-box strong {
          height: auto; } }
    .pricing .pricing-hero .pricing-box h3 {
      background: #000;
      color: #fff;
      text-align: center;
      font-size: 16px;
      padding: 20px 0;
      text-transform: uppercase;
      letter-spacing: 0.160em;
      margin-bottom: 40px; }
  .pricing .pricing-hero .range-input {
    position: relative;
    padding-top: 31px; }
    .pricing .pricing-hero .range-input input {
      background: linear-gradient(to right, #1688D6 0%, #1688D6 1.0101%, #E5E5E5 1.0101%, #E5E5E5 100%);
      border-radius: 8px;
      height: 8px;
      width: 100%;
      outline: none;
      transition: background 450ms ease-in;
      -webkit-appearance: none; }
      .pricing .pricing-hero .range-input input::-webkit-slider-thumb {
        -webkit-appearance: none;
        /* Override default look */
        appearance: none;
        background: #1688D6;
        width: 26px;
        height: 26px;
        border-radius: 100%; }
    .pricing .pricing-hero .range-input label {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      font-size: 14px;
      padding-bottom: 30px;
      font-weight: bold;
      width: 16px; }
      .pricing .pricing-hero .range-input label:before {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background: #1688D6;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .pricing .pricing-hero .range-input label:last-of-type {
        left: auto;
        right: 0px;
        z-index:-10;}
        .pricing .pricing-hero .range-input label:last-of-type:before {
          background: #E5E5E5; }
.pricing .pricing-description {
  background: #EEEEEE;
  padding: 75px 0; }
  .pricing .pricing-description h2 {
    font-size: 40px;
    font-weight: 100; }
    @media (max-width: 767px) {
      .pricing .pricing-description h2 {
        font-size: 24px; } }
    .pricing .pricing-description h2 + p {
      margin-top: 30px; }
  .pricing .pricing-description p {
    font-size: 22px; }
  .pricing .pricing-description .col-lg-4 {
    margin-top: 50px; }
  .pricing .pricing-description small {
    font-size: 16px;
    margin-top: 50px;
    max-width: 800px;
    display: inline-block; }

  .far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;}

  .pricing-icons i{
    font-size: 42px;
    color: #30C1DB;}

/*# sourceMappingURL=additions.css.map */
