*, *::before, *::after {
  box-sizing: border-box;
}
html, body{
  width: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  color: black;
  overflow-x: hidden;
  font-size: 1.15rem;
  font-weight: 400;
}
body nav {
  margin-left: 20px;
}
body header,
body section,
body footer {
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  padding-left: 1rem;
}
body header .row,
body section .row,
body footer .row {
  max-width: 1130px;
  width: 1130px;
}
body section {
  padding: 20px 20px;
}
body section h2, body section h3 {
  font-weight: 900;
  text-transform: uppercase;
}
body section h2,
body section p,
body section h3 {
  max-width: 735px;
}
body section.hero {
  background-color: #ce181e;
  padding: 90px 0;
}
body section.bg-main h2, body section.bg-main p, body section.hero h2, body section.hero p {
  color: white;
}
body section.middle-color .row > div:first-child {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom:  1.5rem;
}
body section.middle-color .row > div:first-child::before {
  content: "";
  height: 100%;
  width: 100vw;
  top: 0;
  left: -99vw;
  position: absolute;
  background-color: #f9f9f9;
  z-index: -1;
}
@media (min-width: 768px) {
  body section.middle-color .row.flex-row-reverse > div:first-child {
    padding-left: 2.5rem;
  }
}
body section.middle-color .row.flex-row-reverse > div:first-child::before {
  content: "";
  right: 0;
  left: 0;
}
body a, body button {
  cursor: pointer;
}
body a.bt, body button.bt {
  padding: 0.5rem 1rem;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 0.3rem;
  width: fit-content;
}
body a.bt--primary, body button.bt--primary {
  background-color: #ce181e;
  border: 1px solid #ce181e;
  color: white;
}
body a.bt--primary:hover, body button.bt--primary:hover {
  background-color: #ce181e;
  color: white;
}
body a.bt--second, body button.bt--second {
  background-color: black;
  border: 1px solid black;
  color: white;
}
body a.bt--second:hover, body button.bt--second:hover {
  background-color: black;
  color: white;
}
body a.bt--outline, body button.bt--outline {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
body a.bt--outline:hover, body button.bt--outline:hover {
  background-color: transparent;
  color: black;
}
body .bg-main {
  background-color: #ce181e;
}
body .dark {
  padding: 60px 20px;
}
body .dark h2, body .dark p {
  background-color: black;
  color: white;
  width: fit-content;
}
body .p6020 {
  padding: 90px 20px;
}
body .bg-dark h2, body .bg-dark p {
  color: white;
}
body .whoweare {
  background-image: url("../assets/banner.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
body .whoweare::before {
  content: '';
  background-color: #02050878;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}
body .whoweare .row{
  position: relative;
  z-index: 1;
}
body form input, body form textarea {
  border-radius: 0 !important;
}
body form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body #result .error{
  background-color: #ce181e;
  padding: .5rem;
  color: white;
}
body #result .success{
  background-color: #c0e389;
  padding: .5rem;
  color: white;
}
body .img-container{
  width: 100%;
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */
