@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --body-inline: clamp(1rem, -0.3913rem + 6.9565vi, 5rem);
  --h1: clamp(2.25rem, 1.7283rem + 2.6087vi, 3.75rem);
  --h2: clamp(2rem, 1.7391rem + 1.3043vi, 2.75rem) ;
}

/**
 * Set up a decent box model on the root element
 */
html {
  font-size: 16px;
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  max-width: 1400px;
  margin: auto;
  overflow-x: hidden;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: all 0.4s ease-in-out;
}

/**
 * Basic styles for images
 */
img {
  object-fit: cover;
  max-width: 100%;
}

/**
 * Basic styles for list
 */
ul,
li {
  list-style-type: none;
}

figcaption {
  font-size: 14px;
}

button {
  cursor: pointer;
}

details {
  padding: 1rem;
}
details[open] {
  height: auto;
  background-color: #f1f3f9; /* Background color when details is open */
  padding: 1rem;
}

summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  user-select: none;
  padding-inline-start: 1rem;
  font-weight: 700;
}
summary::before {
  content: "+"; /* Unicode character for plus sign */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: green; /* Change the color as desired */
}

details[open] summary::before {
  content: "−"; /* Unicode character for minus sign */
  left: 0;
  top: 30%;
}

details {
  margin-bottom: 1.25rem;
  border-radius: 1rem;
}

details[open] summary {
  padding-bottom: 1.25rem; /* Adjust the margin as needed */
  background-color: #f1f3f9;
}

/* Style to remove default disclosure triangle on some browsers */
details summary::-webkit-details-marker {
  display: none;
}

