.ams-carousel-footer__wrapper .item {
  background-color: #D4223E;
  aspect-ratio: 16/9;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 1.3rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
.ams-carousel-footer__wrapper .item .subject {
  font-size: 2.9rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .ams-carousel-footer__wrapper .item .subject {
    font-size: 2rem;
  }
}
.ams-carousel-footer__wrapper .owl-dots {
  opacity: 0;
  visibility: hidden;
  padding-bottom: 4rem;
}
.ams-carousel-footer__outer {
  width: 100%;
}
.ams-carousel-footer__row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.ams-carousel-footer__title-row {
  font-size: 2.25rem;
  padding-bottom: 3rem;
  padding-top: 9rem;
  font-weight: 600;
}
.background-main-color {
  background-color: #F3F3F3;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn-sm, .btn-group-sm > .btn {
  font-weight: bold;
  font-size: 0.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-sm.btn-light {
  color: #000000;
  border-color: transparent;
}
.btn-sm.btn-light:hover {
  color: #FFFFFF;
}
.btn-sm.btn-dark:hover {
  background-color: #E7E3E3;
  color: #000000;
  border-color: transparent;
}

.btn-smx {
  font-size: 0.67rem;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 2px;
  padding: 3px 18px;
}

.btn-black {
  border-color: #000000;
  color: #000000;
}
.btn-black:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.btn-outline-secondary.btn-smx.btn-black.active {
  background-color: #000000;
  color: #FFFFFF;
}
.btn-outline-secondary.btn-smx.btn-black.active:hover {
  background-color: #D4223E;
  border-color: #D4223E;
}

.btn-light {
  background-color: #E7E3E3;
}

.btn-collapse {
  font-size: 0.77rem;
  font-weight: 600;
  position: relative;
}
.btn-collapse:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='20px' height='11.456px' viewBox='0 0 20 11.456' enable-background='new 0 0 20 11.456' xml:space='preserve'><polygon points='10,11.456 0,1.456 1.456,0 10,8.544 18.545,0 20,1.456'/></svg>");
  width: 20px;
  height: 12px;
  left: 0;
  top: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.btn-collapse:focus {
  box-shadow: none;
}
.btn-collapse.collapsed:before {
  transform: rotate(0deg);
}

.btn-put-later {
  font-size: 0.77rem;
  font-weight: 600;
  position: relative;
}
.btn-put-later:focus {
  box-shadow: none;
}
.btn-put-later:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'><path d='M9,18c-4.963,0-9-4.038-9-9c0-4.963,4.037-9,9-9c4.962,0,9,4.037,9,9C18,13.962,13.962,18,9,18z M9,1.775 C5.017,1.775,1.775,5.017,1.775,9S5.017,16.224,9,16.224s7.224-3.24,7.224-7.224S12.983,1.775,9,1.775z M9.887,13.943H8.112V9.887 H4.056V8.112h4.056V4.056h1.775v4.056h4.058v1.775H9.887V13.943z'/></svg>");
  left: 0;
  top: 5px;
}

.navbar-right {
  justify-content: flex-end;
}

.nav-item {
  font-size: 0.8rem;
  font-weight: bold;
}

.navbar-nav {
  column-gap: 2rem;
  margin-right: 3rem;
}

.navbar-extra-row {
  display: flex;
  column-gap: 2rem;
  margin-left: 3rem;
}

.dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}

.dropdown-menu {
  font-size: 0.8rem;
  border-radius: 15px;
}

.navbar-light .navbar-nav .nav-link.active {
  position: relative;
  color: #D4223E;
}
.navbar-light .navbar-nav .nav-link.active:before {
  display: block;
  content: "";
  position: absolute;
  left: -6px;
  top: 43%;
  width: 7px;
  height: 7px;
  background-color: #D4223E;
  border-radius: 3px;
}

.bg-light {
  background-color: transparent !important;
}

body {
  font-size: 18px;
}

a {
  font-weight: 600;
}

.collapse.show {
  padding-bottom: 1rem;
}

.ams-spacer-1 {
  height: 1rem;
}

.ams-spacer-2 {
  height: 2rem;
}

.ams-spacer-3 {
  height: 3rem;
  position: relative;
}
.ams-spacer-3.with-gradient:before {
  position: absolute;
  content: "";
  display: block;
  height: 3rem;
  width: 100%;
  top: -3em;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%);
}

