html {
  font-size: 16px;
}

body {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section {
  position: relative;
}

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

a {
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
  transition: 0.4s;
}

.link {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.link.red-link {
  color: #DA3734;
}
.link.grey-link {
  color: #929497;
}
.link.underline {
  border-bottom: 1px solid #DA3734;
}

.text-red {
  color: #DA3734;
}

.text-blue {
  color: #000 /* blue */;
}

.text-white {
  color: #fff;
}

.label-red {
  position: absolute;
  top: 0.6rem;
  left: 0.1rem;
  color: #fff;
  background: #DA3734;
  font-style: italic;
  font-size: 0.75rem;
  font-weight: 200;
  padding: 0.25rem 1.3rem;
}

.bg-blue {
  background-color: #000 /* blue */;
}
.bg-blue h2 {
  color: #DA3734;
}

.bg-blue p.large,
.bg-blue h3{
  color: #FFF;
}

.bg-red {
  background-color: #DA3734;
}
.bg-red h2 {
  color: #000 /* blue */;
}

.bg-tan {
  background-color: #E0E0DC;
}
.bg-tan h2 {
  color: #DA3734;
}

h1, .h1 {
  font-size: 3.75rem;
  line-height: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-bottom: 1.1rem;
  color: #DA3734;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 0.3rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.6px;
}

h4, .h4 {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 200;
}

h6, .h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.7px;
}

.large {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
}

.small {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
}

.intro {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 200;
  letter-spacing: 0.2px;
}

.intro-large {
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-weight: 200;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .intro-large {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

.intro-small {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
}

.btn {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  padding: 0.87rem 1.2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  border-radius: 2rem;
  transition: 0.4s;
}
.btn:hover {
  transition: 0.4s;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #DA3734;
}
.btn.btn-white.text-blue {
  background-color: rgba(255,255,255,0.5);
}
.btn.btn-white:hover {
  background-color: rgba(255,255,255,0.5);
}
.btn.btn-red {
  color: #fff;
  background-color: #DA3734;
  border-color: #DA3734;
}
.btn.btn-red:hover {
  background-color: rgba(218,55,52,0.5);
}
.btn.btn-blue {
  background-color: #000 /* blue */;
  border-color: #000 /* blue */;
  color: #fff;
}
.btn.btn-blue:hover {
  background-color: rgba(0,0,0,0.5);
}
.btn.btn-download {
  padding: 0;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn.btn-download img {
  max-width: 1.1rem;
}

blockquote {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 200;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-right: 2.2rem;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1023px) {
  blockquote {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0 1.3rem;
  }
}
blockquote .name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
blockquote .description {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  blockquote p {
    margin-bottom: 0.7rem;
  }
}

.breadcrumb {
  margin-bottom: 0.4rem;
}
.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin-right: 0.5rem;
  float: none;
  display: inline-block;
  vertical-align: 0.2rem;
}

.circle-badge {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 7.5625rem;
  height: 7.5625rem;
  color: #fff;
  position: absolute;
  top: 3.4rem;
  left: -0.3rem;
  background-image: url(../img/featured-event-badge-new.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 8rem;
}
@media (max-width: 767px) {
  .circle-badge {
    top: 2.1rem;
    left: -0.8rem;
  }
}
.circle-badge .date {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.circle-badge.left {
  left: auto;
  right: -0.9rem;
}
.circle-badge.upcoming-badge {
  left: -0.6rem;
  top: 2.7rem;
  background-image: url(../img/upcoming-event-badge.png);
}
.circle-badge.featured-badge {
  background-image: url(../img/featured-badge.svg);
}
.circle-badge.top-left {
  top: -1.1rem;
  left: -3.2rem;
}
.circle-badge.top-right {
  top: -1.1rem;
  right: -3.2rem;
}
.circle-badge.bottom-left {
  bottom: -1.1rem;
  left: -3.2rem;
}
.circle-badge.bottom-right {
  bottom: -1.1rem;
  right: -3.2rem;
}

.news-item {
  display: block;
  color: #000;
  background-color: white;
}
@media (max-width: 767px) {
  .news-item {
    margin-bottom: 1.5rem;
  }
}
.news-item:hover {
  color: #000;
}
.news-item h5, .news-item h4, .news-item h3 {
  color: #DA3734;
}
.news-item h5 {
  max-width: 12rem;
}
@media (max-width: 767px) {
  .news-item h5 {
    margin-bottom: -0.2rem;
  }
}
.news-item h3 {
  margin-bottom: 0;
}
.news-item p {
  letter-spacing: -0.1px;
  line-height: 1.45rem;
}
.news-item p.small {
  letter-spacing: 0.2px;
  line-height: 1.2rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .news-item p.small {
    line-height: 1.15rem;
  }
}
.news-item .image-wrap {
  width: 100%;
  height: 15rem;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .news-item .image-wrap {
    height: 11.3rem;
  }
}
.news-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .content-wrap {
  background: #fff;
  padding: 0.7rem 1.3rem 1.7rem 1.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 0;
}
.section-blog .news-item .content-wrap {
  min-height: 0;
}
@media (max-width: 1023px) {
  .news-item .content-wrap {
    min-height: 21.2rem;
  }
  .section-blog .news-item .content-wrap {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .news-item .content-wrap {
    padding: 0.9rem 1.1rem 1.7rem 1.1rem;
    min-height: 19.5rem;
  }
  .section-blog .news-item .content-wrap {
    min-height: 0;
  }
}
.news-item .item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .news-item .item-title {
    flex-direction: column;
    margin-bottom: 1.1rem;
  }
}
.news-item h4 {
  margin-bottom: 0;
  letter-spacing: 1.7px;
}
.news-item h4.text-blue {
  color: #000 /* blue */;
}
.news-item .date {
  font-size: 0.6875rem;
  font-weight: 200;
  color: #808285;
}
@media (max-width: 767px) {
  .news-item .date {
    line-height: 0.9rem;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
  }
}
.news-item .btn {
  margin-top: auto;
}
@media (max-width: 767px) {
  .news-item .btn {
    padding: 1.1rem 1.2rem;
  }
}
.news-item--style-2 .image-wrap {
  height: 18.7rem;
}
@media (max-width: 1023px) {
  .news-item--style-2 .image-wrap {
    height: 15rem;
  }
}
.news-item--style-2 .content-wrap {
  padding: 1rem 1.2rem;
  min-height: 11.4rem;
}
@media (max-width: 1023px) {
  .news-item--style-2 .content-wrap {
    min-height: 12.5rem;
  }
}
.news-item--style-2 h4 {
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
.news-item--style-2 p {
  margin-top: 0.2rem;
}

.performances-item {
  color: #000;
  display: block;
  margin-bottom: 1.875rem;
}
.performances-item:hover {
  color: #000;
}
.performances-item h4 {
  color: #DA3734;
  line-height: 1.2rem;
  letter-spacing: 1.7px;
  margin-bottom: 0;
}
.performances-item .image-wrap {
  height: 15rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .performances-item .image-wrap {
    height: 10.5rem;
  }
}
@media (max-width: 767px) {
  .performances-item .image-wrap {
    height: 14.5rem;
  }
}
.performances-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performances-item .content-wrap {
  background-color: #E0E0DC;
  padding: 1.1rem 1.15rem 0.8rem 1.2rem;
}
.performances-item .small {
  letter-spacing: 0.2px;
  line-height: 1.35rem;
  margin-bottom: 0rem;
}
.performances-item .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(218, 61, 57, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 3.6rem;
  height: 3.7rem;
  letter-spacing: 1.9px;
  padding-top: 0.7rem;
}
.performances-item .label img {
  width: 1.875rem;
  height: 1.5rem;
  display: block;
  object-fit: contain;
}

.form-subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.2rem;
  max-width: 85%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .form-subscribe {
    max-width: 100%;
    margin: 0;
  }
}
.form-subscribe .form-control {
  flex: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #e16461;
  font-weight: 200;
  padding-left: 0.9rem;
  letter-spacing: 0.3px;
  color: #fff;
}
.form-subscribe .form-control:focus {
  box-shadow: none;
}
.form-subscribe .form-control::placeholder {
  color: #fff;
}
.form-subscribe .btn {
  padding: 0.97rem 1.3rem;
  margin-left: 0.5rem;
}

.teaser-box {
  display: block;
  margin-bottom: 1.6rem;
}
.teaser-box .image-wrap {
  overflow: hidden;
  height: 15.5rem;
}
@media (max-width: 1439px) {
  .teaser-box .image-wrap {
    height: 10.5rem;
  }
}
.teaser-box .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-box .box-content {
  color: #000;
  background-color: #fff;
  padding: 1.1rem 1.2rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 13.1rem;
}
.teaser-box h3 {
  margin-bottom: 0.1rem;
}
.teaser-box p {
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
.teaser-box .btn {
  margin-top: auto;
}
.teaser-box.bg-red .box-content {
  background-color: #DA3734;
  color: #fff;
}
.teaser-box.bg-tan .box-content {
  background-color: #E0E0DC;
  color: #000;
}
.teaser-box.bg-tan h3 {
  color: #DA3734;
}

.table {
  color: #fff;
}
@media (max-width: 767px) {
  .table {
    min-width: 44rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .table .thead {
    display: none;
  }
}
.table .thead .tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .table .thead .tr {
    flex-direction: column;
  }
}
.table .thead .th {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #929497;
  font-weight: 600;
  letter-spacing: 1.7px;
  padding: 0.1rem 0.5rem;
}
@media (max-width: 767px) {
  .table .thead .th {
    padding-left: 0;
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .table .thead .th:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .table .tbody {
    display: block;
  }
}
.table .tbody .tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .table .tbody .tr {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.table .tbody .th, .table .tbody .td {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.88rem 0.5rem;
}
@media (max-width: 767px) {
  .table .tbody .th, .table .tbody .td {
    padding: 0;
  }
}
.table .tbody .th:first-child {
  font-weight: 600;
}
.table .tbody .td:last-child {
  max-width: 24.1%;
  flex: 0 0 24.1%;
}
@media (max-width: 1023px) {
  .table .tbody .td:last-child {
    max-width: 28.7%;
    flex: 0 0 28.7%;
  }
}
@media (max-width: 767px) {
  .table .tbody .td:last-child {
    flex: 1;
    max-width: 100%;
  }
}
.table .th, .table .td {
  border-bottom: 1px solid #929497;
  flex: 1;
}
@media (max-width: 767px) {
  .table .th, .table .td {
    border-bottom: 0;
  }
}
.table .th:nth-child(2), .table .td:nth-child(2) {
  flex: 0 0 51.2%;
  max-width: 51.2%;
}
@media (max-width: 767px) {
  .table .th:nth-child(2), .table .td:nth-child(2) {
    flex: 1;
    max-width: 100%;
  }
}
.table .underline {
  border-bottom: 1px solid #DA3734;
}
.table .th:first-child {
  padding-left: 0;
  flex: 0 0 24.7%;
  max-width: 24.7%;
}
@media (max-width: 1023px) {
  .table .th:first-child {
    flex: 0 0 20.1%;
    max-width: 20.1%;
  }
}
@media (max-width: 767px) {
  .table .th:first-child {
    flex: 1;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0.5rem;
  }
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #929497;
}
.table a {
  color: #fff;
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 1rem;
}
.table a:last-child {
  margin-bottom: 0;
}
.table a.underline {
  border: 0;
}
.table a.underline:after {
  border-bottom: 1px solid #DA3734;
  content: "";
  display: block;
  width: 100%;
  margin-top: -0.35rem;
  transition: 0.4s;
}
.table a.underline:hover:after {
  border-bottom-color: #fff;
  transition: 0.4s;
}

.bg-tan .table a.underline:hover:after {
  border-bottom-color: #000 /* blue */;
}

.form-search {
  position: relative;
  margin-right: -0.3rem;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .form-search {
    margin: 0;
  }
}
.form-search button {
  position: absolute;
  background-color: transparent;
  border: 0;
  top: 0;
  right: 0.8rem;
  padding: 0;
  height: 100%;
  width: 1.2rem;
  text-align: center;
}
.form-search .form-control {
  height: 3.1rem;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 0.75rem;
  letter-spacing: 1.7px;
  background-color: #e9e9e6;
  font-weight: 600;
  padding: 0.875rem 1.05rem;
  text-transform: uppercase;
}
.form-search .form-control::placeholder {
  color: #000;
}
.form-search .form-control:focus {
  box-shadow: none;
}

.form-select {
  height: 3.1rem;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0.475rem 2.25rem 0.375rem 1.05rem;
  font-size: 0.75rem;
  letter-spacing: 1.7px;
  color: #DA3734;
  background-color: #fff;
  background-image: url(../img/arrow-bottom.svg);
  background-position-x: 93%;
  background-size: 1.1rem;
}
@media (max-width: 767px) {
  .form-select {
    margin-bottom: 1rem;
  }
}
.form-select:focus {
  box-shadow: none;
}

.event-item {
  justify-content: space-between;
  border-top: 2px solid #fff;
  margin: 0;
  padding: 3.2rem 0;
}
.event-item:last-child {
  border-bottom: 2px solid #fff;
}
.event-item .content-wrap {
  padding: 0;
  flex: 0 0 61%;
  max-width: 61%;
}
@media (max-width: 767px) {
  .event-item .content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.event-item .image-wrap {
  padding: 0;
  flex: 0 0 32.5%;
  max-width: 32.5%;
  margin-right: -0.4rem;
}
@media (max-width: 767px) {
  .event-item .image-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.event-item .image-wrap img {
  width: 100%;
  object-fit: cover;
}
.event-item h2 {
  letter-spacing: 0.3px;
  margin-bottom: 0.5rem;
}
.event-item .date {
  font-size: 1rem;
  display: block;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
.event-item .date strong {
  font-weight: 600;
}
.event-item p {
  letter-spacing: -0.1px;
}
.event-item .btn {
  margin-top: 1.4rem;
}

.team-member {
  position: relative;
  margin-bottom: 1.9rem;
  overflow: hidden;
}
.team-member .image-wrap {
  background-color: #000 /* blue */;
  background-image: url(../img/logo-ccc-gray.svg);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  height: 25rem;
  width: 100%;
  background-size: 9.2rem;
}
@media (max-width: 1199px) {
  .team-member .image-wrap {
    height: 16.6625rem;
  }
}
@media (max-width: 575px) {
  .team-member .image-wrap {
    height: 23.6rem;
  }
}
.team-member .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-member .content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(218, 61, 57, 0.85);
  padding: 1.2rem 1.3rem 0.4rem;
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: 0.4s;
  top: auto;
}
.team-member h6 {
  font-size: 1rem;
  line-height: 1.2rem;
}
.team-member .hover-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.4s;
}
.team-member .hover-content .position {
  display: block;
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
}
.team-member .hover-content .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0.1rem;
}
.team-member .hover-content .social-links a {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  margin-left: 0.5rem;
}
.team-member .hover-content .social-links a img {
  width: 100%;
  height: 100%;
}
.team-member .hover-content .btn {
  padding: 0.5rem 1rem;
}
.team-member:hover .content-wrap {
  top: 0;
  transition: 0.4s;
}
.team-member:hover .hover-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 0.8rem;
  transition: 0.4s;
}

.modal {
  background-color: rgba(12, 51, 72, 0.8);
}
.modal.show {
  display: block;
}
.modal .btn-close {
  position: absolute;
  top: -2rem;
  right: 0;
  padding: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  margin: 0;
  background-image: url(../img/icon-close.png);
  opacity: 1;
  background-size: contain;
}
.modal .modal-dialog {
  max-width: 58.9rem;
  margin: 3.75rem auto;
}
@media (max-width: 1023px) {
  .modal .modal-dialog {
    max-width: 46rem;
  }
}
.modal .modal-content {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.modal .modal-header {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #DA3734;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 2.1rem 2.7rem;
}
@media (max-width: 767px) {
  .modal .modal-header {
    padding: 1.1rem 1rem;
  }
}
.modal .modal-header h2 {
  margin-bottom: 0;
}
.modal .modal-header .h1 {
  margin-bottom: 0rem;
  letter-spacing: 0.9px;
}
.modal .modal-header .h2 {
  font-size: 3rem;
  margin-bottom: 1.3rem;
  margin-top: 1.5rem;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .modal .modal-header .h2 {
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.modal .modal-header h3 {
  margin-bottom: -0.4rem;
}
.modal .modal-body {
  padding: 3rem 2.9rem;
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding: 1.1rem 1rem;
  }
}
.modal .member-img {
  height: 18.4rem;
  width: 14.8rem;
  display: block;
  margin-bottom: 1.2rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .modal .member-img {
    margin: 0 auto 1rem;
  }
}
.modal p {
  letter-spacing: -0.1px;
  margin-bottom: 0.9rem;
}
.modal .content-col {
  padding: 0rem 2.4rem 0rem 1.2rem;
  margin-top: -0.2rem;
}
@media (max-width: 1023px) {
  .modal .content-col {
    padding-right: 0;
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .modal .content-col {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}
.modal .info-item {
  margin-bottom: 1.85rem;
}
.modal .info-item h4 {
  border-bottom: 1px solid #E0E0DC;
  letter-spacing: 1.9px;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
}
.modal .member-info {
  padding-right: 2.6rem;
}
@media (max-width: 767px) {
  .modal .member-info {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}
.modal .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  text-transform: none;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #E0E0DC;
  padding: 0.5rem 0;
}
.modal .link.link-underline span {
  border-bottom: 1px solid #DA3734;
  line-height: 0.8rem;
}
.modal .link img {
  width: 2rem;
  height: 2rem;
  margin-left: 0.1rem;
  margin-right: 0.5rem;
}
.modal .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.modal .social-links a {
  width: 1.875rem;
  height: 1.875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
  background-color: #E0E0DC;
}
.modal .link-wrap {
  margin-top: 1.9rem;
}
.modal .link-wrap h4 {
  line-height: 1rem;
  margin-bottom: -0.1rem;
}
.modal .link-wrap .link-underline {
  padding: 0;
  border-bottom-color: #DA3734;
  display: inline-block;
  line-height: 0.9rem;
}

.section-header-uv {
  height: 39.1rem;
  overflow: hidden;
  color: #fff;
  padding-top: 8.2rem;
  background: linear-gradient(to right, #DA3734 36%, transparent 70%);
}
@media (max-width: 767px) {
  .section-header-uv {
    height: 39rem;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to top, #DA3734 51%, transparent 80%);
  }
}
.section-header-uv.bg-red {
  background-color: #DA3734;
}
.section-header-uv .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-header-uv .bg-image {
    position: static;
    object-fit: cover;
    object-position: right;
  }
}
.section-header-uv .intro-large {
  font-size: 1.25rem;
  line-height: 2.3125rem;
}
.section-header-uv .container {
  height: 100%;
}
@media (max-width: 767px) {
  .section-header-uv .container {
    padding: 0 1.9rem;
  }
}
.section-header-uv .row {
  height: 100%;
  align-items: center;
}
.section-header-uv h1 {
  color: #fff;
}
.section-header-uv .page-info {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #B3DCF1;
  color: #B3DCF1;
  background-color: #000 /* blue */;
  padding: 0.9rem 1.7rem 1.2rem;
  width: 12.1rem;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .section-header-uv .page-info {
    display: none;
  }
}
.section-header-uv .page-info h4 {
  margin-bottom: 0.1rem;
}
.section-header-uv .page-info ul li {
  font-weight: 200;
  letter-spacing: 0.5px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #DA3734;
  padding: 0.2rem 0;
}
.section-header-uv .page-info ul li:first-child {
  border-top: 1px solid #DA3734;
}
.section-header-uv .page-info ul a {
  color: #fff;
}
.section-header-uv .header-badge {
  position: absolute;
  right: 5rem;
  bottom: 2.5rem;
  width: 9rem;
  height: 9rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .section-header-uv .header-badge {
    right: 1rem;
    bottom: 1rem;
    width: 7rem;
    height: 7rem;
  }
}
.section-header-uv--style-2 {
  height: 28.1rem;
}
.section-header-uv--style-3 {
  height: 27.2rem;
  padding-top: 10.2rem;
}
.section-header-uv--style-4 {
  padding-top: 7.9rem;
  height: 35.3rem;
}
@media (max-width: 767px) {
  .section-header-uv--style-4 {
    padding-top: 0;
  }
}
.section-header-uv--style-4 h1 {
  margin-bottom: 1.1rem;
}
.section-header-uv--style-4 .intro-large {
  font-size: 2rem;
  line-height: 2.25rem;
}
@media (max-width: 767px) {
  .section-header-uv--style-4 .intro-large {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.section-header-uv--style-5 {
  height: 28.1rem;
  padding-top: 9.5rem;
}
@media (max-width: 767px) {
  .section-header-uv--style-5 {
    height: 39rem;
    padding-top: 0;
  }
}
.section-header-uv--style-6 {
  height: 33.1rem;
  padding-top: 6.3rem;
}
@media (max-width: 767px) {
  .section-header-uv--style-6 {
    padding-top: 0;
  }
}
.section-header-uv--style-6 h1 {
  margin-bottom: 0.8rem;
}

.section-text {
  color: #DA3734;
  padding-top: 3.8rem;
  padding-bottom: 4.5rem;
  background-color: #fff;
}
.section-text .intro-large {
  margin-bottom: 3.2rem;
}
.section-text .intro {
  margin-bottom: 3.2rem;
}
.section-text.bg-tan {
  background-color: #E0E0DC;
  padding-top: 3.1rem;
  padding-bottom: 6rem;
}
.section-text.bg-tan .intro-large {
  letter-spacing: 0.1px;
  margin-right: -0.5rem;
  margin-bottom: 2.8rem;
}
.section-text img {
  display: block;
  margin: 0 auto;
}
.section-text img.full-width {
  width: 100%;
  object-fit: cover;
}

.section-callout-cutout {
  height: 37.3rem;
  padding-top: 2.2rem;
}
@media (max-width: 1023px) {
  .section-callout-cutout {
    height: 31.1rem;
  }
}
@media (max-width: 767px) {
  .section-callout-cutout {
    height: auto;
  }
}
.section-callout-cutout .container {
  max-width: 960px;
}
.section-callout-cutout .container, .section-callout-cutout .row {
  height: 100%;
}
.section-callout-cutout .content-wrap {
  color: #fff;
  background-color: #DA3734;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 31.25rem;
  height: 31.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 5.2rem 0;
}
@media (max-width: 1023px) {
  .section-callout-cutout .content-wrap {
    width: 26rem;
    height: 26rem;
    padding: 1.2rem 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .section-callout-cutout .content-wrap {
    width: 20.875rem;
    height: 20.875rem;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0.7rem 1.7rem 0;
  }
}
.section-callout-cutout .content-wrap.blue-circle {
  background-color: #000 /* blue */;
}
.section-callout-cutout .image-wrap {
  position: absolute;
  height: 100%;
  margin-left: -11.3rem;
  bottom: 0;
}
@media (max-width: 1023px) {
  .section-callout-cutout .image-wrap {
    margin-left: -8.3rem;
  }
}
@media (max-width: 767px) {
  .section-callout-cutout .image-wrap {
    position: static;
    height: auto;
    margin-left: 0;
    text-align: center;
    overflow: hidden;
  }
}
.section-callout-cutout .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 767px) {
  .section-callout-cutout .image-wrap img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-callout-cutout .image-col {
    order: 2;
  }
}
.section-callout-cutout .h2 {
  font-size: 2.375rem;
  line-height: 2.8125rem;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .section-callout-cutout .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.section-callout-cutout h2 {
  margin-bottom: 0.7rem;
  margin-top: 0.2rem;
}
.section-callout-cutout p {
  font-weight: 200;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .section-callout-cutout p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.6px;
  }
}
.section-callout-cutout .btn {
  padding: 1.1rem 1.4rem;
  margin-top: 0.2rem;
}
.section-callout-cutout--style-2 .content-wrap {
  padding: 2.2rem 3.2rem 0;
}
@media (max-width: 767px) {
  .section-callout-cutout--style-2 .content-wrap {
    padding: 0.7rem 1.7rem 0;
  }
}
.section-callout-cutout--style-2 .image-wrap {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .section-callout-cutout--style-2 .image-wrap {
    margin-left: -0.8rem;
    max-height: 89%;
  }
}
@media (max-width: 767px) {
  .section-callout-cutout--style-2 .image-wrap {
    margin-left: 0;
  }
}
.section-callout-cutout--style-2 .btn {
  padding: 1rem 1.2rem;
  margin-top: 0.2rem;
}
.section-callout-cutout--style-2 h2 {
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
}
.section-callout-cutout--circle-right .image-wrap {
  margin-left: 5.5rem;
}
@media (max-width: 1023px) {
  .section-callout-cutout--circle-right .image-wrap {
    margin-left: 1.8rem;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .section-callout-cutout--circle-right .image-wrap {
    margin-left: 2rem;
    max-width: 80%;
  }
}
.section-callout-cutout--circle-right .content-wrap {
  margin-left: -5.4rem;
}
@media (max-width: 767px) {
  .section-callout-cutout--circle-right .content-wrap {
    margin-left: auto;
  }
}
.section-callout-cutout--style-3 .content-wrap {
  margin-left: -5.8rem;
  padding: 3.2rem 1rem 0;
}
@media (max-width: 767px) {
  .section-callout-cutout--style-3 .content-wrap {
    margin-left: auto;
  }
}
.section-callout-cutout--style-3 h2 {
  margin-bottom: 1.3rem;
}
.section-callout-cutout--style-3 .btn {
  padding: 0.9rem 1.3rem;
}
.section-callout-cutout--style-3 .image-wrap {
  margin-left: 2.2rem;
}
@media (max-width: 1023px) {
  .section-callout-cutout--style-3 .image-wrap {
    max-width: 51%;
    margin-left: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section-callout-cutout--style-3 .image-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-callout-photos {
  position: relative;
  height: 32.3rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-callout-photos {
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .section-callout-photos {
    height: 50rem;
  }
}
.section-callout-photos .container-fluid, .section-callout-photos .row {
  height: 100%;
}
@media (max-width: 767px) {
  .section-callout-photos .col {
    height: 50%;
  }
}
.section-callout-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-callout-photos .image-wrap {
  height: 100%;
  width: 100%;
}
.section-callout-photos .content-wrap {
  color: #fff;
  background-color: #000 /* blue */;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 22.5rem;
  height: 22.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 2.3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1.8rem;
  margin: auto;
}
@media (max-width: 1023px) {
  .section-callout-photos .content-wrap {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-callout-photos .content-wrap {
    padding: 1rem 1.5rem 0;
    width: 20rem;
    height: 20rem;
  }
}
.section-callout-photos h2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .section-callout-photos h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.section-callout-photos .btn {
  margin-top: 0rem;
  padding: 0.93rem 1.3rem;
}
.section-callout-photos--style-2 .content-wrap {
  padding-top: 1.4rem;
}
.section-callout-photos--style-2 .btn {
  margin-top: 0.7rem;
}

.section-content {
  padding-top: 3.5rem;
  padding-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .section-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section-content--bg-blue {
  background-color: #000 /* blue */;
  color: #fff;
}
.section-content--bg-blue ul li {
  border-top-color: #929497;
  border-bottom-color: #929497;
}
.section-content .circles {
  position: relative;
  margin-left: 2.9rem;
}
@media (max-width: 767px) {
  .section-content .circles {
    height: 32rem;
    margin: 0 auto;
  }
}
.section-content .circles .circle {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.section-content .circles .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-content .circles .circle.large-circle {
  width: 29.125rem;
  height: 29.125rem;
}
@media (max-width: 1023px) {
  .section-content .circles .circle.large-circle {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .section-content .circles .circle.large-circle {
    width: 19.4rem;
    height: 19.4rem;
  }
}
.section-content .circles .circle.large-circle.bottom-left {
  top: 10.9rem;
  left: -2.7rem;
}
.section-content .circles .circle.large-circle.top-left {
  left: -2.8rem;
  top: -1.2rem;
  width: 27.8125rem;
  height: 27.8125rem;
}
@media (max-width: 1023px) {
  .section-content .circles .circle.large-circle.top-left {
    width: 22rem;
    height: 22rem;
  }
}
@media (max-width: 767px) {
  .section-content .circles .circle.large-circle.top-left {
    width: 19.4rem;
    height: 19.4rem;
    left: -3.4rem;
    top: -0.3rem;
  }
}
.section-content .circles .circle.large-circle.bottom-right {
  top: 10.9rem;
  right: 1.3rem;
}
.section-content .circles .circle.large-circle.top-right {
  right: 1.3rem;
  top: -1.2rem;
  width: 27.8125rem;
  height: 27.8125rem;
}
@media (max-width: 1023px) {
  .section-content .circles .circle.large-circle.top-right {
    width: 22rem;
    height: 22rem;
  }
}
@media (max-width: 767px) {
  .section-content .circles .circle.large-circle.top-right {
    width: 19.4rem;
    height: 19.4rem;
    left: -1rem;
    top: -0.3rem;
  }
}
.section-content .circles .circle.small-circle {
  width: 18.375rem;
  height: 18.375rem;
  z-index: 10;
}
@media (max-width: 1023px) {
  .section-content .circles .circle.small-circle {
    width: 13rem;
    height: 13rem;
  }
}
@media (max-width: 767px) {
  .section-content .circles .circle.small-circle {
    height: 12.6rem;
    width: 12.6rem;
  }
}
.section-content .circles .circle.small-circle.top-right {
  top: -0.9rem;
  left: 13rem;
}
@media (max-width: 1023px) {
  .section-content .circles .circle.small-circle.top-right {
    top: 3.1rem;
    left: 9rem;
  }
}
@media (max-width: 767px) {
  .section-content .circles .circle.small-circle.top-right {
    top: 3.1rem;
    left: 7.3rem;
    height: 12.6rem;
    width: 12.6rem;
  }
}
.section-content .circles .circle.small-circle.bottom-right {
  top: 14.3rem;
  left: 11.9rem;
  width: 19.375rem;
  height: 19.375rem;
}
@media (max-width: 1023px) {
  .section-content .circles .circle.small-circle.bottom-right {
    width: 14rem;
    height: 14rem;
    top: 14.3rem;
    left: 8.9rem;
  }
}
@media (max-width: 767px) {
  .section-content .circles .circle.small-circle.bottom-right {
    top: 12.1rem;
    left: 8.3rem;
    width: 12.6rem;
    height: 12.6rem;
  }
}
.section-content .circles .circle.small-circle.top-left {
  top: -0.9rem;
  left: 0rem;
}
.section-content .circles .circle.small-circle.bottom-left {
  top: 14.3rem;
  left: 0;
  width: 19.375rem;
  height: 19.375rem;
}
@media (max-width: 1023px) {
  .section-content .circles .circle.small-circle.bottom-left {
    width: 14rem;
    height: 14rem;
    top: 14.3rem;
    left: 0;
  }
}
@media (max-width: 767px) {
  .section-content .circles .circle.small-circle.bottom-left {
    top: 12.1rem;
    left: 0;
    width: 12.6rem;
    height: 12.6rem;
  }
}
.section-content h2 {
  color: #DA3734;
}
.section-content h3 {
  line-height: 1.95rem;
  color: #DA3734;
  margin-bottom: 0.9rem;
}
.section-content ul li {
  border-top: 1px solid #e4e4e0;
  padding: 0.4rem 0;
  letter-spacing: -0.1px;
}
.section-content ul li strong {
  font-weight: 600;
}
.section-content .large {
  letter-spacing: 0.4px;
}
.section-content .content-wrap {
  padding-left: 0.7rem;
  padding-right: 0.3rem;
}
@media (max-width: 1023px) {
  .section-content .content-wrap {
    padding-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .section-content .content-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.section-content .btn {
  margin-top: 1.4rem;
}
.section-content h4 {
  color: #DA3734;
  letter-spacing: 1.7px;
  margin-bottom: 0;
}
.section-content .left-col .content-wrap {
  margin-left: 11%;
}
@media (max-width: 1023px) {
  .section-content .left-col .content-wrap {
    margin-left: 0%;
  }
}
.section-content .intro-large {
  color: #DA3734;
}
.section-content .intro-small {
  color: #DA3734;
  font-size: 1.375rem;
  line-height: 1.9rem;
  letter-spacing: 0.3px;
}
.section-content--style-2 {
  padding-bottom: 5.8rem;
}
@media (max-width: 767px) {
  .section-content--style-2 {
    padding-bottom: 2.7rem;
  }
}
.section-content--style-2 .content-wrap {
  padding-left: 0.2rem;
  padding-right: 4.3rem;
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .section-content--style-2 .content-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.section-content--style-2 ul li {
  border-top: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0.65rem 0;
}
@media (max-width: 767px) {
  .section-content--style-2 ul li {
    padding: 0.3rem 0;
  }
}
@media (max-width: 767px) {
  .section-content--style-2 ul li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #929497;
  }
}
.section-content--style-2 .btn {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .section-content--style-2 .btn {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-content--style-2 .circles {
    height: 24rem;
  }
}
.section-content--style-3 {
  padding-top: 5rem;
  padding-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .section-content--style-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section-content--style-3 h2 {
  margin-bottom: 1.8rem;
}
.section-content--style-3 p {
  letter-spacing: -0.1px;
}
.section-content--style-3 .btn {
  margin-top: 0.1rem;
}
.section-content--style-3 .circles {
  margin-top: 3.3rem;
}
.section-content--style-3 .right-col .content-wrap {
  padding-top: 4.3rem;
  padding-left: 2.1rem;
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .section-content--style-3 .right-col .content-wrap {
    padding-right: 1rem;
    padding-top: 6.2rem;
  }
}
@media (max-width: 767px) {
  .section-content--style-3 .right-col .content-wrap {
    padding-right: 1.2rem;
    padding-top: 1.2rem;
    padding-left: 1.2rem;
  }
}
.section-content--style-3 .right-col p {
  margin-bottom: 1.55rem;
}
.section-content--style-3 h3 {
  margin-bottom: 0.2rem;
}
.section-content--style-4 {
  padding-top: 3rem;
  padding-bottom: 2.2rem;
}
.section-content--style-4 .row {
  justify-content: space-between;
}
.section-content--style-4 .right-col {
  padding-left: 0;
}
@media (max-width: 767px) {
  .section-content--style-4 .right-col {
    padding-left: 1rem;
  }
}
.section-content--style-4 h4 {
  margin-bottom: 0.7rem;
}
.section-content--style-5 .right-col {
  text-align: right;
}

.section-featured-event {
  height: 31.3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-featured-event {
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .section-featured-event {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-featured-event .image-col {
    order: 1;
  }
}
@media (max-width: 767px) {
  .section-featured-event .content-col {
    order: 2;
  }
}
.section-featured-event .container-fluid, .section-featured-event .row {
  height: 100%;
}
.section-featured-event h2 {
  color: #DA3734;
  letter-spacing: 0.4px;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .section-featured-event h2 {
    letter-spacing: 0px;
    margin-bottom: 0.3rem;
  }
}
.section-featured-event img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section-featured-event img {
    object-position: right;
  }
}
.section-featured-event .image-wrap {
  padding-left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .section-featured-event .image-wrap {
    height: 21rem;
    padding: 0;
  }
}
.section-featured-event .col-md-6 {
  height: 100%;
}
.section-featured-event .content-wrap {
  padding-left: 4.2rem;
  padding-bottom: 0.7rem;
  padding-right: 2.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 1023px) {
  .section-featured-event .content-wrap {
    padding-left: 2.2rem;
  }
}
@media (max-width: 991px) {
  .section-featured-event .content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .section-featured-event .content-wrap {
    padding-top: 2.25rem;
    padding-left: 1.1rem;
    padding-bottom: 3.5rem;
  }
}
.section-featured-event .content-wrap .date {
  margin-bottom: 0.7rem;
  letter-spacing: 0.5px;
  display: block;
}
@media (max-width: 767px) {
  .section-featured-event .content-wrap .date {
    margin-bottom: 0rem;
  }
}
.section-featured-event .content-wrap .date strong {
  font-weight: 600;
}
.section-featured-event h4 {
  color: #808285;
  letter-spacing: 1.8px;
  margin-bottom: 1.7rem;
}
@media (max-width: 991px) {
  .section-featured-event h4 {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .section-featured-event h4 {
    margin-bottom: 1.2rem;
  }
}
.section-featured-event p {
  letter-spacing: -0.1px;
}
.section-featured-event .event-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #e4e4e0;
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  width: 100%;
}
@media (max-width: 991px) {
  .section-featured-event .event-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .section-featured-event .event-footer {
    margin-top: 0.3rem;
    padding-top: 1.5rem;
    width: 100%;
  }
}
.section-featured-event .btn {
  margin-right: 3.3rem;
}
@media (max-width: 991px) {
  .section-featured-event .btn {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.section-featured-event .link {
  line-height: 1rem;
  letter-spacing: 1.9px;
}
.section-featured-event.bg-tan {
  background-color: #E0E0DC;
}
.section-featured-event.bg-tan .event-footer {
  border-top-color: #f3f3f2;
}
.section-featured-event--image-left .image-wrap {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.section-featured-event--image-left .content-wrap {
  padding-left: 3.1rem;
  padding-bottom: 0;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .section-featured-event--image-left .content-wrap {
    padding-left: 1.1rem;
  }
}
.section-featured-event--image-left .event-footer {
  padding-top: 0;
  border-top: 0;
}
@media (max-width: 991px) {
  .section-featured-event--image-left .event-footer {
    justify-content: flex-start;
  }
}

.section-highlight{
  background-color: #DA3734;
  color: #fff;
  padding-top: 2.8rem;
  padding-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .section-highlight{
    padding-top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section-highlight .image-col {
    order: 1;
  }
}
.section-highlight .content-col:last-child {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .section-highlight .content-col {
    order: 2;
  }
}
.section-highlight h4 {
  margin-bottom: 2.3rem;
}
@media (max-width: 1023px) {
  .section-highlight h4 {
    margin-bottom: 0.5rem;
  }
}
.section-highlight h2 {
  margin-bottom: 0.5rem;
  letter-spacing: 0.3px;
}
.section-highlight .content-wrap {
  padding-bottom: 4rem;
  padding-right: 2.2rem;
}
@media (max-width: 1023px) {
  .section-highlight .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-highlight .content-wrap {
    padding-bottom: 0;
  }
}
.section-highlight p {
  letter-spacing: -0.15px;
}
.section-highlight .btn {
  margin-top: 0.8rem;
  padding: 0.9rem 1.2rem;
}
.section-highlight .image-wrap.,
.section-photo-strip .image-wrap.{
  position: relative;
}


@media (max-width: 767px) {
  .section-highlight .image-wrap {
    margin-bottom: 1.3rem;
  }
}
.section-highlight .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-highlight.bg-blue {
  background-color: #000 /* blue */;
}
.section-highlight.bg-blue h2 {
  color: #DA3734;
}
.section-highlight--style-2 {
  padding-top: 3rem;
  padding-bottom: 3.3rem;
}
.section-highlight--style-2 .image-wrap {
  margin-top: 0.3rem;
}
@media (max-width: 1023px) {
  .section-highlight--style-2 .image-wrap {
    padding-right: 0;
  }
}
.section-highlight--style-2 h4 {
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .section-highlight--style-2 h4 {
    margin-bottom: 0.5rem;
  }
}
.section-highlight--style-2 .btn {
  margin-top: 0.6rem;
}
.section-highlight--image-left {
  padding-top: 0;
  padding-bottom: 0;
}
.section-highlight--image-left .image-wrap {
  margin-left: 0;
  margin-right: 0;
}
.section-highlight--image-left .content-col:last-child {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.section-highlight--image-left .content-wrap {
  margin-left: 3rem;
  padding-bottom: 0;
  padding-right: 0;
  margin-right: -0.4rem;
  padding-top: 2.6rem;
}
@media (max-width: 1023px) {
  .section-highlight--image-left .content-wrap {
    margin: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .section-highlight--image-left .content-wrap {
    padding-left: 0;
    padding-top: 0;
  }
}
.section-highlight--image-left .btn {
  margin-top: 0.1rem;
}

.section-logo-list {
  padding-top: 3.95rem;
  padding-bottom: 2.9rem;
}
.section-logo-list h2 {
  color: #DA3734;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.section-logo-list .container {
  padding: 0 0.3rem;
}
.section-logo-list .title {
  border-bottom: 1px solid #e4e4e0;
  padding-bottom: 0.7rem;
  margin-bottom: 2.4rem;
}
.section-logo-list .col {
  padding: 0 1.2rem;
  text-align: center;
}
.section-logo-list .row {
  margin: 0 -0.3rem;
}
.section-logo-list .logo-list-item {
  display: block;
  margin-bottom: 3.3rem;
}

.section-news,
.section-blog{
  padding-top: 2.7rem;
  padding-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .section-news,
  .section-blog{
    padding-top: 3.4rem;
  }
}
.section-news:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E0E0DC;
  height: 21.3rem;
  z-index: -1;
}
@media (max-width: 1023px) {
  .section-news:after {
    height: 24.1rem;
  }
}
@media (max-width: 767px) {
  .section-news:after {
    height: 100%;
  }
}
.section-news h2 {
  color: #DA3734;
  letter-spacing: 0.4px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .section-news h2 {
    font-weight: 200;
    letter-spacing: 0px;
    margin-bottom: 1.1rem;
  }
}
.section-news .row {
  margin: 0 -0.6rem;
}
.section-news .col {
  padding: 0 0.6rem;
}
.section-news--style-2 {
  padding-top: 3.9rem;
  padding-bottom: 3.6rem;
}
.section-news--style-2 h2 {
  margin-bottom: 2.2rem;
}
@media (max-width: 1023px) {
  .section-news--style-2:after {
    height: 22.4rem;
  }
}
@media (max-width: 767px) {
  .section-news .container-fluid,
  .section-blog .container-fluid{
    padding: 0 1.9rem;
  }
}
.section-news .container-fluid > .btn,
.section-blog .container-fluid > .btn{
  margin-top: 3.7rem;
}

.section-performances {
  padding-top: 3.9rem;
  padding-bottom: 2.7rem;
}
.section-performances h2 {
  color: #DA3734;
  margin-bottom: 1.4rem;
  letter-spacing: 0.5px;
}
.section-performances.bg-tan {
  background-color: #E0E0DC;
  padding-top: 5rem;
  padding-bottom: 8.4rem;
}
.section-performances.bg-tan .performances-item .content-wrap {
  background-color: #fff;
}

.section-photo-gallery {
  padding-top: 3.1rem;
  padding-bottom: 4.7rem;
}
.section-photo-gallery h2 {
  color: #DA3734;
  margin-bottom: 0.7rem;
}
.section-photo-gallery .container {
  padding: 0 0.3rem;
}
.section-photo-gallery .grid {
  margin: 0 -0.2rem;
  max-width: 100%;
}
.section-photo-gallery .grid-sizer {
  width: 3.84954%;
}
.section-photo-gallery .gallery-item {
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  float: left;
  width: 100%;
}
.section-photo-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-photo-gallery .gallery-item.item-small {
  height: 11.499rem;
  margin-bottom: 0.2rem;
  max-width: 38.4925%;
}
@media (max-width: 575px) {
  .section-photo-gallery .gallery-item.item-small {
    height: 15rem;
    width: 100%;
    max-width: 100%;
  }
}
.section-photo-gallery .gallery-item.item-large {
  height: 23.2rem;
  max-width: 61.5881%;
}
@media (max-width: 575px) {
  .section-photo-gallery .gallery-item.item-large {
    height: 15rem;
    margin-bottom: 0.2rem;
    width: 100%;
    max-width: 100%;
  }
}

.section-signup {
  background-color: #DA3734;
  color: #fff;
  padding-top: 2.4rem;
  padding-bottom: 2.3rem;
}
.section-signup h3 {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .section-signup h3 {
    margin-bottom: 1rem;
  }
}

.section-sponsorship {
  color: #fff;
  padding-top: 4.2rem;
  padding-bottom: 5.1rem;
}
@media (max-width: 767px) {
  .section-sponsorship {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-sponsorship.bg-red {
  background-color: #DA3734;
}
.section-sponsorship.bg-red h4 {
  color: #000 /* blue */;
}
.section-sponsorship.bg-blue {
  background-color: #000 /* blue */;
}
.section-sponsorship.bg-tan {
  background-color: #E0E0DC;
}
.section-sponsorship h4 {
  margin-bottom: 1.1rem;
}
.section-sponsorship strong {
  font-weight: 600;
}
.section-sponsorship .intro-large {
  font-size: 2rem;
  line-height: 2.55rem;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  .section-sponsorship .image-col {
    order: 1;
  }
}
@media (max-width: 767px) {
  .section-sponsorship .content-col {
    order: 2;
  }
}
.section-sponsorship .company-logo {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .section-sponsorship .company-logo {
    margin: 0 auto 2rem;
  }
}
.section-sponsorship--style-2 {
  padding-top: 4.5rem;
  padding-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .section-sponsorship--style-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-sponsorship--style-2 .company-logo {
  margin-right: 1.3rem;
  width: 12rem;
  height: 12rem;
}

.section-statistics {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-statistics {
    padding-top: 2.4rem;
  }
}
.section-statistics .container-fluid {
  position: relative;
  height: 40.9rem;
}
@media (min-width: 1024px) {
  .section-statistics .container-fluid {
    max-width: 1110px;
  }
}
@media (max-width: 767px) {
  .section-statistics .container-fluid {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.section-statistics h2 {
  color: #DA3734;
  letter-spacing: 0.3px;
  margin-bottom: 0.9rem;
}
.section-statistics .intro-small {
  font-size: 1.375rem;
  line-height: 1.9rem;
  letter-spacing: 0.15px;
}
.section-statistics .btn {
  padding: 0.95rem 1.2rem;
}
@media (max-width: 767px) {
  .section-statistics .circles {
    order: 2;
  }
}
.section-statistics .circle {
  width: 15.25rem;
  height: 15.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: absolute;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .section-statistics .circle {
    position: static;
    margin: 0 auto;
    width: 18.7rem;
    height: 18.7rem;
    margin-bottom: 1rem;
  }
}
.section-statistics .circle .small {
  font-size: 0.8125rem;
  font-weight: 200;
  margin-bottom: -0.5rem;
  line-height: 1.3rem;
}
@media (max-width: 767px) {
  .section-statistics .circle .small {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    margin-bottom: 1.1rem;
  }
}
.section-statistics .circle .small strong {
  font-weight: 600;
}
.section-statistics .circle.red-circle {
  background-color: #DA3734;
  top: 15%;
  left: 41.3%;
}
@media (max-width: 1023px) {
  .section-statistics .circle.red-circle {
    top: 1%;
    left: 2.3%;
  }
}
.section-statistics .circle.red-circle .number {
  color: #000 /* blue */;
}
.section-statistics .circle.blue-circle {
  background-color: #000 /* blue */;
  top: 55.9%;
  left: 75.1%;
}
@media (max-width: 1023px) {
  .section-statistics .circle.blue-circle {
    top: 25.9%;
    left: 66%;
  }
}
.section-statistics .circle.blue-circle .number {
  color: #fff;
}
.section-statistics .circle.tan-circle {
  background-color: #E0E0DC;
  color: #000;
  top: 19.2%;
  left: 66.2%;
}
@media (max-width: 1023px) {
  .section-statistics .circle.tan-circle {
    top: 13.2%;
    left: 34.2%;
  }
}
.section-statistics .circle.tan-circle .number {
  color: #DA3734;
}
.section-statistics .circle.light-blue-circle {
  background-color: #B3DCF1;
  left: 7.5%;
  top: 3%;
  color: #000;
}
@media (max-width: 1023px) {
  .section-statistics .circle.light-blue-circle {
    left: 2.5%;
  }
}
.section-statistics .circle.light-blue-circle .number {
  color: #DA3734;
}
.section-statistics .circle .number {
  font-size: 4.375rem;
  line-height: 4.375rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .section-statistics .circle .number {
    font-size: 5rem;
    margin-bottom: 0.7rem;
  }
}
.section-statistics .circle .number sup {
  font-weight: 200;
  font-size: 2.5rem;
  top: -0.6em;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .section-statistics .circle .number sup {
    font-size: 5rem;
    font-weight: 600;
    top: 0;
  }
}
.section-statistics .circle .number sub {
  bottom: 0;
  font-weight: 600;
  font-size: 4.5rem;
}
.section-statistics .circle .number span {
  font-weight: 200;
  font-size: 4.1rem;
  margin-right: -0.9rem;
}
.section-statistics .circle.circle-step .number {
  font-size: 6.25rem;
  margin-bottom: 0.9rem;
  color: #DA3734;
}
.section-statistics .circle.circle-step.red-circle .number {
  color: #fff;
}
.section-statistics .circle.circle-step .small {
  font-size: 0.875rem;
  letter-spacing: 0.3px;
}
.section-statistics .circle.circle-large {
  width: 22.875rem;
  height: 22.875rem;
  padding: 0 4.1rem 0.5rem;
}
@media (max-width: 767px) {
  .section-statistics .circle.circle-large {
    width: 18.7rem;
    height: 18.7rem;
    padding: 0 2rem;
  }
}
.section-statistics .circle.circle-large .number {
  font-size: 4.5rem;
  margin-bottom: 0.1rem;
}
.section-statistics .content-wrap {
  text-align: center;
  position: absolute;
  top: 62.4%;
  left: 48.6%;
  max-width: 15.2rem;
}
@media (max-width: 767px) {
  .section-statistics .content-wrap {
    position: static;
    order: 1;
    margin: 0 auto 2rem;
  }
}
.section-statistics .content-wrap h2 {
  font-size: 2.25rem;
  margin-bottom: 0.7rem;
  line-height: 2.7rem;
}
.section-statistics .image {
  width: 48%;
  position: absolute;
  bottom: 0;
  left: 2.8%;
  height: 79%;
}
@media (max-width: 767px) {
  .section-statistics .image {
    position: static;
    order: 3;
    height: auto;
    width: 100%;
  }
}
.section-statistics .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.section-statistics--style-2 .container-fluid {
  height: 42.5rem;
}
@media (max-width: 767px) {
  .section-statistics--style-2 .container-fluid {
    height: auto;
  }
}
.section-statistics--style-2 .image {
  width: 54.1%;
  left: 1.8%;
  height: 80%;
}
@media (max-width: 767px) {
  .section-statistics--style-2 .image {
    width: 100%;
    height: auto;
  }
}
.section-statistics--style-2 .circle.red-circle {
  top: 19.2%;
  left: 68.1%;
}
@media (max-width: 1023px) {
  .section-statistics--style-2 .circle.red-circle {
    top: 8.2%;
    left: 35.1%;
  }
}
.section-statistics--style-2 .circle.blue-circle {
  top: 10.6%;
  left: 42.4%;
}
@media (max-width: 1023px) {
  .section-statistics--style-2 .circle.blue-circle {
    top: 1.6%;
    left: 2.4%;
  }
}
.section-statistics--style-2 .circle.tan-circle {
  top: 59.2%;
  left: 76.1%;
}
@media (max-width: 1023px) {
  .section-statistics--style-2 .circle.tan-circle {
    top: 19.2%;
    left: 67.2%;
  }
}
.section-statistics--style-2 .content-wrap {
  top: 56.6%;
  left: 52.6%;
}
.section-statistics--style-3 {
  padding-top: 3.1rem;
}
.section-statistics--style-3 .container-fluid {
  height: 38.3rem;
}
@media (max-width: 767px) {
  .section-statistics--style-3 .container-fluid {
    height: auto;
  }
}
.section-statistics--style-3 .image {
  left: 42.8%;
  height: 92%;
  z-index: 2;
  width: 26.2%;
}
@media (max-width: 767px) {
  .section-statistics--style-3 .image {
    width: 100%;
    height: auto;
    max-height: 20rem;
  }
}
.section-statistics--style-3 .circle.blue-circle {
  top: 6.7%;
  left: 15.7%;
}
@media (max-width: 1023px) {
  .section-statistics--style-3 .circle.blue-circle {
    top: 1.7%;
    left: 1.7%;
  }
}
.section-statistics--style-3 .circle.red-circle {
  top: 52%;
  left: 25.3%;
  z-index: 10;
}
@media (max-width: 1023px) {
  .section-statistics--style-3 .circle.red-circle {
    top: 44%;
    left: 15.3%;
  }
}
.section-statistics--style-3 .circle.tan-circle {
  top: 12.4%;
  left: 65.1%;
}
.section-statistics--style-3 .content-wrap {
  top: 66.8%;
  left: 63.5%;
}
.section-statistics--style-3 .content-wrap h2 {
  font-size: 2.375rem;
  margin-bottom: 0.8rem;
}
.section-statistics--style-4 .container-fluid {
  height: 37.8rem;
}
@media (max-width: 767px) {
  .section-statistics--style-4 .container-fluid {
    height: auto;
  }
}
.section-statistics--style-4 .image {
  height: 86%;
  width: 50%;
  left: auto;
  right: 0.4%;
}
@media (max-width: 767px) {
  .section-statistics--style-4 .image {
    height: auto;
    width: 100%;
  }
}
.section-statistics--style-4 .circle.red-circle {
  top: 8.5%;
  left: 5.5%;
  width: 16.1875rem;
  height: 16.1875rem;
  padding: 1rem 2.4rem 0;
}
@media (max-width: 1023px) {
  .section-statistics--style-4 .circle.red-circle {
    top: 4.5%;
    left: 1.5%;
  }
}
@media (max-width: 767px) {
  .section-statistics--style-4 .circle.red-circle {
    width: 18.7rem;
    height: 18.7rem;
  }
}
.section-statistics--style-4 .circle.blue-circle {
  top: 29.9%;
  left: 34%;
}
@media (max-width: 1023px) {
  .section-statistics--style-4 .circle.blue-circle {
    top: 4.9%;
    left: 37%;
  }
}
.section-statistics--style-4 .circle.tan-circle {
  top: 53.5%;
  left: 11.8%;
}
.section-statistics--style-5 .container-fluid {
  height: 47.3rem;
}
@media (max-width: 767px) {
  .section-statistics--style-5 .container-fluid {
    height: auto;
  }
}
.section-statistics--style-5 .image {
  left: 2.8%;
  height: 65%;
  width: 59%;
}
@media (max-width: 1023px) {
  .section-statistics--style-5 .image {
    left: -6.2%;
  }
}
@media (max-width: 767px) {
  .section-statistics--style-5 .image {
    height: auto;
    width: 100%;
  }
}
.section-statistics--style-5 .content-wrap {
  top: 63%;
  left: 56.3%;
  max-width: 28rem;
}
@media (max-width: 1023px) {
  .section-statistics--style-5 .content-wrap {
    left: 36.3%;
  }
}
.section-statistics--style-5 .content-wrap h2 {
  color: #000 /* blue */;
  font-size: 2.375rem;
  margin-bottom: 1rem;
}
.section-statistics--style-5 .circle {
  width: 17.6875rem;
  height: 17.6875rem;
}
.section-statistics--style-5 .circle.blue-circle {
  top: 3.9%;
  left: 28.5%;
}
@media (max-width: 1023px) {
  .section-statistics--style-5 .circle.blue-circle {
    left: 4.5%;
  }
}
.section-statistics--style-5 .circle.red-circle {
  top: 20.5%;
  left: 63.1%;
}
@media (max-width: 1023px) {
  .section-statistics--style-5 .circle.red-circle {
    top: 16.5%;
    left: 55.1%;
  }
}
.section-statistics--style-5 .circle.red-circle .number {
  color: #fff;
  font-size: 6.25rem;
  margin-bottom: 0.8rem;
}
.section-statistics--style-5 .circle.red-circle .number sub {
  font-size: 6.5rem;
  font-weight: 200;
}
.section-statistics--style-5 .circle .small {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.3px;
}
.section-statistics--style-6 {
  padding-top: 3.45rem;
}
.section-statistics--style-6 .container-fluid {
  height: 33.1rem;
}
@media (max-width: 767px) {
  .section-statistics--style-6 .container-fluid {
    height: auto;
  }
}
.section-statistics--style-6 .circle {
  width: 12.5rem;
  height: 12.5rem;
}
@media (max-width: 767px) {
  .section-statistics--style-6 .circle {
    width: 18.7rem;
    height: 18.7rem;
    padding: 0 2rem;
  }
}
.section-statistics--style-6 .circle.tan-circle {
  top: 48.5%;
  left: 15.3%;
}
.section-statistics--style-6 .circle.red-circle {
  top: 8.7%;
  left: 33.7%;
}
.section-statistics--style-6 .circle.blue-circle {
  top: 19.9%;
  left: 75.1%;
}
.section-statistics--style-6 .image {
  left: 37.7%;
  height: 98%;
  width: 49.3%;
}
@media (max-width: 767px) {
  .section-statistics--style-6 .image {
    width: 100%;
    height: 100%;
  }
}

.section-teaser {
  padding-top: 4rem;
  padding-bottom: 3.9rem;
}
.section-teaser .title {
  margin-bottom: 3.2rem;
  margin-right: -1rem;
}
.section-teaser .title h2 {
  margin-bottom: 0.6rem;
  letter-spacing: 0.3px;
}
.section-teaser .title h3 {
  line-height: 1.95rem;
}
.section-teaser.bg-red {
  background-color: #DA3734;
}
.section-teaser.bg-tan {
  background-color: #E0E0DC;
}
.section-teaser.bg-blue {
  background-color: #000 /* blue */;
}
.section-teaser .row {
  margin: 0 -0.6rem;
}
.section-teaser .col {
  padding: 0 0.6rem;
}
.section-teaser .intro-large {
  font-size: 2rem;
  line-height: 2.5rem;
}
.section-teaser .intro-small {
  font-size: 1.375rem;
  line-height: 1.9rem;
  letter-spacing: 0.1px;
}
.section-teaser--2-cols {
  padding-top: 4rem;
  padding-bottom: 2.6rem;
}
.section-teaser--2-cols .title {
  margin-bottom: 1.9rem;
}
.section-teaser--2-cols .col {
  padding: 0 1rem;
}
.section-teaser--2-cols .row {
  margin: 0 -1rem;
}
.section-teaser--2-cols .teaser-box .image-wrap {
  height: 16.1rem;
}
.section-teaser--2-cols .box-content {
  padding: 1.1rem 0.9rem 1.6rem 1.2rem;
  min-height: 12.9rem;
}
.section-teaser--3-cols {
  padding-top: 4.3rem;
  padding-bottom: 2.8rem;
}
.section-teaser--3-cols .title {
  margin-bottom: 1.2rem;
}
.section-teaser--3-cols .teaser-box .image-wrap {
  height: 18.5rem;
}
.section-teaser--3-cols .teaser-box .box-content {
  min-height: 14.8rem;
}
.section-teaser--3-cols .teaser-box .btn {
  margin-top: 1.4rem;
}
.section-teaser--4-cols {
  padding-top: 4.8rem;
  padding-bottom: 3.3rem;
}
.section-teaser--4-cols .teaser-box .image-wrap {
  height: 12.9rem;
}
.section-teaser--4-cols .teaser-box .box-content {
  padding: 1.1rem 0.9rem 1.8rem 1.2rem;
  min-height: 16.3rem;
}
.section-teaser--style-2 {
  padding-bottom: 3.4rem;
}
.section-teaser--style-2 .teaser-box .image-wrap {
  height: 17.2rem;
}
.section-teaser--style-2 .teaser-box .box-content {
  min-height: 19.4rem;
}
.section-teaser--style-2 .teaser-box p {
  margin-bottom: 0.7rem;
}
.section-teaser--style-2 .teaser-box .btn {
  margin-top: auto;
}
.section-teaser--style-3 {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}
.section-teaser--style-3 .title {
  margin-bottom: 2.3rem;
}
.section-teaser--style-3 .title .intro-large {
  margin-bottom: 0.7rem;
}
.section-teaser--style-3 .teaser-box .image-wrap {
  height: 11.5rem;
}
.section-teaser--style-4 {
  padding-top: 3.5rem;
  padding-bottom: 3.4rem;
}
.section-teaser--style-4 .title {
  margin-bottom: 1.6rem;
}
.section-teaser--style-4 .teaser-box .image-wrap {
  height: 12.8rem;
}
.section-teaser--style-4 .teaser-box .box-content {
  min-height: 13.7rem;
  padding-bottom: 0.9rem;
}
.section-teaser--style-4 .teaser-box .btn {
  margin-top: auto;
}
.section-teaser--download {
  padding-top: 5rem;
  padding-bottom: 3.4rem;
}
.section-teaser--download .title {
  margin-bottom: 1.7rem;
}
.section-teaser--download .teaser-box .box-content {
  min-height: 7.4rem;
}
.section-teaser--download .teaser-box .btn {
  margin-top: auto;
}

.section-testimonial {
  color: #fff;
  height: auto;
  min-height: 31.2rem;
}
@media (max-width: 1023px) {
  .section-testimonial {
    min-height: 1rem;
    height: 27.6rem;
  }
}
@media (max-width: 575px) {
  .section-testimonial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    padding-top: 2rem;
  }
}
.section-testimonial:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #DA3734 21%, transparent 63%);
  height: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .section-testimonial:after {
    height: auto;
    bottom: 7rem;
    top: 0;
    background: linear-gradient(to bottom, #DA3734 74%, transparent 93%);
  }
}
.section-testimonial .container-fluid, .section-testimonial .row {
  height: auto;
  min-height: 31.2rem;
}
@media (max-width: 575px) {
  .section-testimonial .container-fluid, .section-testimonial .row {
    height: auto;
    min-height: 1rem;
  }
}
.section-testimonial .container-fluid:before, .section-testimonial .container-fluid:after {
  content: "";
  background-color: #DA3734;
  width: 5.125rem;
  height: 5.125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(../img/icon-quote.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -2.4rem;
  right: -0.1rem;
  background-size: 2rem;
  background-position: center;
}
@media (max-width: 575px) {
  .section-testimonial .container-fluid:before, .section-testimonial .container-fluid:after {
    width: 4.0625rem;
    height: 4.0625rem;
    background-size: 1.7rem;
    top: -4.2rem;
    left: 1.1rem;
  }
}
.section-testimonial .container-fluid:after {
  right: -0.1rem;
  top: auto;
  bottom: -2.5rem;
  transform: scale(-1, 1);
}
@media (max-width: 575px) {
  .section-testimonial .container-fluid:after {
    bottom: -16.3rem;
    left: 1rem;
  }
}
@media (max-width: 1023px) {
  .section-testimonial .container-fluid:after {
    bottom: 1.2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .section-testimonial .container-fluid:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-testimonial .container-fluid {
    order: 1;
  }
}
.section-testimonial .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 575px) {
  .section-testimonial .bg-image {
    position: static;
    order: 2;
    min-height: 14.2rem;
    object-fit: cover;
    object-position: center;
  }
}
.section-testimonial .col-md-6 {
  height: 100%;
}
.section-testimonial .container-fluid {
  position: relative;
  z-index: 10;
}
.section-testimonial .btn {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .section-testimonial .btn {
    margin-top: 1.2rem;
  }
}
.section-testimonial--image-left .container-fluid:before {
  right: auto;
  left: auto;
}
@media (max-width: 575px) {
  .section-testimonial--image-left .container-fluid:before {
    left: 1.1rem;
  }
}
.section-testimonial--image-left .container-fluid:after {
  right: auto;
}
@media (max-width: 575px) {
  .section-testimonial--image-left .container-fluid:after {
    left: 1rem;
  }
}
.section-testimonial--image-left blockquote {
  padding-top: 1rem;
}
.section-testimonial.bg-blue:after {
  background: linear-gradient(to right, #000 /* blue */ 21%, transparent 63%);
}
@media (max-width: 575px) {
  .section-testimonial.bg-blue:after {
    background: linear-gradient(to bottom, #000 /* blue */ 74%, transparent 93%);
  }
}
.section-testimonial.bg-blue .container-fluid:before, .section-testimonial.bg-blue .container-fluid:after {
  background-color: #000 /* blue */;
}

.section-upcoming-events {
  padding-top: 5.9rem;
  padding-bottom: 5.2rem;
}
.section-upcoming-events h2 {
  letter-spacing: 0.4px;
  margin-bottom: 1.6rem;
}
.section-upcoming-events .btn {
  margin-top: 1.3rem;
  padding: 0.9rem 1.2rem;
}
@media (max-width: 767px) {
  .section-upcoming-events .table .th, .section-upcoming-events .table .td {
    line-height: 2.25rem;
  }
}

.section-video {
  color: #fff;
  padding-top: 4.8rem;
  padding-bottom: 5.3rem;
}
.section-video h2 {
  font-weight: 200;
  margin-bottom: 0.2rem;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .section-video h2 {
    font-weight: 700;
    letter-spacing: 0.1px;
    margin-bottom: -0.1rem;
  }
}
.section-video .content-col {
  padding-right: 2.7rem;
}
.section-video .btn {
  margin-top: 0.8rem;
  padding: 0.95rem 1.2rem;
}
@media (max-width: 767px) {
  .section-video .btn {
    margin-top: 0rem;
  }
}
.section-video p {
  letter-spacing: -0.1px;
}
.section-video .video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .section-video .video-wrap {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 1.3rem;
  }
}
.section-video .video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video .video-wrap .play-btn {
  width: 4.0625rem;
  height: 4.0625rem;
  background-image: url(../img/icon-play.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .section-video .video-wrap .play-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.section-video .intro-large {
  letter-spacing: 0.2px;
}
.section-video--wide {
  padding-top: 2.8rem;
  padding-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .section-video--wide {
    padding-top: 1.8rem;
    padding-bottom: 3.5rem;
  }
}
.section-video--wide .video-col {
  flex: 0 0 69.8%;
  max-width: 69.8%;
}
@media (max-width: 1023px) {
  .section-video--wide .video-col {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .section-video--wide .video-col {
    flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-video--wide .content-col {
  padding-left: 2.6rem;
  padding-bottom: 0.6rem;
  min-height: 15rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .section-video--wide .content-col {
    flex: 2;
    padding: 0 2rem;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .section-video--wide .video-wrap {
    max-width: 88.9%;
    margin: 0 auto;
  }
}
.section-video--wide .video-wrap .play-btn {
  width: 5.375rem;
  height: 5.375rem;
}
@media (max-width: 767px) {
  .section-video--wide .video-wrap .play-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.section-assistants {
  padding-top: 4.7rem;
  padding-bottom: 3.9rem;
}
.section-assistants h2 {
  letter-spacing: 0.4px;
  margin-bottom: 1.9rem;
}
.section-assistants .table .tbody .th, .section-assistants .table .tbody .td {
  font-size: 1rem;
  padding-top: 0.48rem;
  padding-bottom: 0.26rem;
  letter-spacing: -0.1px;
}
@media (max-width: 767px) {
  .section-assistants .table .tbody .th, .section-assistants .table .tbody .td {
    padding: 0;
  }
}
.section-assistants .table .th:first-child {
  flex: 0 0 24.1%;
  max-width: 24.1%;
}
@media (max-width: 1023px) {
  .section-assistants .table .th:first-child {
    flex: 0 0 20.1%;
    max-width: 20.1%;
  }
}
@media (max-width: 767px) {
  .section-assistants .table .th:first-child {
    flex: 1;
    max-width: 100%;
  }
}
.section-assistants .table .th:nth-child(2), .section-assistants .table .td:nth-child(2) {
  flex: 0 0 30.3%;
  max-width: 30.3%;
}
@media (max-width: 767px) {
  .section-assistants .table .th:nth-child(2), .section-assistants .table .td:nth-child(2) {
    flex: 1;
    max-width: 100%;
  }
}
.section-assistants .table .th:nth-child(3), .section-assistants .table .td:nth-child(3) {
  flex: 0 0 19.8%;
  max-width: 19.8%;
}
@media (max-width: 767px) {
  .section-assistants .table .th:nth-child(3), .section-assistants .table .td:nth-child(3) {
    flex: 1;
    max-width: 100%;
  }
}
.section-assistants .table .th:last-child, .section-assistants .table .td:last-child {
  flex: 0 0 25.8%;
  max-width: 25.8%;
}
@media (max-width: 1023px) {
  .section-assistants .table .th:last-child, .section-assistants .table .td:last-child {
    max-width: 29.8%;
    flex: 0 0 29.8%;
  }
}
@media (max-width: 767px) {
  .section-assistants .table .th:last-child, .section-assistants .table .td:last-child {
    flex: 1;
    max-width: 100%;
  }
}

.section-event-details {
  padding-top: 4.1rem;
}
.section-event-details .event-info h4 {
  color: #929497;
  line-height: 0.9rem;
  border-bottom: 1px solid #E0E0DC;
  padding-bottom: 0.4rem;
  margin-bottom: 0.8rem;
}
.section-event-details .event-info .h5 {
  font-weight: 600;
}
.section-event-details .event-info .info-item {
  margin-bottom: 2.05rem;
}
.section-event-details .event-info .info-item--save {
  margin-top: 2.5rem;
}
.section-event-details .event-info .info-item--save h4 {
  margin-bottom: 1.3rem;
}
.section-event-details .event-info .btn {
  margin-bottom: 0.7rem;
}
.section-event-details .event-info .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.section-event-details .event-info .social a {
  width: 2.75rem;
  height: 2.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #E0E0DC;
  color: #DA3734;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-right: 0.3rem;
}
.section-event-details .image {
  margin-bottom: 2.6rem;
  width: 100%;
}
.section-event-details p {
  margin-bottom: 0.9rem;
  letter-spacing: -0.1px;
}
.section-event-details .event-footer {
  background-color: #E0E0DC;
  margin-top: 3.9rem;
  padding: 0.7rem 0 0.45rem;
}
@media (max-width: 767px) {
  .section-event-details .event-footer {
    text-align: center;
  }
}
.section-event-details .event-footer a {
  color: #DA3734;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.9px;
}
.section-event-details .event-footer a img {
  width: 0.4rem;
  height: 0.8rem;
  display: inline-block;
  vertical-align: -0.1rem;
}
.section-event-details .event-footer a.next-link img {
  margin-left: 0.4rem;
}
.section-event-details .event-footer a.prev-link img {
  margin-right: 0.4rem;
}
.section-event-details .event-footer .event-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .section-event-details .event-footer .event-nav {
    justify-content: space-between;
  }
}
.section-event-details .event-footer .event-nav a {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .section-event-details .event-footer .event-nav a {
    margin-left: 0;
  }
}

.section-staff {
  padding-top: 4.4rem;
  padding-bottom: 2.6rem;
}
.section-staff h2 {
  letter-spacing: 0.4px;
  margin-bottom: 1.9rem;
}
.section-staff .table {
  color: #000;
}
.section-staff .table .tbody .th, .section-staff .table .tbody .td {
  font-size: 1rem;
  padding-top: 0.48rem;
  padding-bottom: 0.26rem;
  letter-spacing: -0.1px;
}
@media (max-width: 767px) {
  .section-staff .table .tbody .th, .section-staff .table .tbody .td {
    padding: 0;
  }
}
.section-staff .table .th:first-child {
  flex: 0 0 24.1%;
  max-width: 24.1%;
}
@media (max-width: 767px) {
  .section-staff .table .th:first-child {
    flex: 1;
    max-width: 100%;
  }
}
.section-staff .table .th:nth-child(2), .section-staff .table .td:nth-child(2) {
  flex: 0 0 30.3%;
  max-width: 30.3%;
}
@media (max-width: 767px) {
  .section-staff .table .th:nth-child(2), .section-staff .table .td:nth-child(2) {
    flex: 1;
    max-width: 100%;
  }
}
.section-staff .table .th:nth-child(3), .section-staff .table .td:nth-child(3) {
  flex: 0 0 19.8%;
  max-width: 19.8%;
}
@media (max-width: 767px) {
  .section-staff .table .th:nth-child(3), .section-staff .table .td:nth-child(3) {
    flex: 1;
    max-width: 100%;
  }
}
.section-staff .table .th:last-child, .section-staff .table .td:last-child {
  flex: 0 0 25.8%;
  max-width: 25.8%;
}
@media (max-width: 767px) {
  .section-staff .table .th:last-child, .section-staff .table .td:last-child {
    flex: 1;
    max-width: 100%;
  }
}
.section-staff .table a {
  color: #000;
}

.section-event-list {
  padding-top: 2.5rem;
  padding-bottom: 1.9rem;
}
.section-event-list .top-nav {
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  margin: 0;
}
.section-event-list .top-nav h4 {
  color: #fff;
  letter-spacing: 1.9px;
}

.section-faculty {
  padding-top: 3.25rem;
}
.section-faculty h2 {
  margin-bottom: 1.3rem;
}
.section-faculty .container {
  padding: 0 0.7rem;
}
.section-faculty .row {
  margin: 0 -0.7rem;
}
.section-faculty .col {
  padding: 0 0.6rem;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  padding: 0.7rem 0rem;
  z-index: 1000;
  background: linear-gradient(to bottom, #000 /* blue */ -4%, transparent);
}
@media (max-width: 991px) {
  .header {
    padding: 1rem 0rem;
  }
}
.header .logo {
  width: 15rem;
  display: block;
  margin-left: -0.6rem;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .header .logo {
    width: 8.5rem;
    margin-left: 0.8rem;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .header .menu-close {
    position: absolute;
    right: 2rem;
    top: 2.1rem;
    z-index: 1000;
  }
}
.header .header-nav {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .header .header-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    max-height: 0;
    transition: 0.4s;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 30.1rem;
    padding: 4.8rem 1.6rem 0 1.8rem;
  }
}
.header .header-nav.menu-open {
  visibility: visible;
  opacity: 1;
  max-width: 1000px;
}
.header .nav-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.15rem;
}
@media (max-width: 991px) {
  .header .nav-top {
    order: 2;
    margin-top: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.header .nav-top ul {
  padding-top: 0.3rem;
}
.header .nav-top ul li {
  font-size: 0.875rem;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-left: 1.6rem;
  line-height: 1rem;
}
@media (max-width: 991px) {
  .header .nav-top ul li {
    margin-left: 0;
    margin-right: 1.6rem;
  }
}
.header ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header a {
  color: #fff;
}
@media (max-width: 991px) {
  .header a {
    color: #000 /* blue */;
  }
}
.header .btn {
  padding: 0.5rem 0.9rem;
}
.header .row {
  margin: 0 -1rem;
}
@media (max-width: 991px) {
  .header .row {
    margin: 0 -0.4rem;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header .menu-btn {
    flex: 0 0 4rem;
    max-width: 4rem;
  }
}
.header .search {
  margin-right: 1.8rem;
  margin-left: 1.3rem;
}
.header .menu {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-end;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .header .menu {
    flex-direction: column;
  }
}
.header .menu li {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-left: 2.6rem;
}
@media (max-width: 991px) {
  .header .menu li {
    margin-left: 0;
    font-weight: 600;
    border-top: 1px solid #E0E0DC;
    padding: 0.88rem 0;
    position: relative;
  }
}
@media (max-width: 991px) {
  .header .menu li:last-child {
    border-bottom: 1px solid #E0E0DC;
  }
}
.header .menu li.has-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #DA3734 transparent transparent transparent;
  display: inline-block;
  vertical-align: 0.1rem;
  margin-left: 0.43rem;
}
@media (max-width: 991px) {
  .header .menu li.has-sub-menu:after {
    position: absolute;
    right: -0.1rem;
    top: 1.3rem;
    transform: rotate(-90deg);
  }
}
@media (min-width: 1024px) {
  .header .menu li.has-sub-menu:hover > .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
  }
}
.header .menu li.has-sub-menu:hover > a:before {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.header .menu li.has-sub-menu > a {
  position: relative;
}
@media (max-width: 991px) {
  .header .menu li.has-sub-menu > a {
    width: 100%;
    display: block;
  }
}
.header .menu li.has-sub-menu > a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.2rem;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: 10;
}
@media (max-width: 991px) {
  .header .menu li.has-sub-menu > a:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .btn-back {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 991px) {
  .header .btn-back img {
    width: 0.4rem;
    margin-right: 0.4rem;
    display: inline-block;
    vertical-align: -0.1rem;
  }
}
.header .sub-menu-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  background-color: #fff;
  left: 0;
  right: 0;
  max-width: 980px;
  margin: 1.2rem auto 0;
  padding: 1.2rem 1.3rem;
  box-shadow: 0 -5px 7px 0 rgba(12, 51, 72, 0.57);
}
@media (max-width: 991px) {
  .header .sub-menu-wrap {
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem 1.9rem;
  }
}
@media (max-width: 991px) {
  .header .sub-menu-wrap.sub-menu-open {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
.header .sub-menu-wrap .col {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .header .sub-menu-wrap .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.4rem;
  }
}
.header .sub-menu-wrap .row {
  margin: 0 -10px;
}
.header .sub-menu-wrap .bg-tan {
  background-color: #E0E0DC;
  padding: 1rem 1.2rem 1.2rem;
  height: 100%;
}
.header .sub-menu-wrap .text-italic {
  font-size: 0.75rem;
  font-style: italic;
  color: #000 /* blue */;
  font-weight: 200;
  display: block;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .header .sub-menu-wrap .text-italic {
    font-size: 1rem;
  }
}
.header .sub-menu-wrap .btn {
  padding: 0.7rem 0.7rem;
}
.header .support-menu-item .sub-menu-wrap {
  max-width: 750px;
  right: 5.5%;
  left: auto;
  padding: 0.2rem 1.3rem 1rem;
}
@media (max-width: 991px) {
  .header .support-menu-item .sub-menu-wrap {
    right: 0;
    padding: 1.25rem 1.9rem;
    left: 0;
    max-width: 100%;
  }
}
.header .support-menu-item .row {
  margin: 0 -20px;
}
.header .support-menu-item .col {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .header .support-menu-item .col {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header .support-menu-item .col:last-child .sub-menu {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .header .support-menu-item .col:first-child .sub-menu li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header .support-menu-item .sub-menu {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header .support-menu-item .sub-menu li {
    padding: 0.95rem 0;
    line-height: 1.375rem;
  }
}
.header .sub-menu {
  display: block;
  padding: 0.5rem 0;
}
.header .sub-menu li {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-left: 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid #E0E0DC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .header .sub-menu li {
    font-size: 1.375rem;
    padding: 0.59rem 0;
    border-bottom: 0;
  }
}
.header .sub-menu li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #DA3734;
  display: inline-block;
  margin-left: 0.2rem;
  margin-right: 0.8rem;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .header .sub-menu li:before {
    display: none;
  }
}
.header .sub-menu a {
  color: #000 /* blue */;
  flex: 1;
}
.header .header-news-item .img-wrap {
  width: 100%;
  height: 10.1rem;
  margin-bottom: 0.75rem;
}
.header .header-news-item .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header .header-news-item .content-wrap {
  padding-left: 0.2rem;
}
.header .header-news-item h4 {
  letter-spacing: 1.9px;
  margin-bottom: 0rem;
}
.header .header-news-item p {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  line-height: 1.65rem;
  color: #808285;
}
.header .header-news-item .bottom-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.1rem;
}
.header .alumni-item {
  position: relative;
  height: 24rem;
  color: #fff;
}
.header .alumni-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(12, 51, 72, 0.8) 3%, transparent 54%);
}
.header .alumni-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .alumni-item .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.2rem 1.3rem;
  z-index: 10;
}
.header .alumni-item h4 {
  margin-bottom: 0.7rem;
}
.header .alumni-item h3 {
  margin-bottom: 0rem;
}
.header .alumni-item .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.header .program-item {
  position: relative;
  color: #fff;
  height: 24rem;
}
.header .program-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(12, 51, 72, 0.8) 25%, transparent 74%);
}
.header .program-item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header .program-item .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 1.9rem 1.4rem;
}
.header .program-item .btn {
  padding: 0.55rem 1.3rem;
}
.header .program-item .small {
  line-height: 1.325rem;
  font-weight: 200;
  font-size: 0.875rem;
  margin-left: 0.1rem;
  letter-spacing: 0.8px;
}
.header .program-item h2 {
  margin-bottom: 0.1rem;
}
.header .menu-col .text-italic {
  margin-left: 0.3rem;
}
@media (max-width: 991px) {
  .header .menu-col .text-italic {
    margin-left: 0;
  }
}
.header .menu-col.bg-tan {
  padding: 1.1rem 1rem;
}
@media (max-width: 991px) {
  .header .menu-col.bg-tan {
    padding: 1.1rem 1.1rem 0.3rem;
  }
}
.header .menu-col.bg-tan .sub-menu {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .header .menu-col.bg-tan .sub-menu {
    padding: 0;
  }
}
.header .menu-col.bg-tan .sub-menu li {
  font-weight: 600;
  padding: 0.22rem 0;
  letter-spacing: 0.3px;
}
@media (max-width: 991px) {
  .header .menu-col.bg-tan .sub-menu li {
    font-size: 1.125rem;
    padding: 0.48rem 0;
    letter-spacing: 0.6px;
    line-height: 1.125rem;
  }
}
.header .menu-col.bg-tan .sub-menu li:before {
  border-color: transparent transparent transparent #000 /* blue */;
  margin-right: 0.6rem;
}
@media (max-width: 991px) {
  .header .menu-col.bg-tan .sub-menu li:before {
    display: inline-block;
    margin-top: 0.05rem;
    border-width: 6px 0 6px 6px;
  }
}
.header .menu-col.bg-tan .sub-menu a {
  color: #DA3734;
}
.header .event {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background-color: #DA3734;
  margin-bottom: 1rem;
  margin: 0 0.1rem 0.37rem;
}
.header .event .img-wrap {
  flex: 0 0 5.3rem;
  max-width: 5.3rem;
  height: 5.3rem;
}
.header .event .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .event .content-wrap {
  padding-left: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.header .event h6 {
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.header .event .date {
  font-weight: 200;
}
.header .events .text-italic {
  margin-bottom: 0.4rem;
}
.header .events .btn {
  margin-top: 0.6rem;
  padding: 0.72rem 1.1rem;
}
.header .event-big {
  position: relative;
  color: #fff;
  height: 24rem;
}
.header .event-big:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(12, 51, 72, 0.8) 3%, transparent 54%);
}
.header .event-big > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header .event-big .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 1.2rem 1.3rem;
}
.header .event-big h3 {
  font-weight: 600;
  margin-bottom: 0.1rem;
  letter-spacing: 0.3px;
}
.header .event-big .date {
  font-size: 1rem;
  font-weight: 200;
  display: block;
  margin-bottom: 0.8rem;
  letter-spacing: 0.9px;
}
.header .event-big .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer {
  background-color: #000 /* blue */;
  padding-top: 4.6rem;
  padding-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 1.8rem;
    padding-bottom: 3.1rem;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding: 0 1.8rem;
  }
}
.footer h6 {
  color: #DA3734;
  text-transform: none;
}
.footer h6:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.05rem;
}
.footer .footer-menu li {
  font-weight: 200;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  line-height: 1rem;
  margin-bottom: 0.55rem;
}
.footer .col {
  padding: 0 15px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #DA3734;
}
.footer .row {
  position: relative;
  margin: 0 -15px;
  padding-top: 1.3rem;
}
.footer .row:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.footer .company-address {
  text-align: right;
  font-size: 0.8125rem;
  font-weight: 200;
  color: #fff;
  margin-top: 4.5rem;
  line-height: 1.35rem;
  margin-left: -3rem;
  letter-spacing: 0.1px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .footer .company-address {
    margin: 0;
    text-align: left;
    margin-bottom: 0.9rem;
  }
}
.footer .company-address strong {
  display: block;
  font-weight: 600;
}
.footer .company-address a {
  display: block;
}
.footer .copyright-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .copyright-nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .copyright {
  padding-top: 0.9rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    padding-top: 1.2rem;
  }
}
.footer .copyright .footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .copyright .footer-menu {
    display: none;
  }
}
.footer .copyright .footer-menu li {
  margin-bottom: 0;
  margin-right: 1.4rem;
  margin-top: 0.2rem;
}
.footer .copyright p {
  font-weight: 200;
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  margin-right: -0.1rem;
}
@media (max-width: 767px) {
  .footer .copyright p {
    text-align: left;
  }
}
.footer .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 0.2rem;
  margin-right: 0.9rem;
}
@media (max-width: 767px) {
  .footer .footer-social {
    margin-bottom: 1.95rem;
    border-right: 0;
  }
}
.footer .footer-social a {
  font-size: 1.2rem;
  margin-right: 0.9rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  height: 1.4rem;
}
@media (max-width: 767px) {
  .footer .footer-social a {
    margin-right: 1.2rem;
  }
}




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