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

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

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

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

/* Grouping content
    ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* VARIABLES - COLORS */
/* VARIABLES - POSITIONING */
/* VARIABLES - FONTS */
/* VARIABLE - GAPS */
/* FUNCTIONS */
/* MIXINS */
@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/robotoslab-variablefont_wght.woff2") format("woff2"), url("../fonts/robotoslab-variablefont_wght.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 100%;
  font-family: RobotoSlab;
  scroll-behavior: smooth !important;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  overflow: inherit;
}

*::-webkit-scrollbar {
  display: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: bottom;
}

header,
main,
footer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 1396px;
  width: 100%;
  margin: 0 auto;
}

p {
  font-family: OpenSans;
}

h2 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #414141;
}

h3 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #414141;
}

main::after {
  position: absolute;
  width: 100%;
  content: '';
  background-color: #003f5a;
  height: 10px;
  left: 0;
}

.cookie-bar {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: white;
  font-weight: 600;
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 100;
  background: #003f5a;
  width: 25rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 10px #000;
  box-shadow: 0px 3px 10px #000;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

.cookie-bar p {
  margin-bottom: 1.25rem;
}

.cookie-bar a {
  background: white;
  color: #003f5a;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cookie-bar.hidden {
  opacity: 0;
  display: none;
}

header {
  position: fixed;
  width: 100%;
  height: 50px;
  max-width: 100%;
  background: #b3eafe;
  z-index: 100;
  padding: 0;
}

header::after {
  content: "";
  background: red;
  width: 100%;
}

header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 1396px;
  width: 100%;
  margin: 0 auto;
}

header .language {
  font-family: OpenSans;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header ul li {
  padding: 0 0 0 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #003f5a;
}

header ul li a {
  color: #003f5a;
  position: relative;
  display: block;
  text-decoration: none;
}

header ul li a img {
  height: 17px;
  width: auto;
}

header ul li a::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #003f5a;
  display: none;
}

header ul li a:hover::before {
  display: block;
}

.burger {
  display: none;
}

.burger div {
  width: 25px;
  height: 3px;
  background: #003f5a;
  margin: 5px;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.25rem;
}

section.home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  padding-top: 9.375rem;
}

section.home::before {
  content: '';
  width: 100%;
  height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3eafe), to(white));
  background: linear-gradient(#b3eafe, white);
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -4;
}

section.home .wrapper {
  padding: 0;
}

section.home img {
  width: 100%;
}

section.home h1 {
  color: #003f5a;
  font-size: 4.0625rem;
  line-height: 4.625rem;
  margin: 0;
}

section.home h2 {
  color: #003f5a;
  font-size: 1.625rem;
  line-height: 2.3125rem;
  padding: 0.625rem 0;
}

section.home p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  margin: 0 0 1.25rem 0;
}

section.home .home__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section.home .home__images img {
  width: auto;
  margin-right: 3.125rem;
}

section.who-we-are {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  position: relative;
  padding-top: 5rem;
  gap: 3.75rem;
  margin-bottom: 3.125rem;
}

section.who-we-are .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}

section.who-we-are .container:nth-of-type(1) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

section.who-we-are .container.container__heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}

section.who-we-are .container.container__heading h2 {
  color: #414141;
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-bottom: 0.625rem;
}

section.who-we-are .container.container__heading p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
}

section.who-we-are .container.container__info {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

section.who-we-are .container.container__info h3 {
  font-size: 1.875rem;
  color: #414141;
  margin-bottom: 1.25rem;
}

section.who-we-are .container.container__info p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
}

section.who-we-are .container.container__info .wrapper {
  padding: 0;
}

section.who-we-are .container.container__info .wrapper img {
  width: 100%;
}

section.who-we-are::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 200px;
  height: 600px;
  left: 30px;
  border-radius: 300px;
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#8dd2f0), to(white));
  background: linear-gradient(#8dd2f0, white);
}