.ams-spacer-5 {
  height: 5rem;
  position: relative;
}
.ams-spacer-5.with-gradient:before {
  position: absolute;
  content: "";
  display: block;
  height: 5rem;
  width: 100%;
  top: -5em;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%);
}

@media (max-width: 991px) {
  .container.container-full {
    max-width: calc(100% - 20px);
  }
}

.btn-light:focus {
  background-color: #E7E3E3;
}

.modal-content {
  border-radius: 15px;
}

.modal-dialog {
  max-width: calc(100% - 6rem);
}

.btn-close {
  width: 25px;
  height: 23px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M23.2098 20.3911C23.6926 20.8657 23.6994 21.642 23.2249 22.1248C22.7503 22.6077 21.9741 22.6144 21.4911 22.1399L1.61669 2.60813C1.13377 2.13354 1.12702 1.35732 1.60161 0.874403C2.0762 0.391483 2.85242 0.384734 3.33534 0.859327L23.2098 20.3911Z' fill='%235A5A5A'/><path d='M0.8742 20.3911C0.391428 20.8657 0.38458 21.642 0.859124 22.1248C1.33367 22.6077 2.10992 22.6144 2.59285 22.1399L22.4673 2.60813C22.9502 2.13354 22.957 1.35732 22.4824 0.874403C22.0078 0.391483 21.2316 0.384734 20.7486 0.859327L0.8742 20.3911Z' fill='%235A5A5A'/></svg>");
}

