*:not(style, head),
*::before,
*::after {
  box-sizing: border-box;
}

body {
}

body article {
}

.sectionWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* background-image: url("https://rb.gy/wk4c6n");
  background-size: cover;
  background-position: 0 50vh;
  background-repeat: no-repeat; */
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 5% 2%;
  overflow: hidden;
}

.swiper .parallax-bg {
  position: absolute;
  right: -5%;
  top: -50%;
  width: 115%; /* og 200 */
  height: 160%; /* og 200 */
  background-image: url("../../../images/blogs_bg_02.jpg");
  /* background-image: url("https://t4.ftcdn.net/jpg/04/41/32/01/360_F_441320165_xpdWOYhS3s9Xp99dCUL1Fo3tXcOH72AY.jpg"); */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /* background-blend-mode: multiply; */
}
.swiper .parallax-bg::after {
	background: rgba(0,0,0,0.5);
}

.swiper .swiper-wrapper {
  align-items: center;
}

.swiper .swiper-slide {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(102, 102, 102, 0.8);
  border-radius: 0.7vw;
  padding: 1vw;
  margin: 0;
  cursor: grab;
  user-select: none;
  text-wrap: pretty;
}

.swiper .swiper-slide::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8vw;
  height: 8vw;
  border-bottom: 0.2vw dashed white;
  border-right: 0.2vw solid white;
  border-radius: 0 0 0.7vw 0;
  content: "";
  transition: all 0.3s ease;
}

.swiper .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 8vw;
  height: 8vw;
  border-top: 0.2vw solid white;
  border-left: 0.2vw dashed white;
  border-radius: 0.7vw 0 0 0;
  content: "";
  transition: all 0.3s ease;
}

.swiper .swiper-slide:hover {
  background: linear-gradient(
    135deg,
	/*
    #ff1e9c99,
    #ff1ea499,
    #ff1fbc99,
    #ff1fde99,
    #f620ff99,
    #c721ff99,
    #9723ff99,
    #6a24ff99,
    #4125ff99,
    #252aff99,
    #2641ff99,
    #2649ff99
	*/
	#cc232a,
	#1f3f7a
  );
}

.swiper .swiper-slide:hover::before,
.swiper .swiper-slide:hover::after {
  width: 17vw;
  height: 17vw;
  transition: all 0.3s ease;
}

.swiper .swiper-slide .cardPopout {
  /* width: 100%;
  height: 100%; */
  width: 25vw;
  height: 30vw;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.7vw;
  padding: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.swiper .swiper-slide img {
  /* width: 100%;
  height: auto;
  margin-bottom: 2.5vw; */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.5vw;
  padding: 2.5% 0;
}

.swiper .swiper-slide h2 {
  font-size: 150%;
  line-height: 110%;
  margin: 0 0 0.7vw 0;
  color: white;
  font-family: "Nabla", system-ui;
  font-variation-settings: "EDPT" 100, "EHLT" 24;
  /* background-color: #111; */
  border-radius: 100%;
  text-align: left;
  /* padding: 2.5% 0; */
  text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper .swiper-slide .title {
  font-size: 150%;
  line-height: 110%;
  margin: 0 0 0.7vw 0;
  color: white;
  font-family: "Nabla", system-ui;
  font-variation-settings: "EDPT" 100, "EHLT" 24;
  /* background-color: #111; */
  border-radius: 100%;
  text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper .swiper-slide h4 {
  font-size: 110%;
  line-height: 120%;
  font-weight: 700;
  margin: 0 0 1.3vw 0;
  color: #bbb;
  font-style: italic;
  text-align: left;
}

.swiper .swiper-slide figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 2% 0;
  padding-left: 2%;
  border-left: 0.2vw solid white;
}

.swiper .swiper-slide figcaption p {
  color: #999;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.swiper .swiper-slide a {
  height: 80%;
  width: 65%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 1vw;
  background-color: black;
  color: white;
  border-radius: 0.3vw;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s ease !important;
}

.swiper .swiper-slide a:hover {
  color: #fff;
  transition: all 0.6s ease;
}

.swiper .swiper-slide a::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-color: #1f3f7a; */
  background-color: rgba(204,35,42,1.0);
  content: "";
  z-index: -1;
  transition: all 0.6s ease;
}

.swiper .swiper-slide a:hover::after {
  right: 0;
  transition: all 0.6s ease;
}

.swiper .swiper-slide a svg {
  width: 1.75vw;
  height: auto;
  fill: white;
  margin-left: 0.5vw;
  transition: all 0.6s ease;
}

.swiper .swiper-slide a:hover svg {
  margin-left: 1vw;
  fill: #fff;
  transition: all 0.6s ease;
}

.swiper .swiper-scrollbar {
  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 1vw;
}

/*
@media (max-height: 550px) {
  .swiper .swiper-slide figcaption p {
    -webkit-line-clamp: 2;
  }
}

@media (max-height: 490px) {
  .swiper .swiper-slide figcaption p {
    -webkit-line-clamp: 1;
  }
}

@media (max-height: 460px) {
  .swiper .swiper-slide figcaption p {
    display: none;
  }
  .swiper .swiper-slide h4 {
    margin: 0;
  }
}

@media (max-height: 430px) {
  .swiper .swiper-wrapper {
    position: relative;
    bottom: 0.6vw;
  }
}
*/
/* @media (max-width: 750px) { */
@media (max-width: 899px) {
	
  .swiper {
	padding: 5% 7.5%;
  }
  .swiper .parallax-bg {
    width: 320%;
  }
  .swiper .swiper-wrapper {
	align-items: center;
  }
  .swiper .swiper-slide {
	  /*
	  max-width: 90%;
	  float: none;
	  margin: 5%;
	  */
  }
  .swiper .swiper-slide img {
	width: 100%;
	height: auto;
	margin-bottom: 2.5vw;
	border-radius: 0.5vw;
  }
  .swiper .swiper-slide .cardPopout {
	  width: 90%;
	  height: 80vw;
	  margin: 5%;
	  padding: 5%;
	  
  }
  .swiper .swiper-slide h2 {
	  font-size: 150%;
  }
  .swiper .swiper-slide .title {
	  font-size: 150%;
	  padding: 0 2%;
  }
  .swiper .swiper-slide .subtitle {
	  padding: 0 2%;
  }
  .swiper .swiper-slide h4 {
	  font-size: 2.75vw;
  }
  .swiper .swiper-slide figcaption {
	  margin: 0 0 2% 2%;
  }
  .swiper .swiper-slide figcaption p {
	  font-size: 2.75vw;
	  padding: 0 2% 0 0;
	  
  }
  .swiper .swiper-slide a {
	  width: 50%;
	  font-size: 2.5vw;
	  padding: 0 2% 0 3%;
  }
  .swiper .swiper-slide a svg {
	  width: 5vw; height: auto;
  }
}
