/* variables end */
@font-face {
  font-family: "poppins";
  src: url("../../assets/fonts/Poppins-Medium.woff2") format("woff2"), url("../../assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppins";
  src: url("../../assets/fonts/Poppins-Regular.woff2") format("woff2"), url("../../assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppins";
  src: url("../../assets/fonts/Poppins-Light.woff2") format("woff2"), url("../../assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "poppins", sans-serif;
  color: #2d2d2d;
  letter-spacing: normal;
}

* {
  padding: 0;
  margin:0;
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul:not(.default) li {
  list-style: none;
}

.slick-same-height .slick-track {
  display: flex;
}
.slick-same-height .slick-track .slick-slide {
  height: inherit;
}

.win-container {
  margin: auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1521px) {
  .win-container {
    max-width: 1460px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-container {
    max-width: 76.042vw;
    padding: 0 1.333vw;
  }
}
@media screen and (max-width: 991px) {
  .win-container {
    max-width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .win-container {
    max-width: 510px;
  }
}
@media screen and (max-width: 575px) {
  .win-container {
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

a, button {
  transition: 0.4s all;
  text-decoration: none;
}

.d-block {
  display: block;
}
@media screen and (max-width: 991px) {
  .d-block {
    display: none;
  }
}

.d-none {
  display: none;
}
@media screen and (max-width: 991px) {
  .d-none {
    display: block;
  }
}

.ratio {
  overflow: hidden;
  position: relative;
}
.ratio > img,
.ratio > video,
.ratio > iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
}

.ratio-1x1 {
  padding-top: 100%;
}

.ratio-4x3 {
  padding-top: 75%;
}

.ratio-16x9 {
  padding-top: 56.55%;
}

.ratio-3x2 {
  padding-top: 66.6667%;
}

.ratio-5x4 {
  padding-top: 80%;
}

.ratio-3x1 {
  padding-top: 33.33%;
}

.ratio-21x9 {
  padding-top: 42.857%;
}

.ratio-9x16 {
  padding-top: 115%;
}

@-webkit-keyframes bounceDown {
  0% {
    -webkit-transform: translate(0, -15px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 15px);
    opacity: 0;
    @media screen and (min-width: 992px) and (max-width: 1920px) {
      -webkit-transform: translate(0, 0.781vw);
    }
  }
  100% {
    opacity: 0;
  }
}
@keyframes bounceDown {
  0% {
    transform: translate(0, -15px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 15px);
    opacity: 0;
    @media screen and (min-width: 992px) and (max-width: 1920px) {
      transform: translate(0, 0.781vw);
    }
  }
  100% {
    opacity: 0;
  }
}
.win-heading {
  /* H1 */
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}
.win-heading--main {
  font-size: 70px;
}
.win-heading--primary {
  font-size: 50px;
}
.win-heading--tertiary {
  font-size: 40px;
}
.win-heading--quaternary {
  font-size: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-heading--main {
    font-size: 3.646vw;
  }
  .win-heading--primary {
    font-size: 2.604vw;
  }
  .win-heading--tertiary {
    font-size: 2.083vw;
  }
  .win-heading--quaternary {
    font-size: 1.302vw;
  }
}
@media screen and (max-width: 991px) {
  .win-heading--main {
    font-size: 36px;
  }
  .win-heading--primary {
    font-size: 28px;
  }
  .win-heading--tertiary {
    font-size: 24px;
  }
  .win-heading--quaternary {
    font-size: 20px;
  }
}

.win-text {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
}
.win-text--primary {
  font-size: 18px;
}
.win-text--secondary {
  font-size: 16px;
}
.win-text--tertiary {
  font-size: 13px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-text--primary {
    font-size: 0.938vw;
  }
  .win-text--secondary {
    font-size: 0.833vw;
  }
  .win-text--tertiary {
    font-size: 0.677vw;
  }
}
@media screen and (max-width: 991px) {
  .win-text--primary {
    font-size: 16px;
  }
  .win-text--secondary {
    font-size: 14px;
  }
  .win-text--large {
    font-size: 12px;
  }
}

.win-subtitle {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  font-style: normal;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-subtitle {
    font-size: 1.302vw;
  }
}
@media screen and (max-width: 991px) {
  .win-subtitle {
    font-size: 20px;
  }
}

.font-med {
  font-weight: 500 !important;
}

.font-light {
  font-weight: 300 !important;
}

.color-red {
  color: #d60f16;
}

.color-light {
  color: #9b9b9b;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .ta-xl-center {
    text-align: center;
  }
  .ta-xl-left {
    text-align: left;
  }
  .ta-xl-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .ta-lg-center {
    text-align: center;
  }
  .ta-lg-left {
    text-align: left;
  }
  .ta-lg-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .ta-md-center {
    text-align: center;
  }
  .ta-md-left {
    text-align: left;
  }
  .ta-md-right {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  text-align: center;
  font-weight: 300;
  width: 100%;
  line-height: 1.2;
  font-size: 18px;
  padding: 19px 10px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .btn {
    font-size: 0.938vw;
    padding: 0.99vw 0.521vw;
  }
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 16px;
    padding: 16px 10px;
  }
}
.btn--red {
  background-color: #d60f16;
  border: 1px solid #d60f16;
  color: #ffffff;
}
.btn--red:hover {
  background-color: transparent;
}
.btn--red-border {
  background-color: transparent;
  border: 1px solid #d60f16;
  color: #ffffff;
}
.btn--red-border:hover {
  background-color: #d60f16;
}
.btn--small {
  max-width: 157px;
  padding: 11px 10px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .btn--small {
    max-width: 8.177vw;
    padding: 0.573vw 0.521vw;
  }
}
.btn--med {
  max-width: 218px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .btn--med {
    max-width: 11.354vw;
  }
}
@media screen and (max-width: 767px) {
  .btn--med {
    max-width: 180px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 991px) {
  .btn-group {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media screen and (max-width: 767px) {
  .btn-group {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .btn-group .btn {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.btn-group .btn:last-child {
  margin-left: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .btn-group .btn:last-child {
    margin-left: 1.042vw;
  }
}
.btn-group .btn:first-child {
  margin-left: 0;
}

.accordion {
  width: 100%;
}
.accordion__card {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #9b9b9b;
  padding: 30px 0 34px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .accordion__card {
    padding: 1.563vw 0 1.771vw;
  }
}
@media screen and (max-width: 991px) {
  .accordion__card {
    padding: 15px 0 18px;
  }
}
.accordion__card:last-child {
  border-bottom: 0;
}
.accordion__card .heading {
  cursor: pointer;
  width: 100%;
  color: #2d2d2d;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='11px' viewBox='0 0 22 11'%3E%3Cpath fill-rule='evenodd' fill='rgb(214, 15, 22)' d='M11.006,11.006 L0.098,0.509 C-0.020,0.395 -0.020,0.211 0.098,0.097 C0.216,-0.017 0.408,-0.017 0.526,0.097 L11.006,10.183 L21.486,0.097 C21.605,-0.017 21.796,-0.017 21.914,0.097 C22.032,0.211 22.032,0.395 21.914,0.509 L11.006,11.006 Z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .accordion__card .heading {
    background-size: 1.146vw;
    padding-right: 1.563vw;
  }
}
@media screen and (max-width: 991px) {
  .accordion__card .heading {
    background-size: 16px;
    padding-right: 25px;
  }
}
.accordion__card .heading.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='11px' viewBox='0 0 22 11'%3E%3Cpath fill-rule='evenodd' fill='rgb(214, 15, 22)' d='M10.994,-0.007 L21.902,10.491 C22.020,10.605 22.020,10.789 21.902,10.903 C21.784,11.016 21.592,11.016 21.474,10.903 L10.994,0.817 L0.514,10.903 C0.395,11.016 0.204,11.016 0.086,10.903 C-0.032,10.789 -0.032,10.605 0.086,10.491 L10.994,-0.007 Z'/%3E%3C/svg%3E");
}
.accordion__card .body {
  width: 100%;
  display: none;
  color: #2d2d2d;
  padding: 20px 0 0;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .accordion__card .body {
    padding: 1.042vw 0 0;
  }
}

/* Header Start Here */
.win-header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.win-header__announcementbar {
  background-color: #f2686c;
  padding: 26px 0;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__announcementbar {
    padding: 1.354vw 0;
  }
}
@media screen and (max-width: 991px) {
  .win-header__announcementbar {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .win-header__announcementbar {
    display: none;
  }
}
.win-header__announcementbar ul {
  text-align: right;
  line-height: 0;
}
.win-header__announcementbar ul li {
  display: inline-block;
  margin-left: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__announcementbar ul li {
    margin-left: 1.302vw;
  }
}
.win-header__announcementbar ul li .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.win-header__announcementbar ul li .item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  margin-right: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__announcementbar ul li .item img {
    min-width: 0.729vw;
    max-width: 0.729vw;
    height: 0.729vw;
    margin-right: 0.625vw;
  }
}
.win-header__announcementbar ul li .item p {
  transition: all 0.3s;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__announcementbar ul li .item p {
    font-size: 0.729vw;
  }
}
.win-header__announcementbar ul li a:hover p {
  opacity: 0.7;
}
.win-header__nav {
  padding: 25px 0;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__nav {
    padding: 1.302vw 0;
  }
}
@media screen and (max-width: 991px) {
  .win-header__nav {
    padding: 15px 0;
  }
}
.win-header__nav .row {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 767px) {
  .win-header__nav .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.win-header__nav .logo {
  width: 100%;
  max-width: 176px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__nav .logo {
    max-width: 9.167vw;
  }
}
@media screen and (max-width: 991px) {
  .win-header__nav .logo {
    max-width: 145px;
  }
}
@media screen and (max-width: 767px) {
  .win-header__nav .logo {
    max-width: 120px;
  }
}
.win-header__nav .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav {
    position: fixed;
    transition: 0.6s all;
    background-color: rgba(0, 0, 0, 0.8);
    right: -100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    height: 100dvh;
  }
}
@media screen and (min-width: 768px) {
  .win-header__nav .nav .innerWrap {
    height: unset !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .innerWrap {
    background-color: #000000;
    flex-direction: column;
    display: flex;
    z-index: 1;
    overflow: auto;
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 320px;
    height: 100dvh;
    padding: 100px 30px 0;
  }
}
.win-header__nav .nav .action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .action {
    order: 2;
    padding: 20px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .action .action-item {
    width: 50%;
    text-align: center;
  }
}
.win-header__nav .nav .action .action-item .action-link {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__nav .nav .action .action-item .action-link {
    font-size: 0.833vw;
  }
}
@media screen and (max-width: 991px) {
  .win-header__nav .nav .action .action-item .action-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .action .action-item .action-link {
    text-align: center;
  }
}
.win-header__nav .nav .action .action-item .action-link:hover {
  color: #d60f16;
}
.win-header__nav .nav .action .action-item .btn {
  min-width: 157px;
  margin-left: 33px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__nav .nav .action .action-item .btn {
    min-width: 8.177vw;
    margin-left: 1.719vw;
  }
}
@media screen and (max-width: 991px) {
  .win-header__nav .nav .action .action-item .btn {
    max-width: 110px;
    padding: 8px 10px;
    min-width: 110px;
    margin-left: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .action .action-item .btn {
    max-width: 100%;
    padding: 12px 10px;
    min-width: 100%;
    margin-left: 0;
    font-size: 16px;
  }
}
.win-header__nav .nav .action .contact-detail {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .action .contact-detail {
    display: block;
  }
}
.win-header__nav .nav .action .contact-detail li {
  display: block;
  margin-bottom: 10px;
}
.win-header__nav .nav .action .contact-detail li .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.win-header__nav .nav .action .contact-detail li .item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  margin-right: 12px;
}
.win-header__nav .nav .action .contact-detail li .item p {
  transition: all 0.3s;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  font-size: 14px;
}
.win-header__nav .nav .action .contact-detail li a:hover p {
  opacity: 0.7;
}
.win-header__nav .nav .navigation {
  margin-top: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__nav .nav .navigation {
    margin-top: 0.521vw;
  }
}
@media screen and (max-width: 991px) {
  .win-header__nav .nav .navigation {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .navigation {
    margin-top: 0;
    flex-grow: 1;
  }
}
.win-header__nav .nav .navigation .navbar {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .navigation .navbar {
    text-align: left;
  }
}
.win-header__nav .nav .navigation .navbar li {
  display: inline-block;
  margin-left: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__nav .nav .navigation .navbar li {
    margin-left: 2.083vw;
  }
}
@media screen and (max-width: 991px) {
  .win-header__nav .nav .navigation .navbar li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .win-header__nav .nav .navigation .navbar li {
    margin: 0;
    display: block;
    margin-bottom: 10px;
  }
}
.win-header__nav .nav .navigation .navbar li a {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .win-header__nav .nav .navigation .navbar li a {
    font-size: 0.938vw;
  }
}
@media screen and (max-width: 991px) {
  .win-header__nav .nav .navigation .navbar li a {
    font-size: 14px;
  }
}
.win-header__nav .nav .navigation .navbar li a:hover,
.win-header__nav .nav .navigation .navbar li.active a{
  color: #d60f16;
}
.win-header__nav .hemburger-menu {
  position: relative;
  z-index: 2;
  width: 32px;
  display: none;
}
@media screen and (max-width: 767px) {
  .win-header__nav .hemburger-menu {
    display: block;
  }
}
.win-header__nav .hemburger-menu .menu-icon {
  display: block;
}
.win-header__nav .hemburger-menu .menu-icon .line {
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.win-header__nav .hemburger-menu .menu-icon.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.win-header__nav .hemburger-menu .menu-icon.is-active .line:nth-child(2) {
  width: 0px;
}
.win-header__nav .hemburger-menu .menu-icon.is-active .line:nth-child(1),
.win-header__nav .hemburger-menu .menu-icon.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.win-header__nav .hemburger-menu .menu-icon.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.win-header__nav .hemburger-menu .menu-icon.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(90deg);
  -ms-transform: translateY(-8px) rotate(90deg);
  -o-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg);
}

body.open-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.open-menu .win-header__nav .nav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Footer */
.footer {
  background-color: #000000;
  padding: 98px 0 91px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer {
    padding: 5.104vw 0 4.74vw;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .row {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 991px) {
  .footer .row {
    flex-direction: column;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 16%;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__logo {
    padding-top: 1.302vw;
    padding-bottom: 1.042vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo {
    width: 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.footer__logo .logo {
  flex-grow: 1;
  width: 100%;
  max-width: 176px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__logo .logo {
    width: 9.167vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo .logo {
    width: 120px;
    margin-bottom: 20px;
  }
}
.footer__logo .social-icons {
  margin: 0 -6px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__logo .social-icons {
    margin: 0 -0.313vw;
  }
}
.footer__logo .social-icons li {
  display: inline-block;
  padding: 0 6px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__logo .social-icons li {
    padding: 0 0.313vw;
  }
}
.footer__logo .social-icons li a {
  display: inline-block;
  width: auto;
  height: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__logo .social-icons li a {
    height: 1.198vw;
  }
}
.footer__logo .social-icons li a img {
  display: block;
  width: auto;
  height: 100%;
}
.footer__links {
  width: 14%;
  color: #ffffff;
  padding-top: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__links {
    padding-top: 1.302vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__links {
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer__links ul li {
  line-height: 0;
  margin-top: 4px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__links ul li {
    margin-top: 0.208vw;
  }
}
.footer__links ul li:first-child {
  margin-top: 0;
}
.footer__links ul li a {
  display: inline-block;
  color: #9b9b9b;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__links ul li a {
    font-size: 0.938vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__links ul li a {
    font-size: 16px;
  }
}
.footer__links ul li a:hover {
  color: #d60f16;
}
.footer__contact {
  width: 25%;
  padding-top: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__contact {
    padding-top: 1.302vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__contact {
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer__contact address {
  font-style: normal;
}
.footer__contact address p {
  color: #9b9b9b;
}
.footer__contact address p:first-child {
  margin-bottom: 33px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__contact address p:first-child {
    margin-bottom: 1.719vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__contact address p:first-child {
    margin-bottom: 10px;
  }
}
.footer__contact address p a {
  color: #d60f16;
}
.footer__contact address p a:hover {
  color: #ffffff;
}
.footer__join {
  width: 22.5%;
  padding-left: 101px;
  padding-bottom: 20px;
  border-left: 1px solid #9b9b9b;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__join {
    padding-left: 5.26vw;
    padding-bottom: 1.042vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__join {
    border-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.footer__join .win-heading {
  color: #ffffff;
}
.footer__join .btn {
  margin-top: 23px;
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__join .btn {
    margin-top: 1.198vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__join .btn {
    margin-top: 15px;
  }
}
.footer__join .action-link {
  color: #ffffff;
  margin-top: 31px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer__join .action-link {
    margin-top: 1.615vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__join .action-link {
    margin-top: 15px;
  }
}
.footer__join .action-link:hover {
  color: #d60f16;
}
.footer label {
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  font-style: normal;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .footer label {
    font-size: 1.302vw;
    margin-bottom: 1.302vw;
  }
}
@media screen and (max-width: 991px) {
  .footer label {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.tax-course_category .courses-list__content {
  margin-top: 0px;
}
section.win-hp-banner.page-404 .win-hp-banner__content-left a.btn.btn--red-border.btn--med {
  margin-bottom: 50px;
}
/* Newsletter Section */