section.who-we-are::after {
  content: "";
  position: absolute;
  top: 300px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 200px;
  height: 300px;
  left: 130px;
  border-radius: 300px;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#b3eafe), to(white));
  background: linear-gradient(#b3eafe, white);
}

section.who-we-are .container__johnny {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1.2fr;
  grid-template-columns: 0.8fr 1.2fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2c2c2c;
  color: white;
  border-radius: 1rem;
  overflow: hidden;
  gap: 0;
}

section.who-we-are .container__johnny .wrapper:nth-child(1) img {
  width: 100%;
}

section.who-we-are .container__johnny .wrapper:nth-child(2) {
  text-align: center;
  padding: 0 3.125rem;
}

section.who-we-are .container__johnny .wrapper:nth-child(2) .img {
  overflow: hidden;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 1.25rem auto;
}

section.who-we-are .container__johnny .wrapper:nth-child(2) .img img {
  width: 120px;
}

section.who-we-are .container__johnny .wrapper:nth-child(2) h4 {
  font-size: 1.25rem;
}

section.who-we-are .container__johnny .wrapper:nth-child(2) span {
  font-size: 0.8125rem;
  line-height: 1.31463rem;
}

section.who-we-are .container__johnny .wrapper:nth-child(2) p {
  font-size: 0.75rem;
  line-height: 1.2135rem;
  margin: 0.875rem;
  font-style: italic;
  font-family: OpenSans;
}

section.who-we-are .container__slider {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

section.who-we-are .container__slider .swiper-container {
  width: 100%;
  height: auto;
}

section.who-we-are .container__slider .swiper-container .wrapper {
  text-align: center;
  padding: 0 1.25rem;
}

section.who-we-are .container__slider .swiper-container .wrapper .img {
  width: 10rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px #a8a8a8;
  box-shadow: 0px 3px 10px #a8a8a8;
  border: 0;
  margin: 0.6875rem auto;
}

section.who-we-are .container__slider .swiper-container .wrapper .img img {
  width: 100%;
}

section.who-we-are .container__slider .swiper-container .wrapper h3 {
  color: #fa6362;
  font-size: 1.25rem;
  line-height: 2.0225rem;
}

section.who-we-are .container__slider .swiper-container .wrapper span {
  color: #fa6362;
  font-size: 0.8125rem;
  line-height: 1.31463rem;
}

section.who-we-are .container__slider .swiper-container .wrapper p {
  color: #2c2c2c;
  font-size: 0.875rem;
  line-height: 1.41575rem;
  font-style: italic;
  margin-top: 0.6875rem;
  padding: 0 0.75rem;
}

section.who-we-are .container__slider .swiper-pagination-people {
  position: relative;
}

section.who-we-are .container__slider .swiper-pagination-people .swiper-pagination-bullet {
  margin: 0 0.1875rem;
}

section.who-we-are .container__slider .swiper-pagination-people .swiper-pagination-bullet-active {
  background: #fa6362;
}

section.who-we-are .container__slider .swiper-button-prev {
  left: 5px;
}

section.who-we-are .container__slider .swiper-button-next {
  right: 5px;
}

section.who-we-are .container__slider .swiper-button-prev,
section.who-we-are .container__slider .swiper-button-next {
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px #a8a8a8;
  box-shadow: 0px 3px 6px #a8a8a8;
}

section.who-we-are .container__slider .swiper-button-prev::after,
section.who-we-are .container__slider .swiper-button-next::after {
  color: #fa6362;
  font-size: 0.8125rem;
  font-weight: 900;
}

section.positions {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  padding-top: 5rem;
}

section.positions .container.container__heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

section.positions .container.container__heading .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

section.positions .container.container__heading .wrapper h2 {
  font-size: 3.125rem;
  line-height: 4.125rem;
  color: #fa6362;
  margin-bottom: 6.25rem;
}

section.positions .container.container__heading .wrapper img {
  width: 100%;
}

section.positions .container.container__positions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  margin-top: -150px;
}

section.positions .container.container__positions .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  color: white;
  background: #2c2c2c;
  border-radius: 1.25rem;
}

