/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --color-primary: #2584ff;
  --color-secondary: #00d9ff;
  --color-accent: #ff3400;
  --color-headings: #1b0760;
  --color-border: #ccc;
  --color-body: #918ca4;
  --border-radius: 30px;
  --color-dark-body: #5c5577;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
/* Typography */
html {
  /* rem resets to 10px */
  font-size: 62.5%;
}
body {
  font-family: "Inter", sans-serif;
  color: var(--color-body);
  font-size: 2.5rem;
  line-height: 1.5;
}
h1,
h2,
h3 {
  color: var(--color-headings);
  margin-bottom: 1rem;
  line-height: 1.1;
}
h1 {
  font-size: 6rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3rem;
}
p {
  margin-top: 0rem;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.7rem;
  }
  h1 {
    font-size: 8rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2.5rem;
  }
}

/* Links */
a {
  text-decoration: none;
}
.arrow-link {
  color: var(--color-accent);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
.arrow-link::after {
  content: "-->";
  margin-left: 5px;
  transition: margin 0.25s;
}
.arrow-link:hover::after {
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .arrow-link {
    font-size: 1.4rem;
  }
}
/* Lists */
.list {
  color: var(--color-headings);
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.list--inline .list__item {
  display: inline-block;
  margin-right: 2rem;
}
.list--tickmark {
  list-style-image: url(/tick.626c29a3.svg);
  padding-left: 3rem;
}
.list--tickmark .list__item {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .list--tickmark .list__item {
    padding-left: 0;
  }
}
/* Badge */
.badge {
  border-radius: 20rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
.badge--primary {
  background-color: var(--color-primary);
  color: white;
}
.badge--secondary {
  background-color: var(--color-secondary);
  color: white;
}
.badge--small {
  font-size: 1.5rem;
}
.card__header > .badge {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1024px) {
  .badge {
    font-size: 1.5rem;
  }
  .badge--small {
    font-size: 1.2rem;
  }
}
/* Icons */
.icon {
  width: 50px;
  height: 50px;
}
.icon--small {
  width: 50px;
  height: 29px;
}
.icon-primary {
  fill: var(--color-primary);
}
/* .icon--accent {
  fill: var(--color-accent);
} */
.icon--white {
  fill: white;
}
.icon-container {
  width: 64px;
  height: 64px;
  background-color: #f3f9fa;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-containe--accentr {
  background-color: var(--color-accent);
}
/* .icon--dark {
  background-color: var(--color-headings);
} */
/* Buttons */
.btn {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: var(--border-radius);
  padding: 2rem 4rem;
  border: 0;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-align: center;
  margin: 1rem 0;
}
.btn--primary:hover {
  background-color: #0572ff;
}
.btn--primary {
  background-color: var(--color-primary);
  color: white;
}
.btn--secondary {
  background-color: var(--color-secondary);
  color: white;
}
.btn--secondary:hover {
  background-color: #00c8eb;
}
.btn--accent {
  background-color: var(--color-accent);
  color: white;
}
.btn--accent:hover {
  background-color: #e02e00;
}
.btn--block {
  width: 100%;
  display: inline-block;
}
.btn--outline {
  background-color: #fff;
  border: 3px solid var(--color-headings);
}
.btn--outline:hover {
  background-color: var(--color-headings);
  color: white;
}
.btn--long {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 1.5rem;
  }
}
/* Inputs */
.input {
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  padding: 1.5rem 3rem;
  outline: none;
  color: var(--color-headings);
  font-size: 2rem;
}
::placeholder {
  color: var(--color-body);
  font-size: 1.7rem;
}
.input-group {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  display: flex;
}
.input-group .input {
  border: none;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  width: 0;
}
.input-group .btn {
  margin: 4px;
}
@media screen and (min-width: 1024px) {
  .input {
    font-size: 1.5rem;
  }
}
/* Cards */
.card {
  border-radius: 5px;
  box-shadow: 0 0 20px 10px #f3f3f3;
  overflow: hidden;
}
.card__header {
  color: #fff;
}
.card__body,
.card__header {
  padding: 2rem 4rem;
}

.card--secondary > .card__header {
  background-color: var(--color-secondary);
  color: white;
}
.card--primary > .card__header {
  background-color: var(--color-primary);
  color: white;
}
.card--primary .badge--primary {
  background-color: #126de4;
}
.card--secondary .badge--secondary {
  background-color: #02cdf1;
}
.card__style {
  color: black;
  /* font-family: "DM Serif Display", serif; */
  font-family: "DM Serif Text", serif;
}
.plan--popular .card__style {
  color: white;
}

.plan--popular .card__header {
  position: relative;
}
.plan--popular .card__header::before {
  content: url(/popular.a6fe98f3.svg);
  width: 40px;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 2%;
}
/* Plans */
.plan__name {
  margin: 0;

  font-size: 2.6rem;
  font-weight: 400;
}
.plan__price {
  font-size: 6rem;

  font-weight: 500;
}
.plan__duration {
  font-size: 2.5rem;
  font-weight: 500;
  opacity: 0.9;
  margin-right: 1rem;
}
.plan__desc {
  font-size: 2.2rem;
  font-weight: 300;

  display: block;
}

.plan .list__item {
  margin-bottom: 2rem;
}
.plan:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-out;
}
.plan--popular:hover {
  transform: scale(1.15);
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .plan__name {
    font-size: 1.5rem;
  }
  .plan__price {
    font-size: 5rem;
  }
  .plan__duration {
    font-size: 1.6rem;
  }
  .plan__desc {
    font-size: 1.6rem;
  }
  .plan--popular {
    transform: scale(1.1);
  }
}
/* Media */
.media {
  display: flex;
  margin-bottom: 4rem;
}
.media__title {
  margin-top: 0;
}
.media__body {
  margin: 0 2rem;
}
.media__body > p {
  color: #7b858b;
}
.media__image {
  margin-top: 1.5rem;
}
/* Review Quote */
.quote {
  font-style: italic;
  color: var(--color-dark-body);
  line-height: 1.2;
  font-size: 3rem;
}
.quote__text::before {
  content: open-quote;
}
.quote__text::after {
  content: close-quote;
}
.quote__author {
  font-size: 3rem;
  font-weight: 500;
  font-style: normal;
  margin-top: 1.5rem;
}
.author_org {
  font-style: normal;
  color: var(--color-dark-body);
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .quote {
    font-size: 2rem;
  }
  .quote__author {
    font-size: 2.5rem;
  }
  .author__org {
    font-size: 1.5rem;
  }
}
/* Grid */
.grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid--1x2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid--1x3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Review Card */
.review__card {
  padding: 3rem;
}
.rc__image {
  position: relative;
}
.rc__image > img {
  width: 100%;
}
.rc__image > .icon-container {
  position: absolute;

  top: 2rem;
  right: -32px;
}
@media screen and (min-width: 1024px) {
  .review__card .quote,
  .review__card .quote__author {
    font-size: 2.5rem;
  }
}
/* CallOut */

.container .callout {
  margin: auto auto;
}
.callout {
  padding: 4rem;
  border-radius: 5px;
}
.callout--primary {
  background-color: var(--color-primary);
  color: white;
}
.callout__heading {
  color: white;
  margin-top: 0;
  font-size: 3rem;
  text-align: center;
}
.callout .btn {
  justify-self: center;
  align-self: center;
  width: auto;
}
.btn .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  fill: #fff;
}
.container__overlay {
  transform: translateY(5rem);
}

