@import "font.min.css";
html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: "Sansation", sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p, span, li, textarea, input, a {
  font-family: "Sansation", sans-serif;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.swiper1 .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navbar {
  width: 100%;
}
header .navbar-brand img {
  max-width: 200px;
}
header .collapse .navbar-nav .nav-item .nav-link {
  color: #FFF;
  font-weight: 600;
}
header .socialMedia {
  display: flex;
  align-items: center;
}
header .socialMedia ul {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
header .socialMedia ul li {
  list-style-type: none;
  margin-left: 2px;
  margin-right: 2px;
}
header .socialMedia ul li a i {
  color: #FFF;
  font-size: 18px;
  padding: 6px;
}
header .socialMedia form select {
  background-color: transparent;
  color: #FFF;
  border-color: transparent;
}
header .socialMedia form select option {
  color: #000;
}

.facebookBG {
  background-color: #3b5998;
}

.instagramBG {
  background-color: #7f32ab;
}

.linkedinBG {
  background-color: #0077b5;
}

.youtubeBG {
  background-color: #cd201f;
}

.linearBF {
  background-color: transparent;
  background-image: linear-gradient(300deg, #13131345 74%, #3348C1BA 75%);
  opacity: 1;
  mix-blend-mode: multiply;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.mainSlider .linearBF {
  background: #3449c1;
  background: -moz-linear-gradient(-45deg, #3449c1 0%, #3449c1 25%, #3449c1 28%, #0bac79 30%, #0bac79 31%, #0bac79 36%, #0bac79 46%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 100%);
  background: -webkit-linear-gradient(-45deg, #3449c1 0%, #3449c1 25%, #3449c1 28%, #0bac79 30%, #0bac79 31%, #0bac79 36%, #0bac79 46%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 100%);
  background: -o-linear-gradient(-45deg, #3449c1 0%, #3449c1 25%, #3449c1 28%, #0bac79 30%, #0bac79 31%, #0bac79 36%, #0bac79 46%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 100%);
  background: -ms-linear-gradient(-45deg, #3449c1 0%, #3449c1 25%, #3449c1 28%, #0bac79 30%, #0bac79 31%, #0bac79 36%, #0bac79 46%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 100%);
  background: linear-gradient(135deg, #3449c1 0%, #3449c1 25%, #3449c1 28%, #0bac79 30%, #0bac79 31%, #0bac79 36%, #0bac79 46%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 48%, rgba(11, 172, 121, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3449c1", endColorstr="#0bac79", GradientType=1 );
}

.swiper1, .productPage {
  height: 530px;
}

.space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product .slideContent h3 {
  color: #000;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  margin-top: 10px;
}
.product .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: 0;
  z-index: 2;
}
.product .owl-nav .owl-prev, .product .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #FFF;
}
.product .owl-nav .owl-prev span, .product .owl-nav .owl-next span {
  color: #FFF;
}
.product .owl-nav .owl-prev i, .product .owl-nav .owl-next i {
  font-size: 32px;
}
.product .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.product .owl-nav .owl-next i {
  right: 0;
  color: #ffffff;
}
.product .owl-nav .owl-prev {
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.product .owl-nav .owl-prev i {
  left: 0;
  color: #ffffff;
}
.product .owl-dots .owl-dot span {
  background: #3027A8;
  opacity: 0.2;
}
.product .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #3027A8;
}

.bgBilge {
  background-image: url("../../assets/img/bilgeBG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 194px 0px 194px 0px;
  position: relative;
}
.bgBilge .parallaxContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.bgBilge .parallaxContent h3 {
  color: #FFF;
  font-size: 1.6em;
  text-align: center;
}
.bgBilge .parallaxContent hr {
  background-color: #ffffff;
  opacity: 1;
  height: 1px;
  width: 90px;
}
.bgBilge .parallaxContent p {
  max-width: 80%;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  text-shadow: 3px 3px 4px #000000;
}

.bgBlackGr {
  background-color: #02030685;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.counter {
  text-align: center;
  color: #0E0472;
}
.counter h3 {
  font-size: 31px;
  margin-bottom: 0;
  color: #0E0472;
}
.counter p {
  color: #0E0472;
  margin-bottom: 0;
  font-size: 55px;
  display: inline-block;
}
.counter em {
  font-size: 55px;
  font-style: normal;
}
.counter span {
  font-size: 21px;
  display: block;
  color: #0E0472;
}

.wordBG {
  background-image: url("../../assets/img/word.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 33px 20px 33px;
  position: relative;
}

.certifica {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.certifica img {
  margin-left: 5px;
  max-width: 90px;
}

.greeyBG {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ftrSocial {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftrSocial img {
  max-width: 200px;
}
.ftrSocial ul {
  display: flex;
  margin-bottom: 0;
}
.ftrSocial ul li {
  list-style-type: none;
  margin-left: 5px;
  font-size: 18px;
}

.mblSocial {
  display: none;
}

.main-menu > li form select {
  display: none;
}

footer {
  background-color: #c1c3c5;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .ftrHr {
  opacity: 1;
  background-color: #0e0472;
  width: 30px;
  margin-top: 5px;
}
footer .ftrLink h3 {
  font-size: 18px;
}
footer .ftrLink ul li {
  list-style-type: none;
}
footer .ftrLink ul li a {
  transition: 0.5s;
}
footer .ftrLink ul li a:hover {
  color: #cc9955;
  transition: 0.5s;
}

.productList {
  margin-bottom: 20px;
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition-duration: 0.5s;
}
.productList:hover {
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition-duration: 0.5s;
}
.productList:hover img {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-duration: 0.5s;
}
.productList img {
  transition-duration: 0.5s;
}
.productList a {
  display: block;
}
.productList h3 {
  font-size: 18px;
  text-align: center;
  color: #1c448c;
  margin-top: 10px;
}

.productDetailList {
  margin-bottom: 20px;
}
.productDetailList h1 {
  color: #1c448c;
  font-size: 21px;
}
.productDetailList h3 {
  font-size: 16px;
  text-align: center;
}
.productDetailList img {
  transition-duration: 0.3s;
  transition-property: transform;
}
.productDetailList img:hover {
  transform: scale(0.9);
  transition-duration: 0.3s;
  transition-property: transform;
}

.fancybox__content {
  max-width: 100% !important;
}

.productContent {
  overflow: auto;
  max-width: 100%;
}
.productContent table thead tr {
  background-color: #FFF !important;
}
.productContent table th, .productContent table td {
  border: 1px solid #ccc;
  font-weight: 400;
}
.productContent table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.table > :not(:first-child) {
  border: none;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.Timecontainer {
  padding: 0 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
/* Place the container to the left */
.left {
  left: 0;
  text-align: right;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* The actual content */
.content {
  padding: 0px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .Timecontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .Timecontainer::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.Timecontainer .content h2 {
  color: #243C7C;
  font-size: 25px;
  font-weight: 900;
}

.pageBG {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 194px 0px 194px 0px;
  position: relative;
}

.founder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.founder img {
  max-width: 195px;
  margin-right: 20px;
}

.founderContent h3 {
  color: #1B468A;
  font-size: 27px;
  font-weight: 600;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.founderContent hr {
  width: 7%;
  margin-left: auto;
  margin-left: 0;
  background: #1B468A;
  opacity: 1;
  height: 2px;
}
.founderContent p {
  font-size: 16px;
}

.energy h3 {
  color: #433F8F;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.energy p {
  font-size: 16px;
}
.energy ul {
  padding-left: 50px;
}
.energy ul li {
  font-size: 16px;
}

.dil-c {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='25' viewBox='0 0 25 25' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-Y: 50%;
  padding-right: 20px;
}

.alt-menu {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 20px;
  z-index: 9;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.nav-menu {
  display: inline-block;
  width: 100%;
}

.pagination-box {
  position: absolute;
  right: 0;
}

.header {
  position: static;
  width: 100%;
  z-index: 2;
}

.main-menu, .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 0;
  background: transparent;
  text-align: right;
  padding: 0px;
  line-height: 55px;
}

.logo {
  margin-left: 15px;
  line-height: 55px;
}
.logo img {
  max-width: 240px;
}

.mbl-ac {
  display: none;
}

.main-menu > li:hover .sub-menu {
  color: transparent;
}

.sub-menu li a {
  color: #FFF;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.main-menu li a i {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-left: 3px;
}

.mbl-ac-tel {
  display: none;
}

.main-menu span {
  font-weight: bold;
}

/*.main-menu span:hover {color: #FFF;}*/
.mbl-logo {
  text-align: left;
  float: left;
}

.sub-menu ul li a span {
  color: transparent;
}

.main-menu li, .sub-menu li {
  font-size: 1rem;
  line-height: 30px;
}

.main-menu > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}

/*.main-menu li:hover { background: $orange-color; color:#FFF; }*/
.main-menu > li a {
  display: block;
}

.main-menu > li.active .sub-menu {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
  z-index: 20;
}

.main-menu .expand {
  display: none;
}

.sub-menu li a:hover a {
  color: #FFF;
}

.sub-menu {
  opacity: 0;
  pointer-events: none;
  margin-top: 20px;
  transition: 200ms all;
  position: absolute;
  top: 100%;
  right: auto;
  padding: 0px;
  min-width: 270px;
}

.main-menu .kirmizi-alan {
  background-color: #ed1c24;
  padding: 0px 5px;
  width: 160px;
  display: flex;
  align-items: center;
  padding: 12px;
}

.kirmizi-alan span {
  display: flex;
  line-height: normal;
}

.sub-menu li a {
  display: block;
}

.toggle-menu {
  display: none;
}

@media only screen and (min-width: 1221px) {
  .responsive-menu {
    text-align: center;
  }
}
@media only screen and (max-width: 1220px) {
  .main-menu.active {
    opacity: 1;
    pointer-events: auto;
    left: 0px;
    width: 100%;
    margin-top: 0;
    background-color: transparent;
    z-index: 20;
  }

  .main-menu span {
    color: #FFF;
  }

  .main-menu li a i {
    color: #FFF;
  }
}
@media only screen and (max-width: 1220px) {
  .sub-menu {
    background: #777;
  }
}
@media only screen and (max-width: 1220px) {
  .main-menu {
    opacity: 0;
    pointer-events: none;
    margin-top: 20px;
    transition: 200ms all;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 200px;
    width: 100%;
    left: 10%;
  }

  .main-menu li {
    display: block;
    text-align: left;
  }

  .main-menu .expand {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0.5rem 1rem;
    z-index: 15;
    transform-origin: 50%;
    transition: 200ms all;
  }

  .main-menu .expand.active {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1220px) {
  .sub-menu {
    display: block;
    z-index: 20;
    width: 100%;
  }
}
@media only screen and (max-width: 1220px) {
  .toggle-menu {
    display: inline-block;
  }
}
@media only screen and (min-width: 1221px) {
  .main-menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20;
  }
}
@media only screen and (max-width: 1220px) {
  .main-menu {
    opacity: 0;
    pointer-events: none;
    margin-top: 20px;
    transition: 200ms all;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 200px;
    width: 80%;
    left: 10%;
  }
}
.responsive-menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-menu {
  color: #fff;
  padding-right: 1rem;
  margin-top: 10px;
  font-size: 45px;
  /*float: right;*/
}

.toggle-menu span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}

.toggle-menu svg {
  display: inline-block;
  vertical-align: middle;
}

/*.main-menu > li:hover a{color: #FFF;}*/
.main-menu li a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.main-menu li a, .sub-menu li a {
  text-decoration: none;
}

/*.main-menu li a:hover .main-menu{ color: #FFF}*/
/*.main-menu li a:hover {color: #FFF;}*/
.sub-menu li a:hover {
  background: #FFF;
  color: transparent;
}

.sub-menu li a {
  background: #FFF;
  color: transparent;
}

.sub-menu li a span {
  background: #FFF;
  color: #494c4f;
}

.main-menu .expand, .sub-menu .expand {
  color: #fff;
  font-size: 1.5rem;
}

.ik h3 {
  color: #433F8F;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.ik p {
  font-size: 16px;
  max-width: 90%;
}

.ikForm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ikForm .ikContent {
  margin-left: 15px;
  margin-right: 15px;
}
.ikForm .ikContent img {
  text-align: center;
  margin: auto;
  display: block;
  transition: 0.5s;
}
.ikForm .ikContent img:hover {
  transform: scale(0.9);
  transition: 0.5s;
}
.ikForm .ikContent h3 {
  font-size: 16px;
  color: #333;
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
}

.ui-widget.ui-widget-content {
  z-index: 10000000000000000 !important;
}

#maviYaka {
  max-width: 70%;
}

.gndr {
  background-color: #2873DA;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px 12px 12px 12px;
  border: none;
  padding: 7px 22px;
}

.aboutus h1 {
  color: #433F8F;
  font-size: 32px;
  font-weight: 500;
}
.aboutus p {
  font-size: 16px;
}
.aboutus h3 {
  font-size: 18px;
}

.videoBnx video {
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
  height: 550px;
}

.contactContent h3 {
  font-size: 18px;
}
.contactContent ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.contactContent span {
  font-weight: 600;
}
.contactContent form button {
  background-color: #1b468a;
  color: #fff;
  border: none;
  padding: 7px 22px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  display: block;
}

#productDetail {
  max-width: 100%;
}
#productDetail .productContent {
  max-width: 100%;
  overflow-x: scroll;
}

.fixed-header {
  background: #FFF;
  transition: 0.5s;
  top: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.fixed-header .main-menu li a {
  color: #114388;
}
.fixed-header .socialMedia form select {
  color: #114388;
}

.katalogContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.katalogContent img {
  max-width: 300px;
}
.katalogContent ul {
  margin-top: 30px;
}
.katalogContent ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.katalogContent ul li a {
  background-color: #114388;
  padding: 10px 25px;
  color: #FFF;
  font-size: 16px;
  border-radius: 5px;
}

a:hover {
  color: inherit;
}

.productTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.productTable caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.productTable tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

.productTable th,
.productTable td {
  padding: 0.625em;
  text-align: center;
}

.productTable th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .productTable {
    border: 0;
  }

  .productTable caption {
    font-size: 1.3em;
  }

  .productTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .productTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .productTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .productTable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  .productTable td:last-child {
    border-bottom: 0;
  }
}

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