.ams-sidebar__outer {
  padding: 2rem;
}
@media (max-width: 1199px) {
  .ams-sidebar__outer {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .ams-sidebar__outer {
    padding-right: 0;
  }
}
@media (max-width: 680px) {
  .ams-sidebar__outer {
    width: 50px;
  }
}
.ams-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 4rem;
}
.ams-sidebar__link {
  display: flex;
  column-gap: 1rem;
  color: #576071;
}
.ams-sidebar__ico {
  display: block;
  width: 26px;
  height: 26px;
}
.ams-sidebar__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ams-sidebar__label {
  display: block;
}
@media (max-width: 1199px) {
  .ams-sidebar__label {
    display: none;
  }
}
.ams-sidebar__item {
  margin-bottom: 2rem;
}
.ams-sidebar__item:first-child {
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .ams-sidebar__col-2.col-2 {
    flex: 0 0 8.3%;
    max-width: 8.3%;
  }
}
@media (max-width: 840px) {
  .ams-sidebar__col-2.col-2 {
    padding-right: 0;
  }
}
@media (max-width: 680px) {
  .ams-sidebar__col-2.col-2 {
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .ams-sidebar__col-10.col-10 {
    flex: 0 0 91.6%;
    max-width: 91.6%;
  }
}
@media (max-width: 680px) {
  .ams-sidebar__col-10.col-10 {
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
  }
}

.ams-hero-banner__wrapper {
  margin-left: 0;
  margin-right: 0;
  height: 480px;
  background-color: #D4223E;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 1.5rem 2.6rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .ams-hero-banner__wrapper {
    max-width: unset;
  }
}
@media (max-width: 640px) {
  .ams-hero-banner__wrapper {
    height: auto;
    background-size: cover;
    background-position: left;
  }
}
@media (max-width: 480px) {
  .ams-hero-banner__wrapper {
    padding: 1rem;
  }
}
.ams-hero-banner__body {
  color: #FFFFFF;
}
.ams-hero-banner__body h1 {
  font-size: 3.5rem;
}
@media (max-width: 840px) {
  .ams-hero-banner__body h1 {
    font-size: 2.5rem;
  }
}
.ams-hero-banner__body {
  display: flex;
}
@media (max-width: 840px) {
  .ams-hero-banner__body {
    height: 100%;
  }
}
@media (max-width: 640px) {
  .ams-hero-banner__body {
    flex-direction: column-reverse;
  }
}
.ams-hero-banner__textcontent {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}
.ams-hero-banner__imagecontent {
  display: flex;
}
@media (max-width: 840px) {
  .ams-hero-banner__imagecontent img {
    object-position: center;
    object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .ams-hero-banner__imagecontent {
    max-width: 320px;
    margin: 0 auto;
  }
}

.ams-text__image-intro {
  aspect-ratio: 1/1;
  background-color: #D4223E;
  border-radius: 15px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.ams-text__image-intro img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 740px) {
  .ams-text .row {
    flex-direction: column;
  }
}
@media (max-width: 740px) {
  .ams-text .col-7 {
    flex: 0 0 100%;
    max-width: unset;
    margin-left: unset;
    margin-top: 1rem;
    padding-left: unset;
  }
}
@media (max-width: 991px) {
  .ams-text {
    max-width: unset;
  }
}

.ams-filters__section {
  align-items: center;
  display: flex;
  column-gap: 3rem;
  font-size: 0.9rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .ams-filters__section {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
}
.ams-filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.ams-article__outer {
  padding-bottom: 1rem;
  position: relative;
}
.ams-article__outer:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.ams-article__col-4-10 img {
  border-radius: 15px;
}
.ams-article__figcaption {
  text-align: right;
  font-size: 0.87rem;
  color: #576071;
  margin-top: 0.5rem;
}
.ams-article__meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 2rem;
  font-size: 0.87rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .ams-article__meta-list {
    flex-direction: column;
  }
}
.ams-article__content {
  margin-top: 1rem;
}
.ams-article__title {
  font-weight: 600;
}
@media (max-width: 840px) {
  .ams-article__title {
    font-size: 1.75rem;
  }
}
.ams-article__figure img {
  width: 100%;
}
.ams-article__quote {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 500;
}
.ams-article__quote-wrapper {
  padding-left: 4rem !important;
  position: relative;
}
.ams-article__quote-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1rem;
  top: 0;
  background-color: #000000;
}
.ams-article__rating-card {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}
.ams-article__rating-card .bi:before {
  -webkit-text-stroke: 1px #666;
  -webkit-text-fill-color: #eee;
}
.ams-article__rating-card .bi:hover::before {
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: #ccc;
}
.ams-article__rating-card .star-rating label {
  line-height: 1em;
  margin: 0;
  padding: 0 6px;
  font-size: 22px;
  color: #666;
}
.ams-article__rating-card .star-rating label:hover {
  color: #D4223E;
}
.ams-article__rating-card .star-rating input:checked ~ label {
  color: #D4223E;
}
.ams-article__rating-card .star-rating label:hover,
.ams-article__rating-card .star-rating label:hover ~ label,
.ams-article__rating-card .star-rating input:checked ~ label {
  color: #D4223E;
}
.ams-article__rating-card .star-rating label:hover:before,
.ams-article__rating-card .star-rating label:hover ~ label:before,
.ams-article__rating-card .star-rating input:checked ~ label:before {
  -webkit-text-fill-color: #ccc;
}
.ams-article__rating-card .star-rating label {
  color: #999;
  font-size: 24px;
  padding: 0 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ams-article__rating-card .star-rating input {
  display: none;
}
.ams-article__rating-card .star-rating {
  direction: rtl;
  display: inline-block;
  cursor: pointer;
}

.row-10 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
  .row-10 {
    flex-direction: column-reverse;
  }
}
.row-10 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.row-10 .col-6-10 {
  flex: 0 0 auto;
  width: 60%;
  margin-left: -15px;
}
@media (max-width: 740px) {
  .row-10 .col-6-10 {
    width: 100%;
  }
}
.row-10 .col-4-10 {
  flex: 0 0 auto;
  width: 40%;
  margin-right: -15px;
}
@media (max-width: 740px) {
  .row-10 .col-4-10 {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

.ams-carousel__wrapper .item {
  aspect-ratio: 16/9;
  box-sizing: border-box;
  border-radius: 15px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-size: cover;
}
.ams-carousel__wrapper .owl-dot.active:focus {
  border: none;
  outline: none;
}
.ams-carousel__wrapper .owl-dot.active span {
  width: 50px;
  transition: width 0.3s ease;
}
.ams-carousel__wrapper .owl-dot:focus {
  outline: none;
}
.ams-carousel__wrapper .owl-dot span {
  transition: width 0.3s ease;
}
.ams-carousel__outer {
  width: 100%;
}
.ams-carousel__row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.ams-login__body {
  background-color: #D4223E;
}
.ams-login__section {
  border-radius: 15px;
  background-color: #FFFFFF;
}
.ams-login__logo {
  background-color: transparent;
}
.ams-login__title {
  font-size: 3rem;
  font-weight: 700;
}
.ams-login__row {
  column-gap: 4rem;
}
.ams-login__row .col-6 {
  flex: 0 0 calc(50% - 4rem);
}
.ams-login__h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.ams-login__note {
  font-size: 1rem;
}
.ams-login__form .form-text {
  font-size: 0.875rem;
}
.ams-login__form .btn {
  background-color: #B2001D;
  border-color: #B2001D;
}
.ams-login__form .form-control {
  background-color: #ECECEC;
}
.ams-login__form .form-label {
  font-weight: 500;
}
.ams-login__registration {
  margin-top: 4rem;
}
.ams-login__registration-label {
  font-size: 0.667rem;
}
.ams-login__registration-title {
  font-size: 1rem;
}
.ams-login__col-image {
  display: flex;
}
.ams-login__col-image img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.ams-login__input-password {
  border: solid 1px #ced4da;
  border-radius: 30px;
  background-color: #ECECEC;
}
.ams-login__input-password .btn-outline-secondary:hover {
  color: #D4223E;
}
.ams-login__submit {
  width: 100%;
}

#togglePassword {
  background-color: transparent;
  border: none;
}

#password {
  border: none;
}

