.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #676565;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 66px;
}

h2 {
  color: #174859;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

h3 {
  color: #174859;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

h4 {
  color: #174859;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

h5 {
  color: #2dafc3;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  color: #535050;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #2dafc3;
  font-weight: 700;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

li {
  background-color: rgba(0, 0, 0, 0);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-gray-3 {
  background-color: #f8f8f8;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.section.bg-gray-3.title {
  padding-bottom: 25px;
}

.section.bg-gray-3.partners {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Open Sans, sans-serif;
}

.section.bg-gray-3.features {
  background-color: #f8f8f8;
  padding-top: 60px;
}

.section.bg-primary-2 {
  background-color: #f5f5f5;
  font-family: Open Sans, sans-serif;
}

.section.bg-gray-4 {
  background-color: #f8f8f8;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.section.bg-gray-4.title {
  padding-bottom: 25px;
}

.section.bg-gray-4.dashboard {
  padding-bottom: 30px;
}

.section.help-center-section {
  padding-top: 48px;
}

.section.featured-blog-section {
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.bg-gray-3 {
  background-color: #f8f8f8;
  padding-bottom: 0;
}

.section.no-top-padding.bg-gray {
  background-color: #f8f8f8;
}

.section.herohome {
  background-image: linear-gradient(rgba(45, 175, 195, .48), rgba(45, 175, 195, .48)), url('../images/your-company-formation-hero-home.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.section.herohome.text-center {
  background-image: url('../images/your-company-formations-hero.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 5px #2dafc3;
  padding-bottom: 151px;
}

.section.partner-logos {
  background-color: #fafafa;
  border-top: 1px rgba(0, 0, 0, .1);
  border-bottom: 1px rgba(0, 0, 0, .1);
  border-right: 1px rgba(0, 0, 0, .1);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.section.services {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.overseas {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.section.search {
  color: #fff;
  background-image: url('../images/company-formations-footer-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 300px;
}

.section.pack-hero {
  background-image: url('../images/company-formation-address-header.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: -116px;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
}

.section.pack-hero.aff {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.compare {
  min-height: 600px;
  background-color: #f5f5f5;
  background-image: url('../images/company-formation-address-header.jpg');
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid rgba(110, 110, 110, .37);
  padding-top: 0;
  padding-bottom: 100px;
}

.section.pricing-heading {
  background-color: #fafafa;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.section.ourservices {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.packdetails {
  background-color: #f5f5f5;
  background-image: url('../images/company-formation-packs-skyline.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section.contact {
  background-image: url('../images/company-formation-packs-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 280px;
  font-family: Open Sans, sans-serif;
}

.section.learning {
  min-height: 500px;
  background-color: #f5f5f5;
  background-image: url('../images/company-formation-compare-bg.jpg');
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid rgba(110, 110, 110, .37);
  padding-top: 0;
  padding-bottom: 100px;
}

.section.aff-alt {
  background-color: #f4f7fa;
}

.section.aff {
  padding-bottom: 60px;
}

.section.company-types {
  background-color: #f8f8f8;
  margin-top: 0;
  padding-top: 170px;
  padding-bottom: 200px;
}

.section.partners {
  background-image: url('../images/company-formations-partners-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 220px;
}

.section.whyus {
  z-index: 999;
  background-color: #f8f8f8;
}

.section.trustpilot {
  background-color: #fff;
  background-image: url('../images/company-formations-tp-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
}

.section.blog {
  background-color: #f8f8f8;
  margin-top: 0;
  padding-top: 100px;
}

.section.faq {
  background-color: #fff;
}

.section.product {
  color: #fff;
  background-image: url('../images/company-formation-address-header.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
}

.section.address {
  background-image: url('../images/company-formation-address-header.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
}

.main-container {
  width: 100%;
  max-width: 1552px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.main-container.home {
  padding-top: 96px;
}

.main-container.card-logos {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
}

.main-container.compare {
  padding-top: 80px;
}

.main-container.nav {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-container.contact {
  z-index: 1;
  background-color: #fff;
  margin-top: -158px;
  margin-bottom: 73px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 0;
  box-shadow: 0 0 9px 7px rgba(0, 0, 0, .01);
}

.main-container.homepacks {
  max-width: 1640px;
}

.main-container.banks {
  background-color: #fff;
  border-radius: 15px;
  margin-top: -150px;
  padding: 60px;
}

.style-guide-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.boxed {
  color: #676565;
  background-color: #fff;
  border-radius: 0 25px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 36px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .09);
}

.boxed.square-top {
  min-height: 290px;
  box-shadow: none;
  text-align: left;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.boxed.square-top.boxed-small {
  color: #fff;
  background-color: rgba(45, 175, 195, .55);
  background-image: linear-gradient(15deg, rgba(0, 0, 0, .63), rgba(255, 255, 255, 0));
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  font-family: Graphik;
  font-size: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.boxed.square-top.boxed-small.active {
  color: #fff;
  background-color: rgba(85, 152, 102, .6);
  border-width: 2px;
  border-color: #559866;
  padding-top: 15px;
  padding-bottom: 15px;
}

.boxed.square-top.boxed-small.notactive {
  color: rgba(85, 152, 102, .44);
  background-color: rgba(255, 255, 255, .51);
  border-width: 2px;
  border-color: rgba(85, 152, 102, .22);
  border-radius: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.boxed.square-top.shadow {
  z-index: 1;
  text-align: center;
  border-radius: 0 25px;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  padding: 19px;
  overflow: hidden;
}

.boxed.square-top.shadow.namecheck {
  margin-top: -50px;
}

.boxed.reduced-padding {
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, .07);
}

.boxed.no-padding {
  padding: 0;
}

.boxed.portrait-link-box-content {
  color: #e14817;
  padding: 24px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.boxed.pill-link-box {
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: transform .2s, box-shadow .2s, color .2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.boxed.pill-link-box:hover {
  color: #e14817;
  transform: translate(0, -6px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.boxed.icon-link-box-vertical {
  float: left;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 0 25px;
  align-items: center;
  margin-right: 0;
  padding: 24px 90px;
  font-family: Poppins, sans-serif;
  transition: transform .2s;
  display: block;
  box-shadow: 1px 1px 20px -13px rgba(0, 0, 0, .39);
}

.boxed.icon-link-box-vertical:hover {
  transform: translate(0, -6px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.boxed.icon-link-box-vertical.compare {
  margin-bottom: 30px;
  padding-left: 75px;
  padding-right: 75px;
}

.boxed.icon-link-box-vertical.right {
  border-style: none;
  margin-left: 30px;
  margin-right: 0;
}

.boxed.icon-link-box-horizontal {
  flex-direction: row;
  align-items: center;
  padding: 24px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.boxed.icon-link-box-horizontal:hover {
  transform: translate(0, -6px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.boxed.small-quote-box {
  text-align: left;
  margin-top: 36px;
  padding: 24px;
}

.boxed.portrait-quote-box-content {
  padding: 24px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.boxed.bg-primary-2.shadow {
  background-color: #2dafc3;
}

.boxed.bg-primary-2.increased-padding {
  background-image: none;
}

.boxed.increased-padding {
  padding: 48px;
}

.boxed.increased-padding.shadow {
  background-image: url('../images/dots.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 150px;
  padding: 60px;
}

.boxed.increased-padding.shadow.aff {
  max-width: 70%;
  text-align: center;
  background-position: 0 100%;
  margin-left: auto;
  margin-right: auto;
}

.boxed.hover-box {
  text-align: center;
  align-items: center;
  transition: box-shadow .2s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
}

.boxed.hover-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.boxed.handwriting-box {
  text-align: center;
  padding: 12px 24px;
  transform: rotate(-4deg);
}

.boxed.pricing-plan {
  height: 100%;
  min-height: 508px;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
}

.boxed.pricing-plan.shadow-large {
  align-items: center;
}

.boxed.pricing-plan.shadow-large.packlist {
  padding: 70px 0 40px;
  display: block;
}

.boxed.pricing-plan.shadow-large.packlist.aff {
  padding-top: 0;
}

.boxed.articles-small {
  background-color: #fbfaf8;
  align-items: stretch;
  margin-top: 72px;
}

.boxed.learning {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px 10px 20px 15px;
  font-size: 16px;
}

.boxed.coloured {
  color: #fff;
  background-color: #2dafc3;
  border-radius: 0 25px;
  margin-top: 0;
}

.boxed.meeting {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.style-guide-content-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.color-scheme-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.style-guide-typography-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.style-guide-icons-grid {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.style-guide-buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #ad343e;
  border-radius: 5px;
  margin-top: 12px;
  padding: 18px;
}

.style-guide-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-form-grid.halves {
  grid-template-columns: 1fr 1fr;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-success {
  color: #fff;
  background-color: #559866;
  border-radius: 5px;
  padding: 18px;
}

.style-guide-badge-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-boxes-grid {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.display-heading-1 {
  font-family: PlusJakarta Display;
  font-size: 72px;
  line-height: 72px;
}

.display-heading-1.page-heading {
  margin-bottom: 36px;
}

.display-heading-1.page-heading.text-white.text-center {
  margin-bottom: 10px;
}

.display-heading-1.page-heading.text-center {
  font-family: Roboto;
  font-size: 60px;
  font-weight: 400;
}

.display-heading-1.metric-heading {
  margin-bottom: 24px;
}

.display-heading-1.metric-heading.large {
  font-size: 96px;
  line-height: 96px;
}

.display-heading-2 {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.display-heading-2.section-heading {
  margin-bottom: 30px;
}

.display-heading-2.pricing-number {
  color: #2dafc3;
  text-align: center;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 68px;
  display: block;
}

.display-heading-2.pricing-number.highlight {
  color: #fff;
  font-size: 58px;
  line-height: 68px;
}

.display-heading-2.pricing-number.packs {
  text-align: center;
}

.display-heading-2.text-white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  transform: translate(0);
}

.text-large {
  color: #174859;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-large.case-study-thumb-text {
  margin-bottom: 6px;
}

.text-large.article-subtitle {
  margin-bottom: 36px;
}

.text-large.text-white {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-large.red {
  color: #ad343e;
  font-weight: 600;
}

.text-large.text-primary-1.compare-subtitle {
  margin-bottom: 0;
}

.text-large.text-green {
  color: #559866;
}

.text-small {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-small.color-scheme-label {
  margin-top: 12px;
}

.text-small.form-input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.text-small.form-input-hint-text {
  opacity: .6;
  margin-top: 6px;
}

.text-small.quote-author {
  opacity: .5;
  margin-top: 12px;
}

.text-small.paragraph-small {
  flex: 1;
  margin-bottom: 12px;
}

.text-small.highlight {
  color: #fff;
}

.text-small.packs {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
}

.text-tiny {
  font-size: 12px;
  line-height: 22px;
}

.text-tiny.pricing-disclaimer {
  margin-top: 12px;
}

.bg-primary-1 {
  color: #fff;
  background-color: #e14817;
}

.color-scheme-color {
  height: 96px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.color-scheme-color.border {
  border: 1px solid rgba(0, 0, 0, .08);
}

.bg-primary-2 {
  color: #fff;
  background-color: #1e2749;
}

.bg-primary-3 {
  color: #fff;
  background-color: #81a094;
}

.bg-gray-1 {
  color: #fff;
  background-color: #676565;
}

.bg-gray-2 {
  background-color: rgba(0, 0, 0, .08);
}

.bg-gray-3 {
  background-color: #f9f5ec;
}

.bg-gray-4 {
  background-color: #fbfaf8;
}

.bg-success {
  color: #fff;
  background-color: #559866;
}

.bg-warning {
  background-color: #eaa235;
}

.bg-danger {
  color: #fff;
  background-color: #ad343e;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff8c00;
  border: 1px #ff8c00;
  border-radius: 50px;
  padding: 10px 60px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
  transition: background-color .2s;
  box-shadow: inset 0 200px 200px 200px rgba(0, 0, 0, 0);
}

.button:hover {
  background-color: #174859;
  border-color: #174859;
  box-shadow: inset 0 200px 200px 200px rgba(0, 0, 0, .1);
}

.button.button-small {
  background-color: #f90;
  border-color: #eaa235;
  padding: 7px 18px;
  font-size: 14px;
  line-height: 22px;
}

.button.button-small:hover {
  background-color: #e14817;
  border-color: #e14817;
}

.button.button-large {
  padding: 19px 36px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  position: static;
}

.button.button-large.multiple-inputs-button {
  background-color: #ff8c00;
  background-image: url('../images/company-formation-search.png?v=2');
  background-position: 77%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 0 50px 50px 0;
  flex: none;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 65px;
}

.button.bg-primary-2 {
  background-color: #2dafc3;
  border-color: #2dafc3;
}

.button.bg-primary-3 {
  background-color: #e14817;
  border-color: #e14817;
}

.button.button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.bg-gray-1 {
  background-color: #676565;
  border-color: #676565;
}

.button.bg-white {
  color: #676565;
  background-color: #fff;
  border-color: #fff;
}

.button.form-horizontal-button {
  margin-left: 12px;
}

.button.form-horizontal-button.button-large {
  flex: none;
}

.button.bg-gray-3 {
  color: #676565;
  background-color: #f9f5ec;
  border-color: #f9f5ec;
}

.button.bg-gray-3:hover {
  box-shadow: inset 0 200px 200px 200px rgba(0, 0, 0, .05);
}

.button.bg-gray-3.button-small {
  color: #676565;
}

.button.detailed-box-button {
  color: #fff;
  background-color: #ff8c00;
  margin-top: 48px;
}

.button.order {
  color: #fff;
  background-color: #ff8c00;
  margin-top: 20px;
}

.button.login {
  float: right;
  font-family: Open Sans, sans-serif;
}

.button.continue {
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.button.call {
  color: #174859;
  background-color: #fff;
  background-image: url('../images/company-formation-phone-dark_1company-formation-phone-dark.png');
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 60px;
  font-size: 23px;
  font-weight: 500;
  line-height: 50px;
}

.button.call:hover {
  color: #fff;
  background-color: #2dafc3;
}

.button.packs {
  color: #fff;
  background-color: #2dafc3;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.button.packfooter {
  color: #fff;
  background-color: #2dafc3;
  margin-bottom: 0;
  margin-left: 108px;
  margin-right: 108px;
}

.button.buynow {
  color: #fff;
  background-color: #eaa235;
}

.button.buynow:hover {
  background-color: #174859;
}

.button.product {
  margin-right: 15px;
}

.button.alt {
  color: #fff;
  background-color: #ff8c00;
  border: 2px solid #ff8c00;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.alt:hover {
  background-color: #174859;
  border-color: #174859;
}

.button.alt.centered {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.button.tp-section {
  margin-top: 2rem;
  padding-left: 20px;
  padding-right: 20px;
}

.button-round {
  width: 60px;
  height: 60px;
  color: #eaa235;
  background-color: #eaa235;
  border: 2px solid #eaa235;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 100px 100px 100px rgba(0, 0, 0, 0);
}

.button-round:hover {
  box-shadow: inset 0 100px 100px 100px rgba(0, 0, 0, .1);
}

.button-round.button-round-small {
  width: 40px;
  height: 40px;
  color: #eaa235;
  background-color: #eaa235;
  border-color: #eaa235;
}

.button-round.button-round-small.social-media-button {
  background-color: #1e2749;
  border-color: #1e2749;
  margin-left: 6px;
  margin-right: 6px;
}

.button-round.button-round-large {
  width: 72px;
  height: 72px;
}

.button-round.offset-left {
  left: -6px;
}

.button-round.offset-right {
  right: -6px;
}

.button-round.bg-primary-3 {
  background-color: #81a094;
  border-color: #81a094;
}

.button-icon {
  flex: none;
  margin-right: 12px;
}

.form-input {
  height: 60px;
  border: 1px solid rgba(44, 45, 54, .17);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #676565;
}

.form-input::-ms-input-placeholder {
  color: rgba(44, 45, 54, .5);
  font-size: 16px;
  line-height: 24px;
}

.form-input::placeholder {
  color: rgba(44, 45, 54, .5);
  font-size: 16px;
  line-height: 24px;
}

.form-input.form-input-large {
  height: 72px;
  padding: 19px 24px;
  font-size: 20px;
  line-height: 30px;
}

.form-input.form-input-large::-ms-input-placeholder {
  font-size: 20px;
  line-height: 30px;
}

.form-input.form-input-large::placeholder {
  font-size: 20px;
  line-height: 30px;
}

.form-input.form-input-large.multiple-inputs {
  border-radius: 50px 0 0 50px;
  margin-left: 12px;
}

.form-input.form-input-small {
  height: 40px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 22px;
}

.form-input.form-input-small:focus {
  font-size: 14px;
  line-height: 22px;
}

.form-input.form-input-small::-ms-input-placeholder {
  font-size: 14px;
}

.form-input.form-input-small::placeholder {
  font-size: 14px;
}

.form-input.form-input-small.textarea {
  padding-top: 12px;
}

.form-input.textarea {
  min-height: 150px;
}

.form-input.password-input {
  margin-top: 36px;
  margin-bottom: 12px;
}

.style-guide-heading {
  margin-bottom: 24px;
}

.checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #fff;
  border-color: rgba(44, 45, 54, .17);
  border-radius: 3px;
  margin-top: 0;
  transition: opacity .2s, background-color .2s, border-color .2s;
}

.checkbox.w--redirected-checked {
  background-color: #eaa235;
  background-image: url('../images/icon-check-small.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #e14817;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  bottom: 3px;
}

.selectable-field {
  margin-bottom: 0;
}

.selectable-field.align-center {
  justify-content: center;
  margin-top: 18px;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-color: rgba(44, 45, 54, .17);
  margin-top: 0;
  transition: border-color .2s;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #e14817;
}

.form-input-unstyled {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.icon-form-input {
  background-color: #fff;
  border: 1px solid rgba(44, 45, 54, .17);
  border-radius: 5px;
  flex: 1;
  padding: 16px 16px 16px 12px;
  transition: border-color .2s;
  display: flex;
}

.icon-form-input:focus {
  border-color: #676565;
}

.icon-form-input-image {
  flex: none;
  margin-right: 12px;
}

.select-field {
  width: 100%;
  height: 60px;
  background-color: #fff;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid rgba(44, 45, 54, .17);
  border-radius: 5px;
  align-items: center;
  padding: 10px 16px;
  display: block;
  position: relative;
  overflow: hidden;
}

.select-field-unstyled {
  width: 120%;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  bottom: 1px;
  left: 0;
}

.switch {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .08);
  background-image: url('../images/icon-switch-circle.svg');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-style: none;
  border-radius: 30px;
  margin: 0 0 0 -20px;
  transition: background-position .2s, background-color .2s;
}

.switch.w--redirected-checked {
  background-color: #eaa235;
  background-image: url('../images/icon-switch-circle.svg');
  background-position: 24px 4px;
  background-size: 12px 12px;
}

.badge {
  text-align: center;
  border-radius: 5px;
  padding: 5px 12px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.badge.bg-primary-1 {
  background-color: #eaa235;
}

.badge.bg-primary-2 {
  background-color: #2dafc3;
}

.badge.bg-primary-3 {
  background-color: #e14817;
}

.badge.pricing-badge {
  position: absolute;
  top: -16px;
  right: 24px;
}

.badge.article-meta-badge {
  margin-right: 18px;
}

.style-guide-avatars-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.avatar.avatar-small {
  width: 72px;
  height: 72px;
}

.avatar.avatar-small.quote-box-avatar {
  margin-top: -60px;
  margin-bottom: 18px;
}

.avatar.avatar-large {
  width: 120px;
  height: 120px;
}

.rounded-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.style-guide-shadows-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.shadow-small {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
}

.shadow-text {
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 24px;
}

.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.shadow-large {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.rounded {
  border-radius: 0 25px 10px;
}

.style-guide-lists-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.list-grid-vertical {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.list-grid-vertical.wider-gaps {
  grid-row-gap: 18px;
}

.list-grid-vertical.no-gaps {
  grid-row-gap: 0px;
}

.list-grid-vertical.pricing-list {
  margin-top: 36px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
}

.list-grid-vertical.pricing-list.packs {
  padding-left: 30px;
  padding-right: 30px;
}

.list-grid-vertical.sidebar {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.list-grid-item {
  color: #174859;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.check-circle {
  width: 20px;
  height: 20px;
  background-color: #2dafc3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.list-grid-link {
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  display: flex;
}

.list-grid-link.no-border {
  border-bottom-style: none;
}

.list-grid-link.reduced-padding {
  color: #174859;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 18px;
  font-weight: 600;
  transition: color .3s;
}

.list-grid-link.reduced-padding:hover {
  color: #174859;
}

.list-grid-link-arrow {
  margin-left: 0;
  margin-right: 10px;
}

.container-small {
  width: 100%;
  max-width: 400px;
  direction: ltr;
}

.container-small.align-center {
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small.align-center.whyus {
  text-align: left;
  margin-top: 50px;
}

.container-small.align-center.faqs {
  max-width: 870px;
  text-align: left;
}

.container-small.narrow {
  max-width: 294px;
}

.container-small.narrow.align-center {
  position: relative;
}

.container-small.overlay-image {
  z-index: 1;
  margin-right: -72px;
  position: relative;
  top: 120px;
}

.container-small.portrait-quote-slider {
  max-width: 448px;
}

.container-small.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.container-small.step {
  width: 100%;
  text-align: center;
  border: 1px solid #b1d2dd;
  border-radius: 0 25px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 10px -3px rgba(23, 72, 89, .35);
}

.container-small.step:hover {
  transform: translate(0, -12px);
  box-shadow: 0 0 10px -3px rgba(23, 72, 89, .68);
}

.container-small.step.selected {
  box-shadow: none;
  background-color: #2dafc3;
  border-radius: 0 25px;
  flex-direction: row;
}

.container-small.step-icon {
  width: 100%;
  text-align: center;
  border: 1px solid #b1d2dd;
  border-radius: 0 25px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 10px -3px rgba(23, 72, 89, .35);
}

.container-small.step-icon:hover {
  transform: translate(0, -12px);
  box-shadow: 0 0 10px -3px rgba(23, 72, 89, .68);
}

.container-small.step-icon.selected {
  z-index: 2;
  height: 70px;
  box-shadow: none;
  background-color: #2dafc3;
  border-radius: 0 25px;
  flex-direction: row;
  position: relative;
}

.container {
  width: 100%;
  max-width: 506px;
  direction: ltr;
}

.container.align-center {
  max-width: 585px;
  color: #676565;
  margin-left: auto;
  margin-right: auto;
  font-family: Graphik;
  position: relative;
}

.container.align-center.justify-content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container.align-center.pack-content {
  padding-top: 170px;
  font-family: Poppins, sans-serif;
}

.container.section-title {
  margin-bottom: 72px;
}

.container.justify-content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.portrait-link-box {
  width: 100%;
  border-radius: 20px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.portrait-link-box:hover {
  transform: translate(0, -12px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
}

.portrait-link-box-heading {
  color: #eaa235;
  margin-bottom: 36px;
}

.rounded-large {
  border-radius: 20px;
  display: block;
}

.rounded-large.shadow.filled {
  background-color: #2dafc3;
}

.rounded-large.shadow-large {
  width: 100%;
}

.color-link-box {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.color-link-box.bg-primary-1 {
  background-color: #174859;
}

.color-link-box.bg-primary-2 {
  background-color: #216881;
}

.color-link-box.bg-green {
  background-color: #559866;
}

.color-link-box.bg-primary-4 {
  background-color: #24728d;
}

.text-primary-1 {
  color: #2dafc3;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-primary-1.text-center {
  color: #eaa235;
  font-family: Open Sans, sans-serif;
}

.large-heading {
  color: #174859;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.large-heading.color-link-box-heading {
  color: #174859;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.large-heading.section-title {
  color: #6e6e6e;
  margin-bottom: 20px;
  font-family: Graphik;
  font-size: 34px;
  font-weight: 400;
}

.large-heading.section-title.text-white {
  color: #fff;
}

.large-heading.section-title {
  margin-bottom: 20px;
}

.link-with-arrow {
  opacity: 1;
  color: #2dafc3;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
}

.link-with-arrow.adjacent-to-button {
  margin-left: 24px;
}

.link-with-arrow.adjacent-to-link {
  margin-left: 48px;
}

.link-with-arrow.adjacent-to-text {
  margin-left: 12px;
}

.link-with-arrow.adjacent-to-text.searchagain {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.link-arrow {
  margin-left: 4px;
}

.color-link-box-card {
  text-align: center;
  margin-top: 0;
  margin-bottom: -229px;
  padding-top: 21px;
  padding-bottom: 21px;
  position: relative;
}

.color-link-box-card.shadow {
  background-color: #fff;
  border-radius: 0 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 15px 40px;
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, .05);
}

.color-link-box-card.namecheck {
  background-color: #94e2e7;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

.text-white {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.text-white.row-link {
  color: #fff;
  margin-right: 24px;
}

.text-white.address {
  margin-top: 5px;
  margin-bottom: 15px;
}

.text-primary-2 {
  color: #1e2749;
}

.image-link-box {
  text-align: left;
  border-radius: 5px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.image-link-box:hover {
  box-shadow: none;
  color: #fdaa90;
  transform: translate(0, -12px);
}

.image-link-box-content {
  width: 100%;
  text-align: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.style-guide-description {
  position: -webkit-sticky;
  position: sticky;
  top: 36px;
}

.style-guide-icon-arrangement-grid {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-circle-horizontal {
  align-items: flex-start;
  display: flex;
}

.icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  margin-bottom: 24px;
  display: flex;
}

.icon-circle.bg-primary-1 {
  background-color: #eaa235;
  flex: none;
}

.icon-circle.bg-primary-3 {
  background-color: #2dafc3;
}

.icon-circle.icon-link-box-circle {
  margin-bottom: 18px;
}

.icon-circle.icon-link-box-circle.bg-primary-1 {
  background-color: #eaa235;
}

.icon-circle.icon-link-box-horizontal-circle {
  margin-bottom: 0;
  margin-right: 18px;
}

.icon-circle.bg-primary-1 {
  background-color: #eaa235;
  flex: none;
}

.icon-circle.bg-primary-3 {
  background-color: #2dafc3;
}

.icon-circle-horizontal-content {
  flex: 1;
  margin-left: 24px;
}

.medium-heading {
  font-family: Graphik;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.medium-heading.text-left {
  text-align: left;
  margin-top: 0;
  font-family: Roboto;
  font-weight: 400;
}

.icon-horizontal {
  color: #eaa235;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.icon-horizontal-heading {
  margin-bottom: 0;
  margin-left: 18px;
}

.icon-horizontal-heading.reduced-margin {
  color: #fff;
  margin-left: 0;
  font-family: Graphik;
  font-weight: 400;
}

.icon-vertical {
  margin-bottom: 12px;
}

.icon-link-box-heading {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.icon-link-box-heading.text-primary-2 {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.text-primary-3 {
  color: #81a094;
}

.navbar-container {
  z-index: 99;
  position: relative;
}

.navbar-container.sticky-top {
  z-index: 999;
}

.navbar-container.bg-gray-3.sticky-top {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .49);
  border-left: 1px #fff;
  border-right: 1px #fff;
}

.navbar {
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.navbar.collapsed-navbar {
  position: static;
}

.navbar-justify-between {
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  display: flex;
}

.navbar-right-contents, .navbar-functions {
  align-items: center;
  display: flex;
}

.navbar-functions.navbar-functions-left {
  margin-left: 36px;
}

.search-link {
  align-items: center;
  margin-left: 24px;
  transition: opacity .2s;
  display: flex;
}

.search-link:hover {
  opacity: .5;
}

.search-link-icon {
  margin-right: 6px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu.nav-menu-right-aligned {
  margin-right: 24px;
}

.nav-menu.nav-menu-left-aligned {
  margin-left: 36px;
}

.nav-menu.full-height-menu {
  max-height: 100vh;
  min-width: 50vw;
  color: #fff;
  text-align: left;
  background-color: #1e2749;
  position: fixed;
}

.nav-menu.collapsed-nav-menu {
  margin-left: 24px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #eaa235;
}

.nav-link.w--current, .nav-link.text-white {
  color: #fff;
}

.nav-link.home {
  margin-left: 0;
}

.dropdown-icon {
  margin-left: 2px;
  position: relative;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  min-width: 220px;
  color: #fff;
  background-color: #1e2749;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
}

.dropdown-list.dropdown-list-right {
  width: 600px;
  min-width: 320px;
  margin-top: 20px;
  right: auto;
}

.dropdown-link {
  color: #fff;
  background-color: #1e2749;
  border: 1px solid #1e2749;
  border-radius: 5px;
  margin-right: 30px;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.dropdown-link:hover {
  color: #2dafc3;
  background-color: #1d2441;
  border: 1px solid #000;
}

.dropdown-link.w--current {
  color: #eaa235;
}

.dropdown-link.compare {
  background-color: #eaa235;
  margin-right: 30px;
}

.dropdown-link.compare:hover {
  color: #174859;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-grid-column {
  min-width: 180px;
}

.sticky-top {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bg-white {
  background-color: #fff;
}

.navbar-logo-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.navbar-left-contents {
  align-items: center;
  display: flex;
}

.navbar-icon-link {
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.navbar-icon-link-image {
  max-height: 30px;
  color: #eaa235;
  margin-right: 12px;
}

.collapsed-nav-links {
  align-items: center;
  display: flex;
}

.full-height-menu-contents {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 72px 72px 48px;
  display: flex;
  position: absolute;
}

.full-height-menu-links {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.full-height-menu-link {
  opacity: .5;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  transition: opacity .2s;
}

.full-height-menu-link:hover, .full-height-menu-link.w--current {
  opacity: 1;
}

.full-height-menu-cross {
  z-index: 999;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 72px;
  left: 50vw;
  transform: translate(-96px);
}

.footer-1 {
  color: #fff;
  background-color: #1e2749;
  padding-bottom: 48px;
}

.footer-1-top {
  margin-bottom: 72px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-1-top-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-1-logo {
  margin-right: 30px;
  display: block;
  position: static;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 24px;
}

.footer-1-logo.w--current {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  bottom: 31%;
}

.footer-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-1-bottom-row {
  align-items: center;
  margin-top: 120px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.footer-1-menus-grid {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: start;
}

.menu-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
}

.hover-link {
  opacity: .5;
  color: #676565;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
}

.hover-link.text-white {
  color: #fff;
}

.footer-2 {
  padding-top: 96px;
  padding-bottom: 48px;
}

.footer-2-top-row {
  align-items: flex-start;
  display: flex;
}

.footer-2-logo {
  margin-bottom: 24px;
}

.footer-2-menus-container {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.container-large {
  width: 100%;
  max-width: 612px;
  direction: ltr;
}

.container-large.align-center {
  max-width: 770px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.container-large.align-center.section-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.container-large.align-center.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large.align-center.section-title-small {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.container-large.page-title {
  max-width: 930px;
}

.container-large.page-title.align-center {
  max-width: 965px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-large.wide {
  max-width: 823px;
}

.container-large.wide.align-center {
  position: relative;
}

.container-large.overlay-image {
  margin-top: 48px;
  margin-left: -72px;
}

.container-large.align-right {
  float: right;
}

.footer-2-menus-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-2-contact-details {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-top: 30px;
}

.footer-menu-heading {
  color: #fff;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.row-link {
  color: #676565;
  margin-right: 24px;
}

.footer-bottom-links {
  text-align: center;
  padding-top: 60px;
  display: block;
  position: static;
}

.social-links {
  max-width: 260px;
  min-width: 260px;
  text-align: center;
  background-color: #174859;
  align-items: center;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.social-link {
  margin-left: 9px;
  margin-right: 9px;
}

.social-link.hover-link {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: #2dafc3;
  border-radius: 50%;
  padding-top: 12px;
  padding-bottom: 10px;
  transition-property: none;
}

.social-link-image {
  max-height: 24px;
  color: #2dafc3;
}

.footer-3 {
  color: #fff;
  background-color: #81a094;
  padding-top: 96px;
  padding-bottom: 48px;
}

.footer-3-top-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-3-logo-and-menus {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-right: 24px;
  display: grid;
}

.form-horizontal {
  margin-bottom: 0;
  display: flex;
}

.form-horizontal.multiple-inputs {
  width: 100%;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.form-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-form-heading, .footer-3-logo {
  margin-bottom: 24px;
}

.search-modal {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #1e2749;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.search-modal-cross {
  cursor: pointer;
  position: absolute;
  top: 48px;
  right: 48px;
}

.utility-page-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.back-to-top-button-container {
  z-index: 999;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.back-to-top-container {
  position: absolute;
}

.alert-bar {
  z-index: 999;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}

.alert-bar-text {
  margin-right: 12px;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
  margin-top: 80px;
}

.grid-halves.fullwidth-grid-halves {
  padding-left: 24px;
}

.grid-halves.reverse-direction {
  direction: rtl;
}

.grid-halves.narrow {
  max-width: 1036px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves.align-top, .grid-halves.top {
  align-items: start;
}

.grid-halves.services {
  background-color: #2dafc3;
  background-image: linear-gradient(rgba(45, 175, 195, .81), rgba(45, 175, 195, .81)), url('../images/your-company-formation-hero-services-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  padding: 30px;
}

.overlay-container {
  position: relative;
}

.rounded-bottom-large {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.overlay-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 36px;
  left: -48px;
}

.overlay-content.bottom-right {
  left: auto;
  right: -2vw;
}

.navbar-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-bg.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.flush-with-top {
  margin-bottom: -96px;
  position: relative;
  top: -96px;
}

.rounded-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-left.shadow-large {
  margin-left: 30px;
}

.rounded-bottom-left {
  border-bottom-left-radius: 20px;
}

.rounded-bottom-left.shadow-large.case-study-image {
  width: 100%;
}

.text-gray-1 {
  color: #676565;
}

.text-center {
  text-align: center;
}

.text-center.cashback-text {
  margin-top: 20px;
  font-family: Graphik;
  font-weight: 500;
}

.text-center.extar-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.hero-subscribe-form {
  margin-top: 20px;
  margin-bottom: 24px;
}

.video-play-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.video-play-icon:hover {
  transform: scale(1.25);
}

.video-play-icon.small {
  width: 36px;
  height: 36px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.color-link-box-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.image-link-box-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.image-link-box-grid.halves {
  grid-template-columns: 1fr 1fr;
}

.image-link-box-grid.row2 {
  margin-top: 30px;
}

.image-link-box-grid.steps {
  margin-left: 30px;
  margin-right: 30px;
}

.text-gray-3 {
  color: #f9f5ec;
}

.list-with-link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section-title {
  margin-bottom: 48px;
}

.section-title.cms-section-title {
  margin-bottom: 72px;
}

.section-title.blog {
  width: 49%;
  margin-bottom: 60px;
}

.portrait-quote-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.button-with-link-container {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.polaroid-image-container {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  position: relative;
}

.polaroid-image-container.rotate-right {
  transform: rotate(4deg);
}

.text-handwriting {
  letter-spacing: -.04em;
  font-family: Reenie Beanie;
  font-size: 40px;
  line-height: 48px;
}

.text-handwriting.polaroid-text {
  margin-top: 36px;
  margin-bottom: 12px;
}

.text-grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.chat-container {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #f9f5ec;
  border: 1px #000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
  position: relative;
}

.chat-item {
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

.chat-text {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  margin-left: 12px;
  padding: 12px 24px;
}

.chat-text.chat-text-right {
  margin-left: 0;
  margin-right: 12px;
}

.chat-item-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.checklist-grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  margin-top: 24px;
}

.bulleted-list-grid-vertical {
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-top: 36px;
}

.bulleted-list-item {
  border-radius: 5px;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.bullet {
  width: 8px;
  height: 8px;
  background-color: #676565;
  border-radius: 50%;
  flex: none;
  margin-right: 12px;
  position: relative;
  top: 8px;
}

.text-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.relative-slider-nav {
  height: 27px;
  font-size: 8px;
  line-height: 8px;
  position: relative;
  top: 12px;
}

.relative-slider-nav.portrait-quote-slider-nav {
  top: 0;
}

.quote-logo {
  margin-bottom: 0;
}

.justify-content-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.justify-content-center.text-center {
  flex-direction: column;
}

.justify-content-center.row {
  flex-direction: row;
  justify-content: center;
}

.review-grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.stars-row {
  display: flex;
}

.stars-row.boxed-stars-row {
  margin-bottom: 18px;
}

.rating-author {
  margin-top: 18px;
}

.image-with-box-row {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-danger {
  color: #ad343e;
}

.form-grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
}

.style-guide-tabs-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr;
}

.tabs-menu {
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
}

.tab-link {
  opacity: .5;
  color: #676565;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  line-height: 30px;
  transition: border-color .2s, opacity .2s;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  color: #eaa235;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #e14817;
}

.tabs-menu-buttons {
  margin-bottom: 24px;
}

.tabs-menu-buttons.padded {
  border-radius: 10px;
  margin-bottom: 48px;
  padding: 12px;
}

.tabs-menu-buttons.padded.bg-primary-2 {
  z-index: 2;
  justify-content: flex-start;
}

.tab-button {
  color: #eaa235;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 7px 18px;
  font-size: 14px;
  line-height: 22px;
  transition: border-color .2s, color .2s;
}

.tab-button:hover {
  color: #676565;
}

.tab-button.w--current {
  color: #fff;
  background-color: #eaa235;
}

.adjacent-tabs {
  align-items: flex-start;
  display: flex;
}

.adjacent-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adjacent-tabs-content {
  flex: 1;
  margin-left: 72px;
  overflow: visible;
}

.adjacent-tab-link {
  opacity: .35;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: PlusJakarta Display;
  font-size: 54px;
  line-height: 60px;
  transition: opacity .2s;
}

.adjacent-tab-link:hover {
  opacity: 1;
}

.adjacent-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.adjacent-tab-content {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.tab-button-white {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 10px 18px;
  transition: opacity .2s, background-color .2s;
}

.tab-button-white:hover {
  opacity: .5;
}

.tab-button-white.w--current {
  color: #1e2749;
  background-color: #fff;
}

.tab-button-white.w--current:hover {
  opacity: 1;
}

.tab-button-white.tab-button-large {
  padding: 18px 24px;
}

.tabs-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-centered-content {
  width: 100%;
}

.tabs-centered-content.site-under-tabs {
  margin-top: -80px;
  overflow: visible;
}

.accordion-container.footer {
  display: none;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-item-title {
  cursor: pointer;
  background-color: #f2f7fd;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  display: flex;
}

.accordion-heading {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  transition: color .2s;
}

.accordion-item-content-wrapper {
  font-family: Open Sans, sans-serif;
  overflow: hidden;
}

.accordion-item-content {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.accordion-item-content.white {
  padding-top: 24px;
  font-family: Poppins, sans-serif;
}

.icons-left-grid-quarters {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 50px;
  margin-bottom: 29px;
}

.icon-box-grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.icon-large {
  height: 72px;
  margin-bottom: 24px;
}

.metric-pill {
  color: #676565;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 36px;
  display: flex;
}

.metric-pill-heading {
  text-align: right;
  margin-bottom: 0;
  margin-left: 24px;
}

.metrics-pill-grid-vertical {
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider.portrait-quote-slider {
  margin-top: -24px;
}

.portrait-quote-slide-container {
  padding: 24px;
}

.large-metric-grid-vertical {
  grid-row-gap: 72px;
  grid-template-columns: 1fr;
}

.metric-heading {
  margin-bottom: 0;
}

.video-lightbox-wrapper {
  color: #676565;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.video-lightbox-wrapper.align-center {
  position: absolute;
}

.video-lightbox-heading {
  margin-left: 12px;
}

.pricing-grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.pricing-plan-action {
  flex-direction: column;
  display: flex;
}

.pricing-plan-action.homepack-cta {
  padding-left: 33px;
  padding-right: 33px;
}

.text-bold {
  font-weight: 700;
}

.help-center-search-wrapper {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
}

.popular-search-articles-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.popular-article-link {
  margin-left: 24px;
  font-size: 14px;
  line-height: 22px;
}

.horizontal-link {
  color: #fff;
  align-items: center;
  margin-bottom: 16px;
  font-family: Graphik;
  display: flex;
}

.horizontal-link.adjacent-to-link {
  margin-left: 24px;
}

.horizontal-link-icon {
  margin-right: 12px;
}

.breadcrumb-section {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 22px;
}

.breadcrumb-section.bg-gray-3 {
  background-color: #f4f7fa;
  border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.breadcrumbs {
  align-items: center;
  display: flex;
}

.breadcrumb-arrow {
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
}

.cms-grid-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, .08);
  border-radius: 10px;
  padding: 24px;
}

.cms-item-horizontal {
  color: #676565;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 48px 36px 48px 48px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
}

.cms-item-horizontal:hover {
  border-color: #e14817;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.cms-item-heading {
  margin-bottom: 6px;
}

.cms-item-title {
  margin-right: 24px;
}

.horizontal-rule {
  height: 1px;
  background-color: rgba(0, 0, 0, .08);
  margin-top: 36px;
  margin-bottom: 36px;
}

.article h3 {
  margin-top: 36px;
  margin-bottom: 24px;
}

.article ul {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 24px;
  display: grid;
}

.article h4 {
  margin-bottom: 24px;
}

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.case-study-logo {
  margin-bottom: 48px;
}

.case-study-meta-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.case-study-meta-row {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-meta-item {
  margin-left: 36px;
  margin-right: 36px;
}

.additional-case-studies {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}

.additional-case-studies-heading {
  margin-bottom: 60px;
}

.case-study-grid-halves {
  max-width: 1060px;
  grid-column-gap: 48px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.case-study-link {
  border-radius: 10px 50px;
  margin-top: 50px;
  margin-bottom: 24px;
  padding: 0;
  transition: transform .2s, box-shadow .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.case-study-link:hover {
  transform: translate(0, -12px);
}

.case-study-logo-wrapper {
  z-index: 1;
  height: 180px;
  color: #174859;
  text-align: center;
  background-color: #fff;
  border-radius: 50px 0;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: auto;
  right: -3%;
  overflow: visible;
  box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

.case-study-logo-wrapper.product {
  height: 150px;
}

.popular-articles {
  display: flex;
}

.search-result-url {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}

.search-result-item {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin-bottom: 24px;
}

.breadcrumb-heading {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.blog-categories-breadcrumbs {
  display: flex;
}

.blog-category-breadcrumb-link {
  margin-left: 24px;
}

.article-meta {
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.article-meta.article-grid-meta {
  margin-bottom: 18px;
}

.blog-main-image {
  width: 100%;
  max-width: 1036px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.article-small {
  width: 100%;
  color: #676565;
  border-radius: 5px;
  transition: box-shadow .2s, color .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.article-small:hover {
  color: #e14817;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.articles-small-grid {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-small-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
  display: block;
  position: absolute;
}

.article-small-body {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 1;
  align-items: center;
  padding: 24px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.articles-small-heading {
  margin-bottom: 24px;
}

.featured-article-container {
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto;
}

.featured-article {
  border-radius: 20px;
  font-weight: 400;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.featured-article:hover {
  transform: translate(0, -12px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.featured-article-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.featured-article-heading {
  margin-bottom: 36px;
}

.articles-grid-thirds {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-thumbnail {
  color: #535050;
  border-radius: 50px 0;
  margin-bottom: 18px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  overflow: hidden;
}

.article-thumbnail:hover {
  transform: translate(0, -12px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.article-grid-heading {
  color: #676565;
  font-family: Poppins, sans-serif;
  line-height: 30px;
}

.article-grid-item {
  color: #676565;
}

.career-title-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.career-title-section.bg-gray-3 {
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.career-title-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.career-heading {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.career-details-row {
  align-items: center;
  display: flex;
}

.career-meta {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.apply-heading {
  color: #e14817;
  margin-top: 72px;
  margin-bottom: 48px;
}

.contact-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.justify-content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-media-buttons {
  align-items: center;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.social-icon-small {
  max-height: 16px;
}

.article-small-image-wrapper {
  min-height: 96px;
  min-width: 144px;
  position: relative;
}

.text-block, .text-block-2 {
  color: #fff;
  font-weight: 400;
}

.pack-name {
  color: #2dafc3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.pack-name.nc {
  color: #fff;
}

.boxed-2 {
  color: #2c2d36;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  display: flex;
  position: relative;
}

.boxed-2.pricing-plan {
  height: 100%;
  min-height: 508px;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
}

.boxed-2.pricing-plan.shadow-small {
  color: #676565;
  background-color: #fff;
  align-items: stretch;
  margin-bottom: 20px;
}

.boxed-2.icon-box {
  background-color: rgba(0, 0, 0, 0);
  border-style: none solid none none;
  border-radius: 0;
  flex: 1;
  align-items: center;
  margin-right: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto;
}

.boxed-2.icon-box.last {
  border-right-style: none;
}

.boxed-2.hover-box {
  text-align: center;
  align-items: center;
  transition: box-shadow .2s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
}

.boxed-2.hover-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.boxed-2.hover-box.icon-box.green {
  border-color: #559866;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2dafc3;
  border: 2px #2dafc3;
  border-radius: 50px;
  padding: 16px 50px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: inset 0 200px 200px 200px rgba(0, 0, 0, 0);
}

.button-2:hover {
  color: #fff;
  background-color: #2dafc3;
  border-color: #2dafc3;
  box-shadow: inset 0 200px 200px 200px rgba(0, 0, 0, .1);
}

.button-2.button-large {
  padding: 19px 36px;
  font-size: 20px;
  line-height: 30px;
  position: static;
}

.button-2.bg-primary-2 {
  background-color: #2dafc3;
  border-color: #2dafc3;
}

.button-2.form-horizontal-button {
  color: #fff;
  background-color: #ff8c00;
  border-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}

.button-2.form-horizontal-button.button-large {
  height: 72px;
  background-color: #ff8c00;
  background-image: url('../images/company-formation-search.png');
  background-position: 77%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: none;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 65px;
}

.button-2.button-small {
  background-color: #f90;
  border-color: #eaa235;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.button-2.button-small:hover {
  background-color: #e14817;
  border-color: #e14817;
}

.button-2.white {
  color: #2dafc3;
  background-color: #fff;
}

.check-circle-2 {
  width: 20px;
  height: 20px;
  background-color: #2dafc3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-right: 12px;
  display: flex;
}

.p-company-type {
  min-height: 125px;
  color: #535050;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.icon-box-grids-fourth {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-success-2 {
  color: #fff;
  background-color: #559866;
  border-radius: 5px;
  padding: 18px;
}

.form-input-2 {
  height: 60px;
  border: 1px solid rgba(44, 45, 54, .17);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input-2:focus {
  border-color: #2c2d36;
}

.form-input-2::-ms-input-placeholder {
  color: rgba(44, 45, 54, .5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-2::placeholder {
  color: rgba(44, 45, 54, .5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-2.form-input-large {
  height: 72px;
  border-style: solid;
  border-color: #e2e9ef;
  border-radius: 50px 0 0 50px;
  padding: 19px 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.form-input-2.form-input-large::-ms-input-placeholder {
  font-size: 20px;
  line-height: 30px;
}

.form-input-2.form-input-large::placeholder {
  font-size: 20px;
  line-height: 30px;
}

.form-error-2 {
  color: #fff;
  text-align: center;
  background-color: #ad343e;
  border-radius: 5px;
  margin-top: 12px;
  padding: 18px;
}

.row-link-2 {
  color: #f9f5ec;
  margin-right: 24px;
}

.hover-link-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  transition: color .3s;
}

.hover-link-2:hover {
  opacity: 1;
  color: #2dafc3;
}

.footer-main {
  color: #174859;
  background-color: #174859;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: Graphik;
  position: relative;
}

.footer-2-menus-grid-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-bottom-row-copyright {
  border-top: 1px solid rgba(177, 210, 221, .22);
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.office-hours {
  color: #2dafc3;
  margin-bottom: 0;
  font-family: Roboto;
}

.empty-state-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, .08);
  border-radius: 10px;
  padding: 24px;
}

.article-grid-item-2 {
  color: #2c2d36;
}

.article-grid-heading-2 {
  color: #2c2d36;
  line-height: 30px;
}

.heading-fullwidth {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta-div-center {
  text-align: center;
  margin-bottom: 48px;
  padding-top: 48px;
}

.cta-div-center.homepacks {
  padding-top: 0;
}

.trustpilot-box {
  margin-top: 200px;
}

.top-bar {
  height: 90px;
  background-color: #368ca3;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.top-bar.home {
  background-color: #509aae;
  border-top: 1px #fff;
  border-bottom: 1px #000;
}

.main-nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.main-nav.sticky-top {
  background-color: #368ca3;
  border-top-style: none;
  border-top-color: rgba(255, 255, 255, .5);
  border-bottom-style: none;
  border-bottom-color: rgba(255, 255, 255, .47);
}

.included {
  color: #fff;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

.display-heading-tick {
  color: #fff;
  text-transform: capitalize;
  background-image: url('../images/company-formation-icons-success.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 65px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
}

.section-call-us {
  color: #1e2749;
  background-image: url('../images/company-formation-question-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 100px 15%;
  font-family: Open Sans, sans-serif;
}

.section-call-us.bg-gray-3 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.large-heading-phone {
  color: #eaa235;
  margin: 20px 75px 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.price-products {
  color: #2dafc3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.text-medium {
  margin-top: 0;
  font-size: 27px;
  line-height: 35px;
}

.page-title {
  color: #2dafc3;
  border-bottom: 1px solid rgba(45, 175, 195, .21);
  padding-bottom: 20px;
}

.page-title.top-padd {
  margin-top: 30px;
}

.main-content {
  padding-left: 40px;
}

.left-block {
  width: 50%;
  height: 100vh;
  float: right;
  background-image: linear-gradient(#385561, rgba(45, 175, 195, .79)), url('../images/your-company-formation-home-services-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.login-box {
  width: 70%;
  background-color: #fff;
  border-radius: 0 25px;
  flex: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  position: static;
  box-shadow: 0 9px 50px -15px rgba(0, 0, 0, .51);
}

.efloginbox {
  padding-top: 30px;
}

.login-field {
  width: 35%;
  float: left;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.login-input {
  width: 65%;
  float: left;
  border-radius: 4px;
  font-size: 16px;
}

.btn {
  color: #fff;
  background-color: #fa0;
  padding: 15px 40px;
  transition: background-color .4s cubic-bezier(.755, .05, .855, .06);
  box-shadow: 0 5px 7px -1px rgba(0, 0, 0, .17);
}

.btn:hover {
  background-color: #f7c155;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.comp {
  letter-spacing: 1px;
  background-color: #ff8c00;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  transition-duration: .2s;
}

.btn.comp:hover {
  background-color: #eaa235;
}

.btn.comp.alt {
  background-color: #ff8c00;
}

.btn.add {
  background-color: #4eaf4e;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  transition-duration: .3s;
}

.btn.add:hover {
  color: #fff;
  background-color: #1e2749;
}

.login-password {
  float: right;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.right-block {
  width: 50%;
  height: 100vh;
  float: left;
  background-color: #141414;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.login-signup-box {
  width: 70%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-white-2 {
  color: #fff;
}

.login-logo {
  margin-bottom: 40px;
}

.amber-alert {
  color: #1e2749;
  background-color: rgba(230, 188, 124, .87);
  border: 1px solid #e14817;
  border-radius: 4px;
  padding: 12px;
}

.display-heading-cross {
  color: #ad343e;
  text-transform: capitalize;
  background-image: url('../images/icon-cross-red_2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-top: 60px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
}

.block {
  max-width: 1140px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ct-col {
  width: 180px;
  float: left;
  text-align: center;
  margin-right: 0;
}

.pack-price {
  color: #242424;
  letter-spacing: -5px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 44px;
  display: block;
}

.pack-price.table {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 32px;
}

.ct-items {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.ct-items.description {
  background-color: #fff;
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.ct-items.description.mobile {
  border-right-style: none;
}

.close {
  color: #fff;
  background-color: #fa0;
  padding: 15px 40px;
}

.text-box-included {
  margin-top: 70px;
  margin-right: 1px;
}

.ct-more {
  color: #174859;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.ct-more.wh {
  color: #fff;
}

.pack-price-large {
  letter-spacing: -4px;
  font-size: 44px;
}

.ct-item-element {
  height: 80px;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e2e9ef;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.ct-item-element.pop {
  background-color: #2dafc3;
}

.ct-item-element.highlight {
  background-color: rgba(24, 204, 60, .22);
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row-reverse;
}

.ct-item-element.wh {
  background-color: #fff;
  border-left-style: none;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-top: 13px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.ct-item-element.wh.top {
  flex-direction: row-reverse;
}

.block-border-box-compare {
  width: 1440px;
  float: none;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  display: block;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}

.ct-choose {
  color: #eaa235;
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  line-height: 24px;
}

.ct-desktop {
  background-color: #fefefe;
}

.tip {
  width: 20px;
  height: 20px;
  float: right;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-info_1icon-info.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5px;
  margin-right: 8px;
}

.ct-col-header {
  height: 380px;
  float: none;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  padding: 20px 15px;
}

.ct-col-header.first {
  box-shadow: none;
  background-color: #fff;
  border-top-style: none;
  border-left-style: none;
  margin-top: 0;
  padding: 0 30px 0 0;
}

.ct-col-header.last {
  border-top-right-radius: 0;
  padding-bottom: 20px;
}

.ct-col-header._1st {
  border-top-left-radius: 0;
}

.ct-col-header.bottom-last {
  border-bottom: 1px #e2e9ef;
  border-right: 1px #000;
  border-bottom-right-radius: 0;
}

.ct-col-header.pop {
  height: 380px;
  background-color: #2dafc3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  padding-top: 20px;
}

.ct-col-header.pop.bottom {
  height: 380px;
  border-radius: 0;
  margin-top: 0;
  padding-top: 20px;
}

.comp-pack-heading {
  color: #fff;
  text-transform: uppercase;
  background-color: #174859;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.comp-pack-heading.pop {
  color: #fff;
}

.ct-description-text {
  width: 85%;
  float: left;
  color: #000;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 7px;
  padding-left: 16px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.save {
  color: #2dafc3;
  margin-bottom: 7px;
  font-weight: 600;
}

.rrp {
  color: #9b9b9b;
  text-decoration: line-through;
}

.rrp.text-white {
  color: #fff;
}

.tab {
  color: #174859;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 25px 20px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .45s;
}

.tab:hover {
  box-shadow: none;
  color: #2dafc3;
  background-color: #fff;
}

.tab.active {
  box-shadow: none;
  color: #2dafc3;
  background-color: #fff;
  border-bottom: 2px solid #2dafc3;
  text-decoration: none;
}

.tab.active.w--current {
  background-image: url('../images/company-formation-tab-current_1company-formation-tab-current.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ct-description {
  width: 300px;
  float: left;
  margin-top: 0;
}

.ct-description.title {
  width: 600px;
  text-align: left;
}

.packprice {
  color: #fff;
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 1em;
}

.packprice.comp {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}

.packprice.comp.dark {
  color: #2dafc3;
}

.packprice.compare {
  color: #2dafc3;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.packprice.compare.pop {
  color: #fff;
}

.company-tabs {
  z-index: 1;
  text-align: center;
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.ct-mobile {
  display: none;
}

.company-type-text {
  text-align: center;
  margin-bottom: 30px;
}

.company-type-text.header {
  height: 260px;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.company-type-text.double {
  height: 250px;
  text-align: left;
  flex-direction: column;
  margin-bottom: 10px;
  padding-left: 35px;
  display: flex;
}

.package-header {
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #174859;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.package-header.left {
  background-color: #fff;
  border-bottom-width: 1px;
  border-left-style: none;
  border-right-style: none;
  flex-direction: row;
  justify-content: flex-start;
}

.package-header.left.single {
  border-bottom-color: #174859;
  border-left-style: solid;
  border-left-color: #e2e9ef;
}

.package-header.left.single.blank {
  border-top-style: none;
  border-left-style: none;
}

.package-header.left.single.bottom {
  border-left-style: none;
}

.package-header.single {
  height: 100px;
  border-bottom-color: #174859;
}

.package-header.mobile {
  display: none;
}

.p-small {
  font-size: 13px;
  line-height: 17px;
}

.package-header-text {
  color: #2dafc3;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 28px;
  line-height: 36px;
  display: inline-block;
}

.package-header-text.small {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 26px;
  line-height: 1.1em;
}

.readmore {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.basket {
  border: 1px solid #368ca3;
  border-radius: 4px 4px 0 0;
  margin-top: 20px;
}

.buy-right-box {
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 4px;
  margin-top: 30px;
  padding: 20px;
}

.buy-right-box.tp {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-extras {
  color: #174859;
}

.buy-left {
  width: 66.66%;
  padding-right: 5%;
}

.text-buy {
  font-family: Poppins, sans-serif;
}

.section-white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
  display: flex;
}

.section-white.notoppadd {
  padding-top: 0;
  font-family: Open Sans, sans-serif;
}

.addon-title {
  color: #2dafc3;
  border-bottom: 1px solid #e9ebf0;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.basket-price {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

.basket-items {
  padding-left: 15px;
  padding-right: 60px;
  line-height: 18px;
}

.button-green {
  color: #fff;
  background-color: #4eaf4e;
  border-radius: 5px;
  padding: 13px 26px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  transition: background-color .3s ease-out;
}

.button-green:hover {
  color: #fff;
  background-color: #202a3b;
}

.basket-checkout {
  text-align: right;
  background-color: #eef3f7;
  border: 1px solid #368ca3;
  border-radius: 0 0 4px 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 28px;
}

.addon-wrap {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.payment-icons {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.addon-col {
  width: 12.5%;
  float: left;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.addon-col.details {
  width: 5%;
}

.heading-4 {
  color: #fff;
  background-image: linear-gradient(#174859, #174859);
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.addon-p {
  font-size: 13px;
  line-height: 20px;
}

.buy-right {
  width: 33.33%;
}

.buy-wrapper {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.addon-content {
  width: 70%;
  float: left;
  font-family: Graphik;
}

.addon-section {
  margin-bottom: 30px;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  line-height: 35px;
}

.grid-6ths-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.text-white {
  font-size: 45px;
}

.container-heading {
  width: 100%;
  max-width: 770px;
  direction: ltr;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-heading.large {
  max-width: 900px;
}

.header-right-contents {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-weight: 400;
  transition: color .2s;
  display: flex;
}

.nav-link-2:hover {
  color: #2dafc3;
}

.nav-link-2.w--current {
  color: #eaa235;
}

.head-mobile-wrap {
  display: none;
}

.heading-5 {
  color: #6e6e6e;
}

.bold-text-2 {
  color: #2dafc3;
}

.secure-text {
  color: #559866;
  background-image: url('../images/company-formation-icons-securecheckout_1company-formation-icons-securecheckout.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.compare-logos {
  margin-top: 10px;
}

.vat {
  font-size: 19px;
}

.package-description {
  text-align: left;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.ct-description-text-single {
  width: 85%;
  float: left;
  color: #000;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Graphik;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.ticks-single {
  border-right: 1px solid #e2e9ef;
  border-top-left-radius: 15px;
}

.h3-sidebar {
  color: #2dafc3;
  border-bottom: 3px solid #fa0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 28px;
  line-height: 36px;
}

.side-trust-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-2 {
  color: #fff;
  background-color: #fa0;
  padding: 15px 40px;
  transition: background-color .4s cubic-bezier(.755, .05, .855, .06);
  box-shadow: 0 5px 7px -1px rgba(0, 0, 0, .17);
}

.btn-2:hover {
  background-color: #f7c155;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-2.comp {
  padding-left: 30px;
  padding-right: 30px;
}

.btn-2.comp:hover {
  background-color: #e14817;
}

.btn-2.comp.mobile {
  display: none;
}

.ct-description-text-2 {
  width: 85%;
  float: left;
  color: #000;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 0;
  font-family: Graphik;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.ct-mobile-2 {
  display: none;
}

.side-bar {
  padding-left: 30px;
}

.pack-image {
  min-height: 75px;
  margin-top: 7px;
  margin-bottom: 20px;
}

.pack-block {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.dashboard-box {
  width: 48%;
  float: none;
  color: #1e2749;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-left: 0%;
  margin-right: 2%;
  padding: 15px;
  transition: background-color .35s;
  display: block;
}

.dashboard-box:hover {
  color: #1e2749;
  background-color: #f9f5ec;
  background-image: url('../images/YCF-Logo-bird-cutout.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.dashboard-box.right {
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-right: 0%;
}

.dashboard-box.full {
  width: 100%;
  margin-right: 0%;
}

.large-heading-2 {
  color: #6e6e6e;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 48px;
}

.large-heading-2.text-white.wht {
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
}

.text-primary-5 {
  color: #1e2749;
  font-family: Roboto;
  font-weight: 400;
}

.basket-h3 {
  width: 100%;
  color: #fff;
  background-color: #2dafc3;
  margin-bottom: 0;
  padding: 15px;
  font-family: Roboto;
  font-weight: 400;
}

.dashboard-basket {
  border: 1px solid #2dafc3;
  flex: 1;
}

.dashboard-namecheck {
  background-color: #2dafc3;
  background-image: url('../images/YCF-Logo-bird-cutout.png'), linear-gradient(rgba(45, 175, 195, .81), rgba(45, 175, 195, .81)), url('../images/your-company-formation-hero-services-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

.dashboard-helpbox {
  color: #fff;
  background-color: #2dafc3;
  border: 1px solid #2dafc3;
  margin-top: 20px;
  padding: 15px;
}

.dashboard-welcome {
  background-color: #f9f5ec;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.flt-right {
  float: right;
}

.dashboard-basket-item {
  margin-bottom: 10px;
}

.dashboard-basket-body {
  padding: 15px;
}

.body {
  font-family: Mulish;
  font-size: 18px;
}

.dashboard-twothirds {
  width: 70%;
  float: left;
  margin-right: 3%;
}

.dashboard-third {
  width: 27%;
  float: left;
  justify-content: space-between;
  display: block;
}

.dashboard-twothirds-wrap {
  width: 70%;
  float: left;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 3%;
  display: flex;
}

.dashboard-header {
  align-items: stretch;
  display: flex;
}

.navbar-new {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .39);
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-phone {
  color: #fff;
  background-image: url('../images/company-formation-phone-top_1company-formation-phone-top.png');
  background-position: 15px 5px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #2dafc3;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 70px;
  font-size: 20px;
  line-height: 1em;
}

.top-phone-small {
  font-size: 13px;
}

.top-login {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.steps-block {
  width: 175px;
  height: 175px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, .03);
}

.step-title {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.step-number {
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #2dafc3;
  border-radius: 100%;
  margin-top: -33px;
}

.main {
  font-family: Poppins, sans-serif;
}

.hero-subtext {
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.hero-subtext.text-white {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr 1fr;
  padding-top: 0;
}

.footer-col {
  padding-top: 40px;
}

.footer-col.last {
  background-image: url('../images/footer-block.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.footer-address {
  color: #b1d2dd;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.footer-address.nomargin {
  margin-bottom: 0;
}

.footer-link-contact {
  color: #2dafc3;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.footer-link-contact.white {
  color: #fff;
  line-height: 27px;
}

.trust-hero {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.get-started {
  color: #535050;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.text-white {
  font-family: Poppins, sans-serif;
}

.text-white.services-heading {
  padding-left: 175px;
}

.text-white.services-heading.left {
  padding-left: 0;
  padding-right: 175px;
}

.tab-image {
  width: 50px;
  height: 50px;
  color: #535050;
  background-color: rgba(0, 0, 0, 0);
}

.home-img-padd {
  padding-right: 10%;
}

.faq-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pack-icon-box {
  z-index: 1;
  width: 100px;
  margin-bottom: -38px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-two-thirds {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1.75fr;
}

.pack-header {
  margin-top: 80px;
  padding-right: 60px;
}

.pack-cards {
  width: 119%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pack-list-header {
  color: #fff;
  text-align: center;
  background-color: #174859;
  margin-top: 48px;
  padding: 0 38px 31px;
  position: relative;
}

.pack-list-header.aff {
  margin-top: 0;
}

.pack-list-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.feature-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.feature-content {
  padding-left: 45px;
}

.steps-line {
  text-align: center;
  margin-top: 10px;
}

.pack-icon {
  height: 120px;
}

.image-wrap {
  position: relative;
}

.namecheck-box {
  max-width: 900px;
  text-align: left;
  border: 1px rgba(23, 72, 89, .45);
  border-radius: 0 25px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
}

.namecheck-box.pack {
  background-color: rgba(255, 255, 255, .67);
  border: 5px solid #94e2e7;
}

.namecheck-steps {
  margin-top: 50px;
}

.namecheck-steps.top {
  margin-top: 30px;
  margin-bottom: 50px;
}

.dots {
  position: absolute;
  top: -11%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.step-icon {
  width: 50px;
  margin-right: 15px;
}

.grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-right {
  width: 40%;
  float: left;
}

.contact-left {
  width: 60%;
  float: left;
  padding-top: 50px;
  padding-right: 60px;
}

.contact-block {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e2e9ef;
  border-left: 1px solid #e2e9ef;
  border-right: 1px solid #e2e9ef;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  display: flex;
}

.contact-block.top {
  background-color: #174859;
  padding-bottom: 60px;
}

.contact-girl {
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.aff-box {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.aff-heading {
  color: #2dafc3;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1em;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.aff-step {
  text-align: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.aff-steps-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.aff-image {
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 0%;
  right: 0%;
}

.aff-link {
  color: #2dafc3;
  background-image: url('../images/mail-icon_1mail-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 41px;
  font-size: 22px;
  transition: all .35s;
  display: inline-block;
}

.aff-link:hover {
  text-decoration: underline;
}

.homepack {
  color: #2c2d36;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  display: flex;
  position: relative;
}

.homepack.pricing-plan {
  height: 100%;
  min-height: 508px;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
}

.homepack.pricing-plan.shadow-small {
  color: #676565;
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 0 40px;
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, .05);
}

.homepack.pricing-plan.shadow-small.highlight {
  background-color: #2dafc3;
}

.home-pack-price {
  text-align: center;
  align-self: center;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.home-packs-new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.cashback-img {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.h2-homehero {
  color: #fff;
  margin-bottom: 0;
  font-size: 160px;
  line-height: 1em;
}

.rt-packs {
  font-weight: 600;
  line-height: 30px;
}

.rt-packs li {
  background-image: url('../images/company-formation-tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
  list-style-type: none;
}

.rt-packs ul {
  padding-left: 0;
}

.h3-payment-options {
  color: #2dafc3;
  text-transform: uppercase;
  font-size: 30px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rt-packs-white {
  font-weight: 600;
  line-height: 30px;
}

.rt-packs-white li {
  color: #fff;
  background-image: url('../images/company-formation-tick-white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
  list-style-type: none;
}

.rt-packs-white ul {
  padding-left: 0;
}

.pack-extras {
  color: #676565;
  margin-bottom: 15px;
  font-weight: 600;
  display: block;
}

.pack-extras.white {
  color: #fff;
}

.grid-overseas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.overseas-box-1 {
  background-image: url('../images/company-formation-overseas-new.jpg');
  background-position: 50%;
  background-size: cover;
}

.overseas-block-2 {
  text-align: center;
  background-image: url('../images/company-formations-overseas-bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 180px 70px 230px;
}

.steps-mobile {
  display: none;
}

.callus-cta {
  background-color: #2dafc3;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: -90px;
  margin-left: 170px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  position: relative;
}

.callus-cta-image {
  position: absolute;
  top: 50px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-overseas {
  margin-top: -100px;
}

.company-type-img {
  margin-bottom: 38px;
}

.login-text {
  margin-left: 5px;
}

.cashback-partners {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 150px;
  display: flex;
}

.cashback-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-block {
  width: 370px;
  color: #535050;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 60px 35px;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-customer-love {
  width: 1000px;
  margin: 50px auto;
}

.tab-content {
  background-color: #fff;
  padding: 75px;
}

.tab-large {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 50px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.tab-large:hover {
  background-color: #174859;
}

.tab-large.w--current {
  width: auto;
  background-color: #174859;
  font-weight: 600;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.tp_microbox {
  margin-bottom: 30px;
}

.tp-leftside-box {
  color: #fff;
}

.grid-7 {
  grid-template-rows: auto;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: start;
}

.help-link {
  color: #fff;
  background-image: url('../images/company-formation-phone.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.help-link.email {
  background-image: url('../images/company-formation-email.png');
}

.div-block-2 {
  border-right: 1px solid rgba(255, 255, 255, .28);
  padding-right: 99px;
}

.h3-hero {
  color: #174859;
  font-size: 30px;
}

.bank-text {
  padding-left: 150px;
  padding-right: 150px;
}

.header-cta {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-block {
  max-width: 785px;
  color: #fff;
  text-align: left;
  background-image: url('../images/company-formations-registered-office.png');
  background-position: 50%;
  background-size: cover;
  padding: 300px 100px 50px 50px;
  font-weight: 400;
  position: relative;
}

.service-block.right {
  text-align: right;
  padding-left: 140px;
  padding-right: 50px;
}

.service-block.right.mail {
  background-image: url('../images/company-formations-mail-forwarding.png');
  padding-left: 100px;
  font-weight: 400;
}

.service-block.right.calls {
  background-image: url('../images/company-formations-business-call-answering.png');
}

.service-block.director {
  background-image: url('../images/company-formations-directors-adress.png');
}

.service-block-link {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: underline;
}

.service-block-link:hover {
  color: #174859;
}

.service-block-bg {
  z-index: 0;
  width: 100%;
  height: 65%;
  background-color: rgba(45, 175, 195, .73);
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-block-content {
  z-index: 1;
  position: relative;
}

.grid-services {
  margin-top: 50px;
}

.service-block-logo {
  z-index: 2;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 38%;
  right: 0%;
}

.services-wrapper {
  position: relative;
}

.blog-title {
  color: #535050;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.tp-hero {
  margin-bottom: 20px;
}

.tabs-content-2 {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .03);
}

.product-image {
  width: 700px;
  border: 15px solid #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.address-text {
  color: #fff;
  background-image: url('../images/address-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding-left: 70px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.grid-address-box {
  grid-column-gap: 61px;
  border-bottom: 3px solid rgba(103, 101, 101, .15);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.address-icon {
  color: #174859;
  background-image: url('../images/map-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 27px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.meeting-image {
  border-radius: 0 25px;
  margin-bottom: 32px;
}

.meeting-box {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-address-cta {
  background-color: #fff;
  border-radius: 0 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .08);
}

.buy-cta-2 {
  padding-left: 40px;
}

.buy-cta-image {
  border-radius: 0 25px;
}

.price-pill {
  color: #fff;
  text-align: center;
  background-color: #2dafc3;
  border: 4px solid #fff;
  border-radius: 50px;
  margin: -67px auto 30px;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.display-heading-packs {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.display-heading-packs.text-white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  transform: translate(0);
}

.grid-cashback-banks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  align-content: start;
  justify-items: start;
  margin-top: -254px;
}

.grid-accordion {
  grid-template-columns: 1fr;
}

.callus-cta-full {
  background-color: #2dafc3;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  position: relative;
}

.trsupilot-box {
  text-align: center;
}

.pack-name-home {
  color: #fff;
  text-transform: uppercase;
  background-color: #174859;
  margin-bottom: 10px;
  padding: 8px 35px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.pack-name-home.white {
  color: #2dafc3;
  background-color: #fff;
}

.callus-pill-full {
  position: absolute;
  top: 50px;
  bottom: 0%;
  left: auto;
  right: 8%;
}

.tp-stars {
  margin-bottom: 20px;
}

.container-xlarge {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
}

.text-block-5 {
  font-weight: 600;
}

.paragraph {
  font-weight: 700;
}

.paragraph-2, .paragraph-3 {
  font-weight: 600;
}

.heading-6, .heading-7 {
  font-family: Poppins, sans-serif;
}

.heading-8, .heading-9, .heading-10, .heading-11 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-12, .heading-13 {
  font-family: Poppins, sans-serif;
}

.heading-14 {
  font-weight: 700;
}

.heading-15, .heading-16 {
  font-weight: 600;
}

.feature-icon {
  margin-bottom: 30px;
}

.nc-testimonial {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.nc-tp-box {
  width: 66%;
  float: right;
  text-align: right;
  margin-top: 40px;
}

.link {
  text-decoration: underline;
}

.ecologi-banner {
  color: #fff;
  text-align: center;
  background-color: #2dafc3;
  margin-top: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  position: relative;
}

.ecologi-image-left {
  width: 255px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ecologi-image-lright {
  width: 255px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.step-box {
  text-align: left;
  border: 1px solid #2dafc3;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 2rem;
}

.step-description, .step-sub-heading {
  margin-top: 20px;
}

.grid-steps-home {
  max-width: 800px;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.rt-steps li {
  font-size: 18px;
  line-height: 28px;
}

.rt-steps ul {
  margin-bottom: 24px;
}

.step-block {
  min-height: 50vh;
  flex-flow: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.img-block {
  width: 40%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.scroll-base {
  width: 10px;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #eeeff4;
}

.content-wrap {
  width: 40%;
  justify-content: flex-end;
  display: flex;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.scroll-animate {
  width: 10px;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #2dafc3;
  position: absolute;
  bottom: 0;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot {
  z-index: 3;
  width: 12px;
  height: 12px;
  background-color: #eeeff4;
  border-radius: 50%;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  height: 525px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 5% 12%;
  display: flex;
  position: relative;
}

.step-rings {
  position: absolute;
}

.home-video {
  width: 70%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rt-faq li {
  line-height: 28px;
}

.happy-clients {
  color: #fff;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.stars-box {
  margin-bottom: 20px;
}

.ecologi-box {
  background-image: linear-gradient(to top, rgba(85, 152, 102, .25), #fff);
  border: 1px solid #2dafc3;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 8%;
}

.ecologi-svg {
  width: 150px;
  margin-bottom: 20px;
}

.ecologi-awards {
  width: 70%;
  grid-template-rows: auto auto;
  margin-left: auto;
  margin-right: auto;
}

.ecologi-cta {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ecologi-text {
  font-size: 1.7rem;
  line-height: 33px;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-video-thumbs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.video-thumbs-cta {
  padding-top: 30px;
}

@media screen and (min-width: 1920px) {
  h2 {
    color: #174859;
  }

  .section.overseas {
    background-image: url('../images/company-formation-about-bg.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .section.ourservices {
    background-color: #fafafa;
    padding-top: 100px;
  }

  .section.packdetails {
    background-image: url('../images/company-formation-packs-skyline.png');
    background-position: 0 100%;
    background-size: auto;
  }

  .main-container {
    max-width: 1552px;
  }

  .boxed.square-top {
    text-align: center;
    align-items: center;
  }

  .container.paddleft {
    padding-left: 50px;
  }

  .color-link-box {
    background-color: #fff;
    border-radius: 0 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .color-link-box-card.shadow {
    margin-top: 0;
  }

  .color-link-box-card.namecheck {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .dropdown-icon {
    margin-left: 6px;
  }

  .grid-halves.fullwidth-grid-halves {
    padding-right: 24px;
  }

  .case-study-logo-wrapper {
    right: -3%;
  }

  .ct-col {
    width: 215px;
  }

  .ct-item-element.wh {
    background-color: #fff;
  }

  .ct-item-element.wh.top {
    background-color: #fff;
    border-top-style: solid;
  }

  .company-tabs {
    padding-bottom: 100px;
  }

  .no-margin.text-white {
    font-size: 50px;
  }

  .top-login {
    font-size: 18px;
  }

  .service-block-logo {
    margin: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brand-2 {
    width: auto;
  }

  .ecologi-image-left, .ecologi-image-lright {
    width: 275px;
  }

  .ecologi-text {
    font-size: 1.6rem;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  p {
    font-size: 16px;
  }

  .section.overseas {
    background-position: 55%;
  }

  .section.pack-hero {
    margin-bottom: 0;
  }

  .section.compare {
    padding-bottom: 100px;
  }

  .main-container.compare {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.nav {
    padding-left: 5px;
    padding-right: 5px;
  }

  .style-guide-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .boxed {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .boxed.square-top {
    min-height: 300px;
  }

  .boxed.icon-link-box-vertical {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .boxed.pricing-plan.shadow-large.packlist {
    margin-top: 50px;
  }

  .boxed.pricing-plan.shadow-large.packlist.aff {
    margin-top: 30px;
  }

  .boxed.coloured {
    margin-top: 48px;
  }

  .display-heading-1 {
    font-size: 54px;
    line-height: 60px;
  }

  .display-heading-1.metric-heading {
    margin-bottom: 18px;
  }

  .display-heading-2 {
    font-size: 40px;
  }

  .button.button-large.multiple-inputs-button {
    border-radius: 50px;
    margin-left: 0;
  }

  .button.alt.centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-input.form-input-large.multiple-inputs {
    border-radius: 50px;
    margin-left: 0;
  }

  .list-grid-link.reduced-padding {
    padding-right: 0;
  }

  .container.align-center.hero {
    padding-top: 30px;
  }

  .container.align-center.pack-content {
    padding-top: 0;
  }

  .container.section-title {
    margin-left: auto;
    margin-right: auto;
  }

  .large-heading.section-title {
    font-size: 36px;
  }

  .color-link-box-card {
    margin-bottom: 30px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 18px;
  }

  .nav-menu.nav-menu-right-aligned {
    width: 100%;
    background-color: #1e2749;
    border-radius: 0 0 8px 8px;
    margin-right: 0;
    display: block;
  }

  .nav-menu.nav-menu-left-aligned {
    margin-left: 0;
  }

  .nav-menu.full-height-menu {
    min-width: 100vw;
    border-style: none;
    border-radius: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-menu.collapsed-nav-menu {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    margin-left: 0;
    padding: 0;
  }

  .nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-link:hover {
    color: #2dafc3;
  }

  .nav-link.home {
    margin-left: 12px;
  }

  .menu-button {
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-image {
    display: block;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding: 0 0 0 12px;
    position: relative;
    right: 0;
  }

  .dropdown-link {
    opacity: 1;
    color: #2dafc3;
    transition: background-color .2s;
  }

  .dropdown-link:hover {
    opacity: 1;
    color: #eaa235;
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-link.w--current {
    opacity: 1;
  }

  .dropdown-link.compare {
    color: #fff;
  }

  .dropdown-link.compare:hover {
    background-color: #eaa235;
  }

  .navbar-logo-center {
    justify-content: space-between;
    display: flex;
  }

  .collapsed-nav-links {
    display: none;
  }

  .full-height-menu-cross {
    left: auto;
    right: 72px;
    transform: translate(0);
  }

  .footer-1-logo {
    float: none;
    margin-top: 33px;
    margin-bottom: 0;
    position: static;
  }

  .footer-1-logo.w--current {
    margin-top: 0;
  }

  .footer-1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-1-bottom-row {
    justify-content: center;
    margin-top: 48px;
  }

  .footer-2-top-row {
    flex-direction: column;
  }

  .footer-2-menus-container {
    margin-top: 72px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.overlay-image {
    margin-left: 0;
  }

  .footer-bottom-row {
    margin-top: 30px;
  }

  .footer-bottom-row.footer-3-bottom-row {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .social-links {
    margin-bottom: 30px;
    position: static;
    right: 20%;
  }

  .footer-3-top-row {
    width: 100%;
    max-width: 506px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-3-logo-and-menus {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .form-horizontal.multiple-inputs {
    max-width: 506px;
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-button-close-image {
    opacity: 0;
    display: block;
    position: absolute;
    top: 12px;
    left: 36px;
  }

  .grid-halves {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-halves.fullwidth-grid-halves {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-halves.narrow {
    max-width: 506px;
    grid-row-gap: 24px;
  }

  .rounded-bottom-large {
    border-radius: 20px;
  }

  .overlay-content.wide-overlay-content {
    left: 36px;
  }

  .flush-with-top {
    margin-bottom: 0;
    top: 0;
  }

  .rounded-left, .rounded-bottom-left {
    border-radius: 20px;
  }

  .hero-subscribe-form {
    margin-top: 48px;
  }

  .color-link-box-grid {
    grid-template-columns: 1fr;
  }

  .image-link-box-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quote-logo {
    margin-bottom: 18px;
  }

  .review-grid-thirds {
    max-width: 506px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-with-box-row {
    flex-direction: column;
    align-items: center;
  }

  .adjacent-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .adjacent-tabs-menu {
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
  }

  .adjacent-tabs-content {
    margin-left: 0;
  }

  .adjacent-tab-link {
    font-size: 40px;
    line-height: 48px;
  }

  .adjacent-tab-content {
    margin-bottom: 0;
  }

  .accordion-container.footer {
    display: none;
  }

  .icons-left-grid-quarters {
    max-width: 612px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-box-grid-thirds {
    grid-template-columns: 1fr;
  }

  .pricing-grid-thirds {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .horizontal-link {
    text-align: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
  }

  .case-study-logo {
    margin-bottom: 24px;
  }

  .case-study-meta-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: -36px;
  }

  .case-study-meta-item {
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .additional-case-studies-heading {
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-grid-halves {
    grid-template-columns: 1fr;
  }

  .case-study-link {
    margin-top: 0;
  }

  .blog-main-image {
    margin-top: 72px;
  }

  .articles-grid-thirds {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid-vertical {
    display: block;
  }

  .boxed-2 {
    flex: 0 auto;
  }

  .boxed-2.pricing-plan.shadow-small {
    width: 80%;
  }

  .boxed-2.icon-box {
    border-right-style: none;
    margin-bottom: 50px;
    margin-right: 0;
    padding-right: 0;
  }

  .icon-box-grids-fourth {
    grid-template-columns: 1fr;
  }

  .footer-bottom-row-copyright {
    margin-top: 30px;
  }

  .copyright {
    margin-bottom: 30px;
  }

  .cta-div-center.homepacks {
    padding-top: 48px;
  }

  .trustpilot-box {
    margin-top: 50px;
  }

  .section-call-us {
    padding-left: 7%;
    padding-right: 7%;
  }

  .price-products.cta {
    margin-right: 50px;
  }

  .main-content {
    padding-left: 10px;
    padding-right: 5%;
  }

  .left-block {
    width: 60%;
  }

  .login-box {
    width: 80%;
  }

  .login-field, .login-input {
    width: 100%;
  }

  .btn.comp {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .btn.add {
    font-size: 14px;
  }

  .right-block {
    width: 40%;
  }

  .block {
    text-align: center;
    align-items: stretch;
  }

  .ct-col {
    width: 106px;
    margin-right: 0;
  }

  .ct-more {
    font-size: 15px;
  }

  .pack-price-large {
    font-size: 32px;
  }

  .ct-item-element {
    height: 118px;
    border-right: 1px solid #fff;
    padding-top: 5px;
    position: relative;
  }

  .ct-item-element.pop {
    border-right-style: none;
  }

  .block-border-box-compare {
    width: 95%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding-top: 20px;
  }

  .ct-choose {
    text-align: left;
    font-size: 19px;
    line-height: 23px;
  }

  .tip {
    margin-top: -8px;
    margin-right: 0;
    position: absolute;
    top: 18px;
    right: 9px;
  }

  .ct-col-header {
    min-height: 305px;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-right: 0 #d4d4d4;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ct-col-header.first {
    min-height: 305px;
    padding-left: 15px;
  }

  .ct-col-header.last {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .ct-col-header.bottom-last {
    border-bottom-style: solid;
    border-bottom-color: #d4d4d4;
    border-right-style: solid;
    border-right-color: #d4d4d4;
  }

  .ct-col-header.pop {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .comp-pack-heading {
    height: 34px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 11px;
    line-height: 16px;
    display: flex;
  }

  .ct-description-text {
    width: 79%;
    margin-top: 0;
    padding-top: 9px;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .save, .rrp {
    font-size: 13px;
  }

  .tab {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
  }

  .tab.active {
    width: 188px;
  }

  .ct-description {
    width: 150px;
  }

  .ct-description.title {
    width: 500px;
    text-align: left;
  }

  .packprice.comp {
    font-size: 28px;
  }

  .packprice.compare {
    font-size: 19px;
  }

  .company-tabs {
    text-align: center;
    margin-top: -100px;
  }

  .company-type-text.header {
    height: 409px;
  }

  .company-type-text.double {
    height: 400px;
  }

  .package-header.single {
    height: 100px;
  }

  .package-header-text {
    padding-left: 0;
  }

  .package-header-text.small {
    font-size: 20px;
  }

  .buy-left {
    width: 60%;
  }

  .section-white {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .payment-icons {
    flex-wrap: wrap;
  }

  .addon-col {
    margin-right: 5px;
    font-size: 15px;
  }

  .buy-right {
    width: 40%;
  }

  .addon-content {
    width: 65%;
  }

  .no-margin.text-white {
    font-size: 37px;
  }

  .nav-link-2 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .head-mobile-wrap {
    display: none;
  }

  .ct-description-text-single {
    width: 75%;
    margin-top: -37px;
    padding-top: 9px;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .ct-description-text-2 {
    width: 79%;
    margin-top: -37px;
    padding-top: 9px;
    padding-left: 0;
    line-height: 20px;
  }

  .dashboard-namecheck {
    background-image: url('../images/YCF-Logo-bird-cutout.png'), linear-gradient(rgba(45, 175, 195, .81), rgba(45, 175, 195, .81)), url('../images/your-company-formation-hero-services-2.jpg');
    background-position: 0 100%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 150px, auto, cover;
    padding: 25px;
  }

  .grid-footer {
    grid-template-columns: .75fr minmax(200px, .75fr) .75fr;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  .get-started, .text-white.text-center.compname {
    font-size: 40px;
  }

  .text-white.services-heading {
    padding-left: 0;
    font-size: 30px;
  }

  .pack-icon-box {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-two-thirds {
    display: block;
  }

  .pack-header {
    padding-right: 0;
  }

  .feature-box {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .feature-content {
    padding-top: 30px;
    padding-left: 0;
  }

  .pack-icon {
    height: auto;
  }

  .image-wrap {
    position: relative;
  }

  .namecheck-box {
    max-width: 100%;
  }

  .contact-block {
    padding-left: 25px;
  }

  .contact-block.top {
    padding-left: 25px;
    padding-right: 20px;
  }

  .contact-girl {
    width: 100%;
    margin-top: 178px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -68px;
  }

  .aff-heading {
    text-align: center;
    font-size: 40px;
  }

  .aff-step {
    padding-left: 0;
    padding-right: 0;
  }

  .aff-image {
    display: none;
  }

  .homepack {
    flex: 0 auto;
  }

  .homepack.pricing-plan.shadow-small {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .homepack.pricing-plan.shadow-small.highlight {
    flex-direction: column;
  }

  .home-packs-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    align-items: stretch;
  }

  .grid-overseas {
    display: block;
  }

  .overseas-box-1 {
    min-height: 500px;
  }

  .callus-cta {
    margin-left: 0;
    padding-left: 30px;
  }

  .callus-cta-image {
    display: block;
    position: relative;
    top: 0;
  }

  .tabs-customer-love {
    width: auto;
  }

  .grid-6 {
    grid-column-gap: 25px;
    grid-template-columns: .75fr 1fr;
  }

  .help-link {
    font-size: 18px;
  }

  .help-link.email {
    padding-left: 40px;
    font-size: 14px;
  }

  .div-block-2 {
    padding-right: 0;
  }

  .bank-text {
    padding-left: 0;
    padding-right: 0;
  }

  .service-block {
    max-width: 360px;
    padding-top: 150px;
    padding-right: 50px;
  }

  .service-block.right.mail, .service-block.right.calls {
    padding-left: 50px;
  }

  .service-block-bg {
    height: 100%;
  }

  .service-block-logo {
    display: none;
    left: 50%;
    right: 50%;
  }

  .grid-address-box {
    flex-direction: column;
    display: flex;
  }

  .meeting-box {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .grid-address-cta {
    flex-direction: column;
    display: flex;
  }

  .buy-cta-3 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid-cashback-banks {
    flex-direction: column;
    display: flex;
  }

  .callus-cta-full {
    padding-left: 40px;
    padding-right: 40px;
  }

  .callus-pill-full {
    margin-bottom: 22px;
    display: block;
    position: relative;
    top: 0;
    right: 0%;
  }

  .ecologi-banner {
    margin-top: 20px;
    padding-bottom: 127px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.7rem;
  }

  .rt-steps li {
    font-size: 16px;
  }

  .rt-steps ul {
    padding-left: 20px;
  }

  .step-block {
    min-height: 100vh;
  }

  .scroll-base, .scroll-animate {
    width: 10px;
  }

  .scoll-wrap {
    height: 100%;
  }

  .step {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .home-video {
    width: 90%;
  }

  .ecologi-awards {
    width: 100%;
  }

  .ecologi-text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .main-container.contact {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-container {
    grid-row-gap: 24px;
  }

  .boxed {
    padding: 24px;
  }

  .boxed.square-top.boxed-small.active, .boxed.square-top.boxed-small.notactive {
    font-size: 14px;
  }

  .boxed.square-top.shadow {
    margin-right: 0;
  }

  .boxed.portrait-link-box-content {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .boxed.increased-padding.shadow.aff {
    max-width: 100%;
  }

  .boxed.handwriting-box {
    transform: rotate(0);
  }

  .boxed.pricing-plan {
    min-height: auto;
  }

  .boxed.pricing-plan.shadow-large.packlist {
    margin-top: 90px;
  }

  .boxed.articles-small {
    margin-top: 48px;
  }

  .style-guide-content-grid {
    grid-row-gap: 24px;
  }

  .color-scheme-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-typography-grid {
    grid-row-gap: 12px;
  }

  .style-guide-form-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .style-guide-form-grid.halves {
    grid-template-columns: 1fr;
  }

  .style-guide-badge-row {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .style-guide-boxes-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .display-heading-1 {
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading-1.page-heading {
    margin-bottom: 24px;
  }

  .display-heading-1.metric-heading {
    margin-bottom: 18px;
  }

  .display-heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .text-large.article-subtitle {
    margin-bottom: 24px;
  }

  .button {
    border-width: 1px;
    border-color: #368ca3;
  }

  .button.button-small {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.button-large {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.detailed-box-button {
    margin-top: 36px;
  }

  .form-input.form-input-large {
    height: 60px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-input.form-input-large::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .form-input.form-input-large::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .form-input.textarea {
    min-height: 120px;
  }

  .style-guide-shadows-grid {
    grid-template-columns: 1fr;
  }

  .container-small {
    max-width: 100%;
  }

  .container-small.overlay-image {
    margin-bottom: 24px;
    margin-right: 0;
    top: 0;
  }

  .container.section-title {
    margin-bottom: 48px;
  }

  .portrait-link-box-heading {
    margin-bottom: 18px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .large-heading.section-title {
    font-size: 32px;
  }

  .link-with-arrow.adjacent-to-text {
    margin-top: 12px;
    margin-left: 0;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .navbar-functions.navbar-functions-left {
    margin-left: 12px;
  }

  .search-link {
    margin-left: 18px;
  }

  .brand {
    padding-left: 0;
  }

  .dropdown-list.w--open {
    width: auto;
    margin-bottom: 20px;
  }

  .dropdown-grid-column {
    min-width: 100px;
  }

  .navbar-icon-link {
    font-size: 15px;
  }

  .navbar-icon-link-image {
    max-height: 20px;
    margin-right: 6px;
  }

  .full-height-menu-contents {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .full-height-menu-link {
    font-size: 28px;
    line-height: 32px;
  }

  .full-height-menu-cross {
    top: 48px;
    right: 48px;
  }

  .footer-1-logo {
    text-align: center;
  }

  .footer-1-logo.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-1-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-2 {
    padding-top: 72px;
  }

  .footer-2-top-row {
    text-align: center;
    align-items: center;
    display: none;
  }

  .footer-2-menus-container {
    margin-top: 48px;
  }

  .container-large.align-center.section-title {
    margin-bottom: 48px;
  }

  .footer-2-menus-grid {
    grid-template-columns: 1fr;
  }

  .footer-2-contact-details {
    text-align: left;
    justify-items: start;
  }

  .footer-bottom-row {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    display: grid;
  }

  .footer-3 {
    padding-top: 72px;
  }

  .alert-bar {
    justify-content: space-between;
    right: 24px;
  }

  .overlay-content {
    margin-top: 24px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .overlay-content.wide-overlay-content {
    align-items: center;
    margin-top: -48px;
    left: 0;
  }

  .overlay-content.bottom-right {
    right: 0;
  }

  .hero-subscribe-form {
    margin-top: 36px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .text-handwriting {
    font-size: 36px;
    line-height: 36px;
  }

  .text-grid-thirds {
    grid-column-gap: 12px;
  }

  .bulleted-list-grid-vertical {
    margin-top: 24px;
  }

  .justify-content-center.row {
    flex-direction: column;
  }

  .review-grid-thirds {
    grid-row-gap: 18px;
  }

  .adjacent-tab-link {
    font-size: 32px;
    line-height: 38px;
  }

  .adjacent-tab-content {
    flex-direction: column;
    align-items: center;
  }

  .tab-button-white.tab-button-large {
    padding: 10px 18px;
  }

  .accordion-container.footer {
    display: block;
  }

  .accordion-item-title.footer {
    color: #fff;
    background-color: #174859;
    border: 1px solid #b1d2dd;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Graphik;
  }

  .accordion-heading {
    color: #2dafc3;
  }

  .accordion-heading.footer {
    color: #b1d2dd;
    font-family: Graphik;
    font-size: 22px;
    font-weight: 500;
  }

  .accordion-item-content {
    background-color: #174859;
    padding-top: 24px;
  }

  .accordion-item-content.white {
    background-color: #fff;
  }

  .icons-left-grid-quarters {
    grid-row-gap: 36px;
  }

  .pricing-plan-action.homepack-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .horizontal-link {
    flex-direction: row;
    font-size: 16px;
  }

  .cms-item-horizontal {
    padding: 36px 24px 36px 36px;
  }

  .article h3 {
    margin-top: 24px;
  }

  .article ul {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .article figure {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .case-study-grid-halves {
    grid-row-gap: 48px;
  }

  .case-study-link {
    margin-bottom: 18px;
  }

  .blog-main-image {
    margin-top: 36px;
  }

  .featured-article {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: -24px;
    transition-property: none;
  }

  .featured-article:hover {
    box-shadow: none;
    transform: none;
  }

  .featured-article-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -24px;
    bottom: 0;
    left: 0;
  }

  .featured-article-heading {
    margin-bottom: 24px;
  }

  .articles-grid-thirds {
    grid-row-gap: 24px;
  }

  .career-title-row {
    flex-direction: column;
  }

  .career-details-row {
    margin-bottom: 12px;
  }

  .apply-heading {
    margin-top: 48px;
  }

  .boxed-2 {
    padding: 24px;
  }

  .boxed-2.pricing-plan {
    min-height: auto;
  }

  .button-2.button-large {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-2.button-small {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-input-2.form-input-large {
    height: 72px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-input-2.form-input-large::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .form-input-2.form-input-large::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-main {
    padding-top: 72px;
  }

  .footer-2-menus-grid-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom-row-copyright {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    display: grid;
  }

  .cta-div-center {
    margin-bottom: 36px;
    padding-top: 36px;
  }

  .display-heading-tick {
    font-size: 30px;
    line-height: 48px;
  }

  .section-call-us {
    padding-left: 10%;
    padding-right: 10%;
  }

  .large-heading-phone {
    font-size: 32px;
    line-height: 38px;
  }

  .price-products {
    font-size: 40px;
    line-height: 48px;
  }

  .main-content {
    padding-right: 10px;
  }

  .left-block {
    width: 100%;
    height: 75vh;
    float: left;
    flex-direction: column;
  }

  .btn {
    background-color: #2dafc3;
    border-radius: 50px;
  }

  .btn:hover {
    background-color: #e14817;
  }

  .btn.included {
    color: #174859;
    background-color: #fff;
    margin-top: 2px;
  }

  .btn.included:hover {
    color: #174859;
    background-color: #b1d2dd;
  }

  .btn.comp {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .btn.add {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-block {
    width: 100%;
    height: 75vh;
    float: left;
    flex-direction: column;
  }

  .display-heading-cross {
    font-size: 40px;
    line-height: 48px;
  }

  .block {
    flex-wrap: wrap;
  }

  .pack-price.table {
    font-size: 28px;
    line-height: 1.2em;
  }

  .ct-items, .ct-items.description.mobile, .ct-items.mobile {
    display: none;
  }

  .close {
    float: right;
    background-color: #e14817;
    border-radius: 15px;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-box-included {
    color: #174859;
    margin-top: 20px;
  }

  .text-box-included h3 {
    color: #2dafc3;
  }

  .ctm-h3 {
    color: #174859;
    margin-top: 12px;
  }

  .ctm-buttons {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .pack-price-large.mobile {
    color: #174859;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 46px;
    font-weight: 700;
  }

  .ctm-package {
    width: 100%;
    float: none;
    color: #fff;
    background-color: #e2e9ef;
    border: 1px solid rgba(212, 212, 212, .64);
    margin: 20px auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .block-border-box-compare {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ct-desktop {
    display: none;
  }

  .ct-desktop.single {
    display: block;
  }

  .ct-description-text {
    font-size: 14px;
  }

  .tab {
    width: 98%;
    float: left;
    border-top: 1px solid #e2e9ef;
    border-left: 1px solid #e2e9ef;
    border-right: 1px solid #e2e9ef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
  }

  .tab.active {
    width: 98%;
    float: left;
    box-shadow: 1px 5px 15px -4px rgba(0, 0, 0, .6);
  }

  .tab.active.w--current {
    box-shadow: 0 0 9px -4px rgba(0, 0, 0, .13);
  }

  .ct-description.title {
    width: 330px;
  }

  .company-tabs {
    margin-top: -75px;
    padding-bottom: 80px;
  }

  .included-items {
    text-align: left;
    background-color: #fff;
    border: 1px solid #b1d2dd;
    border-radius: 15px;
    margin-top: 40px;
    padding: 10px 20px 20px;
  }

  .ct-mobile {
    flex: 1;
    display: block;
  }

  .company-type-text.header {
    display: none;
  }

  .company-type-text.double {
    padding-top: 30px;
    padding-left: 0;
  }

  .package-header {
    display: none;
  }

  .package-header.left {
    height: 70px;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .package-header.left.single.bottom {
    height: 100px;
    display: flex;
  }

  .package-header.single {
    height: auto;
    background-color: #fff;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .package-header.mobile {
    border-bottom-style: none;
    padding-top: 10px;
    display: flex;
  }

  .readmore {
    padding: 5px 15px;
  }

  .buy-right-box.tp {
    margin-bottom: 40px;
  }

  .buy-left {
    width: 100%;
    padding-right: 0%;
  }

  .section-white {
    padding: 55px 15px;
  }

  .addon-col {
    width: 13.5%;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 19px;
  }

  .buy-right {
    width: 100%;
    order: -1;
  }

  .buy-wrapper {
    flex-wrap: wrap;
  }

  .addon-content {
    width: 78%;
  }

  .grid-6ths-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .no-margin.text-white {
    font-size: 28px;
    line-height: 40px;
  }

  .head-mobile-wrap {
    display: none;
  }

  .buyblock {
    margin-top: 30px;
  }

  .contact-footer-mobile {
    text-align: left;
  }

  .ct-description-text-single {
    width: 73%;
    background-image: url('../images/icon-tick-grey_1icon-tick-grey.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 35px;
    margin-top: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 45px;
    font-size: 16px;
  }

  .ticks-single {
    border-right-style: none;
    display: block;
  }

  .btn-2.comp.mobile {
    display: block;
  }

  .ctm-h3-2 {
    margin-top: 12px;
  }

  .ct-description-text-2 {
    font-size: 14px;
  }

  .ct-mobile-2 {
    flex: 1;
    display: block;
  }

  .side-bar {
    padding-right: 30px;
  }

  .large-heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .dashboard-basket {
    margin-top: 20px;
  }

  .dashboard-twothirds {
    width: 100%;
    margin-right: 0%;
  }

  .dashboard-third {
    width: 100%;
  }

  .dashboard-twothirds-wrap {
    width: 100%;
    margin-right: 0%;
  }

  .dashboard-header {
    flex-direction: column;
  }

  .grid-footer {
    display: none;
  }

  .get-started {
    font-size: 28px;
    line-height: 36px;
  }

  .text-white.services-heading {
    padding-left: 100px;
  }

  .feature-box {
    padding-right: 0;
  }

  .steps-line {
    display: none;
  }

  .pack-icon {
    margin-top: 20px;
  }

  .contact-right {
    width: 100%;
  }

  .contact-left {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-girl {
    width: 96%;
    margin-top: 97px;
    position: absolute;
    top: 24%;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .aff-heading {
    font-size: 32px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .aff-step {
    padding-left: 40px;
    padding-right: 40px;
  }

  .homepack {
    padding: 24px;
  }

  .homepack.pricing-plan {
    min-height: auto;
  }

  .overseas-block-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .callus-cta {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .callus-cta-image {
    max-width: 50%;
    margin-bottom: 25px;
  }

  .tab-large {
    padding: 20px;
  }

  .tab-large.w--current {
    height: auto;
    padding: 20px;
  }

  .grid-6, .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .help-link.email {
    font-size: 18px;
  }

  .div-block-2 {
    border-right-style: none;
  }

  .service-block, .service-block.right.mail, .service-block.director {
    max-width: 100%;
  }

  .grid-services {
    grid-template-columns: 1fr;
  }

  .blog-panel {
    margin-bottom: 50px;
  }

  .address-text, .address-icon {
    font-size: 16px;
    line-height: 24px;
  }

  .buy-cta-3 {
    flex-direction: row;
  }

  .display-heading-packs {
    font-size: 40px;
    line-height: 48px;
  }

  .callus-cta-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-top {
    margin-top: 30px;
  }

  .header_callus {
    max-width: 70%;
  }

  .ecologi-banner {
    font-size: 1.4rem;
  }

  .ecologi-image-left, .ecologi-image-lright {
    width: 225px;
  }

  .step-block {
    min-height: 110vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .img-block {
    z-index: 3;
    width: 70%;
    min-height: 50vh;
    order: 3;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    width: 90%;
    height: 50vh;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 145%;
    top: -70%;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8% 5%;
  }

  .home-video {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 18px;
  }

  .section.overseas {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 168px;
    padding-bottom: 100px;
  }

  .main-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-container.contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container.banks {
    padding-left: 30px;
    padding-right: 30px;
  }

  .boxed.square-top.boxed-small.active {
    font-size: 16px;
  }

  .boxed.square-top.shadow {
    margin-right: 0;
  }

  .boxed.pill-link-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .boxed.icon-link-box-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boxed.portrait-quote-box-content {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .boxed.increased-padding {
    padding: 24px;
  }

  .boxed.increased-padding.shadow.aff {
    padding-left: 15px;
    padding-right: 15px;
  }

  .boxed.pricing-plan {
    padding: 24px;
  }

  .boxed.pricing-plan.shadow-large.packlist {
    margin-top: 140px;
  }

  .style-guide-content-grid {
    grid-row-gap: 48px;
  }

  .color-scheme-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-buttons-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .form-error, .form-success {
    padding: 12px;
  }

  .style-guide-badge-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-boxes-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .display-heading-1 {
    font-size: 32px;
    line-height: 38px;
  }

  .display-heading-1.metric-heading {
    margin-bottom: 12px;
  }

  .display-heading-1.metric-heading.large {
    font-size: 72px;
    line-height: 72px;
  }

  .display-heading-2 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 38px;
  }

  .display-heading-2.pricing-number {
    margin-bottom: 16px;
    font-size: 45px;
  }

  .display-heading-2.text-white {
    font-size: 38px;
  }

  .button {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 22px;
  }

  .button.form-horizontal-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button.detailed-box-button {
    margin-top: 24px;
  }

  .button.login {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.call {
    background-position: 19px;
    background-size: 30px;
    padding-left: 60px;
    padding-right: 30px;
    font-size: 19px;
  }

  .button.packs {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .button.packs.small {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .button.packfooter {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button.buynow {
    width: 100%;
  }

  .button.product {
    width: 100%;
    margin-bottom: 15px;
  }

  .button-round.bg-primary-3.offset-left, .button-round.bg-primary-3.offset-right {
    display: none;
  }

  .select-field-unstyled {
    width: 120%;
  }

  .badge.article-meta-badge {
    margin-right: 12px;
  }

  .style-guide-avatars-grid {
    grid-template-columns: 1fr;
  }

  .list-grid-vertical.pricing-list, .list-grid-vertical.sidebar {
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .list-grid-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-small.align-center {
    display: block;
  }

  .container-small.align-center.aff {
    text-align: center;
    display: flex;
  }

  .container-small.overlay-image {
    margin-bottom: 18px;
  }

  .container.paddleft {
    padding-top: 50px;
  }

  .portrait-link-box {
    flex-direction: column;
    display: flex;
  }

  .rounded-large {
    display: block;
  }

  .color-link-box {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-primary-1 {
    font-size: 18px;
  }

  .large-heading {
    margin-bottom: 18px;
  }

  .large-heading.section-title {
    font-size: 26px;
    line-height: 30px;
  }

  .link-with-arrow.adjacent-to-button, .link-with-arrow.adjacent-to-link {
    margin-top: 18px;
    margin-left: 0;
  }

  .color-link-box-card.shadow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-white.row-link {
    margin-right: 0;
  }

  .icon-circle-horizontal {
    flex-direction: column;
  }

  .icon-circle.icon-link-box-horizontal-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle-horizontal-content {
    margin-left: 0;
  }

  .navbar {
    min-height: 72px;
  }

  .navbar-functions {
    display: none;
  }

  .nav-menu.nav-menu-right-aligned {
    padding: 12px;
  }

  .nav-link {
    font-size: 15px;
  }

  .menu-button {
    color: #fff;
  }

  .brand {
    flex: 0 auto;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: 262px;
    padding-left: 0;
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .navbar-left-contents {
    display: flex;
  }

  .navbar-left-contents.navbar-collapsed-contents {
    width: 100%;
    justify-content: space-between;
  }

  .full-height-menu-contents {
    padding: 24px;
  }

  .full-height-menu-cross {
    top: 24px;
    right: 24px;
  }

  .footer-1-top {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-1-top-row {
    flex-direction: column;
  }

  .footer-1-logo {
    margin-bottom: 24px;
  }

  .footer-1-bottom-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .container-large.align-center.section-title-small {
    margin-bottom: 36px;
  }

  .container-large.overlay-image {
    margin-top: 18px;
  }

  .footer-menu-heading {
    font-size: 18px;
  }

  .footer-bottom-row {
    margin-top: 48px;
  }

  .row-link {
    margin-right: 0;
  }

  .footer-bottom-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .social-links {
    max-width: 100%;
    min-width: 200px;
  }

  .footer-3 {
    text-align: center;
  }

  .footer-3-logo-and-menus {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .form-horizontal {
    flex-direction: column;
  }

  .form-grid-vertical {
    grid-row-gap: 12px;
  }

  .alert-bar {
    border-radius: 5px;
    flex-direction: column;
    align-items: stretch;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .alert-bar-text {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .grid-halves {
    grid-row-gap: 48px;
  }

  .grid-halves.fullwidth-grid-halves {
    padding-left: 18px;
    padding-right: 18px;
  }

  .grid-halves.narrow {
    grid-row-gap: 18px;
  }

  .grid-halves.top {
    grid-auto-flow: row;
    display: block;
  }

  .overlay-content, .overlay-content.wide-overlay-content {
    margin-top: 18px;
  }

  .image-link-box-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .image-link-box-grid.halves {
    grid-template-columns: 1fr;
  }

  .section-title.cms-section-title {
    margin-bottom: 48px;
  }

  .section-title.blog {
    width: 100%;
  }

  .portrait-quote-box {
    flex-direction: column;
    display: flex;
  }

  .button-with-link-container {
    width: 100%;
    flex-direction: column;
    margin-top: 24px;
  }

  .polaroid-image-container {
    padding: 12px;
  }

  .polaroid-image-container.rotate-right {
    transform: rotate(2deg);
  }

  .text-handwriting.polaroid-text {
    margin-top: 12px;
  }

  .text-grid-thirds {
    grid-template-columns: 1fr;
  }

  .chat-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .chat-text {
    font-size: 14px;
    line-height: 22px;
  }

  .checklist-grid-halves {
    grid-template-columns: 1fr;
  }

  .quote-logo {
    margin-bottom: 0;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .tab-link {
    text-align: center;
    border-bottom-style: none;
    padding: 6px;
  }

  .tab-link.w--current {
    color: #fff;
    background-color: #e14817;
    border-bottom-style: none;
    border-radius: 5px;
  }

  .tabs-menu-buttons {
    width: 100%;
  }

  .tabs-menu-buttons.padded.bg-primary-2 {
    margin-bottom: 36px;
  }

  .adjacent-tabs-menu {
    margin-bottom: 48px;
  }

  .adjacent-tab-link {
    font-size: 28px;
    line-height: 36px;
  }

  .tabs-centered-content.site-under-tabs {
    margin-top: 0;
  }

  .accordion-heading.footer {
    font-size: 18px;
  }

  .icons-left-grid-quarters {
    grid-template-columns: 1fr;
  }

  .icon-box-grid-thirds {
    grid-row-gap: 18px;
  }

  .metric-pill {
    flex-direction: column;
    align-items: center;
  }

  .metric-pill-heading {
    margin-top: 12px;
    margin-left: 0;
  }

  .slider.portrait-quote-slider {
    margin-top: 0;
  }

  .portrait-quote-slide-container {
    padding: 0;
  }

  .large-metric-grid-vertical {
    grid-row-gap: 48px;
  }

  .pricing-grid-thirds {
    grid-row-gap: 18px;
  }

  .text-bold.breadcrumb-heading {
    margin-bottom: 12px;
  }

  .popular-search-articles-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 6px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .popular-article-link.text-white {
    margin-left: 0;
  }

  .horizontal-link {
    flex-direction: column;
  }

  .horizontal-link.adjacent-to-link {
    margin-top: 18px;
    margin-left: 0;
  }

  .breadcrumbs {
    flex-direction: column;
  }

  .breadcrumb-arrow {
    margin-top: 10px;
    margin-bottom: 10px;
    transform: rotate(90deg);
  }

  .cms-item-horizontal {
    padding: 24px;
  }

  .cms-item-title {
    margin-right: 0;
  }

  .cms-item-arrow {
    display: none;
  }

  .horizontal-rule {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .article h3 {
    margin-bottom: 18px;
  }

  .article h4 {
    margin-bottom: 12px;
  }

  .case-study-logo {
    margin-bottom: 18px;
  }

  .case-study-logo-wrapper {
    width: 120px;
    height: 140px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    top: 55%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .case-study-logo-wrapper.product {
    height: 120px;
  }

  .case-study-logo-wrapper.banks {
    width: 200px;
  }

  .popular-articles {
    flex-direction: column;
    align-items: center;
  }

  .article-small {
    flex-direction: column;
  }

  .article-small-image {
    max-height: none;
    max-width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .article-small-body {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }

  .featured-article {
    margin-bottom: 0;
  }

  .featured-article-title {
    margin-top: 12px;
    top: 0;
  }

  .articles-grid-thirds {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .article-thumbnail {
    height: 230px;
  }

  .career-details-row {
    text-align: center;
    flex-direction: column;
  }

  .career-meta.text-large {
    margin-top: 12px;
    margin-left: 0;
  }

  .contact-grid-vertical {
    grid-row-gap: 36px;
  }

  .article-small-image-wrapper {
    height: 196px;
    min-height: auto;
  }

  .pack-name {
    text-align: left;
    line-height: 28px;
  }

  .boxed-2.pricing-plan {
    padding: 24px;
  }

  .button-2.form-horizontal-button {
    border-radius: 50px;
    margin-top: 12px;
    margin-left: 0;
  }

  .button-2.form-horizontal-button.button-large {
    border-radius: 50px;
  }

  .icon-box-grids-fourth {
    grid-row-gap: 18px;
  }

  .form-success-2 {
    padding: 12px;
  }

  .form-input-2.form-input-large {
    border-radius: 50px;
  }

  .form-error-2 {
    padding: 12px;
  }

  .row-link-2 {
    margin-right: 0;
  }

  .hover-link-2 {
    line-height: 22px;
  }

  .footer-bottom-row-copyright {
    margin-top: 48px;
  }

  .copyright {
    text-align: center;
    margin-right: 0;
  }

  .display-heading-tick {
    text-align: left;
    background-position: 0 0;
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 29px;
  }

  .section-call-us {
    padding-left: 5%;
    padding-right: 5%;
  }

  .large-heading-phone {
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .price-products {
    margin-bottom: 0;
    font-size: 29px;
    line-height: 38px;
  }

  .price-products.cta {
    margin-right: 0;
  }

  .login-box {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn:hover {
    background-color: #e14817;
  }

  .btn.included {
    font-size: 22px;
  }

  .btn.included:hover {
    background-color: #b1d2dd;
  }

  .btn.add {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .display-heading-cross {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 38px;
  }

  .ct-items.description {
    margin-right: 0;
  }

  .close {
    margin-top: 30px;
    margin-left: 0;
  }

  .text-box-included h3 {
    margin-left: 10px;
    font-size: 22px;
  }

  .ct-more {
    margin-bottom: 50px;
  }

  .ct-item-element {
    padding-left: 5px;
  }

  .ct-item-element.highlight {
    padding-left: 5px;
    display: flex;
  }

  .ctm-package {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .block-border-box-compare {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab.active {
    width: 100%;
  }

  .company-tabs {
    margin-top: -60px;
    padding-bottom: 50px;
  }

  .included-items {
    padding-left: 10px;
  }

  .ct-mobile {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .company-type-text.double {
    height: auto;
  }

  .package-header {
    height: auto;
    flex-direction: column;
    padding-top: 30px;
  }

  .package-header.left, .package-header.left.single.bottom {
    height: auto;
  }

  .package-header-text {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .buy-left {
    padding-top: 40px;
  }

  .section-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .addon-col {
    width: 40%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .addon-col.details {
    width: 20%;
  }

  .addon-content {
    width: 100%;
  }

  .grid-6ths-logos {
    grid-template-columns: 1fr 1fr;
  }

  .header-right-contents {
    display: none;
  }

  .nav-link-2 {
    font-size: 15px;
  }

  .head-mobile-wrap {
    display: block;
  }

  .mobile-call {
    background-color: rgba(30, 39, 73, .31);
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px;
    transition: background-color .35s;
  }

  .mobile-call:hover {
    background-color: #676565;
  }

  .buyblock {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .secure-text {
    font-size: 15px;
  }

  .package-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ct-description-text-single {
    width: 95%;
    background-position: 0 20px;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 14px;
  }

  .side-bar {
    padding-left: 0;
  }

  .pack-block {
    padding-left: 15px;
  }

  .dashboard-box {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .dashboard-box.right {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .large-heading-2 {
    margin-bottom: 18px;
  }

  .dashboard-namecheck {
    background-image: linear-gradient(rgba(45, 175, 195, .81), rgba(45, 175, 195, .81)), url('../images/your-company-formation-hero-services-2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .dashboard-twothirds-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .top-phone {
    display: none;
  }

  .text-white.text-center.compname {
    direction: ltr;
    text-transform: none;
    white-space: normal;
    flex-direction: row;
    font-size: 24px;
    display: block;
  }

  .text-white.services-heading {
    padding-left: 0;
    font-size: 25px;
  }

  .tab-image {
    height: 40px;
  }

  .pack-list-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pack-list-icon {
    top: -6%;
  }

  .pack-list-icon.fix {
    top: -3%;
  }

  .feature-content {
    padding-left: 0;
  }

  .namecheck-box {
    text-align: center;
  }

  .grid, .grid-2 {
    display: block;
  }

  .contact-girl {
    width: 100%;
    margin-top: 170px;
    top: 0%;
  }

  .aff-heading {
    margin-top: 30px;
    font-size: 28px;
  }

  .homepack.pricing-plan {
    padding: 24px;
  }

  .home-packs-new {
    grid-row-gap: 18px;
    display: block;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .h2-homehero {
    font-size: 90px;
  }

  .overseas-block-2 {
    background-position: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .steps-desktop {
    display: none;
  }

  .steps-mobile {
    display: block;
  }

  .callus-cta-image {
    max-width: 75%;
  }

  .feature-block {
    width: auto;
  }

  .tab-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .help-link {
    font-size: 16px;
  }

  .help-link.email {
    font-size: 12px;
  }

  .service-block, .service-block.right.mail, .service-block.right.calls, .service-block.director {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-services {
    flex-direction: column;
    display: flex;
  }

  .buy-cta-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .buy-cta-2 {
    padding-left: 0;
  }

  .price-pill {
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
  }

  .display-heading-packs {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 38px;
  }

  .pack-name-home {
    text-align: left;
    line-height: 28px;
  }

  .header_callus {
    max-width: 60%;
    display: none;
  }

  .ecologi-banner {
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ecologi-image-left, .ecologi-image-lright {
    width: 50%;
  }

  .img-block {
    width: 90%;
  }

  .content-wrap {
    height: auto;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .scoll-wrap {
    height: 145%;
  }

  .ecologi-awards {
    flex-direction: column;
    display: flex;
  }

  .ecologi-text {
    font-size: 1rem;
    line-height: 27px;
  }

  .grid-video-thumbs {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

#w-node-f3c9d3d1-d820-7579-58a8-6067d2fd61f0-426ad6a1, #w-node-_0f20a249-c8d7-96aa-b174-223defe782d2-426ad6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c25653b4-ddb2-a6af-f6d0-95156a044efa-426ad6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_553a921b-7a3f-8d13-5659-b66e097f00de-426ad6a1, #w-node-_867cdcfe-7d2e-bd2b-3e23-87914d498b8f-426ad6a1, #w-node-_07f390b8-969d-d4e9-42eb-53e6a3ae5674-426ad6a1, #w-node-_186abd96-bd25-2790-2d2b-4d18588d1f97-426ad6a1, #w-node-_20b63ad5-8892-d632-19b3-af94e6c9c449-426ad6a1, #w-node-_5293db38-ea0d-dc0a-7a06-54fb92c0fea5-426ad6a1, #w-node-_87c986eb-0a6d-bddf-eb05-bfbf42926160-426ad6a1, #w-node-da090978-7d63-61e6-6498-b40b7e48d4dc-426ad6a1, #w-node-_49e50122-2f04-c6e4-6b8a-2e514b17f29d-426ad6a1, #w-node-_6c1a4728-013d-fd7f-4710-3d80f8a47d3d-426ad6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7af62d35-d8fe-e79a-6e78-f60d98f49128-426ad6a1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
  justify-self: center;
}

#w-node-_38df9743-69fa-09bb-8a94-cad24bd8e3e9-426ad6a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38df9743-69fa-09bb-8a94-cad24bd8e3ef-426ad6a1, #w-node-ebc2e54c-19cd-22c2-715d-f5191af32f5f-426ad6a1, #w-node-_9d092804-2c6b-df19-0c87-27211dffc5f9-426ad6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dccfe3c1-12e9-2e3c-e8c4-bb9d22b3f0cf-426ad6a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e96d5f17-d8b4-6bfc-c3c3-32d73572e8d9-426ad6a1, #w-node-_5efbee9d-25a3-3529-8134-aee7d8940a3e-426ad6a1, #w-node-_4c70cf2f-afac-3930-5bb0-f99671d8415e-426ad6a1, #w-node-f5896333-6c46-d1ee-e14e-7bf0b62cf664-426ad6a1, #w-node-f1e04a4b-15e2-f09e-5605-1eb7883406fd-426ad6a1, #w-node-_55074850-031d-96ba-5824-ed46ddd340f9-426ad6a1, #w-node-_55074850-031d-96ba-5824-ed46ddd340fb-426ad6a1, #w-node-_55074850-031d-96ba-5824-ed46ddd340ff-426ad6a1, #w-node-_55074850-031d-96ba-5824-ed46ddd34101-426ad6a1, #w-node-_60ba4353-8e6e-c61c-0914-d74f912933e5-426ad6a1, #w-node-_60ba4353-8e6e-c61c-0914-d74f912933e7-426ad6a1, #w-node-_60ba4353-8e6e-c61c-0914-d74f912933eb-426ad6a1, #w-node-_60ba4353-8e6e-c61c-0914-d74f912933ed-426ad6a1, #w-node-_32a0b9e9-87e5-f6bd-85e6-001dccbcfc16-426ad6a1, #w-node-_32a0b9e9-87e5-f6bd-85e6-001dccbcfc18-426ad6a1, #w-node-_32a0b9e9-87e5-f6bd-85e6-001dccbcfc1c-426ad6a1, #w-node-_32a0b9e9-87e5-f6bd-85e6-001dccbcfc1e-426ad6a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c46bf58f-491d-4f0d-860c-dd4e955b8a51-426ad6a1 {
  justify-self: end;
}

#w-node-_3f7c90c9-6920-9237-9dc9-e4bfad805c8e-f6953ee1, #w-node-_14e2beb6-578c-4826-f74d-c972842b2e15-f6953ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a8a3a37-4a98-05ad-cbca-c9f668bd6978-746ad6a7, #w-node-_294f47f3-09be-6c36-0c34-1d8b1af9f370-746ad6a7, #w-node-_30b4f83f-8eaa-cbd7-d601-20eb12b2673b-746ad6a7 {
  justify-self: end;
}

#w-node-_830a3daa-9406-bf02-66de-d9740c2a9e70-0c2a9e6c {
  align-self: end;
  justify-self: end;
}

#w-node-_520bdb49-5e79-d194-4d91-13c89592a57e-9592a57d, #w-node-_520bdb49-5e79-d194-4d91-13c89592a57f-9592a57d, #w-node-_520bdb49-5e79-d194-4d91-13c89592a580-9592a57d, #w-node-_520bdb49-5e79-d194-4d91-13c89592a582-9592a57d, #w-node-_520bdb49-5e79-d194-4d91-13c89592a584-9592a57d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_520bdb49-5e79-d194-4d91-13c89592a586-9592a57d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b669f01b-f494-f054-73e0-1c5e5a63c4b4-5a63c4b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b669f01b-f494-f054-73e0-1c5e5a63c4b5-5a63c4b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b669f01b-f494-f054-73e0-1c5e5a63c4be-5a63c4b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bda262e-663b-84f1-1eac-8b9070c8fc52-386ad6bc {
  align-self: center;
}

#w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-386ad6bc {
  justify-self: end;
}

#w-node-d322a006-b775-1236-49e4-2a9da50f3b1b-a50f3b09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d322a006-b775-1236-49e4-2a9da50f3b0f-a50f3b09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31ccdfcd-711d-9b96-4dda-9095f435ec19-246ad6bd {
  align-self: start;
  justify-self: end;
}

#w-node-_419a195f-31ec-1860-e677-15080eddead9-246ad6bd {
  justify-self: stretch;
}

#w-node-e5f65e69-2133-8f8e-a62b-43b1947cedd7-246ad6bd {
  align-self: start;
}

#w-node-ee098087-b820-07c5-0001-efc04b396d4f-246ad6bd {
  justify-self: end;
}

#w-node-_49d81109-83e6-7104-423e-04f55e7b5f3a-5e7b5f07 {
  justify-self: center;
}

#w-node-_49d81109-83e6-7104-423e-04f55e7b5f3c-5e7b5f07 {
  justify-self: end;
}

#w-node-b66991a2-8210-319f-ca35-b24ec566cb90-046ad71b {
  align-self: start;
  justify-self: end;
}

#w-node-c58a4bf2-8d4d-b266-8fb5-7f50d08a1966-df6ad71f {
  align-self: center;
}

#w-node-_63fa837f-6b86-b261-f7eb-65ee3a12b557-df6ad71f {
  align-self: center;
  justify-self: center;
}

#w-node-_6d7cf122-7021-e8aa-724e-bd3ed091f34e-d091f321 {
  justify-self: end;
}

#w-node-b98ec803-3a6e-f419-6103-8411db88d0bf-466ad755, #w-node-d655f85b-192b-025a-f6d1-ed0b9a9adffe-c96ad770, #w-node-_9f128145-0ab4-969c-486b-ea906c65f706-146ad781, #w-node-_88178842-5420-093b-795c-4c131480cc58-ae6ad784 {
  align-self: center;
}

#w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-ae6ad784 {
  justify-self: end;
}

#w-node-_3cfeb86c-d01f-9169-1fec-755fba1ea50b-486ad78d, #w-node-_077afc4e-e439-77ce-2113-6976289ac0fa-3f6ad797, #w-node-_24608c6d-d691-8204-e01b-d61281ffb0f7-856ad7a6, #w-node-_058d0e70-e015-bf68-f4ee-a8a7262a61ac-516ad7a7, #w-node-efe056e1-d063-699c-33d3-37bf7e6f5e65-a66ad7aa {
  align-self: center;
}

#w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-a66ad7aa {
  justify-self: end;
}

#w-node-_96807249-f2fb-3995-bb82-4e7d53c0298f-ba6ad7ac {
  align-self: center;
}

#w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-ba6ad7ac {
  justify-self: end;
}

#w-node-_20b7e077-dbf2-846e-453a-9ab2e15babd8-126ad7b0, #w-node-_39f11b7d-79e2-6f2d-f368-34f401640dc1-126ad7b0, #w-node-_3d1f4e9b-0515-679c-410f-448e04c2135e-126ad7b0, #w-node-_65427873-0b80-6d09-ff89-88e1733becad-126ad7b0, #w-node-_295017e8-a6dd-eed5-7150-3bf691e6e3c3-126ad7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d0895d-6655-fb14-9310-a56c1bfc4a59-126ad7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3800484e-2c5d-7ecd-db6b-7084ca5b2375-186ad7b2 {
  align-self: center;
}

#w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-186ad7b2, #w-node-_82b94d25-477a-18d8-9c4d-51f2a71841d8-5a6ad7bf, #w-node-_260fc479-255b-2daf-ee6c-fbf0b2b1825d-5a6ad7bf {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_5efbee9d-25a3-3529-8134-aee7d8940a3e-426ad6a1 {
    justify-self: end;
  }

  #w-node-_55074850-031d-96ba-5824-ed46ddd340f9-426ad6a1 {
    justify-self: start;
  }

  #w-node-_60ba4353-8e6e-c61c-0914-d74f912933e5-426ad6a1 {
    justify-self: end;
  }

  #w-node-_32a0b9e9-87e5-f6bd-85e6-001dccbcfc16-426ad6a1 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c46bf58f-491d-4f0d-860c-dd4e955b8a51-426ad6a1 {
    justify-self: center;
  }

  #w-node-b6e6a225-6aec-0a6b-a296-a485df045b3c-df045b39 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b6e6a225-6aec-0a6b-a296-a485df045b3f-df045b39 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b6e6a225-6aec-0a6b-a296-a485df045b65-df045b39 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6e6a225-6aec-0a6b-a296-a485df045b73-df045b39 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2a8a3a37-4a98-05ad-cbca-c9f668bd6978-746ad6a7, #w-node-_294f47f3-09be-6c36-0c34-1d8b1af9f370-746ad6a7, #w-node-_30b4f83f-8eaa-cbd7-d601-20eb12b2673b-746ad6a7, #w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-386ad6bc, #w-node-_31ccdfcd-711d-9b96-4dda-9095f435ec19-246ad6bd, #w-node-ee098087-b820-07c5-0001-efc04b396d4f-246ad6bd {
    justify-self: center;
  }

  #w-node-_45184526-a83f-fc3a-5b19-75653105ceeb-3105cec1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b66991a2-8210-319f-ca35-b24ec566cb90-046ad71b, #w-node-_6d7cf122-7021-e8aa-724e-bd3ed091f34e-d091f321, #w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-ae6ad784, #w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-a66ad7aa, #w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-ba6ad7ac, #w-node-a12a97fa-ed1d-0729-2036-45c30a96b459-186ad7b2, #w-node-_82b94d25-477a-18d8-9c4d-51f2a71841d8-5a6ad7bf, #w-node-_260fc479-255b-2daf-ee6c-fbf0b2b1825d-5a6ad7bf {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45184526-a83f-fc3a-5b19-75653105ceeb-3105cec1 {
    grid-column: span 1 / span 1;
  }
}