@media screen and (min-width: 768px) {
  .callout .grid--1x2 {
    grid-template-columns: 1fr auto;
  }
  .callout__content {
    text-align: left;
  }
  .callout__content > p {
    font-size: 2rem;
  }
  .callout .btn {
    justify-self: start;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .callout__heading {
    text-align: left;
  }
}
/* Collapsible */

.collapsible__header {
  display: flex;
  justify-content: space-between;
}
.collapsible__heading {
  margin-top: 0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  /* color: white; */
}
.collapsible__icon {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.collapsible__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.collapsible--expanded .collapsible__icon {
  transform: rotate(0);
}
.collapsible--expanded .collapsible__content {
  opacity: 1;
  max-height: 100vh;
}
/* Blocks */
.block {
  --padding-vertical: 6rem;
  padding: var(--padding-vertical) 2rem;
}
.block__heading {
  text-align: center;
  margin-top: 0;
}
.block--dark {
  background: black;
  color: #7b858b;
}
.block--dark h1,
.block--dark h2,
.block--dark h3 {
  color: white;
}
/* .block--dark h1,
.block--dark h2,
.block--dark h3 {
  color: #fff;
} */
.block--dark,
.block__heading {
  color: white;
}
.block--skewed-left {
  padding-bottom: calc(var(--padding-vertical) + 5rem);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.block--skewed-right {
  padding-bottom: calc(var(--padding-vertical) + 5rem);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 95%);
}
/* Navbar */
.nav {
  background: black;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
  align-items: center;
}
.logo {
  width: 50%;
}
.nav_list {
  width: 100%;
  margin: 0;
}
.nav_item {
  padding: 0 2rem;
  border-bottom: 1px solid #222;
}
.nav_item > a {
  color: #d1d0db;
}
.nav_item > a:hover {
  color: white;
}
.menu-icon {
  opacity: 0.5;
  transition: box-shadow 0.2s;
  cursor: pointer;
}
.collapsible--expanded .menu-icon {
  opacity: 1;
  box-shadow: 0 0 0 3px #666;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .menu-icon {
    display: none;
  }
  .nav_list {
    width: auto;
    font-size: 1.7rem;
    display: flex;
    max-height: 100%;
    opacity: 1;
  }
  .nav_item {
    border: 0;
  }
}

/* Hero */
.hero {
  clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
.hero__tagline {
  font-size: 2rem;
  color: #b9c3cf;
  letter-spacing: 1px;
  margin: 2rem 0 5rem;
}
.hero__image {
  width: 100%;
  margin-top: 5rem;
}
.hero__content {
  text-align: center;
  align-self: center;
}

@media screen and (min-width: 768px) {
  /* .hero__content > a {
    text-align: left;
    align-self: center;
  }
  .hero__content > h1 {
    text-align: left;
    align-self: center;
  } */
  .hero__content {
    text-align: left;
    align-self: center;
  }

  .hero_heading {
    text-align: left;
  }
  .hero {
    padding: 20rem;
  }
}
/* Domain */
.block__header {
  text-align: center;
  margin-bottom: 4rem;
}
.block-domain .input-group {
  box-shadow: 0 0 30px 10px #e6ebee;
  border: 0;
  margin: 4rem auto;
  max-width: 670px;
}
.domain_content {
  text-align: justify;
}
.block-domain__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
  justify-items: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block-domain__price {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

/* Plan Blocks */
.block-plans .grid {
  gap: 8rem 5rem;
}
.block-plans .card {
  max-width: 500px;
  margin: 0 auto;
}
/* Feature Block */
.feature {
  gap: 5rem 2rem;
  margin: 12rem 0;
}
.feature:first-of-type {
  margin: 5rem;
}
.feature__heading {
  margin: 1rem 0;
}
.feature__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature:nth-of-type(even) .feature__content {
    order: 2;
  }
}
/* Block Showcase */
.block--showcase__image > img {
  width: 100%;
}
.block--showcase > h2 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block--showcase .grid {
    grid-template-columns: 50% 50%;
  }
  /* TODO: Troubleshoot of showcase PC version */
  .block--showcase__image {
    justify-self: flex-end;
  }
  .block--showcase__image > img {
    width: auto;
    max-width: 700px;
  }
}
.footer {
  background: #232323;
}
.footer__div {
  padding: 2rem;
  border-bottom: 1px solid #383838;
}
.footer__branding {
  margin-top: 5rem;
  text-align: center;
}
.footer__copyright {
  font-size: 2.2rem;
  opacity: 0.4;
}
.footer__branding img {
  width: 100%;
  max-width: 250px;
}
.footer__div a {
  color: #777;
  transition: color 0.2s;
}
.footer a:hover {
  color: #fff;
}
.footer__div .list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer__divs {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }
  .footer .collapsible__icon {
    display: none;
  }
  .footer .collapsible__content {
    opacity: 1;
    max-height: 100%;
  }
  .footer__branding {
    order: -1;
    margin-top: 1rem;
  }
  .footer__div {
    border: 0;
  }
}


/*# sourceMappingURL=/styles.f2b5da12.css.map */