@font-face {
  font-family: "manrope-regular";
  src: url("/assets/fonts/manrope-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "manrope-medium";
  src: url("/assets/fonts/manrope-medium-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "manrope-bold";
  src: url("/assets/fonts/manrope-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sansbold";
  src: url("/assets/fonts/opensans-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "open_sansbold", sans-serif;
  font-size: var(--h1);
  max-width: 720px;
  letter-spacing: -0.2rem;
  line-height: 1.1;
}

h2 {
  font-family: "open_sansbold", sans-serif;
  font-size: var(--h2);
  font-weight: normal;
  letter-spacing: -0.2rem;
  text-transform: capitalize;
}

h3 {
  font-family: "open_sansbold", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

h4 {
  font-family: "open_sansbold", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: capitalize;
}

p,
ul,
li {
  font-family: "manrope-medium", sans-serif;
  font-weight: normal;
  font-size: var(--p);
  line-height: 1.3;
  max-width: 600px;
}

details, span, a {
  font-family: "manrope-medium", sans-serif;
  font-weight: normal;
  letter-spacing: -0.2;
}

button {
  font-family: "manrope-medium", sans-serif;
  font-size: 0.8rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 2rem;
  padding: 0 var(--body-inline);
}
.navigation ul {
  display: none;
  column-gap: 1rem;
}
.navigation ul a {
  color: #26292c;
  letter-spacing: -0.2px;
}
.navigation .email {
  padding: 0.8rem 1.2rem;
  border-radius: 3rem;
  background-color: #22a02f;
  text-align: center;
}
.navigation .email a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .navigation ul {
    display: flex;
  }
}
/*GENERAL BUTTON STYLES*/
/*******************/
/***PRIMARY BUTTON****/
/*******************/
/***PRIMARY BUTTON****/
/*******************/
/**BUTTON HEIGHT*/
/**************/
/**TEXT LINK BUTTON*/
/*DISPLAY-2XL*/
/*DISPLAY-XL*/
/*DISPLAY-LG*/
/*DISPLAY-MD*/
/*HEADLINE*/
/*TITLE*/
/*TEXT-XL*/
/*TEXT-LG*/
/*TEXT-MD*/
/*TEXT-SM*/
/*TEXT-XS*/
@media only screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-container {
    padding: 0 var(--body-inline);
    margin-block-end: 4rem;
  }
  .hero-container .hero {
    display: grid;
    margin-block: 4rem;
  }
  .hero-container .hero h1 {
    color: #090a0b;
    margin-block-end: 1rem;
  }
  .hero-container .hero p {
    color: #26292c;
  }
  .hero-container .hero-avatar {
    display: flex;
    column-gap: 0.4rem;
    margin-block-end: 1.6rem;
  }
  .hero-container .hero-avatar .persona {
    display: flex;
    flex-direction: row;
  }
  .hero-container .hero-avatar .persona li {
    margin-left: -12px;
  }
  .hero-container .hero-avatar .persona li:nth-child(1) {
    margin-left: 0;
  }
  .hero-container .hero-avatar .persona img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  .hero-container .hero-avatar .rating ul {
    display: flex;
  }
  .hero-container .hero-avatar .rating p {
    font-size: 0.8rem;
    letter-spacing: -0.01rem;
  }
  .hero-container .hero-cta {
    display: grid;
    row-gap: 0.8rem;
    margin-block-start: 1.6rem;
    height: 3rem;
  }
  .hero-container .hero-cta div {
    padding: 0.8rem 1.2rem;
    border-radius: 3rem;
    background-color: #22a02f;
    width: 200px;
    text-align: center;
  }
  .hero-container .hero-cta div a {
    color: #ffffff;
  }
  .hero-container .hero-cta span {
    font-size: 0.7rem;
    color: #22a02f;
    animation: blink 4s infinite;
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
    100% {
      opacity: 1;
    }
  }
  .hero-container .welcomeMsg {
    align-self: center;
    display: grid;
    row-gap: 0.8rem;
    transform: rotate(-4deg);
    transform-origin: center;
  }
  .hero-container .welcomeMsg div {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    max-width: 600px;
    padding: 1rem;
    border-radius: 8px 40px 40px 30px;
  }
  .hero-container .welcomeMsg div:nth-child(1), .hero-container .welcomeMsg div:nth-child(2), .hero-container .welcomeMsg div:nth-child(3) {
    justify-self: start;
    background-color: #e5f9e7;
  }
  .hero-container .welcomeMsg div:nth-child(4) {
    justify-self: end;
    border-radius: 30px 40px 8px 40px;
    background-color: #cedef3;
    text-align: right;
  }
  .teaser {
    margin-block-end: 4rem;
    width: 100vw; /* make container full width */
    margin-left: calc(-50vw + 50%);
    overflow-x: hidden;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50px);
    }
  }
  .teaser-content {
    display: flex;
    flex-wrap: nowrap;
    width: 3200px;
    animation: scroll 20s linear infinite;
  }
  .teaser .image-container {
    scroll-snap-align: start;
    min-width: 400px;
  }
  .services {
    padding: 0 var(--body-inline);
    margin-block-end: 4rem;
  }
  .services-header {
    margin-block-end: 2.4rem;
  }
  .services-header h2 {
    margin-block-end: 1rem;
  }
  .services-list {
    display: grid;
    column-gap: 1rem;
    row-gap: 2rem;
    justify-items: center;
  }
  .services-item {
    max-width: 400px;
    transform: rotate(-1deg);
    transform-origin: center;
    padding: 2rem;
    border-radius: 16px;
  }
  .services-item:nth-child(1) {
    background-color: #fff9e3;
  }
  .services-item:nth-child(2) {
    background-color: #f3ffe3;
  }
  .services-item:nth-child(3) {
    background-color: #ffe3fa;
  }
  .services-item:nth-child(4) {
    background-color: #e3fff3;
  }
  .services-item:nth-child(5) {
    background-color: #ffe3e3;
  }
  .services-item:nth-child(6) {
    background-color: #e2e2ff;
  }
  .services-item h3 {
    margin-block-end: 1rem;
    font-size: 1.2rem;
  }
  .work {
    padding: 0 var(--body-inline);
    margin-block-end: 4rem;
  }
  .work-header {
    margin-block-end: 2.4rem;
  }
  .work-header h2 {
    margin-block-end: 1rem;
  }
  .work-list {
    display: grid;
    column-gap: 1.2rem;
    row-gap: 2rem;
    justify-items: center;
  }
  .work-item {
    max-width: 400px;
    border-radius: 4px;
    background-color: #090a0b;
    color: #ffffff;
  }
  .work-item img {
    transform: rotate(-1deg);
    transform-origin: center;
  }
  .work-item h3 {
    margin-block-end: 1rem;
    font-size: 1.2rem;
  }
  .work-item span {
    font-size: 0.75rem;
    color: #22a02f;
  }
  .work-item p {
    margin-block-start: 0.4rem;
  }
  .work-item div {
    padding: 0.8rem;
  }
  /*how we work*/
  .how_we_work {
    padding: var(--body-inline);
    margin-block-end: 1rem;
    display: grid;
    row-gap: 2rem;
  }
  .how_we_work h2 {
    margin-block-end: 1.5rem;
  }
  .how_we_work--explainer {
    display: grid;
    row-gap: 1.5rem;
  }
  .how_we_work--list {
    display: grid;
    row-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .how_we_work--list .progress {
    color: #22a02f;
    animation: blink 4s infinite;
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
    100% {
      opacity: 1;
    }
  }
  .how_we_work--list .complete {
    color: #bd6e00;
  }
  .how_we_work--list h4 {
    margin-block-end: 1rem;
    color: #a6afbc;
  }
  .how_we_work--list div:nth-child(1),
  .how_we_work--list div:nth-child(2),
  .how_we_work--list div:nth-child(3) {
    grid-column: span 12;
  }
  .how_we_work--list div:nth-child(2) {
    display: grid;
    row-gap: 0.8rem;
  }
  .how_we_work--item {
    display: grid;
    row-gap: 1rem;
    border: 1px solid #d2dceb;
    border-radius: 0.8rem;
    background-color: #f8fbff;
  }
  .how_we_work--main {
    padding: 1rem;
  }
  .how_we_work--content {
    color: #323541;
  }
  .how_we_work--content div:nth-child(1) {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
    border-block-end: 1.2px solid #d2dceb;
    padding-bottom: 1rem;
    margin-block-end: 2rem;
  }
  .how_we_work--content div:nth-child(1) p {
    font-size: 0.6rem;
    font-weight: bold;
    background-color: #e4edfa;
    padding: 0.3rem 0.5rem;
    border-radius: 0.4rem;
  }
  .how_we_work--content div:nth-child(2) {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
    border-block-end: 1.2px solid #d2dceb;
    padding-bottom: 1rem;
    margin-block-end: 1rem;
  }
  .how_we_work--content div:nth-child(2) p {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
  }
  .how_we_work--content div:nth-child(3) p {
    font-size: 0.8rem;
  }
  /*have questions*/
  .have_questions {
    height: min-content;
    padding-inline: var(--body-inline);
    margin-block-end: 4rem;
  }
  .have_questions--content {
    display: grid;
    justify-content: center;
    row-gap: 2rem;
  }
  .have_questions h2 {
    margin-block-end: 1.5rem;
  }
  .contact {
    padding-inline: var(--body-inline);
    margin-block-end: 4rem;
  }
  .contact .clock {
    margin-block-start: 2rem;
    display: flex;
    justify-content: center;
  }
  .contact-clock {
    font-size: 0.8rem;
    letter-spacing: 0.1px;
    font-weight: bold;
    color: #595959;
  }
  .contact-cta {
    display: grid;
    row-gap: 0.8rem;
    margin-block-start: 1.6rem;
    height: 3rem;
  }
  .contact-cta div {
    padding: 0.8rem 1.2rem;
    border-radius: 3rem;
    background-color: #22a02f;
    width: 200px;
    text-align: center;
  }
  .contact-cta div a {
    color: #ffffff;
  }
  .contact-cta span {
    font-size: 0.7rem;
    color: #22a02f;
    animation: blink 4s infinite;
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
    100% {
      opacity: 1;
    }
  }
}
@media only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-container {
    display: flex;
    column-gap: 2rem;
  }
  .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .work-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .how_we_work--list div:nth-child(1),
  .how_we_work--list div:nth-child(2),
  .how_we_work--list div:nth-child(3) {
    grid-column: span 6;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-container {
    display: grid;
    row-gap: 2rem;
    grid-template-columns: 2fr 1fr;
    margin-block-start: 4rem;
  }
  .hero-container .hero h1 {
    margin-block-end: 1.6rem;
  }
  .hero-container .welcomeMsg {
    padding-inline-start: 2rem;
  }
  .services-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .work-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /*how we work*/
  .how_we_work {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2rem;
  }
  .how_we_work--header {
    grid-column: span 4;
  }
  .how_we_work--list {
    grid-column: span 8;
  }
  .how_we_work--list div:nth-child(1),
  .how_we_work--list div:nth-child(2),
  .how_we_work--list div:nth-child(3) {
    grid-column: span 4;
    column-gap: 2rem;
  }
  .have_questions--content {
    grid-template-columns: repeat(12, 1fr);
    column-gap: clamp(3rem, -1.9231rem + 7.6923vw, 5rem);
  }
  .have_questions--image {
    grid-column: span 6;
    order: 2;
  }
  .have_questions--list {
    grid-column: span 6;
    order: 1;
    display: grid;
    row-gap: 1.5rem;
  }
}

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