/* 0. Theme setup */
/* Color Variables */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
#hero {
  height: 100%;
  padding-top: 80px;
  min-height: 580px;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

@media (max-width: 1024px) {
  .hero-content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    padding-top: 0;
  }
}
.hero-content-left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.hero-title {
  font-size: 72px;
  line-height: 86px;
  margin-bottom: 24px;
  font-weight: 600;
}

.hero-title-highlight {
  color: #0055A4;
}

.hero-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.hero-buttons {
  display: flex;
}

.hero-buttons .hero-button:first-child {
  margin-right: 20px;
}

.hero-button {
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 12px 40px;
  font-size: 16px;
  transition: 0.3s ease all;
}

.hero-button.orange {
  background-color: #0055A4;
  color: #fff;
  border: 1px solid #0055A4;
}

.hero-button.orange:hover {
  background-color: #4D8BC8;
  color: #fff;
  border: 1px solid #4D8BC8;
}

.hero-button.white {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
}

.hero-button.white:hover {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
}

.hero-content-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 62px;
    line-height: 72px;
  }
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 64px;
    line-height: 72px;
  }
  .hero-content-left {
    width: 100%;
  }
  .hero-content-right {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero-title {
    font-size: 50px;
    line-height: 62px;
  }
  .hero-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons .hero-button:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 400px) {
  .hero-title {
    font-size: 38px;
    line-height: 48px;
  }
}
#kmc-section {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

#kmc-section:before {
  content: "";
  position: absolute;
  top: -26px;
  right: 20%;
  width: 4px;
  height: 51px;
  background-color: #0055A4;
}

#kmc-section .kmc-section-wrapper {
  margin-top: 90px;
  padding-bottom: 105px;
  width: 1600px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #kmc-section .kmc-section-wrapper {
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #kmc-section:before {
    display: none;
  }
}
@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper {
    padding-bottom: 75px;
  }
}
#kmc-section .kmc-section-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 19px;
  width: 4px;
  height: 51px;
  background-color: #0055A4;
}