section.positions .container.container__positions h3 {
  color: white;
  margin: 0 0 0.625rem 0;
  font-size: 1.375rem;
  line-height: 2.22475rem;
}

section.positions .container.container__positions p {
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.41575rem;
  margin: 0 0 1.25rem 0;
}

section.positions .container.container__positions a {
  color: white;
  margin-top: 0.8125rem;
  font-size: 0.8125rem;
  font-family: OpenSans;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border: 1px solid white;
  border-radius: 0.625rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

section.positions .container.container__positions a:hover {
  background: white;
  color: #2c2c2c;
}

section.positions .container.container__positions .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.25rem;
}

section.positions .container.container__positions .skills > span {
  font-weight: 600;
  margin: 0 0 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.41575rem;
}

section.positions .container.container__positions .skills .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  font-family: OpenSans;
}

section.positions .container.container__positions .skills .rating span {
  margin-right: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.2135rem;
}

section.positions .container.container__positions .skills .rating > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.positions .container.container__positions .skills div[class^=circle] {
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px white;
  box-shadow: inset 0 0 0 1px white;
  display: inline-block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  position: relative;
  margin-right: 3px;
}

section.positions .container.container__positions .skills div[class^=circle]:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  bottom: 0;
  background: white;
}

section.positions .container.container__positions .skills div.circle_half:after {
  width: 50%;
}

section.positions .container.container__positions .skills div.circle_full:after {
  width: 100%;
}

section.positions h3 {
  font-size: 3.125rem;
}

section.how-we-work {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  padding-top: 5rem;
  gap: 3.75rem;
}

section.how-we-work h4 {
  font-size: 2.5rem;
}

section.how-we-work img {
  width: 90%;
}

section.how-we-work .container.container__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 1.3fr;
  grid-template-columns: 0.7fr 1.3fr;
}

section.how-we-work .container.container__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 0.7fr;
  grid-template-columns: 1.3fr 0.7fr;
}

section.how-we-work .container.container__bottom img {
  margin-left: auto;
}

section.how-we-work .wrapper.text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

section.how-we-work .wrapper.image {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.how-we-work h5 {
  font-size: 1.875rem;
  line-height: 3.03375rem;
  font-family: RobotoSlab;
  margin-bottom: 0.625rem;
}

section.how-we-work p {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.41575rem;
}

section.map-swiper .container__slider__map {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
}

section.map-swiper .container__slider__map .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 0;
}

section.map-swiper .container__slider__map .swiper-slide {
  text-align: center;
  padding: 0 1.25rem;
}

section.map-swiper .container__slider__map .wrapper {
  text-align: center;
  padding: 1.25rem;
  background: #FAFAFA;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 1px 6px #a8a8a8;
  box-shadow: 0px 1px 6px #a8a8a8;
}

section.map-swiper .container__slider__map h6 {
  color: #fa6362;
  font-size: 1.125rem;
}

section.map-swiper .container__slider__map p {
  color: #2c2c2c;
  font-size: 0.875rem;
  line-height: 1.41575rem;
  font-style: italic;
  margin: 0.625rem 0;
}

section.map-swiper .container__slider__map span {
  color: #0483c2;
  font-size: 0.875rem;
  line-height: 1.41575rem;
}

section.map-swiper .container__slider__map .swiper-pagination {
  bottom: 0;
}

.container__slider__map .swiper-container {
  width: 100%;
  height: auto;
}

.container__slider__map .swiper-container .wrapper {
  text-align: center;
  padding: 0 1.875rem;
}

.container__slider__map .swiper-container .wrapper .img {
  width: 6.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px #a8a8a8;
  box-shadow: 0px 3px 10px #a8a8a8;
  border: 0;
  margin: 0.6875rem auto;
}

.container__slider__map .swiper-container .wrapper .img img {
  width: 100%;
}

.container__slider__map .swiper-container .wrapper h5 {
  color: #fa6362;
  font-size: 1.25rem;
}

.container__slider__map .swiper-pagination-map {
  position: relative;
}

.container__slider__map .swiper-pagination-map .swiper-pagination-bullet {
  margin: 0 0.1875rem;
}

