.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #746E6E;
  background-color: #002341;
}

.secondary-btn {
  color: #002341;
  background-color: #746E6E;
}

.third-btn {
  color: #002341;
  background-color: #FBB315;
}

.fouth-btn {
  color: #002341;
  background-color: #f8f8f8;
}

.secondary-white-btn {
  color: #746E6E;
  background-color: #fff;
}

.warning-btn {
  color: #746E6E;
  background-color: #D69E2E;
}

.success-btn {
  color: #746E6E;
  background-color: #38A169;
}

.info-btn {
  color: #746E6E;
  background-color: #5A67D8;
}

.danger-btn {
  color: #746E6E;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

.intro .outer:before {
  padding-top: 84.8484848485%;
}
@media (min-width: 768px) {
  .intro .outer {
    display: table;
    width: 35%;
    margin-bottom: 0;
  }
}
@media (min-width: 1360px) {
  .intro .outer {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .intro .content {
    width: 65%;
    margin-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .intro .content {
    margin-left: 5rem;
  }
}
@media (min-width: 1360px) {
  .intro .content {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .intro {
    display: flex;
  }
}

@media (min-width: 768px) {
  .intro-reverse .outer {
    margin-left: 2rem;
  }
}
@media (min-width: 1360px) {
  .intro-reverse .outer {
    margin-left: 5rem;
  }
}
@media (min-width: 768px) {
  .intro-reverse .content {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .intro-reverse .content {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .intro-reverse {
    flex-direction: row-reverse;
  }
}

.outer {
  margin-bottom: 2rem;
}

.section-title {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .section-title {
    width: 70%;
    margin-bottom: 2rem;
  }
}

.history-section ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.history-section ul > div {
  width: 100%;
}
@media (min-width: 992px) {
  .history-section ul {
    display: block;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .history-section ul {
    display: block;
    margin-right: 5rem;
  }
}
.history-section ul li {
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-bottom: 3px solid rgba(204, 204, 204, 0.7);
}
@media (min-width: 992px) {
  .history-section ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-bottom: 0 !important;
    border-left: 5px solid rgba(204, 204, 204, 0.7) !important;
  }
}
.history-section ul .slick-current {
  border-bottom: 3px solid #FBB315 !important;
  color: #002341;
}
@media (min-width: 992px) {
  .history-section ul .slick-current {
    border-left: 5px solid #FBB315 !important;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .history-section {
    display: flex;
  }
}
@media (min-width: 768px) {
  .history-section .history-container {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 992px) {
  .history-section .history-container {
    width: calc(100% - 2rem - 40px);
  }
}
@media (min-width: 1200px) {
  .history-section .history-container {
    width: calc(100% - 5rem - 40px);
  }
}
@media (min-width: 1360px) {
  .history-section .history-container .history .section-title {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .history-section .history-container .history {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .history-section .history-container .history .outer {
    width: 50%;
    margin-bottom: 0;
  }
  .history-section .history-container .history .outer:before {
    padding-top: 90.7407407407%;
  }
  .history-section .history-container .history > div:nth-child(2) {
    width: 50%;
  }
  .history-section .history-container .history > div:nth-child(2) > div {
    margin-left: 2rem;
  }
  .history-section .history-container .history > div:nth-child(2) > p {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .history-section .history-container .history > div:nth-child(2) > div {
    margin-left: 1rem;
  }
  .history-section .history-container .history > div:nth-child(2) > p {
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .history-section .history-container .history > div:nth-child(2) > div {
    margin-left: 5rem;
  }
  .history-section .history-container .history > div:nth-child(2) > p {
    margin-left: 5rem;
  }
}/*# sourceMappingURL=history.css.map */