@media screen and (max-width: 1400px) {
  #kmc-section .kmc-section-wrapper:after {
    left: calc(30% + 19px);
  }
}
@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper:after {
    left: calc(50% - 7px);
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column {
  flex-grow: 1;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #kmc-section .kmc-section-wrapper .fur-left-column {
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column {
    flex-direction: column;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 130px;
  height: 55px;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 45px;
}

@media screen and (max-width: 1400px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper {
    width: 67%;
    margin-bottom: 25px;
  }
}
@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper {
    margin-right: 0;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head {
  width: 100%;
  display: flex;
  flex-grow: 1;
  padding-bottom: 10px;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-left {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 52px;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-left {
    display: none;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-left span {
  content: "";
  position: absolute;
  right: 30px;
  width: 151px;
  height: 1px;
  background-color: black;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right {
  flex-grow: 1;
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 52px;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right {
    width: 100%;
    justify-content: center;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right span {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right span {
    font-size: 36px;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: black;
}

@media screen and (max-width: 1024px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right h2 {
    text-align: center;
  }
}
@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right h2 {
    font-size: 36px;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content {
  width: 100%;
  display: flex;
  flex-grow: 1;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left {
  flex-grow: 1;
  position: relative;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left {
    display: none;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left span {
  content: "";
  position: absolute;
  right: 30px;
  top: 12px;
  width: 45px;
  height: 4px;
  background-color: #0055A4;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right {
  flex-grow: 1;
  width: 50%;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right {
    width: 100%;
    text-align: center;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right p {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #464646;
  line-height: 1.75;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right p {
    font-size: 14px;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right h2 {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #464646;
  line-height: 1.75;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right h2 {
    font-size: 14px;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button {
  width: 100%;
  display: flex;
  flex-grow: 1;
  z-index: 5;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-left {
  flex-grow: 1;
  width: 50%;
  position: relative;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-left {
    display: none;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right {
  flex-grow: 1;
  width: 50%;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right {
    width: 100%;
    text-align: center;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text:after {
  content: "";
  width: 44px;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text:hover:before {
  width: 100%;
  transition-delay: 0.4s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text:hover:after {
  width: 100%;
  transition-delay: 0s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text:hover a:before {
  height: 100%;
  transition-delay: 0.6s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text:hover a:after {
  height: 100%;
  transition-delay: 0.2s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text a {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: black;
  display: flex;
  padding: 9px 5px;
  align-items: center;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text a:before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  transition-delay: 0s;
  left: 0;
  top: 0;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text a:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text a .fur-lc-content-arrow {
  cursor: pointer;
  margin-left: 8px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/right-arrow.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-number {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-number {
    position: static;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-number .fur-number-wrapper {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: black;
}

@media (max-width: 1400px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-number {
    left: 30%;
  }
}
@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-number .fur-number-wrapper {
    font-size: 28px;
  }
}
#kmc-section .kmc-section-wrapper .fur-left-column .fur-number .fur-number-wrapper span {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #0055A4;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-left-column .fur-number .fur-number-wrapper span {
    font-size: 28px;
  }
}
#kmc-section .kmc-section-wrapper .fur-right-column {
  flex-grow: 1;
  width: 50%;
}

@media screen and (max-width: 1400px) {
  #kmc-section .kmc-section-wrapper .fur-right-column {
    order: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
#kmc-section .kmc-section-wrapper .fur-right-column .fur-rc-img {
  position: relative;
  width: 617px;
  height: 398px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 680px) {
  #kmc-section .kmc-section-wrapper .fur-right-column .fur-rc-img {
    width: 90%;
  }
}
#kmc-section .kmc-section-wrapper .fur-right-column .fur-rc-img-kmc {
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/box-guy.webp");
  box-shadow: 0px 0px 14.56px 1.44px rgba(0, 0, 0, 0.25);
}

#kmc-section .kmc-section-wrapper .fur-right-column .fur-rc-img .fur-rc-text {
  position: absolute;
  right: -708px;
  top: 108px;
  font-size: 170px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(208, 208, 208, 0.3);
  user-select: none;
}

#quality {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

#quality .quality-wrapper {
  margin-top: 125px;
  padding-bottom: 105px;
  width: 1600px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #quality .quality-wrapper {
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 680px) {
  #quality .quality-wrapper {
    padding-bottom: 75px;
    margin-top: 50px;
  }
}
#quality .quality-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 4px;
  height: 51px;
  background-color: #0055A4;
}

@media screen and (max-width: 1400px) {
  #quality .quality-wrapper:after {
    right: calc(30% + 32px);
  }
}
@media (max-width: 680px) {
  #quality .quality-wrapper:after {
    left: calc(50% - 7px);
  }
}
#quality .quality-wrapper .dec-right-column {
  flex-grow: 1;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #quality .quality-wrapper .dec-right-column {
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column {
    flex-direction: column;
  }
}
#quality .quality-wrapper .dec-right-column:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 130px;
  height: 55px;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 45px;
}

@media screen and (max-width: 1400px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper {
    width: 67%;
    margin-bottom: 25px;
  }
}
@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper {
    margin-left: 0;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head {
  width: 100%;
  display: flex;
  flex-grow: 1;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-right {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-right {
    display: none;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-right span {
  content: "";
  position: absolute;
  left: 30px;
  width: 151px;
  height: 1px;
  background-color: black;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-left {
  flex-grow: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-left {
    width: 100%;
    justify-content: center;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-left h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: black;
}

@media screen and (max-width: 1024px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-left h2 {
    text-align: center;
  }
}
@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-head .dec-rc-head-left h2 {
    font-size: 36px;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content {
  width: 100%;
  display: flex;
  flex-grow: 1;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content .dec-rc-content-right {
  flex-grow: 1;
  position: relative;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content .dec-rc-content-right {
    display: none;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content .dec-rc-content-right span {
  content: "";
  position: absolute;
  left: 30px;
  top: 12px;
  width: 45px;
  height: 4px;
  background-color: #0055A4;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content .dec-rc-content-left {
  flex-grow: 1;
  width: 50%;
  text-align: right;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content .dec-rc-content-left {
    width: 100%;
    text-align: center;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content .dec-rc-content-left p {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #464646;
  line-height: 1.75;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-content .dec-rc-content-left p {
    font-size: 14px;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button {
  width: 100%;
  display: flex;
  flex-grow: 1;
  z-index: 5;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-right {
  flex-grow: 1;
  width: 50%;
  position: relative;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-right {
    display: none;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left {
  text-align: right;
  flex-grow: 1;
  width: 50%;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left {
    width: 100%;
    text-align: center;
  }
}
#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text:after {
  content: "";
  width: 44px;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text:hover:before {
  width: 100%;
  transition-delay: 0.4s;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text:hover:after {
  width: 100%;
  transition-delay: 0s;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text:hover a:before {
  height: 100%;
  transition-delay: 0.6s;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text:hover a:after {
  height: 100%;
  transition-delay: 0.2s;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text a {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: black;
  display: flex;
  padding: 9px 5px;
  align-items: center;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text a:before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  transition-delay: 0s;
  left: 0;
  top: 0;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text a:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}

#quality .quality-wrapper .dec-right-column .dec-rc-wrapper .dec-rc-button .dec-rc-button-left .dec-rc-button-text a .dec-rc-content-arrow {
  cursor: pointer;
  margin-left: 8px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/right-arrow.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#quality .quality-wrapper .dec-right-column .dec-number {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1400px) {
  #quality .quality-wrapper .dec-right-column .dec-number {
    right: 30%;
  }
}
@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-number {
    position: static;
  }
}
#quality .quality-wrapper .dec-right-column .dec-number .dec-number-wrapper {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: black;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-number .dec-number-wrapper {
    font-size: 28px;
  }
}
#quality .quality-wrapper .dec-right-column .dec-number .dec-number-wrapper span {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #0055A4;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-right-column .dec-number .dec-number-wrapper span {
    font-size: 28px;
  }
}
#quality .quality-wrapper .dec-left-column {
  flex-grow: 1;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
  #quality .quality-wrapper .dec-left-column {
    order: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
#quality .quality-wrapper .dec-left-column .dec-lc-img {
  position: relative;
  width: 617px;
  height: 398px;
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/hand-bandage.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 14.56px 1.44px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

@media (max-width: 680px) {
  #quality .quality-wrapper .dec-left-column .dec-lc-img {
    width: 90%;
  }
}
#quality .quality-wrapper .dec-left-column .dec-lc-img .dec-lc-text {
  position: absolute;
  left: -382px;
  top: 112px;
  font-size: 170px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(208, 208, 208, 0.3);
  user-select: none;
}

#pricing {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 680px) {
  #pricing {
    margin-top: 50px;
  }
}
#pricing .pricing-wrapper {
  width: 85%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  #pricing .pricing-wrapper {
    width: 92%;
  }
}
#pricing .pricing-wrapper .p-top {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pricing .pricing-wrapper .p-top .p-top-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 680px) {
  #pricing .pricing-wrapper .p-top .p-top-title {
    text-align: center;
  }
}
#pricing .pricing-wrapper .p-top .p-top-title span {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 680px) {
  #pricing .pricing-wrapper .p-top .p-top-title span {
    font-size: 32px;
  }
}
#pricing .pricing-wrapper .p-top .p-top-line {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

#pricing .pricing-wrapper .p-top .p-top-line span {
  content: "";
  width: 44px;
  height: 4px;
  background-color: #0055A4;
}

#pricing .pricing-wrapper .p-top .p-top-text {
  width: 580px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 680px) {
  #pricing .pricing-wrapper .p-top .p-top-text {
    width: 90%;
  }
}
#pricing .pricing-wrapper .p-top .p-top-text span {
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1.75;
  color: #636262;
}

@media (max-width: 680px) {
  #pricing .pricing-wrapper .p-top .p-top-text span {
    font-size: 14px;
  }
}
#pricing .pricing-wrapper .q-bottom {
  width: 100%;
  min-height: 325px;
  margin-top: 75px;
  display: flex;
}

@media (max-width: 768px) {
  #pricing .pricing-wrapper .q-bottom {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
#pricing .pricing-wrapper .q-bottom .q-bottom-video-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  #pricing .pricing-wrapper .q-bottom .q-bottom-video-item {
    margin-bottom: 25px;
  }
}
#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper {
  width: 243px;
  height: 244px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper:hover .img-play-btn-border {
  border: 109px solid rgba(190, 166, 124, 0.8);
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper .circle-img {
  width: 243px;
  height: 244px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px black;
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper .first-video-img {
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/video-img-1.png");
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper .second-video-img {
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/video-img-2.png");
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper .third-video-img {
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/video-img-3.png");
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper .img-play-btn-border {
  border: 38px solid rgba(190, 166, 124, 0.8);
  border-radius: 50%;
  width: 22px;
  height: 25px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-img .circle-img-wrapper .img-play-btn {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 25px;
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/video-img-play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 2px;
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-line {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-line span {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #0055A4;
}

#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-text {
  text-align: center;
}

@media (max-width: 768px) {
  #pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-text {
    margin-top: 15px;
  }
}
#pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-text span {
  font-size: 16px;
  letter-spacing: 0.025em;
  color: black;
}

@media (max-width: 680px) {
  #pricing .pricing-wrapper .q-bottom .q-bottom-video-item .video-item-text span {
    font-size: 14px;
  }
}
#video {
  min-height: 915px;
  margin-top: 50px;
  width: 100%;
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/two-fighters.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#video .video-play-img-bg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

@media (max-width: 680px) {
  #video .video-play-img-bg-wrapper {
    display: none;
  }
}
#video .video-play-img-bg-wrapper .video-play-img-bg {
  margin-right: 110px;
  height: 832px;
  width: 865px;
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/video-big-play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  #video .video-play-img-bg-wrapper .video-play-img-bg {
    margin: auto;
  }
}
@media (max-width: 970px) {
  #video .video-play-img-bg-wrapper .video-play-img-bg {
    width: 665px;
    height: 632px;
  }
}
#video .video-wrapper {
  z-index: 1;
  min-height: 736px;
  width: 95%;
  border: 1px solid #0055A4;
  display: flex;
}

@media screen and (max-width: 1140px) {
  #video .video-wrapper {
    flex-direction: column;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  #video .video-wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
@media screen and (max-width: 425px) {
  #video .video-wrapper {
    flex-direction: column;
    padding: 0;
    width: 100%;
    border: none;
  }
}
#video .video-wrapper .video-left-column {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1140px) {
  #video .video-wrapper .video-left-column {
    padding-bottom: 25px;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  #video .video-wrapper {
    flex-direction: column;
  }
  .video-right-column {
    padding-bottom: 50px;
  }
}
@media (max-width: 680px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper {
    width: 92%;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head {
  width: 100%;
  display: flex;
  flex-grow: 1;
}

#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-left {
  flex-grow: 1;
  width: 39%;
  position: relative;
  display: flex;
  line-height: 52px;
}

@media (max-width: 1140px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-left {
    width: auto;
    overflow: hidden;
  }
}
@media (max-width: 680px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-left {
    display: none;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-left span {
  content: "";
  position: absolute;
  right: 30px;
  top: 25px;
  width: 151px;
  height: 1px;
  background-color: white;
}

#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right {
  flex-grow: 1;
  width: 61%;
  display: flex;
  align-items: center;
  line-height: 52px;
}

@media (max-width: 680px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #0055A4;
}

@media (max-width: 970px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right h2 {
    font-size: 38px;
  }
}
@media (max-width: 680px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-head .fur-lc-head-right h2 {
    font-size: 32px;
    padding: 0 5px;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content {
  width: 100%;
  display: flex;
  flex-grow: 1;
  margin-top: 50px;
}

@media (max-width: 970px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content {
    margin-top: 20px;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left {
  flex-grow: 1;
  width: 39%;
  position: relative;
}

@media (max-width: 1140px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left {
    width: auto;
  }
}
@media (max-width: 680px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left {
    display: none;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left span {
  content: "";
  position: absolute;
  right: 30px;
  top: 12px;
  width: 45px;
  height: 4px;
  background-color: #0055A4;
}

#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right {
  flex-grow: 1;
  width: 61%;
  padding-right: 151px;
}

@media (max-width: 970px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right {
    padding-right: 50px;
  }
}
@media (max-width: 680px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
}
#video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right p {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: white;
  line-height: 1.75;
}

@media (max-width: 680px) {
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right p {
    font-size: 14px;
  }
}
#video .video-wrapper .video-right-column {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

#video .video-wrapper .video-right-column .video-rc-iframe-wrapper {
  border: 1px solid #0055A4;
  width: 100%;
}

#video .iframe-video {
  width: 100%;
}

#video .video-wrapper .video-right-column .video-rc-line {
  position: absolute;
  display: none;
  right: 15%;
}

#video .video-wrapper .video-right-column .video-rc-line span {
  content: "";
  margin-left: 110px;
  width: 1px;
  height: 151px;
  background-color: white;
}

@media screen and (max-width: 1140px) {
  #video .video-wrapper .video-right-column .video-rc-line {
    display: flex;
  }
  #video .video-wrapper .video-right-column .video-rc-iframe-wrapper {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  #video .video-wrapper .video-right-column .video-rc-line {
    bottom: 15%;
    right: calc(50% - 75px);
  }
  #video .video-wrapper .video-right-column .video-rc-line span {
    width: 151px;
    height: 1px;
  }
}
@media screen and (min-width: 1141px) {
  #video .video-wrapper {
    justify-content: space-around;
  }
  #video .video-wrapper .video-right-column {
    width: 40%;
  }
  #video .video-wrapper .video-left-column {
    width: 40%;
  }
  #video .video-wrapper .video-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 1140px) {
  #video .video-wrapper {
    justify-content: center;
  }
  #video .video-wrapper .video-right-column {
    width: 100%;
  }
  #video .video-wrapper .video-left-column {
    width: 100%;
  }
}
#pricingGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 25px;
}

@media (max-width: 1024px) {
  #pricingGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.pricing-option-additional-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
}

.pricing-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid #0055A4;
  margin-bottom: 40px;
  width: 100%;
  transition: ease-in-out 0.2s;
}

.pricing-plan:hover {
  background: #ffffff;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.08);
  transition: ease-in-out 0.2s;
}

.plan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-content .dual-plan-content-wrapper {
  display: flex;
}

.plan-content .dual-plan-content-separator {
  width: 25px;
  background: linear-gradient(to top left, #fff calc(50% - 1px), #0055A4, #fff calc(50% + 1px));
  margin-right: 25px;
  margin-left: 25px;
}

.pricing-plan .plan-desc {
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #000000;
}

.pricing-plan .plan-desc-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 425px) {
  .pricing-plan .plan-desc-list {
    font-size: 14px;
  }
}
.pricing-plan .plan-desc-list li {
  display: flex;
  margin: 0 0 12px;
}

.pricing-plan .plan-desc-list-img {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 16px;
}

.pricing-plan .plan-price {
  font-size: 34px;
  color: #0055A4;
}

@media (max-width: 1400px) {
  .pricing-plan .plan-price {
    font-size: 28px;
  }
}
@media (max-width: 1140px) {
  .pricing-plan .plan-price {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .pricing-plan .plan-price {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .pricing-plan .plan-price {
    font-size: 28px;
  }
}
.pricing-plan .plan-title {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pricing-plan .plan-title .title-mb-fix {
  margin-bottom: 24px;
}

@media (max-width: 1140px) {
  .pricing-plan .plan-title {
    font-size: 12px;
  }
  .pricing-plan .plan-title .title-mb-fix {
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .pricing-plan .plan-title {
    font-size: 16px;
  }
  .pricing-plan .plan-title .title-mb-fix {
    margin-bottom: 0;
  }
}
.plan-button {
  position: relative;
  padding: 0.5em 2em;
  cursor: pointer;
  color: #000000;
  border: 1px solid #0055A4;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s ease all;
}

.plan-button:hover {
  background-color: #0055A4;
  color: #fff;
}

#secondSwitchContainer {
  display: flex;
  justify-content: center;
}

#secondSwitchContainer.hidden {
  display: none;
}

.switch-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.switch-button {
  width: 400px;
  text-align: center;
  will-change: transform;
  z-index: 197 !important;
  cursor: pointer;
  transition: 0.3s ease all;
  border: 1px solid #0055A4;
}

.switch-button-case {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: none;
  width: 49%;
  height: 100%;
  min-height: 46px;
  color: #000000;
  position: relative;
  border: none;
  transition: 0.3s ease all;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .switch-button {
    width: 100%;
  }
  .switch-button-case {
    padding: 20px;
  }
}
.switch-button-case:hover {
  color: grey;
  cursor: pointer;
}

.switch-button-case:focus {
  outline: none;
  box-shadow: none;
}

.switch-button .active {
  color: #fff;
  background-color: #0055A4;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-out all;
}

.switch-button .active-case {
  color: #fff;
}

.fp-footer {
  background-color: rgb(26, 26, 26);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content-wrapper {
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fp-footer-col {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .fp-footer-col {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer-content-wrapper {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
@media (max-width: 425px) {
  .fp-footer-col {
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }
}
.fp-footer-col img {
  margin-bottom: 24px;
}

.fp-footer-col h3 {
  color: #0055A4;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.fp-footer-col h3:after {
  content: "";
  width: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #fff;
}

.fp-footer-col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fp-footer-col .fp-footer-col-item,
.fp-footer-col .fp-footer-col-item a,
.fp-footer-col .fp-footer-col-item i,
.fp-footer-col .fp-footer-col-item span,
.fp-footer-social-wrapper a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  margin: 0 0 12px;
}

.fp-footer-col .fp-footer-col-item i {
  padding-right: 12px;
}

.fp-footer-social-wrapper i.footer-social-icons {
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 35px;
  padding-right: 20px;
}

.fp-footer-col .fp-footer-col-item.col-item-link a:hover,
.fp-footer-social-wrapper a:hover * {
  color: #0055A4;
}

.fp-footer-social-wrapper {
  margin-top: 25px;
}

#newsletter {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 680px) {
  #newsletter {
    margin-top: 50px;
  }
}
#newsletter .newsletter-wrapper {
  width: 85%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  #newsletter .newsletter-wrapper {
    width: 92%;
  }
}
#contact {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}

#contact:before {
  content: "";
  position: absolute;
  top: -26px;
  right: 20%;
  width: 4px;
  height: 51px;
  background-color: #0055A4;
  z-index: 10;
}

#contact .contact-wrapper {
  width: 1600px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #contact .contact-wrapper {
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #contact:before {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  #contact .contact-wrapper:after {
    left: calc(30% + 19px);
  }
}
@media (max-width: 680px) {
  #contact .contact-wrapper:after {
    left: calc(50% - 7px);
  }
}
#contact .contact-wrapper .contact-left-column {
  flex-grow: 1;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #contact .contact-wrapper .contact-left-column {
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 680px) {
  #contact .contact-wrapper .contact-left-column {
    flex-direction: column;
  }
}
#contact .contact-wrapper .contact-left-column:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 130px;
  height: 55px;
}

