/*
* Generate A Background Image Properties
* @param $size:    Background-size, default = 'cover'
* @param $pos:     Background-position, default = 'center'
* @param $repeat:  Background-repeat, default = 'no-repeat
*/
/*
* Generate A Squared Button
* @param $bg:    Background color
* @param $color: Text color
* @param $uppercase: Whether to transform text into all uppercase or not, default = 'none'
* @param $gray-60Color: Border color, default = background color
*/
#section-cover {
  margin-top: 6rem;
  position: relative;
}
#section-cover .section-cover-inner {
  height: 450px;
}
@media screen and (max-width: 991.98px) {
  #section-cover .section-cover-inner {
    flex-flow: column;
    height: 600px;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover {
    margin-top: 3.5rem;
  }
}
#section-cover .bg-wrapper {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #section-cover .bg-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .bg-wrapper {
    flex: auto;
    max-width: none;
    height: 100%;
  }
}
#section-cover .bg-wrapper .copy-right {
  position: absolute;
  left: 0;
  bottom: 5px;
  padding: 3px 16px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  #section-cover .bg-wrapper .copy-right {
    bottom: 45px;
  }
}
#section-cover .bg-wrapper .copy-right .img-copy-right {
  color: #fff;
  opacity: 0.75;
  text-align: right;
}
#section-cover .bg-wrapper .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #171717;
  background: linear-gradient(to top, #171717 0%, #171717 4%, rgba(85, 85, 85, 0.5) 25%, rgba(100, 100, 100, 0) 100%);
  opacity: 0.3;
}
#section-cover .black-square {
  background-color: #f0eeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5rem;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square {
    padding: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square {
    flex: auto;
    max-width: none;
  }
}
#section-cover .black-square .text-wrapper {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square .text-wrapper {
    width: 100%;
  }
}
#section-cover .black-square .text-wrapper h1 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square .text-wrapper h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .stripe-wrapper {
    width: 100%;
  }
}

.more {
  margin-right: 1rem;text-align: right;
}
.more a {
  color: #a20000 !important;
}
.more a:hover {
  text-decoration: underline;
}
.more a:hover img {
  -webkit-animation-name: translateIcon;
          animation-name: translateIcon;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.more a img {
  width: 15px;
  margin-left: 0.5rem;
  position: relative;
}
.more a span {
  color: #a20003;
  text-transform: uppercase;
}
.more a span:hover {
  color: #820202f7;
}

.more {
    text-align: right;
}
#section-cover {
  z-index: 1;
}

.wrapper {
  padding: 5rem 10rem 7rem 10rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .wrapper {
    padding: 2rem 2rem 4rem 2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .wrapper {
    padding: 5rem 7.5rem 7rem 7.5rem;
  }
}
.wrapper .intro {
  margin-bottom: 3rem;
  text-align: right;
}
.wrapper .links {
  text-align: right;
}
.wrapper .links ul {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.wrapper .links ul .image-container {
  width: 40px;
  height: 40px;
}
.wrapper .links ul .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .links ul li {
  margin: 1rem;
  display: flex;
  position: relative;
  border-radius: 7px;
  padding: 8px 24px;
  width: calc(100% / 2 - 2rem);
  background-color: #fff;
}
@media screen and (max-width: 565.98px) {
  .wrapper .links ul li {
    width: 100%;
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 567px) and (max-width: 991.98px) {
  .wrapper .links ul li {
    margin: 0.5rem;
    width: calc(100% / 2 - 1rem);
  }
}
.wrapper .links ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wrapper .links ul li a .image-container {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .links ul li a .text-wrapper {
  width: calc(100% - 120px);
}
.wrapper .links ul li a .text-wrapper.custom {
  width: 100%;
}
.wrapper .links ul li a .text-wrapper h2 {
  line-break: anywhere;
  line-height: 1.6;
  -webkit-line-clamp: 2;
}
.wrapper .links ul li a .text-wrapper h2,
.wrapper .links ul li a .text-wrapper span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper .links ul li a .text-wrapper span {
  -webkit-line-clamp: 1;
  text-transform: lowercase;
}
.wrapper .more {
  margin-right: 0;
}
