h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: rgba(52, 29, 30, 0.86);
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: rgba(83, 48, 50, 0.84);
  font-size: 24px;
  line-height: 24px;
}

a {
  color: rgba(218, 62, 23, 0.73);
  text-decoration: underline;
}

.body {
  background-color: #fff;
  font-family: 'League Spartan', sans-serif;
}

.body.dark {
  background-color: #0d1216;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0.17;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.img-mobile {
  display: none;
}

.main-title {
  margin-top: 6px;
  color: #341d1e;
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}

.skill-btn-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 50ch;
  height: 67px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  background-color: #d9d3ce;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.main-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-15 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.skill-logo-img {
  position: absolute;
  left: -39px;
  top: -20px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100px;
  opacity: 0.3;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.pre-title {
  margin-bottom: 0px;
  color: rgba(52, 29, 30, 0.86);
  font-size: 33px;
  line-height: 41px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pre-title.small {
  font-size: 24px;
}

.paragraph-4 {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #341d1e;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 132px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title {
  margin-bottom: 74px;
}

.skill-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #a3a3a3;
}

.skill-btn:hover {
  border-color: #341d1e;
}

.skill-btn:focus {
  border-color: #341d1e;
}

.big-p {
  margin-top: 126px;
  margin-bottom: 36px;
  color: rgba(52, 29, 30, 0.86);
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.main-p {
  margin-bottom: 30px;
  color: rgba(52, 29, 30, 0.73);
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 36px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #341d1e;
  border-radius: 0px;
  background-color: #341d1e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-large:hover {
  border-color: #341d1e;
  background-color: #fff;
  color: #341d1e;
}

.button-large.bg-primary-3 {
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  padding-top: 18px;
  padding-bottom: 15px;
  border: 3px solid #cc334f;
  border-radius: 0px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.53);
  -webkit-transition-property: all;
  transition-property: all;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-large.bg-primary-3:hover {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
  color: #0d1216;
}

.button-large.bg-primary-3.margin-top {
  margin-top: 20px;
  margin-left: auto;
  border-color: #cc334f;
  background-color: #341d1e;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.button-large.bg-primary-3.margin-top:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0d1216;
}

.button-large.bg-primary-3.margin-top {
  margin-top: 20px;
  margin-left: auto;
  border-color: #cc334f;
  background-color: #cc334f;
  color: #fff;
}

.button-large.bg-primary-3.margin-top:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0d1216;
}

.button-large.small {
  max-width: none;
  min-width: auto;
}

.button-large.alt {
  background-color: rgba(52, 29, 30, 0);
  color: #341d1e;
  cursor: pointer;
}

.button-large.alt:hover {
  background-color: rgba(52, 29, 30, 0.86);
  color: #fff;
}

.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-16 {
  position: relative;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-6 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.link-block {
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

.secondary-title {
  margin-top: 0px;
  margin-bottom: 54px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.div-block-57 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.youtube-2 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  box-shadow: 1px 1px 12px 3px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-2 {
  background-color: rgba(255, 255, 255, 0.86);
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.html-embed {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 40px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-width: 490px;
}

.link {
  margin-top: 10px;
  color: #c58d4d;
}

.link.margin {
  margin-top: 72px;
  font-size: 25px;
  line-height: 30px;
}

.link-block-2 {
  margin-top: 86px;
}

.close-icon {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
}

.rich-text-block {
  margin-top: 22px;
}

.div-block-59 {
  max-width: 750px;
  margin: 46px auto 124px;
}

.ratio-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  background-color: #dee8eb;
}

.ratio-box._16-9 {
  padding-top: 56.25%;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 0px;
  background-color: rgba(222, 232, 235, 0);
  box-shadow: 1px 1px 11px 2px #000;
}

.content-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
}

.background-video {
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px 4px #000;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.skill-btn__title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-height: 60px;
  margin-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .image {
    display: none;
  }

  .image.img-mobile {
    display: block;
  }

  .button-large.bg-primary-3 {
    position: static;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .skill-btn-container {
    width: 100%;
  }

  .skill-logo-img {
    left: -27px;
    top: -8px;
    width: 75px;
  }

  .skill-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 52px;
    padding-left: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-large {
    height: auto;
    padding-bottom: 11px;
  }

  .button-large.bg-primary-3 {
    margin-top: 0px;
    font-size: 12px;
  }

  .buttons-container {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .main-title {
    font-size: 51px;
    line-height: 44px;
  }

  .main-container {
    width: 100%;
  }

  .title {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .big-p {
    margin-top: 76px;
  }

  .main-p {
    max-width: 100%;
  }

  .skill-btn__title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 67px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

