@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-size: 100%;
  overflow-x: hidden;
}

html, body {
  margin: 0;
  padding: 0;
}

h1,
div,
p,
ul li {
  font-family: "Inter", sans-serif;
}

h1 {
  margin: 0 0 1.5rem;
}

h2,
h3,
h4 {
  font-family: "Inter Tight", sans-serif;
}

h2 {
  font-size: 2rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 0.875rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 769px) {
  h4 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

ul {
  margin: 0 0 0 2rem;
  padding: 0;
}
ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.container-fixed {
  max-width: 1440px;
  margin: 0 auto;
}

.header {
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 1.5rem;
  }
}
.header h1 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 4rem 0 0;
}
@media screen and (min-width: 769px) {
  .header h1 {
    font-size: 4.5rem;
    margin: 6rem 0 0;
  }
}
.header span.dark-grey {
  color: #666;
  display: block;
}

.logo img {
  display: flex;
  width: 100%;
  max-width: 210px;
}
@media screen and (min-width: 769px) {
  .logo img {
    max-width: 300px;
  }
}

.main-content {
  padding: 1.5rem;
}

.columns-two {
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .columns-two {
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
  }
}

.columns-quote {
  row-gap: 1.5rem;
  margin: 2.5rem 0 4rem;
}
@media screen and (min-width: 1025px) {
  .columns-quote {
    column-gap: 2.5rem;
    margin: 5.5rem 0 7rem;
  }
}
.columns-quote p {
  margin: 0;
}
.columns-quote .border-quote {
  color: #000;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: normal;
  border-top: 0.375rem solid #ef4136;
  padding: 2rem 0 0 0;
}
.columns-quote .border-quote p {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 769px) {
  .columns-quote .border-quote {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .columns-quote .border-quote {
    border-left: 0.5rem solid #ef4136;
    border-top: 0;
    padding: 0 0 0 2rem;
  }
}
.columns-quote .paragraph-white {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin: 0;
}
.columns-quote .paragraph-white p {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 769px) {
  .columns-quote .paragraph-white {
    font-size: 1.5rem;
  }
}

.block-fullwidth-black {
  position: relative;
  padding: 3rem 0;
}
.block-fullwidth-black:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #231f20;
  z-index: 0;
}
.block-fullwidth-black h2, .block-fullwidth-black h3, .block-fullwidth-black div {
  position: relative;
  z-index: 1;
}
.block-fullwidth-black h2 {
  color: #fff;
  text-transform: capitalize;
}
.block-fullwidth-black h3 {
  color: #ef4136;
  margin-bottom: 2rem;
}
.block-fullwidth-black h4.list-heading {
  color: #aaa;
}
.block-fullwidth-black .columns-key-lists ul li {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
}