#contact .contact-wrapper .contact-left-column .contact-lc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 45px;
}

@media screen and (max-width: 1400px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper {
    width: 67%;
    margin-bottom: 25px;
  }
}
@media (max-width: 680px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper {
    margin-right: 0;
  }
}
#contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head {
  width: 100%;
  display: flex;
  flex-grow: 1;
  padding-bottom: 10px;
}

#contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-left {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 52px;
}

@media (max-width: 680px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-left {
    display: none;
  }
}
#contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-left span {
  content: "";
  position: absolute;
  right: 30px;
  width: 151px;
  height: 1px;
  background-color: black;
}

#contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-right {
  flex-grow: 1;
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 52px;
}

@media (max-width: 680px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-right {
    width: 100%;
    justify-content: center;
  }
}
#contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-right span {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 680px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-right span {
    font-size: 36px;
  }
}
#contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-right h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: black;
}

@media screen and (max-width: 1024px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-right h2 {
    text-align: center;
  }
}
@media (max-width: 680px) {
  #contact .contact-wrapper .contact-left-column .contact-lc-wrapper .contact-lc-head .contact-lc-head-right h2 {
    font-size: 36px;
  }
}
#contact .contact-lc-content {
  width: 100%;
  display: flex;
  flex-grow: 1;
}

#contact .contact-lc-content-left {
  flex-grow: 1;
  position: relative;
}

@media (max-width: 680px) {
  #contact .contact-lc-content-left {
    display: none;
  }
}
#contact .contact-lc-content-left span {
  content: "";
  position: absolute;
  right: 30px;
  top: 12px;
  width: 45px;
  height: 4px;
  background-color: #0055A4;
}

#contact .contact-lc-content-right {
  flex-grow: 1;
  width: 50%;
}

@media (max-width: 680px) {
  #contact .contact-lc-content-right {
    width: 100%;
    text-align: center;
  }
}
#contact .contact-lc-content-right p {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #464646;
  line-height: 1.75;
}

@media (max-width: 680px) {
  #contact .contact-lc-content-right p {
    font-size: 14px;
  }
}
#contact h2 {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #464646;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 680px) {
  #contact h2 {
    font-size: 14px;
  }
}
#contact .contact-wrapper .contact-right-column {
  flex-grow: 1;
  width: 50%;
}

@media screen and (max-width: 1400px) {
  #contact .contact-wrapper .contact-right-column {
    order: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.contact-wrapper-cf7 {
  z-index: 3;
}

.contact-wrapper-cf7 .wpcf7 {
  z-index: 3;
}

@media screen and (max-width: 1400px) {
  .contact-wrapper-cf7 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: static;
  }
}
.contact-wrapper-cf7 .as-cf7 {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #0055A4;
  transition: ease-in-out 0.2s;
}

.contact-wrapper-cf7 .as-cf7:hover {
  background: #ffffff;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.08);
  transition: ease-in-out 0.2s;
}

.contact-wrapper-cf7 .as-cf7 {
  /* Section Header */
  /* Form Wrapper */
  /* Form Elements */
  /* Right Contact Page */
  /* Location, Phone, Email Section */
  /* Media Queries */
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 {
  background-color: #fff;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 h1.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px "Oswald", sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=text],
.contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=email],
.contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=tel],
.contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=text-area],
.contact-wrapper-cf7 .as-cf7 .wpcf7 textarea {
  max-width: 305px;
  min-width: 305px;
  max-height: 100px;
  background-color: #fff;
  color: #000000;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #0055A4;
  margin: 5px 0;
  padding: 5px;
  font-family: proxima-nova, sans-serif;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .wpcf7-submit {
  height: 34px;
  width: 305px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  display: block;
  background-color: #0055A4;
  color: #fff;
  border-radius: 0;
  border: 1px solid #4D8BC8;
}
@media screen and (max-width: 425px) {
  .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=text],
  .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=email],
  .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=tel],
  .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=text-area],
  .contact-wrapper-cf7 .as-cf7 .wpcf7 textarea,
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .wpcf7-submit {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .contact-wrapper-cf7 .as-cf7 .wpcf7 form {
    padding: 15px;
  }
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .wpcf7-submit:hover {
  background-color: #4D8BC8;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .direct-contact-container {
  max-width: 400px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .list-item {
  line-height: 4;
  color: #aaa;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .contact-text {
  font: 300 18px "Lato", sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .place {
  margin-left: 62px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .phone {
  margin-left: 56px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .gmail {
  margin-left: 53px;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}
.contact-wrapper-cf7 .as-cf7 .wpcf7 .contact-text a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .direct-contact-container,
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .form-horizontal {
    margin: 0 auto;
  }
}
@media screen and (max-width: 569px) {
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .direct-contact-container,
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .form-wrapper {
    float: none;
    margin: 0 auto;
  }
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .social-media-list {
    left: 0;
  }
  .contact-wrapper-cf7 .as-cf7 .wpcf7 .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

.contact-wrapper-cf7 .as-cf7 .dec-lc-text {
  position: absolute;
  left: -382px;
  top: 112px;
  font-size: 170px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(208, 208, 208, 0.3);
  user-select: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 50px 50px;
  text-align: center;
  width: 305px;
}

.wpcf7 p br {
  display: none;
}

.wpcf7 p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#reviews {
  margin-top: 50px;
}

.reviews-section {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .reviews-section {
    padding-bottom: 33px;
    padding-top: 0;
  }
}
.reviews-section .reviews-carousel-prev {
  display: none;
  margin-right: 37px;
}

.reviews-section .reviews-carousel-prev svg {
  transform: rotate(180deg);
}

.reviews-section .reviews-carousel-next {
  margin-left: 17px;
}

.reviews-section .reviews-carousel-next {
  width: 48px;
  height: 48px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .reviews-section .reviews-carousel-next {
    display: none;
    visibility: hidden;
  }
}
.reviews-section .reviews-carousel-next svg {
  cursor: pointer;
}

.reviews-section .reviews-carousel-wrapper .rc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reviews-section .reviews-carousel-wrapper .rc {
  width: 100%;
}

.reviews-section .reviews-carousel-wrapper .slick-slide {
  margin: 0 25px;
  display: flex;
  justify-content: center;
}

#reviews .r-top {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#reviews .r-top .r-top-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 680px) {
  #reviews .r-top .r-top-title {
    text-align: center;
  }
}
#reviews .r-top .r-top-title span {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 680px) {
  #reviews .r-top .r-top-title span {
    font-size: 32px;
  }
}
#reviews .r-top .r-top-line {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

