/* Design systems */

:root {
  --color-red: #f71414;
  --color-red-medium: #c61010;
  --color-red-dark: #9e0d0d;
  --color-pink: #fdb9b9;
  --color-grey-black: #333333;
  --color-grey-dark: #8c8c8c;
  --color-grey-light: #fafafa;
  --color-white: #ffffff;
  --color-red-grad: linear-gradient(180deg, #f71414 0%, #ad1414 100%);
  --color-grey-overlay-dark: rgba(0, 0, 0, 0.6);
  --color-grey-overlay-darker: rgba(0, 0, 0, 0.8);
  --color-grey-overlay-white-grad: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

body,
html {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: var(--color-grey-black);
}

h1,
h2,
h3,
h4,
h5,
p,
.font-body {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
p,
.font-body {
  line-height: 150%;
}

h1 {
  font-size: 4.5rem;
  line-height: 120%;
  letter-spacing: 2px;
}
h2 {
  font-size: 2.3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1rem;
}

p,
.font-body {
  color: inherit;
  font-size: 16px;
}

.font-body > p {
  padding: 12px 0;
}

section {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.bold {
  font-weight: bold;
}

.font-size-4-rem {
  font-size: 4rem;
}

@media (max-width: 487px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.75rem;
  }

  .font-size-4-rem {
    font-size: 3rem;
  }
}

h2 i.icon-section {
  display: inline-block;
  font-size: 24px;
  transform: translateY(-2px);
}

.font-size-11 {
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
}

.font-size-12 {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}

.font-size-14 {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 120%;
}

h2 > i {
  font-size: 24px;
}

a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}
a:hover {
  text-decoration: none;
}

b {
  font-weight: bold !important;
}

/* */

.h-jumbo {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h-jumbo.bold {
  font-weight: bold;
}

.h-jumbo {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h-jumbo.bold {
  font-weight: bold;
}

.btn {
  border-radius: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.icon-facebook:before {
  content: unset;
}

body.share-menu-displayed {
  padding-bottom: 0;
}

/* */

section:first-child {
  padding-top: 70px;
}

@media (max-width: 992px) {
  section:first-child {
    padding-top: 66px;
  }
}

@media (max-width: 768px) {
  section:first-child {
    padding-top: 52px;
  }
}

.polygon-hero {
  position: relative;
}

.polygon-hero--bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1270px;
  min-height: 500px;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: bottom;
}

@media (max-width: 487px) {
  .polygon-hero--bg {
    min-height: 650px;
  }
}

.main-cover {
  min-height: 70vh;
}

.main-cover .logo {
  position: absolute;
  top: -50px;
  transform: translate(-50px, 30px) scale(1.25);
}

@media (min-width: 1200px) {
  .main-cover .content {
    padding-right: 15rem;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .main-cover .content {
    padding-right: 5rem;
  }
}

.work-with-us-icon {
  width: 42px;
  border-radius: 50%;
  border: 2px solid var(--color-red);
  transform: translateY(-50%);
  background-color: var(--color-red);
}

.remove-p-margin p {
  margin: 0;
}