.ams-library__title {
  font-weight: 700;
  font-size: 3.5rem;
}
.ams-library__type-title {
  margin-top: 3.5rem;
  font-size: 2.25rem;
  font-weight: 500;
}
.ams-library__articles-item .row-10 {
  column-gap: 2rem;
}
.ams-library__articles-item .row-10 .col-4-10 {
  flex: 0 0 calc(40% - 1rem);
  margin-right: 0;
  padding: 0;
}
.ams-library__articles-item .row-10 .col-6-10 {
  flex: 0 0 calc(60% - 1rem);
  padding: 0;
}
.ams-library__articles-item .ams-article__figure img {
  aspect-ratio: 1.7/1;
  object-fit: cover;
  object-position: top;
}
.ams-library__articles-item .ams-article__content {
  border-bottom: solid 2px #000000;
}
.ams-library__articles-item .ams-article__content .btn {
  padding: 0;
  color: #000000;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: transparent;
  border: none;
}
.ams-library__articles-item .ams-article__content .btn:focus {
  box-shadow: none;
}
.ams-library__articles-item .ams-article__content .btn:focus:active {
  box-shadow: none;
}
.ams-library__articles-item .ams-article__content .btn:active {
  background-color: transparent;
  color: #D4223E;
  border: none;
}
.ams-library__articles-item .ams-article__content .btn-collapse {
  padding-left: 2rem;
  padding-top: 0.3rem;
}
.ams-library__articles-item .ams-article__content > p {
  margin-bottom: 0.3rem;
}
.ams-library__articles-item .card-body {
  padding: 0;
  background-color: transparent;
  border: none;
}
.ams-library__row {
  display: flex;
  row-gap: 3rem;
  flex-direction: column;
}
.ams-library__type-link {
  font-size: 1rem;
  border-bottom: solid 2px #000000;
  position: relative;
  width: calc(100% - 15px);
}
.ams-library__type-link:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='20px' height='11.456px' viewBox='0 0 20 11.456' enable-background='new 0 0 20 11.456' xml:space='preserve'><polygon points='10,11.456 0,1.456 1.456,0 10,8.544 18.545,0 20,1.456'/></svg>");
  width: 20px;
  height: 12px;
  top: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ams-library__link {
  font-weight: 600;
  padding-bottom: 0.1rem;
}

.ams-tag__section {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}
.ams-tag__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1rem;
}
.ams-tag__item {
  color: #576071;
}
.ams-tag__item a {
  color: inherit;
  font-weight: 400;
}
.ams-tag__item.active {
  color: #000000;
}
.ams-tag__item.active a {
  font-weight: 600;
}

.ams-search__eyeglass {
  width: 35px;
}
.ams-search__input {
  border-radius: 0;
  border: none;
  width: calc(100% - 5rem);
}
.ams-search__label {
  color: #7d7d7d;
}

/*# sourceMappingURL=main-newsletter.css.map */