#reviews .r-top .r-top-line span {
  content: "";
  width: 44px;
  height: 4px;
  background-color: #0055A4;
}

#reviews .r-top .r-top-text {
  width: 580px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 680px) {
  #reviews .r-top .r-top-text {
    width: 90%;
  }
}
#reviews .r-top .r-top-text span {
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1.75;
  color: #636262;
}

@media (max-width: 680px) {
  #reviews .r-top .r-top-text span {
    font-size: 14px;
  }
}
.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-list {
  padding-top: 25px;
  padding-bottom: 50px;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-slide {
  height: inherit !important;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-slide div {
  height: 100%;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-slide div div {
  height: 100%;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 397px;
  max-height: 100%;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 42px;
  padding-bottom: 25px;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .reviews-section .reviews-carousel-wrapper .reviews-carousel ._item {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .reviews-section .reviews-carousel-wrapper .reviews-carousel ._item {
    max-width: 100%;
  }
}
.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item:hover {
  background: #ffffff;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.08);
  transition: ease-in-out 0.2s;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item:hover ._quote-svg {
  position: absolute;
  top: -15px;
  left: 36px;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item:hover ._quote-svg path {
  transition: ease-in-out 0.2s;
  fill: #0055A4;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._quote-svg {
  position: absolute;
  top: -15px;
  left: 36px;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._quote-svg path {
  transition: ease-in-out 0.2s;
  fill: #EBEBEB;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000B28;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: flex-end;
  max-height: 40px;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._person img {
  max-width: 40px;
  max-height: 40px;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._person ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  justify-content: flex-end;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._person ._text ._top {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #000B28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel ._item ._person ._text ._bottom {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #0055A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 0;
  padding: 0;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-dots li {
  width: 20px;
  height: 3px;
  background-color: #cccccc;
  border-radius: 10px;
  transition: width 0.6s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.6s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 20px;
  height: 3px;
  border-radius: 2px;
  margin: 2px;
  position: relative;
  cursor: pointer;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-dots li::marker {
  content: "";
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-dots li:hover {
  background-color: #0055A4;
}

.reviews-section .reviews-carousel-wrapper .reviews-carousel .slick-dots li.slick-active {
  width: 40px;
  background-color: #0055A4;
}

.reviews-buttons {
  display: flex;
}

.reviews-button {
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 12px 40px;
  font-size: 16px;
  transition: 0.3s ease all;
  text-wrap: nowrap;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.reviews-button.orange {
  background-color: #0055A4;
  color: #fff;
  border: 1px solid #0055A4;
}

.reviews-button.orange:hover {
  background-color: #4D8BC8;
  color: #fff;
  border: 1px solid #4D8BC8;
}

.reviews-carousel ul {
  list-style-type: none;
}

@media screen and (max-width: 1400px) {
  .event-content {
    width: 100%;
    display: flex;
    justify-content: center;
    position: static;
  }
}
.event-content {
  z-index: 3;
  /* Section Header */
  /* Form Wrapper */
  /* Form Elements */
  /* Right Contact Page */
  /* Location, Phone, Email Section */
  /* Media Queries */
}
.event-content .wpcf7 {
  background-color: #fff;
  z-index: 3;
}
.event-content .wpcf7 form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
}
.event-content .wpcf7 h1.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px "Oswald", sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.event-content .wpcf7 .contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}
.event-content .wpcf7 input[type=text],
.event-content .wpcf7 input[type=email],
.event-content .wpcf7 input[type=tel],
.event-content .wpcf7 input[type=text-area],
.event-content .wpcf7 textarea {
  max-width: 305px;
  min-width: 305px;
  max-height: 100px;
  background-color: #fff;
  color: #000000;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #0055A4;
  margin: 5px 0;
  padding: 5px;
  font-family: proxima-nova, sans-serif;
}
.event-content .wpcf7 .wpcf7-submit {
  height: 34px;
  width: 305px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  display: block;
  background-color: #0055A4;
  color: #fff;
  border-radius: 0;
  border: 1px solid #4D8BC8;
}
@media screen and (max-width: 425px) {
  .event-content .wpcf7 input[type=text],
  .event-content .wpcf7 input[type=email],
  .event-content .wpcf7 input[type=tel],
  .event-content .wpcf7 input[type=text-area],
  .event-content .wpcf7 textarea,
  .event-content .wpcf7 .wpcf7-submit {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .event-content .wpcf7 form {
    padding: 15px;
  }
}
.event-content .wpcf7 .wpcf7-submit:hover {
  background-color: #4D8BC8;
}
.event-content .wpcf7 .direct-contact-container {
  max-width: 400px;
}
.event-content .wpcf7 .contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}
.event-content .wpcf7 .list-item {
  line-height: 4;
  color: #aaa;
}
.event-content .wpcf7 .contact-text {
  font: 300 18px "Lato", sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}
.event-content .wpcf7 .place {
  margin-left: 62px;
}
.event-content .wpcf7 .phone {
  margin-left: 56px;
}
.event-content .wpcf7 .gmail {
  margin-left: 53px;
}
.event-content .wpcf7 .contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}
.event-content .wpcf7 .contact-text a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .event-content .wpcf7 .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .event-content .wpcf7 .direct-contact-container,
  .event-content .wpcf7 .form-horizontal {
    margin: 0 auto;
  }
}
@media screen and (max-width: 569px) {
  .event-content .wpcf7 .direct-contact-container,
  .event-content .wpcf7 .form-wrapper {
    float: none;
    margin: 0 auto;
  }
  .event-content .wpcf7 .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }
  .event-content .wpcf7 .social-media-list {
    left: 0;
  }
  .event-content .wpcf7 .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 50px 50px;
  text-align: center;
  width: 305px;
}

.wpcf7 p br {
  display: none;
}

.wpcf7 p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-content-right-charity {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.hero-content-right-charity img {
  width: 457px;
  height: 399px;
}
@media screen and (max-width: 375px) {
  .hero-content-right-charity img {
    width: 357px;
    height: 299px;
  }
}

.charity-page-post {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 0px;
  background: #fff;
  position: relative;
}

.charity-page-post:before {
  content: "";
  position: absolute;
  top: -26px;
  right: 20%;
  width: 4px;
  height: 51px;
  background-color: #0055A4;
}

.charity-page-post-wrapper {
  margin-top: 90px;
}
.charity-page-post-wrapper .page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.charity-page-post-wrapper .page-main ._content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .charity-page-post-wrapper .page-main ._content p {
    margin-bottom: 15px;
  }
}
.charity-page-post-wrapper .page-main ._content p {
  margin-bottom: 8px;
  margin-top: 8px;
}
.charity-page-post-wrapper .page-main ._content ul {
  list-style: auto;
  padding-left: 15px;
}
.charity-page-post-wrapper .page-main ._content h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 32px;
  color: #000000;
}
.charity-page-post-wrapper .page-main ._content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .charity-page-post-wrapper .page-main ._content h2 {
    line-height: 24px;
  }
}
.charity-page-post-wrapper .page-main ._content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #000000;
}
.charity-page-post-wrapper .page-main ._content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
.charity-page-post-wrapper .page-main ._content h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}
.charity-page-post-wrapper .page-main ._content em {
  font-style: italic;
}
.charity-page-post-wrapper .page-main ._content b, .charity-page-post-wrapper .page-main ._content strong {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .charity-page-post-wrapper .page-main ._content b, .charity-page-post-wrapper .page-main ._content strong {
    line-height: 24px;
  }
}
.charity-page-post-wrapper .page-main ._content a {
  font-weight: bold;
  text-decoration: underline;
  color: #0055A4;
}
.charity-page-post-wrapper .page-main ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .charity-page-post-wrapper .page-main ._content {
    line-height: 24px;
  }
}

.hero-button.blue {
  background-color: #0055A4;
  color: #fff;
  border: 1px solid #0055A4;
}

.hero-button.blue:hover {
  background-color: #4D8BC8;
  color: #fff;
  border: 1px solid #4D8BC8;
}

.charity-hero-title-highlight {
  color: #0055A4;
}

#kmc-section .charity-section-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 19px;
  width: 4px;
  height: 51px;
  background-color: #0055A4;
}

#kmc-section .kmc-section-wrapper .fur-right-column .fur-rc-img-charity {
  background-image: url("/wp-content/themes/kmcenter-theme/assets/img/charity-banner-img.svg");
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-content .fur-lc-content-left-charity span {
  content: "";
  position: absolute;
  right: 30px;
  top: 12px;
  width: 45px;
  height: 4px;
  background-color: #0055A4;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity:after {
  content: "";
  width: 44px;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity:hover:before {
  width: 100%;
  transition-delay: 0.4s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity:hover:after {
  width: 100%;
  transition-delay: 0s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity:hover a:before {
  height: 100%;
  transition-delay: 0.6s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity:hover a:after {
  height: 100%;
  transition-delay: 0.2s;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity a:before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  transition-delay: 0s;
  left: 0;
  top: 0;
}

#kmc-section .kmc-section-wrapper .fur-left-column .fur-lc-wrapper .fur-lc-button .fur-lc-button-right .fur-lc-button-text-charity a:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0055A4;
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}

.charity-contact .contact-lc-content-left-charity {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 680px) {
  .charity-contact .contact-lc-content-left-charity {
    display: none;
  }
}
.charity-contact .contact-lc-content-left-charity span {
  content: "";
  position: absolute;
  right: 30px;
  top: 12px;
  width: 45px;
  height: 4px;
  background-color: #0055A4;
}
.charity-contact .contact-wrapper-cf7 .as-cf7 .wpcf7 .wpcf7-submit {
  background-color: #0055A4;
  border: 1px solid #0055A4;
}
.charity-contact .contact-wrapper-cf7 .as-cf7 .wpcf7 .wpcf7-submit:hover {
  background-color: #4D8BC8;
}
.charity-contact .contact-wrapper-cf7 .as-cf7 {
  border: 1px solid #0055A4;
}
.charity-contact .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=text], .charity-contact .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=email], .charity-contact .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=tel], .charity-contact .contact-wrapper-cf7 .as-cf7 .wpcf7 input[type=text-area], .charity-contact .contact-wrapper-cf7 .as-cf7 .wpcf7 textarea {
  border: 1px solid #0055A4;
}

.charity-contact:before {
  content: "";
  position: absolute;
  top: -26px;
  right: 20%;
  width: 4px;
  height: 51px;
  background-color: #0055A4;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .charity-contact:before {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: proxima-nova, sans-serif;
}

html, body {
  width: 100vw;
  background-color: #fff;
}

section, footer {
  display: flex;
  flex-direction: column;
}

.page-not-exist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  text-align: center;
}

.page-padding {
  width: 1240px;
}
@media screen and (max-width: 1400px) {
  .page-padding {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .page-padding {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

main, footer {
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
}
main h2, footer h2 {
  margin-bottom: 15px;
}
main section, footer section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-wrapper {
  max-width: 1240px;
}

@media (max-width: 1200px) {
  .layout-wrapper {
    max-width: 85%;
  }
}
a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
}

* {
  box-sizing: border-box;
}

.overflow-hidden {
  overflow-x: hidden;
}

/************************************
    0. Theme setup
    1. Nav-bar
    2. Footer
    3. Blog-page
    4. Blog-post
    5. Home - Events-section
    6. Events-page
    7. Events-single-page
    8. Category-page
    9. 
************************************/
/* 1. Nav-bar */
nav {
  z-index: 101;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #F8F8F8;
  height: 106px;
}
@media screen and (max-width: 1024px) {
  nav {
    height: 80px;
  }
}

.nav-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 27px;
}
.nav-bar .nav-menu-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .nav-bar .nav-menu-wrapper {
    display: none;
  }
}
.nav-bar .nav-menu-wrapper .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-bar .nav-menu-wrapper .menu li {
  margin-right: 16px;
}
.nav-bar .nav-menu-wrapper .menu a {
  color: #000000;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.nav-bar .nav-menu-wrapper .menu a:hover {
  color: #0055A4;
  transition: ease-in-out 0.2s;
}
.nav-bar .nav-menu-wrapper ._button-join-us {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  box-sizing: border-box;
  padding: 15px 27px 14px 27px;
  transition: ease-in-out 0.2s;
}
.nav-bar .nav-menu-wrapper ._button-join-us:hover {
  transition: ease-in-out 0.2s;
  background: #000000;
  color: #fff;
}
.nav-bar .nav-menu-wrapper ._button-join-us:hover svg path {
  transition: ease-in-out 0.2s;
  stroke: #fff;
}
.nav-bar .nav-menu-wrapper ._login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.2s;
  border: 2px solid #0055A4;
  color: #FFFFFF;
  background: #0055A4;
  text-decoration: none;
  height: 56px;
  width: 100%;
  padding: 15px 27px 14px 27px;
  text-wrap: nowrap;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-right: 16px;
}
.nav-bar .nav-menu-wrapper ._login-button:hover {
  transition: ease-in-out 0.2s;
  background-color: #4D8BC8;
  color: #fff;
  border: 2px solid #4D8BC8;
}
.nav-bar .nav-menu-wrapper ._login-button:hover svg path {
  transition: ease-in-out 0.2s;
  stroke: #fff;
}
.nav-bar .nav-menu-wrapper ._login-button svg {
  margin-right: 15px;
}
.nav-bar .nav-menu-wrapper ._login-button svg path {
  transition: ease-in-out 0.2s;
}
.nav-bar #burger {
  z-index: 101;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.nav-bar #burger span {
  background-color: black;
  width: 2em;
  height: 3px;
  margin: 0.26em 0;
  display: block;
  transition: all 0.2s ease;
  transform-origin: 0 0;
}
.nav-bar #burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(1px, -1px);
}
.nav-bar #burger.active span:nth-child(2) {
  Transform: scaleX(0);
}
.nav-bar #burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0);
}
@media screen and (max-width: 1024px) {
  .nav-bar #burger {
    display: flex;
  }
}