.columns-three {
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  .columns-three {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .columns-three {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .columns-three.columns-key-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .columns-three.columns-key-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}

.columns-white-bg {
  margin-bottom: 4rem;
}
.columns-white-bg .col {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 769px) {
  .columns-white-bg .col {
    padding: 1.5rem;
  }
}

.columns-programs h3 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .columns-programs h3 {
    font-size: 2.25rem;
  }
}
.columns-programs h3 .num {
  display: block;
}

.block-content {
  border-bottom: 1px solid #231f20;
  padding: 3rem 0 4.5rem;
}
.block-content:last-child {
  border-bottom: 0;
}
.block-content h2 {
  color: #231f20;
  font-weight: 700;
}
.block-content h3 {
  color: #ef4136;
  margin-bottom: 2rem;
}
.block-content .rows-items {
  display: grid;
  row-gap: 2rem;
}
.block-content .rows-items .row {
  border: 1px solid #e5e5e5;
  border-radius: 1.25rem;
  display: grid;
  row-gap: 1rem;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 769px) {
  .block-content .rows-items .row {
    grid-template-columns: 33% 67%;
    column-gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
}
.block-content .rows-items .row .col-heading {
  color: #ef4136;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .block-content .rows-items .row .col-heading {
    font-size: 1.5rem;
  }
}
.block-content .rows-items .row ul li,
.block-content .rows-items .row p {
  font-weight: 500;
}
.block-content .rows-items .row p {
  margin-bottom: 0.5rem;
}
.block-content .rows-items .row ul.list-none {
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 769px) {
  .columns-programs {
    grid-template-columns: unset;
    column-gap: 0;
  }
}
@media screen and (min-width: 1025px) {
  .columns-programs {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .columns-programs {
    column-gap: 3rem;
  }
}
.columns-programs .col {
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
}
.columns-programs .subheading {
  font-size: 1.25rem;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .columns-programs .subheading {
    font-size: 1.5rem;
  }
}
.columns-programs h4 {
  color: #231f20;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
}
.columns-programs h3 {
  color: #231f20;
}
.columns-programs .initial-project {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.columns-programs .col-grey {
  background-color: #f8f8f8;
}
.columns-programs .col-orange {
  background-color: #ef4136;
}
.columns-programs .col-darkgrey {
  background-color: #231f20;
}
.columns-programs .col-orange .subheading,
.columns-programs .col-orange .initial-project,
.columns-programs .col-darkgrey .subheading,
.columns-programs .col-darkgrey .initial-project {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.columns-programs .col-orange h3, .columns-programs .col-orange h4, .columns-programs .col-orange div, .columns-programs .col-orange ul li,
.columns-programs .col-darkgrey h3,
.columns-programs .col-darkgrey h4,
.columns-programs .col-darkgrey div,
.columns-programs .col-darkgrey ul li {
  color: #fff;
}

.columns-network .col {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
  border-radius: 0.625rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
@media screen and (min-width: 769px) {
  .columns-network .col {
    font-size: 1.125rem;
    padding: 1.5rem 2rem;
  }
}

.columns-traning .col {
  background-color: #f8f8f8;
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 769px) {
  .columns-traning .col {
    padding: 2rem 1.5rem;
  }
}
.columns-traning .col h3 {
  margin-bottom: 1rem;
}
.columns-traning .col p,
.columns-traning .col ul li {
  font-weight: 500;
}
.columns-traning .col p {
  margin-bottom: 0.5rem;
}

.footer {
  position: relative;
  padding: 3rem 1.5rem 4.5rem;
}
.footer:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #231f20;
  z-index: 0;
}
.footer h2, .footer h3, .footer div {
  position: relative;
  z-index: 1;
}
.footer .columns-footer {
  display: grid;
  row-gap: 3rem;
}
@media screen and (min-width: 1025px) {
  .footer .columns-footer {
    grid-template-columns: 35% 1fr;
    column-gap: 2rem;
  }
}
.footer .col .content {
  margin-bottom: 3rem;
}
.footer .col .content:last-child {
  margin-bottom: 0;
}
.footer .col .content p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .footer .col .content p.content-mailing {
    max-width: 400px;
  }
}
.footer .col div {
  color: #fff;
}
.footer a.mail-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .footer a.mail-link {
    font-size: 1.5rem;
  }
}
.footer a.mail-link:hover {
  text-decoration: none;
}
.footer h2 {
  color: #fff;
}
.footer h3 {
  color: #ef4136;
  margin-bottom: 0.75rem;
}
.footer .btn {
  color: #231f20;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0.375rem;
  display: inline-block;
  padding: 0.875rem;
}
@media screen and (min-width: 769px) {
  .footer .btn {
    padding: 1rem;
  }
}
.footer .btn:hover, .footer .btn:focus {
  color: #fff;
  background-color: #ef4136;
}

.map-container iframe {
  object-fit: cover;
  width: 100%;
  border: 0;
}
@media screen and (min-width: 1025px) {
  .map-container iframe {
    height: 580px;
  }
}

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