html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  max-width: 100%;
  height: auto;
}

html, body {
  overflow-x: hidden;
}

.blue {
  color: #0201CB;
}

.green {
  color: #28B25A;
}

.wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

p, li {
  margin-bottom: 25px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  p, li {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  p, li {
    margin-bottom: 35px;
  }
}

h2, h3, h4 {
  color: #FFFFFF;
}

.headerThree {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .headerThree {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .headerThree {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .headerThree {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .headerThree {
    font-size: 48px;
  }
}

.placeTitle {
  font-size: 24px;
}
@media (min-width: 768px) {
  .placeTitle {
    font-size: 28px;
  }
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
a svg {
  pointer-events: none;
}
@media only screen and (min-width: 1100px) {
  a svg:hover {
    cursor: pointer !important;
  }
  a:hover {
    cursor: pointer !important;
  }
}

section {
  float: left;
  width: 100%;
}

svg {
  pointer-events: none;
}

input[type=email],
input[type=text],
input[type=tel] {
  background: transparent;
  border: none;
}

a:hover, a:focus,
div:hover,
div:focus,
button:hover,
button:focus,
select:hover,
select:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
text:hover,
text:focus {
  outline: none;
}

.headerTwo {
  font-size: 30px;
  font-weight: 500;
  color: #FFD100;
}
@media only screen and (min-width: 768px) {
  .headerTwo {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .headerTwo {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerTwo {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerTwo {
    font-size: 50px;
  }
}

.svgShadow {
  filter: drop-shadow(2px 20px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}

body {
  background: #000;
}
body .banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g rect:nth-of-type(2) {
  stroke: #FFD100;
}
body .banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g line, body .banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g path {
  stroke: #FFD100;
}
@media (min-width: 1100px) {
  body .banner .container .section.section1 h2 {
    max-width: 75%;
  }
}

.homeTeam {
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #464646;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-bottom: 100px;
}
.homeTeam .wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  opacity: 0;
  flex-direction: column;
  transition: all 0.3s ease;
  transform: translateY(50px);
}
@media (min-width: 600px) {
  .homeTeam .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.homeTeam .wrapper.active {
  transform: translateY(0);
  opacity: 1;
}
.homeTeam .wrapper h2 {
  color: #FFD100;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 600px) {
  .homeTeam .wrapper h2 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .homeTeam .wrapper h2 {
    margin-bottom: 60px;
  }
}
.homeTeam .wrapper .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .homeTeam .wrapper .buttons {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
.homeTeam .wrapper .buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
  text-decoration: none;
  color: #FFD100;
  border: 1px solid #FFD100;
  border-radius: 3em;
  padding: 15px 20px;
  width: auto;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  outline: none !important;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media (min-width: 360px) {
  .homeTeam .wrapper .buttons a {
    font-size: 13px;
    padding: 20px 30px;
  }
}
@media (min-width: 600px) {
  .homeTeam .wrapper .buttons a {
    margin-left: 40px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .homeTeam .wrapper .buttons a {
    font-size: 14px;
    padding: 20px 45px;
  }
}
.homeTeam .wrapper .buttons a:hover {
  transform: scale(1.1);
}

.logos .wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 620px) {
  .logos .wrapper {
    flex-wrap: nowrap;
  }
}
.logos .wrapper .imageWrapper img {
  max-width: 126px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 45px;
}
@media (min-width: 620px) {
  .logos .wrapper .imageWrapper img {
    max-width: 79px;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 950px) {
  .logos .wrapper .imageWrapper img {
    max-width: 126px;
  }
}/*# sourceMappingURL=dlc-styles.css.map */