.container__slider__map .swiper-pagination-map .swiper-pagination-bullet-active {
  background: #fa6362;
}

.container__slider__map .swiper-button-prev {
  left: 0;
}

.container__slider__map .swiper-button-prev,
.container__slider__map .swiper-button-next {
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px #a8a8a8;
  box-shadow: 0px 3px 6px #a8a8a8;
}

.container__slider__map .swiper-button-prev::after,
.container__slider__map .swiper-button-next::after {
  color: #fa6362;
  font-size: 0.8125rem;
  font-weight: 900;
}

.container__slider__map .swiper-button-prev,
.container__slider__map .swiper-button-next {
  display: none;
}

section.map-swiper {
  display: none;
}

section.map-swiper .container__map {
  display: none;
}

section.salesforce {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: auto auto auto;
  position: relative;
  padding-top: 5rem;
}

section.salesforce .container__heading h3 {
  font-size: 2.5rem;
  line-height: 4.045rem;
  font-weight: bold;
  color: #414141;
}

section.salesforce .container__heading h4 {
  font-size: 1.875rem;
  line-height: 3.03375rem;
  font-weight: bold;
  color: #414141;
}

section.salesforce .container__heading p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
  margin: 1.875rem 0;
}

section.salesforce .container__tiles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 1.875rem;
  grid-template-areas: "div1 div2 div5"
 "div3 div4 div5";
}

section.salesforce .container__tiles .div1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: div1;
}

section.salesforce .container__tiles .div2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: div2;
}

section.salesforce .container__tiles .div3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: div3;
}

section.salesforce .container__tiles .div4 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: div4;
}

section.salesforce .container__tiles .div5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: div5;
}

section.salesforce .container__tiles img {
  width: 1.25rem;
  margin-right: 0.625rem;
}

section.salesforce .container__tiles h5 {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 2.0225rem;
  font-weight: bold;
  color: #414141;
}

section.salesforce .container__tiles p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
  margin: 0.625rem 0;
}

section.salesforce .container__tiles ul li {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
  margin-bottom: 0.3125rem;
  margin-left: 1rem;
}

section.salesforce .container__tiles ul li::marker {
  color: #0483c2;
}

section.salesforce .container__tiles .wrapper.div5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.salesforce .container__tiles .wrapper.div5 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}

section.map {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  padding-top: 70px;
}

section.map .container__heading h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #414141;
}

section.map .container__heading p {
  margin: 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
}

section.map .wrapper {
  position: relative;
}

section.map .map-badge {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
}

section.map .map-badge .badge {
  display: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28.125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  padding: 1.25rem;
  border-radius: 10px;
  background: #FAFAFA;
  color: #2c2c2c;
  -webkit-box-shadow: 0px 3px 6px #a8a8a8;
  box-shadow: 0px 3px 6px #a8a8a8;
  z-index: 1;
}

section.map .map-badge .badge h6 {
  font-size: 1.125rem;
  line-height: 1.82025rem;
  color: #fa6362;
}

section.map .map-badge .badge p {
  font-size: 0.8125rem;
  line-height: 1.31463rem;
  color: #2c2c2c;
  margin: 0.625rem 0;
}

section.map .map-badge .badge span {
  font-size: 0.75rem;
  line-height: 1.2135rem;
  color: #0483c2;
}

section.map svg {
  width: 100%;
  height: 100%;
  position: relative;
}

section.map svg .active-client {
  stroke: #003f5a;
  fill: #b3eafe;
  stroke-width: 2px;
}

section.map svg .active-client:hover {
  fill: #003f5a;
  cursor: pointer;
}

section.map svg .active-client:hover .badge {
  display: block !important;
}

section.map svg .semi-client {
  stroke: #003f5a;
  stroke-width: 2px;
}

section.trailhead {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: auto auto;
  position: relative;
  padding-top: 5rem;
}