.nav-menu-mobile-wrapper {
  z-index: 100;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: -100%;
  transition: all 0.5s ease;
  background: white;
  flex-direction: column;
  overflow: scroll;
}
.nav-menu-mobile-wrapper.active {
  left: 0;
}
.nav-menu-mobile-wrapper .nav-menu {
  width: 100%;
}
.nav-menu-mobile-wrapper .nav-menu .menu {
  margin-top: 80px;
}
.nav-menu-mobile-wrapper .nav-menu .menu .menu-item {
  border-bottom: 1px solid #F1F1F1;
  margin-left: 41px;
  margin-right: 41px;
}
.nav-menu-mobile-wrapper .nav-menu .menu .menu-item a {
  padding-top: 28px;
  padding-bottom: 28px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .nav-menu-mobile-wrapper .nav-menu .menu .menu-item a {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .nav-menu-mobile-wrapper {
    display: flex;
  }
}
.nav-menu-mobile-wrapper ._buttons {
  background: #F8F8F8;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 41px;
  padding-right: 41px;
  height: 100%;
  margin-top: -3px;
}
.nav-menu-mobile-wrapper ._buttons ._button-login {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  background: #0055A4;
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 8px;
  text-decoration: none;
}
.nav-menu-mobile-wrapper ._buttons ._button-login:hover {
  transition: ease-in-out 0.2s;
  background: #0055A4;
  color: #fff;
}
.nav-menu-mobile-wrapper ._buttons ._button-login:hover svg path {
  transition: ease-in-out 0.2s;
  stroke: #fff;
}
.nav-menu-mobile-wrapper ._buttons ._button-login svg {
  margin-right: 15px;
}
.nav-menu-mobile-wrapper ._buttons ._button-login svg path {
  transition: ease-in-out 0.2s;
}
.nav-menu-mobile-wrapper ._buttons ._button-join-us {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  box-sizing: border-box;
}

/* 2. Footer */
/* 3. Blog-page */
.blog .blog-hero-wrapper {
  background: #0055A4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 98px;
}
.blog .blog-hero {
  display: flex;
  flex-direction: column;
}
.blog .blog-hero ._header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .blog .blog-hero ._header {
    text-align: center;
  }
}
.blog .blog-hero ._header ._title {
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .blog .blog-hero ._header ._title {
    text-align: center;
    margin-bottom: 8px;
  }
}
.blog .blog-hero ._header ._title b {
  font-weight: 700;
}
.blog .blog-hero ._header ._subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #F8F8F8;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .blog .blog-hero ._header ._subtitle {
    text-align: center;
    line-height: 24px;
  }
}
.blog .blog-hero ._latest-posts {
  margin-bottom: 60px;
}
.blog .blog-hero ._latest-posts ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 19px;
  line-height: 64px;
}
@media screen and (max-width: 1025px) {
  .blog .blog-hero ._latest-posts ._title {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog .blog-hero ._latest-posts ._posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .blog .blog-hero ._latest-posts ._posts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.blog .blog-hero ._latest-posts ._posts ._post {
  max-width: 397px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog .blog-hero ._latest-posts ._posts ._post:hover ._image ._hover-img {
  background: #0055A4;
  opacity: 0.75;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.blog .blog-hero ._latest-posts ._posts ._post:hover ._title {
  text-decoration-line: underline;
  transition: ease-in-out 0.2s;
}
.blog .blog-hero ._latest-posts ._posts ._post ._hover-img {
  background: #0055A4;
  opacity: 0;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.blog .blog-hero ._latest-posts ._posts ._post ._image {
  max-width: 397px;
  max-height: 200px;
  transition: ease-in-out 0.2s;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .blog .blog-hero ._latest-posts ._posts ._post ._image {
    max-width: 100%;
  }
}
.blog .blog-hero ._latest-posts ._posts ._post ._image ._image-bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 200px;
  width: 100%;
  border-radius: 10px;
}
.blog .blog-hero ._latest-posts ._posts ._post ._category {
  margin-top: 7px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.blog .blog-hero ._latest-posts ._posts ._post ._category a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.blog .blog-hero ._latest-posts ._posts ._post ._title a {
  color: #FFFFFF;
  text-decoration: none;
}
.blog .blog-hero ._latest-posts ._posts ._post ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  transition: ease-in-out 0.2s;
}
.blog .blog-hero ._latest-posts ._posts ._post ._content a {
  color: #FFFFFF;
  text-decoration: none;
}
.blog .blog-hero ._latest-posts ._posts ._post ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.blog .blog-hero ._latest-posts ._posts ._post ._info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog .blog-hero ._latest-posts ._posts ._post ._info ._dot {
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  margin-left: 7px;
  margin-right: 8px;
}
.blog .blog-hero ._latest-posts ._posts ._post ._info ._author-img {
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.blog .blog-hero ._latest-posts ._posts ._post ._info ._author-img img {
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
}
.blog .blog-hero ._latest-posts ._posts ._post ._info ._author {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.blog .blog-hero ._latest-posts ._posts ._post ._info ._date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 1420px) {
  .blog .blog-hero ._latest-posts ._posts ._post:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .blog .blog-hero ._latest-posts ._posts ._post:nth-child(2) {
    display: none;
  }
}

.blog-content-wrapper {
  padding-top: 64px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #FFF;
}
.blog-content-wrapper .blog-content {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content {
    flex-direction: column;
  }
}
.blog-content-wrapper .blog-content ._left-col {
  width: 290px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._left-col {
    width: 100%;
    margin-bottom: 25px;
  }
}
.blog-content-wrapper .blog-content ._right-col {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._right-col {
    width: 100%;
  }
}
.blog-content-wrapper .blog-content ._right-col ._posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 100px;
  padding-bottom: 164px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._right-col ._posts {
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.blog-content-wrapper .blog-content ._right-col ._posts .load-more-posts {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0055A4;
  position: absolute;
  bottom: 73px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.blog-content-wrapper .blog-content ._right-col ._posts .load-more-posts svg {
  margin-left: 10px;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post {
  max-width: 292px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 68px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._right-col ._posts ._post {
    margin-right: 0px;
  }
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post:hover ._image ._hover-img {
  background: #0055A4;
  opacity: 0.75;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post:hover ._title {
  text-decoration-line: underline;
  transition: ease-in-out 0.2s;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._hover-img {
  background: #0055A4;
  opacity: 0;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._image {
  max-width: 292px;
  max-height: 176px;
  transition: ease-in-out 0.2s;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._right-col ._posts ._post ._image {
    max-width: 100%;
  }
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._image ._image-bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 176px;
  width: 100%;
  border-radius: 10px;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._category {
  margin-top: 7px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._category a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._title a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._title {
  margin-bottom: 5px;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._content a {
  color: #6C6C6C;
  text-decoration: none;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  margin-bottom: 15px;
  word-break: break-word;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._info ._dot {
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  margin-left: 7px;
  margin-right: 8px;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._info ._author-img {
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._info ._author-img img {
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._info ._author {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._post ._info ._date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
}
.blog-content-wrapper .blog-content ._right-col ._posts ._loading-placeholder {
  width: 100%;
  height: 503px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  color: #0055A4;
}
.blog-content-wrapper .blog-content ._menu {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  padding-left: 20px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._menu {
    flex-direction: row;
    overflow: scroll;
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 15px;
  }
}
.blog-content-wrapper .blog-content ._menu::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  transition: 0.4s;
  height: 100%;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  background: #EBEBEB;
  content: "";
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._menu::before {
    display: none;
  }
}
.blog-content-wrapper .blog-content ._menu .cat-li {
  color: #000000;
  padding: 20px;
  padding-right: 0;
  text-decoration: none;
  transition: 0.3s;
  margin: 0 6px;
  z-index: 1;
  font-weight: 500;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._menu .cat-li {
    background: #F8F8F8;
    border-radius: 60px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
}
.blog-content-wrapper .blog-content ._menu .cat-li.active {
  color: #0055A4;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._menu .cat-li.active {
    background: #0055A4;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF !important;
  }
}
.blog-content-wrapper .blog-content ._menu .cat-li:not(.is-active):hover:before {
  opacity: 1;
  bottom: 0;
}
.blog-content-wrapper .blog-content ._menu .cat-li:not(.is-active):hover {
  color: #0055A4;
}
.blog-content-wrapper .blog-content ._menu .nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  transition: 0.4s;
  height: 5px;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .blog-content-wrapper .blog-content ._menu .nav-indicator {
    display: none;
  }
}

.blog-section {
  padding-top: 106px;
}
@media screen and (max-width: 1024px) {
  .blog-section {
    padding-top: 80px;
  }
}

/* 4. Blog-post */
.blog-post {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 185px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .blog-post {
    padding-top: 125px;
  }
}

.blog-post-wrapper .post-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.blog-post-wrapper .post-main ._category {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
  margin-bottom: 4px;
  max-width: 818px;
}
.blog-post-wrapper .post-main ._category a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
  margin-bottom: 4px;
}
.blog-post-wrapper .post-main ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #000000;
  max-width: 818px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blog-post-wrapper .post-main ._title {
    font-size: 36px;
    line-height: 36px;
  }
}
.blog-post-wrapper .post-main ._info {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 818px;
  margin-bottom: 32px;
}
.blog-post-wrapper .post-main ._info ._dot {
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  margin-left: 7px;
  margin-right: 8px;
}
.blog-post-wrapper .post-main ._info ._author-img {
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.blog-post-wrapper .post-main ._info ._author-img img {
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
}
.blog-post-wrapper .post-main ._info ._author {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.blog-post-wrapper .post-main ._info ._date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
}
.blog-post-wrapper .post-main ._image {
  max-height: 560px;
  height: 560px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000000;
  margin-bottom: 34px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .blog-post-wrapper .post-main ._image {
    max-width: 100%;
    height: 256px;
  }
}
.blog-post-wrapper .post-main ._content {
  max-width: 818px;
}
@media screen and (max-width: 768px) {
  .blog-post-wrapper .post-main ._content p {
    margin-bottom: 15px;
  }
}
.blog-post-wrapper .post-main ._content p {
  margin-bottom: 8px;
  margin-top: 8px;
}
.blog-post-wrapper .post-main ._content ul {
  list-style: auto;
  padding-left: 15px;
}
.blog-post-wrapper .post-main ._content h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 32px;
  color: #000000;
}
.blog-post-wrapper .post-main ._content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .blog-post-wrapper .post-main ._content h2 {
    line-height: 24px;
  }
}
.blog-post-wrapper .post-main ._content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #000000;
}
.blog-post-wrapper .post-main ._content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
.blog-post-wrapper .post-main ._content h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}
.blog-post-wrapper .post-main ._content em {
  font-style: italic;
}
.blog-post-wrapper .post-main ._content b, .blog-post-wrapper .post-main ._content strong {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .blog-post-wrapper .post-main ._content b, .blog-post-wrapper .post-main ._content strong {
    line-height: 24px;
  }
}
.blog-post-wrapper .post-main ._content a {
  font-weight: bold;
  text-decoration: underline;
  color: #0055A4;
}
.blog-post-wrapper .post-main ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .blog-post-wrapper .post-main ._content {
    line-height: 24px;
  }
}

.featured-blog-post {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 43px;
  background-color: #F8F8F8;
}

.featured-wrapper {
  display: flex;
  flex-direction: column;
}
.featured-wrapper ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 64px;
  color: #000000;
  margin-bottom: 19px;
}

.featured {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .featured {
    flex-direction: column;
  }
}
.featured ._post {
  max-width: 292px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .featured ._post {
    max-width: 100%;
  }
}
.featured ._post:hover ._image ._hover-img {
  background: #0055A4;
  opacity: 0.75;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.featured ._post:hover ._title {
  text-decoration-line: underline;
  transition: ease-in-out 0.2s;
}
.featured ._post ._hover-img {
  background: #0055A4;
  opacity: 0;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.featured ._post ._image {
  max-width: 292px;
  max-height: 176px;
  transition: ease-in-out 0.2s;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .featured ._post ._image {
    max-width: 100%;
  }
}
.featured ._post ._image ._image-bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 176px;
  width: 100%;
  border-radius: 10px;
}
.featured ._post ._category {
  margin-top: 7px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
}
.featured ._post ._category a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
}
.featured ._post ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  transition: ease-in-out 0.2s;
  margin-bottom: 5px;
}
.featured ._post ._title a {
  color: #000000;
  text-decoration: none;
}
.featured ._post ._content a {
  color: #6C6C6C;
  text-decoration: none;
}
.featured ._post ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  margin-bottom: 15px;
}
.featured ._post ._info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.featured ._post ._info ._dot {
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  margin-left: 7px;
  margin-right: 8px;
}
.featured ._post ._info ._author-img {
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.featured ._post ._info ._author-img img {
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
}
.featured ._post ._info ._author {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.featured ._post ._info ._date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
}
@media screen and (max-width: 768px) {
  .featured ._post:nth-child(3) {
    display: none;
  }
  .featured ._post:nth-child(4) {
    display: none;
  }
}

/* 5. Home - Events-section */
.events-section {
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  padding-top: 88px;
}
@media screen and (max-width: 1024px) {
  .events-section {
    padding-top: 26px;
  }
}
.events-section .events-wrapper ._pre-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.events-section .events-wrapper ._pre-content ._main-title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._pre-content ._main-title {
    display: flex;
    flex-direction: column;
    font-size: 36px;
    line-height: 36px;
  }
}
.events-section .events-wrapper ._pre-content ._events-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #0055A4;
  text-decoration: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .events-section .events-wrapper ._pre-content ._events-button {
    display: none;
  }
}
.events-section .events-wrapper ._pre-content ._events-button svg {
  margin-left: 14px;
}
.events-section .events-wrapper ._closest-event {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event {
    flex-direction: column;
  }
}
.events-section .events-wrapper ._closest-event ._left-col {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._left-col {
    width: 100%;
  }
}
.events-section .events-wrapper ._closest-event ._left-col ._image {
  max-width: 100%;
  min-height: 320px;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000000;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._left-col ._image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 208px;
    height: 208px;
  }
}
.events-section .events-wrapper ._closest-event ._right-col {
  width: 50%;
  padding-left: 53px;
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._right-col {
    width: 100%;
    padding-left: 0;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._right-col ._title {
    line-height: 32px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._info {
  display: flex;
  flex-direction: row;
}
.events-section .events-wrapper ._closest-event ._right-col ._info ._date {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin-right: 15px;
}
@media screen and (max-width: 1260px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._date {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._date {
    font-size: 18px;
    margin-right: 30px;
    line-height: 18px;
  }
}
@media screen and (max-width: 425px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._date {
    font-size: 14px;
    margin-right: 10px;
    line-height: 14px;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._info ._date svg {
  margin-right: 16px;
}
.events-section .events-wrapper ._closest-event ._right-col ._info ._time {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin-right: 15px;
}
@media screen and (max-width: 1260px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._time {
    font-size: 14px;
    margin-right: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._time {
    font-size: 18px;
    margin-right: 30px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._time {
    display: none;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._info ._time svg {
  margin-right: 16px;
}
.events-section .events-wrapper ._closest-event ._right-col ._info ._place {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 1260px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._place {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._right-col ._info ._place {
    font-size: 18px;
    margin-right: 30px;
    line-height: 18px;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._info ._place svg {
  margin-right: 16px;
}
.events-section .events-wrapper ._closest-event ._right-col ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 37px;
}
.events-section .events-wrapper ._closest-event ._right-col ._bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .events-section .events-wrapper ._closest-event ._right-col ._bottom {
    flex-direction: column;
    align-items: center;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._bottom ._price {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .events-section .events-wrapper ._closest-event ._right-col ._bottom ._price {
    margin-bottom: 24px;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._bottom ._price b {
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  margin-left: 5px;
}
.events-section .events-wrapper ._closest-event ._right-col ._bottom ._price svg {
  margin-right: 19px;
}
.events-section .events-wrapper ._closest-event ._right-col ._bottom ._button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #0055A4;
  transition: ease-in-out 0.2s;
  border: 1px solid #0055A4;
  box-sizing: border-box;
  width: 190px;
  max-height: 56px;
  padding: 16px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .events-section .events-wrapper ._closest-event ._right-col ._bottom ._button {
    background: #0055A4;
    color: #fff;
    width: 100%;
  }
}
.events-section .events-wrapper ._closest-event ._right-col ._bottom ._button:hover {
  color: #fff;
  transition: ease-in-out 0.2s;
  background: #0055A4;
}

/* 6. Events-page */
.events-page {
  align-items: center;
}
.events-page .events-wrapper {
  padding-top: 107px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .events-page .events-wrapper {
    padding-top: 124px;
  }
}
.events-page .events-wrapper ._main-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 64px;
  color: #000000;
  margin-bottom: 19px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .events-page .events-wrapper ._main-title {
    display: none;
  }
}
.events-page .events-wrapper ._events {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .events-page .events-wrapper ._events {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.events-page .events-wrapper ._events ._event {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  max-width: 397px;
  transition: ease-in-out 0.2s;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .events-page .events-wrapper ._events ._event {
    max-width: 100%;
  }
}
.events-page .events-wrapper ._events ._event:hover {
  transition: ease-in-out 0.2s;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 20px 75px rgba(0, 0, 0, 0.17);
}
.events-page .events-wrapper ._events ._event ._image {
  max-width: 397px;
  min-height: 208px;
  transition: ease-in-out 0.2s;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-position: center;
  background-size: cover;
}
.events-page .events-wrapper ._events ._event ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 25px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.events-page .events-wrapper ._events ._event ._bottom {
  border-top: 1px solid #F2F2F2;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 350px) {
  .events-page .events-wrapper ._events ._event ._bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.events-page .events-wrapper ._events ._event ._bottom ._price {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000B28;
}
@media screen and (max-width: 350px) {
  .events-page .events-wrapper ._events ._event ._bottom ._price {
    margin-bottom: 15px;
  }
}
.events-page .events-wrapper ._events ._event ._bottom ._price b {
  margin-left: 5px;
  font-weight: bold;
}
.events-page .events-wrapper ._events ._event ._bottom ._button {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0055A4;
  transition: ease-in-out 0.2s;
  border: 1px solid #0055A4;
  box-sizing: border-box;
  max-width: 129px;
  max-height: 48px;
  padding: 23px;
  cursor: pointer;
  text-decoration: none;
}
.events-page .events-wrapper ._events ._event ._bottom ._button:hover {
  color: #fff;
  transition: ease-in-out 0.2s;
  background: #0055A4;
}
.events-page .events-wrapper ._events ._event ._where {
  display: flex;
  flex-direction: row;
  margin-top: 11px;
  margin-bottom: 13px;
  padding-right: 20px;
  padding-left: 20px;
  flex-wrap: wrap;
}
.events-page .events-wrapper ._events ._event ._where ._date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 5px;
}
.events-page .events-wrapper ._events ._event ._where ._date ._text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.events-page .events-wrapper ._events ._event ._where ._date svg {
  margin-right: 10px;
}
.events-page .events-wrapper ._events ._event ._where ._place {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  margin-top: 5px;
}
.events-page .events-wrapper ._events ._event ._where ._place ._text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
}
.events-page .events-wrapper ._events ._event ._where ._place svg {
  margin-right: 10px;
}

.events-page .switch-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.events-page .switch-button {
  width: 400px;
  text-align: center;
  will-change: transform;
  z-index: 1 !important;
  cursor: pointer;
  transition: 0.3s ease all;
  border: 1px solid #0055A4; /* Replace with your primary orange color */
  position: relative;
}
.events-page .switch-button-case {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: none;
  width: 49%;
  height: 100%;
  min-height: 46px;
  color: #000000;
  position: relative;
  border: none;
  transition: 0.3s ease all;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .events-page .switch-button {
    width: 100%;
  }
  .events-page .switch-button-case {
    padding: 20px;
  }
}
.events-page .switch-button-case:hover {
  color: grey;
  cursor: pointer;
}
.events-page .switch-button-case:focus {
  outline: none;
  box-shadow: none;
}
.events-page .switch-button .active {
  color: #fff;
  background-color: #0055A4; /* Replace with your primary orange color */
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-out all;
}
.events-page .switch-button .active-case {
  color: #fff;
}

/* 7. Events-single-page */
.event-single {
  align-items: center;
  padding-top: 150px;
  background: #fff;
  position: relative;
}
.event-single:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #0055A4;
  padding-top: 56px;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .event-single:before {
    padding-top: 0;
  }
}
.event-single .event-single-wrapper ._hero {
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.event-single .event-single-wrapper ._hero ._title {
  z-index: 2;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._title {
    font-size: 36px;
  }
}
.event-single .event-single-wrapper ._hero ._image {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1246px;
  max-height: 400px;
  border-radius: 20px;
  margin-bottom: 38px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._image {
    max-width: 100%;
    height: 200px;
  }
}
.event-single .event-single-wrapper ._hero ._bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (max-width: 1150px) {
  .event-single .event-single-wrapper ._hero ._bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._bottom {
    flex-direction: column;
  }
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._bottom ._left-col {
    flex-wrap: wrap;
  }
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._date {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin-right: 30px;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._date svg {
  margin-right: 16px;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._date svg path {
  stroke: #0055A4;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._time {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin-right: 30px;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._time svg {
  margin-right: 16px;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._time svg path {
  stroke: #0055A4;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._place {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._place svg {
  margin-right: 16px;
}
.event-single .event-single-wrapper ._hero ._bottom ._left-col ._place svg path {
  stroke: #0055A4;
}
.event-single .event-single-wrapper ._hero ._bottom ._right-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col {
    flex-direction: column;
  }
}
.event-single .event-single-wrapper ._hero ._bottom ._right-col ._price {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 1150px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col ._price {
    margin-bottom: 18px;
    margin-top: 32px;
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col ._price {
    margin-bottom: 18px;
    margin-top: 32px;
  }
}
.event-single .event-single-wrapper ._hero ._bottom ._right-col ._price b {
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (max-width: 1150px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col ._price svg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col ._price svg {
    display: none;
  }
}
.event-single .event-single-wrapper ._hero ._bottom ._right-col ._button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  width: 190px;
  height: 56px;
  text-decoration: none;
  background: #0055A4;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col ._button {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .event-single .event-single-wrapper ._hero ._bottom ._right-col ._button {
    width: 100%;
    margin-left: 0;
  }
}

.event-content {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 49px;
  padding-bottom: 70px;
}
.event-content .event-content-wrapper ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.event-content .event-content-wrapper ._content p {
  margin-top: 15px;
  margin-bottom: 5px;
}
.event-content .event-content-wrapper ._content ul {
  margin-left: 15px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .event-content .event-content-wrapper ._content ul {
    line-height: 24px;
    font-size: 16px;
  }
}
.event-content .event-content-wrapper ._content ul li {
  list-style-type: circle;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .event-content .event-content-wrapper ._content ul li {
    line-height: 24px;
    font-size: 16px;
  }
}
.event-content .event-content-wrapper ._content b, .event-content .event-content-wrapper ._content strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event-content .event-content-wrapper ._content b, .event-content .event-content-wrapper ._content strong {
    line-height: 24px;
  }
}
.event-content .event-content-wrapper ._content a {
  color: #0055A4;
  text-decoration: underline;
  font-weight: bold;
}
.event-content .event-content-wrapper ._content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 64px;
  color: #000000;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .event-content .event-content-wrapper ._content h2 {
    line-height: 32px;
  }
}
.event-content .event-content-wrapper ._content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-top: 52px;
  margin-bottom: 22px;
}

.event-video {
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.event-video .event-video-wrapper {
  display: flex;
  flex-direction: row;
}
.event-video .event-video-wrapper ._left-col {
  width: 50%;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .event-video .event-video-wrapper ._left-col {
    display: none;
  }
}
.event-video .event-video-wrapper ._left-col iframe {
  width: 100%;
  border-radius: 20px;
}
.event-video .event-video-wrapper ._right-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .event-video .event-video-wrapper ._right-col {
    width: 100%;
    margin-left: 0;
  }
}
.event-video .event-video-wrapper ._right-col ._vid-mobile {
  display: none;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .event-video .event-video-wrapper ._right-col ._vid-mobile {
    display: flex;
  }
}
.event-video .event-video-wrapper ._right-col ._vid-mobile iframe {
  width: 100%;
  border-radius: 20px;
}
.event-video .event-video-wrapper ._right-col ._sub-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #0055A4;
}
.event-video .event-video-wrapper ._right-col ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #000B28;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .event-video .event-video-wrapper ._right-col ._title {
    line-height: 36px;
    font-size: 36px;
    margin-top: 5px;
  }
}
.event-video .event-video-wrapper ._right-col ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.event-video .event-video-wrapper ._right-col ._content b, .event-video .event-video-wrapper ._right-col ._content strong {
  font-weight: bold;
}
.event-video .event-video-wrapper ._right-col ._button {
  width: 129px;
  height: 48px;
  background: #0055A4;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .event-video .event-video-wrapper ._right-col ._button {
    width: 100%;
  }
}

.event-boxes {
  padding-top: 53px;
  padding-bottom: 80px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-boxes .event-boxes-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-boxes .event-boxes-wrapper ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .event-boxes .event-boxes-wrapper ._title {
    line-height: 32px;
  }
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .event-boxes .event-boxes-wrapper ._boxes-wrapper {
    flex-direction: column;
    margin-top: 51px;
  }
}
@media screen and (max-width: 768px) {
  .event-boxes .event-boxes-wrapper ._boxes-wrapper {
    flex-direction: column;
    margin-top: 51px;
  }
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper ._box {
  margin-top: 24px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  max-width: 398px;
  padding: 40px;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 450px) {
  .event-boxes .event-boxes-wrapper ._boxes-wrapper ._box {
    max-width: 100%;
    height: 100%;
  }
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper ._box:hover {
  background: #FFFFFF;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.08);
  transition: ease-in-out 0.2s;
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper ._box:hover ._top ._title {
  color: #0055A4;
  transition: ease-in-out 0.2s;
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper ._box ._top {
  display: flex;
  flex-direction: row;
  margin-bottom: 17px;
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper ._box ._top img {
  max-height: 55px;
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper ._box ._top ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-left: 15px;
  transition: ease-in-out 0.2s;
}
.event-boxes .event-boxes-wrapper ._boxes-wrapper ._box ._bottom {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.event-gallery {
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 53px;
}
.event-gallery .event-gallery-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-gallery .event-gallery-wrapper ._title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  color: #000000;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .event-gallery .event-gallery-wrapper ._title {
    line-height: 32px;
  }
}
.event-gallery .event-gallery-wrapper ._title b {
  color: #0055A4;
}
.event-gallery .event-gallery-wrapper ._imgs-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .event-gallery .event-gallery-wrapper ._imgs-wrapper {
    justify-content: space-around;
  }
}
.event-gallery .event-gallery-wrapper ._imgs-wrapper ._img {
  margin-top: 36px;
  max-width: 292px;
  max-height: 288px;
}

.join-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
  background: #F8F8F8;
}
.join-event .join-event-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .join-event .join-event-wrapper {
    text-align: center;
  }
}
.join-event .join-event-wrapper ._title {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .join-event .join-event-wrapper ._title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.join-event .join-event-wrapper ._title b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .join-event .join-event-wrapper ._title b {
    display: block;
  }
}
.join-event .join-event-wrapper ._button {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  width: 288px;
  height: 56px;
  background: #0055A4;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 8. Category-page */
.cat-page-title {
  background: #0055A4;
  width: 100%;
  padding-top: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .cat-page-title {
    padding-top: 80px;
  }
}
.cat-page-title .cat-page-title-wrapper {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: #FFFFFF;
  height: 152px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cat-page-title .cat-page-title-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.cat-page-title .cat-page-title-wrapper b {
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .cat-page-title .cat-page-title-wrapper b {
    margin-left: 0px;
    text-align: center;
  }
}

.cat-page-posts {
  background: #fff;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-page-posts .cat-page-posts-wrapper ._posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 164px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cat-page-posts .cat-page-posts-wrapper ._posts {
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cat-page-posts .cat-page-posts-wrapper ._posts .load-more-posts {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0055A4;
  position: absolute;
  bottom: 73px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cat-page-posts .cat-page-posts-wrapper ._posts .load-more-posts svg {
  margin-left: 10px;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post {
  max-width: 292px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 68px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .cat-page-posts .cat-page-posts-wrapper ._posts ._post {
    margin-right: 0px;
  }
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post:hover ._image ._hover-img {
  background: #0055A4;
  opacity: 0.75;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post:hover ._title {
  text-decoration-line: underline;
  transition: ease-in-out 0.2s;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._hover-img {
  background: #0055A4;
  opacity: 0;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._image {
  max-width: 292px;
  max-height: 176px;
  transition: ease-in-out 0.2s;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .cat-page-posts .cat-page-posts-wrapper ._posts ._post ._image {
    max-width: 100%;
  }
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._image ._image-bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 176px;
  width: 100%;
  border-radius: 10px;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._category {
  margin-top: 7px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._category a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
  text-decoration: none;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._title a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._title {
  margin-bottom: 5px;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._content a {
  color: #6C6C6C;
  text-decoration: none;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  margin-bottom: 15px;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._info ._dot {
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  margin-left: 7px;
  margin-right: 8px;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._info ._author-img {
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._info ._author-img img {
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._info ._author {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._post ._info ._date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6C6C6C;
}
.cat-page-posts .cat-page-posts-wrapper ._posts ._loading-placeholder {
  width: 100%;
  height: 503px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  color: #0055A4;
}

/* 9. Page */
.page-post {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 185px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-post {
    padding-top: 125px;
  }
}

.page-post-wrapper .page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.page-post-wrapper .page-main ._content {
  width: 100%;
  max-width: 818px;
}
@media screen and (max-width: 768px) {
  .page-post-wrapper .page-main ._content p {
    margin-bottom: 15px;
  }
}
.page-post-wrapper .page-main ._content p {
  margin-bottom: 8px;
  margin-top: 8px;
}
.page-post-wrapper .page-main ._content ul {
  list-style: auto;
  padding-left: 15px;
}
.page-post-wrapper .page-main ._content h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 32px;
  color: #000000;
}
.page-post-wrapper .page-main ._content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .page-post-wrapper .page-main ._content h2 {
    line-height: 24px;
  }
}
.page-post-wrapper .page-main ._content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #000000;
}
.page-post-wrapper .page-main ._content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
.page-post-wrapper .page-main ._content h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}
.page-post-wrapper .page-main ._content em {
  font-style: italic;
}
.page-post-wrapper .page-main ._content b, .page-post-wrapper .page-main ._content strong {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .page-post-wrapper .page-main ._content b, .page-post-wrapper .page-main ._content strong {
    line-height: 24px;
  }
}
.page-post-wrapper .page-main ._content a {
  font-weight: bold;
  text-decoration: underline;
  color: #0055A4;
}
.page-post-wrapper .page-main ._content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .page-post-wrapper .page-main ._content {
    line-height: 24px;
  }
}

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