@charset "UTF-8";
* {
  -webkit-overflow-scrolling: touch;
}

.swcookie-banner {
  border: none;
  background: #1F8DD6;
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
  padding: 10px 10px 20px;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
}

.swcookie-banner-overlay {
  visibility: hidden;
  position: fixed;
  background-color: #ffffff;
  z-index: 100011;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

.swcookie-banner-overlay.in {
  visibility: visible;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Others browsers */
  opacity: 0.5;
}

.swcookie-banner.in {
  visibility: visible;
  opacity: 1;
}

.swcookie-banner-content--container {
  max-width: 800px;
  margin: 0 auto;
}

.swcookie-banner-content--container p {
  line-height: 1.8;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #fff;
}

.swcookie-banner .swcookie-banner--confirmation span {
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.swcookie-banner .swcookie-banner--confirmation span:first-child {
  display: block;
}

.sw-popup {
  visibility: hidden;
  opacity: 0;
  z-index: 99999999;
}

.sw-popup.in {
  visibility: visible;
  opacity: 1;
}

.sw-popup .overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999999;
  opacity: 0.8;
}

.sw-popup--content {
  background-color: #fff;
  width: 75%;
  max-width: 600px;
  min-width: 320px;
  /* box-shadow: 0 2rem 4rem rgba(#000, .2); */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  opacity: 1;
  z-index: 99999999;
  font-family: "Lato", sans-serif;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 10px;
}

.sw-popup--header {
  /* background-color: #1F8DD6; */
  background-color: white;
  padding: 30px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.sw-popup--header .title {
  margin: 0;
  color: #262626;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}

.sw-popup--header .close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.sw-popup--header .close span {
  color: #262626;
  font-weight: bold;
}

.sw-popup--body {
  padding: 20px;
  height: 440px;
  overflow-y: scroll;
}

.sw-popup--footer {
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
}

/* switch */
.sw-popup .switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
  margin-bottom: 0;
}

.sw-popup .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sw-popup .swslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sw-popup .swslider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sw-popup input:checked + .swslider {
  background-color: #1F8DD6;
}

.sw-popup input:disabled + .swslider {
  background-color: #9abed5;
}

.sw-popup input:focus + .swslider {
  box-shadow: 0 0 1px #1F8DD6;
}

.sw-popup input:checked + .swslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(14px);
}

.sw-popup .swslider.round {
  border-radius: 34px;
}

.sw-popup .swslider.round:before {
  border-radius: 50%;
}

/* switch end */
/* tab */
#swTabtab-nav {
  display: flex;
  justify-content: space-between;
}

#swTabtab-nav div.swtabnav {
  display: inline-block;
  padding: 10px 0 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#swTabtab-contents div.tabcontainer {
  display: none;
}

#swTabtab-contents div.active {
  display: block;
}

#swTabtab-contents div.active h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 1.8rem 0 1rem;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#swTabtab-contents div.active a {
  font-size: 12px;
  color: #1F8DD6;
  font-family: "Lato", sans-serif;
}

#swTabtab-contents div.active a:hover {
  font-size: 12px;
  color: #9e1b33;
}

#swTabtab-contents .tabcontainer p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}

#swTabtab-contents .tabcontainer .description {
  margin: 1.8rem 0 1rem;
  letter-spacing: 0.05em;
}

#swTabtab-nav span {
  display: block;
  margin: 5px auto;
  color: #262626;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#swTabtab-nav div .underline {
  height: 3px;
  background-color: transparent;
  width: 0%;
  transition: width 0.2s, background-color 0.5s;
  margin: 0 auto;
}

#swTabtab-nav div.active .underline {
  height: 3px;
  background-color: #1F8DD6;
  width: 100%;
  transition: width 0.2s, background-color 0.5s;
}

/* tab ends */
/* accordion */
.swaccordion {
  color: #262626;
  cursor: pointer;
  font-weight: bold;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 13px;
  transition: 0.4s;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.swaccordion:before {
  content: "+";
  color: #262626;
  font-weight: bold;
  margin-right: 8px;
}

.swaccordion.active:before {
  content: "−";
}

.swpanel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.swaccordion-input--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* cookie information */
.swcookie-information h5 {
  font-size: 14px;
  margin: 15px 0 10px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.swcookie-information--container {
  background-color: #ececec;
  padding: 8px 8px 8px;
  margin-bottom: 1px;
  line-height: 1.5;
}

.swcookie-information--container .info {
  display: flex;
}

.swcookie-information--container .info label {
  font-size: 10px;
  flex-basis: 30%;
  text-transform: uppercase;
  color: #0a0a0a;
  letter-spacing: 0.05em;
}

.swcookie-information--container .info span {
  font-size: 10px;
  flex-basis: 70%;
  letter-spacing: 0.05em;
}

.sw-cookieconsent-popup-link {
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 30px;
  cursor: pointer;
  z-index: 999999;
}

.sw-cookieconsent-popup-link img {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  width: 40px;
}

.sw-cookieconsent-popup-link img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#swcookieConfirmation {
  background-color: #1F8DD6;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: none;
  border: none;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  /* text-decoration: underline; */
  font-family: "Lato", sans-serif;
  /* font-weight: bold; */
  border-radius: 22px;
}

#swcookieConfirmation:hover {
  background-color: #9abed5;
  /* text-decoration: underline; */
}

/* Scrollbar */
/* Hide scrollbar for Chrome, Safari and Opera */
.sw-popup::-webkit-scrollbar {
  width: 0;
}

/* Hide scrollbar for IE and Edge */
.sw-popup {
  -ms-overflow-style: none;
}

.sw-popup .sw-popup--body::-webkit-scrollbar {
  width: 10px;
}

.sw-popup .sw-popup--body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
  -webkit-box-shadow: inset 0 0 6px #fff;
  /* border-radius: 10px; */
}

.sw-popup .sw-popup--body::-webkit-scrollbar-thumb {
  /* border-radius: 10px; */
  box-shadow: inset 0 0 6px #1F8DD6;
  -webkit-box-shadow: inset 0 0 6px #1F8DD6;
  background-color: #1F8DD6;
}

@media screen and (max-width: 768px) {
  .sw-popup .sw-popup--content {
    width: 95%;
  }
  .sw-popup .sw-popup--body {
    padding: 10px;
  }
  #swTabtab-nav div.swtabnav {
    font-size: 14px;
  }
  #swTabtab-nav span {
    font-size: 10px;
  }
  .swaccordion {
    font-size: 11px;
  }
  #swTabtab-contents div.active h5 {
    margin: 1rem 0;
    font-size: 14px;
    text-transform: uppercase;
  }
  .sw-popup--header .title {
    font-size: 14px;
  }
  #swTabtab-contents .tabcontainer .description {
    margin: 1rem 0;
  }
  .swcookie-banner-content--container p {
    line-height: 1.4;
    font-size: 12px;
    font-family: "Lato", sans-serif;
  }
  .swcookie-banner .swcookie-banner--confirmation span {
    font-size: 14px;
    padding: 7px;
  }
  .sw-popup--header {
    padding: 20px 10px;
  }
  #swcookieConfirmation {
    font-size: 14px;
  }
  .sw-cookieconsent-popup-link {
    right: 10px;
  }
}
@media screen and (max-width: 380px) {
  .swaccordion {
    line-height: 2;
  }
}

/*# sourceMappingURL=sw-cookie-consent.css.map */