section.trailhead::before {
  content: '';
  width: 1000%;
  height: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#51C0EF), to(white));
  background: linear-gradient(#51C0EF, white);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -4;
  margin-left: -200%;
  margin-right: -200%;
}

section.trailhead::after {
  content: url("../images/image_cloud.png");
  position: absolute;
  right: 0.625rem;
  top: 5rem;
  z-index: -4;
  opacity: 0.6;
}

section.trailhead .container.container__heading h2 {
  font-size: 2.5rem;
  line-height: 4.045rem;
  font-weight: bold;
  color: white;
}

section.trailhead .container.container__heading h3 {
  font-size: 1.875rem;
  line-height: 3.03375rem;
  font-weight: bold;
  color: white;
}

section.trailhead .container.container__heading p {
  margin: 1.875rem 0;
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
}

section.trailhead .container.container__tiles {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
  gap: 1.875rem;
}

section.trailhead .container.container__tiles .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

section.trailhead .container.container__tiles h4 {
  font-size: 1.125rem;
  line-height: 1.82025rem;
  color: #fa6362;
}

section.trailhead .container.container__tiles p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #2c2c2c;
  margin: 0.625rem 0;
}

section.trailhead .container.container__tiles a {
  font-size: 0.8125rem;
  line-height: 1.31463rem;
  background-color: #0483c2;
  color: white;
  padding: 0.375rem 0.75rem;
  border-radius: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.trailhead .container.container__tiles a:hover {
  color: #0483c2;
  background: #b3eafe;
}

section.trailhead .container.container__tiles img {
  position: absolute;
  width: 80%;
  bottom: -20px;
  z-index: -1;
}

section.trailhead .container.container__tiles .img::after {
  content: '';
  width: 100%;
  height: 40px;
  border-radius: 200%;
  background: #b7b7b7;
  opacity: 0.5;
  position: absolute;
  left: -10px;
  bottom: -30px;
  z-index: -4;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

section.faq {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.6fr 1.4fr;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 1.25rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.faq::before {
  content: "";
  position: absolute;
  top: 0;
  right: -300%;
  bottom: 0;
  left: -300%;
  margin: auto;
  background: #f4f4f4;
  z-index: -1;
}

section.faq .container.container__left {
  position: relative;
}

section.faq .container.container__left h2 {
  color: #fa6362;
  font-size: 3.125rem;
  line-height: 5.05625rem;
}

section.faq .container.container__left p {
  font-size: 150px;
  font-weight: 900;
  color: #e8e8e8;
  font-family: 'RobotoSlab';
}

section.faq .container.container__left img {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: -1;
}

section.faq .container.container__right {
  font-family: RobotoSlab;
  font-size: 0.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 1.875rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.faq .container.container__right .wrapper {
  display: -ms-grid;
  display: grid;
  border-radius: 0.625rem;
  overflow: auto;
  -webkit-box-shadow: 0px 2px 4px #a8a8a8;
  box-shadow: 0px 2px 4px #a8a8a8;
}

section.faq .container.container__right .accordion {
  position: relative;
}

section.faq .container.container__right .tile {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
  padding: 0.625rem;
  color: #fa6362;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 4px #a8a8a8;
  box-shadow: 0px 2px 4px #a8a8a8;
}

section.faq .container.container__right .tile span {
  width: 90%;
  font-size: 0.875rem;
  line-height: 1.41575rem;
}

section.faq .container.container__right .tile::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

section.faq .container.container__right .tile.active::after {
  content: "\2212";
}

section.faq .container.container__right .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

section.faq .container.container__right .info p {
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #2c2c2c;
}

section.faq .container.container__right .info ul {
  padding: 0 2rem;
  font-family: OpenSans;
  line-height: 130%;
}

section.footer .container {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
}

section.footer .wrapper {
  padding: 0;
}

section.footer h3 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #414141;
  margin: 0rem;
}

section.footer a {
  font-size: 2.5rem;
  color: #b7b7b7;
  text-decoration: none;
}

section.footer p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
}

section.footer img {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1366px) {
  section.positions .container.container__positions {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) {
  section.trailhead .container.container__tiles {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  section.trailhead .container.container__tiles .wrapper:last-child {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  header {
    padding: 0;
  }
  .navigation {
    position: absolute;
    right: 0;
    height: calc(100vh - 50px);
    top: 50px;
    background-color: #b3eafe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .navigation li {
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
  .burger {
    display: block;
    cursor: pointer;
  }
  .nav-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: -10px 0px 5px -10px #a8a8a8;
    box-shadow: -10px 0px 5px -10px #a8a8a8;
  }
  .nav-active li {
    opacity: 1;
    padding: 0;
  }
  section.who-we-are {
    gap: 1.875rem;
  }
  section.who-we-are .container__johnny .wrapper:nth-child(2) {
    padding: 0;
  }
  section.who-we-are .container__johnny .wrapper:nth-child(2) .img {
    margin: 0.625rem auto;
  }
  section.who-we-are .container__johnny .wrapper:nth-child(2) p {
    margin: 0.625rem 0.9375rem;
  }
  section.positions .container.container__positions {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  section.positions .container.container__positions {
    margin-top: -80px;
  }

  section.how-we-work .container.container__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.how-we-work .container.container__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.how-we-work img {
    width: 60%;
    margin: 0 auto;
  }
  section.salesforce .container__tiles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "div1 div2"
 "div3 div4"
 "div5 div5";
  }
  section.map {
    margin-bottom: 0;
  }
  section.map .container__map {
    display: none;
  }
  section.map-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.salesforce .container__tiles .wrapper.div5 img {
    max-width: 600px;
    margin: 0 auto;
    min-width: 200px;
  }
  section.faq {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.faq .container__left .wrapper:nth-child(1) p {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    font-size: 100px;
    line-height: 100px;
  }
  section.footer a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  main section:not(.map-swiper) {
    padding-top: 3.75rem !important;
  }
  main, footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  header section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  section.home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.home .wrapper:nth-child(1) {
    display: none;
  }
  section.who-we-are .container.container__johnny {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  section.who-we-are .container.container__johnny .wrapper:nth-child(2) p {
    margin: 1.25rem;
  }
  section.who-we-are .container.container__info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "div1 div1"
 "div2 div3";
  }
  .container__info .wrapper:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: div1;
  }
  .container__info .wrapper:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: div2;
  }
  .container__info .wrapper:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: div3;
  }
  section.positions .container.container__heading .wrapper:nth-child(1) {
    margin-bottom: -100px;
  }
  section.how-we-work {
    gap: 0;
  }
  section.how-we-work .container.container__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.how-we-work .container.container__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.salesforce .container__heading h3 {
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
  section.salesforce .container__heading h4 {
    line-height: 1.875rem;
  }
  section.trailhead .container.container__tiles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  section.faq .container.container__right {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  section.footer .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.footer a {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 639px) {
  .cookie-bar {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    border-radius: 0;
  }
  section {
    margin-bottom: 3.125rem;
  }
  section.home .home__images img {
    margin-right: 2.1875rem;
  }
  section.who-we-are .container.container__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "div1"
 "div2"
 "div3";
  }
  section.who-we-are .container.container__info h3 {
    margin-bottom: 0.625rem;
  }
  section.positions .container.container__positions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.how-we-work .wrapper.text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  section.how-we-work h5 {
    margin-bottom: 0.625rem;
    line-height: 2.1875rem;
  }
  section.salesforce .container__tiles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "div1" "div2" "div3" "div4" "div5";
  }
  section.trailhead::after {
    right: -1.25rem;
    top: 9.375rem;
  }
  section.trailhead .container.container__tiles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.faq .container.container__left h2 {
    line-height: 3.75rem;
  }
  section.footer h3 {
    line-height: 2.8125rem;
  }
  section.footer a {
    font-size: 1.5625rem;
  }
}
.container__positions .contact p {
  font-size: 0.875rem;
  line-height: 1.41575rem;
  color: #414141;
}

.container__positions .contact h3 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #414141;
  margin: 0rem;
}

.container__positions .contact a {
  font-size: 2.5rem;
  color: #b7b7b7;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */